Searched refs:ETH_P_8021Q (Results 1 – 10 of 10) sorted by relevance
63 #define ETH_P_8021Q 0x8100 /* 802.1Q VLAN Extended Header */ macro
24 ETH_P_8021Q
75 #if defined(ETH_P_8021Q) || (defined(HAVE_DECL_ETH_P_8021Q) && HAVE_DECL_ETH_P_8021Q)76 XLAT(ETH_P_8021Q),
68 #define ETH_P_8021Q 0x8100 /* 802.1Q VLAN Extended Header */ macro
65 #define ETH_P_8021Q 0x8100 /* 802.1Q VLAN Extended Header */ macro
316 if (proto == htons(ETH_P_8021Q)) { in flow_dissector()352 if (gre_proto == ETH_P_8021Q) { in flow_dissector()
153 if (proto != htons(ETH_P_8021Q) && in parse_vlan()
769 #ifdef ETH_P_8021Q770 __ADD(ETH_P_8021Q,802.1q)
414 …tp_vlan_tpid || ((hdr)->tp_status & TP_STATUS_VLAN_TPID_VALID)) ? (hv)->tp_vlan_tpid : ETH_P_8021Q)416 # define VLAN_TPID(hdr, hv) ETH_P_8021Q
526 if (!idx) proto = ETH_P_8021Q; // PROTO_8021Q - 0 in vlan_parse_opt()