Searched refs:ETH_P_8021AD (Results 1 – 8 of 8) sorted by relevance
61 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()
77 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()
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()
15 #define ETH_P_8021AD 0x88A8 macro
129 if (h_proto == htons(ETH_P_8021Q) || h_proto == htons(ETH_P_8021AD)) { in xdp_router_ipv4_prog()
108 if (proto == ETH_P_8021AD) { in flow_dissector()
70 eth_type == bpf_htons(ETH_P_8021AD)) { in parse_eth()81 eth_type == bpf_htons(ETH_P_8021AD)) { in parse_eth()
46 case ETH_P_8021AD: in parse_eth_proto()