Searched refs:ETH_P_8021Q (Results 1 – 5 of 5) sorted by relevance
10 #define ETH_P_8021Q 0x8100 macro
126 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()
13 #define ETH_P_8021Q 0x8100 macro92 if (h_proto == bpf_htons(ETH_P_8021Q) || in xdp_router_ipv4_prog()
113 if (proto == ETH_P_8021Q) { in flow_dissector()150 if (proto == ETH_P_8021Q) { in flow_dissector()
276 case ETH_P_8021Q: in parse_eth_proto()
Completed in 9 milliseconds