Home
last modified time | relevance | path

Searched refs:l3_protocol (Results 1 – 1 of 1) sorted by path

/qemu/tools/ebpf/
H A Drss.bpf.c305 __u16 l3_protocol = bpf_ntohs(parse_eth_type(skb)); in parse_packet() local
306 if (l3_protocol == 0) { in parse_packet()
311 if (l3_protocol == ETH_P_IP) { in parse_packet()
327 } else if (l3_protocol == ETH_P_IPV6) { in parse_packet()