Home
last modified time | relevance | path

Searched refs:ETH_P_8021Q (Results 1 – 8 of 8) sorted by relevance

/samples/bpf/
Dxdp1_kern.c61 if (h_proto == htons(ETH_P_8021Q) || h_proto == htons(ETH_P_8021AD)) { in xdp_prog1()
71 if (h_proto == htons(ETH_P_8021Q) || h_proto == htons(ETH_P_8021AD)) { in xdp_prog1()
Dxdp2_kern.c77 if (h_proto == htons(ETH_P_8021Q) || h_proto == htons(ETH_P_8021AD)) { in xdp_prog1()
87 if (h_proto == htons(ETH_P_8021Q) || h_proto == htons(ETH_P_8021AD)) { in xdp_prog1()
Dparse_varlen.c126 if (h_proto == ETH_P_8021Q || h_proto == ETH_P_8021AD) { in handle_ingress()
135 if (h_proto == ETH_P_8021Q || h_proto == ETH_P_8021AD) { in handle_ingress()
Dsockex2_kern.c114 if (proto == ETH_P_8021Q) { in flow_dissector()
151 if (proto == ETH_P_8021Q) { in flow_dissector()
Dxdp_sample.bpf.h14 #define ETH_P_8021Q 0x8100 macro
Dxdp_router_ipv4_kern.c129 if (h_proto == htons(ETH_P_8021Q) || h_proto == htons(ETH_P_8021AD)) { in xdp_router_ipv4_prog()
Dxdp_redirect_cpu.bpf.c69 if (eth_type == bpf_htons(ETH_P_8021Q) || in parse_eth()
80 if (eth_type == bpf_htons(ETH_P_8021Q) || in parse_eth()
Dsockex3_kern.c45 case ETH_P_8021Q: in parse_eth_proto()