Home
last modified time | relevance | path

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

1234567891011

/OK3568_Linux_fs/kernel/net/dsa/
H A Dtag_dsa.c25 if (skb->protocol == htons(ETH_P_8021Q)) { in dsa_xmit()
102 new_header[0] = (ETH_P_8021Q >> 8) & 0xff; in dsa_rcv()
103 new_header[1] = ETH_P_8021Q & 0xff; in dsa_rcv()
H A Dtag_edsa.c37 if (skb->protocol == htons(ETH_P_8021Q)) { in edsa_xmit()
149 new_header[0] = (ETH_P_8021Q >> 8) & 0xff; in edsa_rcv()
150 new_header[1] = ETH_P_8021Q & 0xff; in edsa_rcv()
H A Dtag_lan9303.c71 lan9303_tag[0] = htons(ETH_P_8021Q); in lan9303_xmit()
98 if (lan9303_tag[0] != htons(ETH_P_8021Q)) { in lan9303_rcv()
H A Dtag_sja1105.c80 if (hdr->h_vlan_proto != htons(ETH_P_8021Q) && in sja1105_can_use_vlan_as_tags()
275 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), vlan_tci); in sja1105_decode_subvlan()
293 is_tagged = (tpid == ETH_P_SJA1105 || tpid == ETH_P_8021Q || in sja1105_rcv()
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dtest_xdp_vlan.c70 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()
H A Dbpf_flow.c130 case bpf_htons(ETH_P_8021Q): in parse_eth_proto()
399 if (vlan->h_vlan_encapsulated_proto != bpf_htons(ETH_P_8021Q)) in PROG()
414 vlan->h_vlan_encapsulated_proto == bpf_htons(ETH_P_8021Q)) in PROG()
/OK3568_Linux_fs/kernel/net/8021q/
H A Dvlan_gvrp.c32 if (vlan->vlan_proto != htons(ETH_P_8021Q)) in vlan_gvrp_request_join()
43 if (vlan->vlan_proto != htons(ETH_P_8021Q)) in vlan_gvrp_request_leave()
H A Dvlan_mvrp.c38 if (vlan->vlan_proto != htons(ETH_P_8021Q)) in vlan_mvrp_request_join()
49 if (vlan->vlan_proto != htons(ETH_P_8021Q)) in vlan_mvrp_request_leave()
H A Dvlan.c223 err = vlan_check_real_dev(real_dev, htons(ETH_P_8021Q), vlan_id, in register_vlan_device()
267 vlan->vlan_proto = htons(ETH_P_8021Q); in register_vlan_device()
383 vlan_vid_add(dev, htons(ETH_P_8021Q), 0); in vlan_device_event()
387 vlan_vid_del(dev, htons(ETH_P_8021Q), 0); in vlan_device_event()
505 err = vlan_filter_push_vids(vlan_info, htons(ETH_P_8021Q)); in vlan_device_event()
511 vlan_filter_drop_vids(vlan_info, htons(ETH_P_8021Q)); in vlan_device_event()
/OK3568_Linux_fs/kernel/samples/bpf/
H A Dxdp1_kern.c60 if (h_proto == htons(ETH_P_8021Q) || h_proto == htons(ETH_P_8021AD)) { in xdp_prog1()
69 if (h_proto == htons(ETH_P_8021Q) || h_proto == htons(ETH_P_8021AD)) { in xdp_prog1()
H A Dxdp2_kern.c76 if (h_proto == htons(ETH_P_8021Q) || h_proto == htons(ETH_P_8021AD)) { in xdp_prog1()
85 if (h_proto == htons(ETH_P_8021Q) || h_proto == htons(ETH_P_8021AD)) { in xdp_prog1()
H A 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()
H A Dsockex2_kern.c114 if (proto == ETH_P_8021Q) { in flow_dissector()
151 if (proto == ETH_P_8021Q) { in flow_dissector()
/OK3568_Linux_fs/kernel/include/net/
H A Derspan.h194 if (eth->h_proto == htons(ETH_P_8021Q)) { in erspan_build_header()
288 if (eth->h_proto == htons(ETH_P_8021Q)) { in erspan_build_header_v2()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/include/
H A Dif_ether.h59 #define ETH_P_8021Q 0x8100 /* 802.1Q VLAN Extended Header */ macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/include/
H A Dif_ether.h55 #define ETH_P_8021Q 0x8100 /* 802.1Q VLAN Extended Header */ macro
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/include/
H A Dif_ether.h54 #define ETH_P_8021Q 0x8100 /* 802.1Q VLAN Extended Header */ macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/include/
H A Dif_ether.h55 #define ETH_P_8021Q 0x8100 /* 802.1Q VLAN Extended Header */ macro
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/include/
H A Dif_ether.h54 #define ETH_P_8021Q 0x8100 /* 802.1Q VLAN Extended Header */ macro
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/include/
H A Dif_ether.h54 #define ETH_P_8021Q 0x8100 /* 802.1Q VLAN Extended Header */ macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/include/
H A Dif_ether.h55 #define ETH_P_8021Q 0x8100 /* 802.1Q VLAN Extended Header */ macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/include/
H A Dif_ether.h55 #define ETH_P_8021Q 0x8100 /* 802.1Q VLAN Extended Header */ macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/include/
H A Dif_ether.h54 #define ETH_P_8021Q 0x8100 /* 802.1Q VLAN Extended Header */ macro
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/include/
H A Dif_ether.h54 #define ETH_P_8021Q 0x8100 /* 802.1Q VLAN Extended Header */ macro
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/include/
H A Dif_ether.h54 #define ETH_P_8021Q 0x8100 /* 802.1Q VLAN Extended Header */ macro

1234567891011