Searched refs:ETH_P_8021Q (Results 1 – 25 of 44) sorted by relevance
12
70 if (eth_type == bpf_htons(ETH_P_8021Q) in parse_eth_frame()83 if (eth_type == bpf_htons(ETH_P_8021Q) in parse_eth_frame()273 bpf_skb_vlan_push(ctx, bpf_htons(ETH_P_8021Q), TESTVLAN); in _tc_progA()
107 case bpf_htons(ETH_P_8021Q): in parse_eth_proto()352 if (vlan->h_vlan_encapsulated_proto != bpf_htons(ETH_P_8021Q)) in PROG()365 vlan->h_vlan_encapsulated_proto == bpf_htons(ETH_P_8021Q)) in PROG()
23 case ETH_P_8021Q: goto dot1q; in on_packet()31 case ETH_P_8021Q: goto ip; in on_packet()
28 case ETH_P_8021Q: goto dot1q; in on_packet()
78 case ETH_P_8021Q: goto dot1q; in handle_packet()
155 case ETH_P_8021Q: goto dot1q; in br_common()
363 #if defined(ETH_P_8021Q) || (defined(HAVE_DECL_ETH_P_8021Q) && HAVE_DECL_ETH_P_8021Q)365 static_assert((ETH_P_8021Q) == (0x8100), "ETH_P_8021Q != 0x8100");368 # define ETH_P_8021Q 0x8100701 XLAT(ETH_P_8021Q),
53 ETH_P_8021Q 0x8100 /* 802.1Q VLAN Extended Header */
63 #define ETH_P_8021Q 0x8100 /* 802.1Q VLAN Extended Header */ macro
69 #define ETH_P_8021Q 0x8100 /* 802.1Q VLAN Extended Header */ macro
71 #define ETH_P_8021Q 0x8100 /* 802.1Q VLAN Extended Header */ macro
4 ETH_P_8021Q = 33024
94 ETH_P_8021Q = 33024
166 if (proto != htons(ETH_P_8021Q) && in parse_vlan()
133 if (eth_type != htons(ETH_P_8021Q)) { in flower_parse_vlan_eth_type()640 if (eth_type != htons(ETH_P_8021Q)) { in flower_parse_opt()655 if (eth_type != htons(ETH_P_8021Q)) { in flower_parse_opt()
280 ivvip->vlan_proto = htons(ETH_P_8021Q); in iplink_parse_vf_vlan_info()299 ivvip->vlan_proto != htons(ETH_P_8021Q)) { in iplink_parse_vf_vlan_info()306 ll_proto_n2a(htons(ETH_P_8021Q), in iplink_parse_vf_vlan_info()379 if (ivvi.vlan_proto == htons(ETH_P_8021Q)) { in iplink_parse_vf()
108 eth->h_proto = htons(ETH_P_8021Q); in build_eth_header()