Home
last modified time | relevance | path

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

12

/external/linux-kselftest/tools/testing/selftests/bpf/
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()
Dbpf_flow.c107 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()
/external/bcc/tests/python/
Dtest_stat1.c23 case ETH_P_8021Q: goto dot1q; in on_packet()
31 case ETH_P_8021Q: goto ip; in on_packet()
Dtest_xlate1.c28 case ETH_P_8021Q: goto dot1q; in on_packet()
Dtest_clang_complex.c78 case ETH_P_8021Q: goto dot1q; in handle_packet()
Dtest_brb.c155 case ETH_P_8021Q: goto dot1q; in br_common()
/external/strace/xlat/
Dethernet_protocols.h363 #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 0x8100
701 XLAT(ETH_P_8021Q),
Dethernet_protocols.in53 ETH_P_8021Q 0x8100 /* 802.1Q VLAN Extended Header */
/external/libnl/include/linux-private/linux/
Dif_ether.h63 #define ETH_P_8021Q 0x8100 /* 802.1Q VLAN Extended Header */ macro
/external/iproute2/include/uapi/linux/
Dif_ether.h69 #define ETH_P_8021Q 0x8100 /* 802.1Q VLAN Extended Header */ macro
/external/kernel-headers/original/uapi/linux/
Dif_ether.h71 #define ETH_P_8021Q 0x8100 /* 802.1Q VLAN Extended Header */ macro
/external/syzkaller/sys/linux/
Dsocket_netlink_route_sched_arm.const4 ETH_P_8021Q = 33024
Dsocket_netlink_route_sched_ppc64le.const4 ETH_P_8021Q = 33024
Dsocket_netlink_route_sched_386.const4 ETH_P_8021Q = 33024
Dsocket_netlink_route_sched_amd64.const4 ETH_P_8021Q = 33024
Dsocket_netlink_route_sched_arm64.const4 ETH_P_8021Q = 33024
Dvnet_arm64.const94 ETH_P_8021Q = 33024
Dvnet_amd64.const94 ETH_P_8021Q = 33024
Dvnet_arm.const94 ETH_P_8021Q = 33024
Dvnet_386.const94 ETH_P_8021Q = 33024
Dvnet_ppc64le.const94 ETH_P_8021Q = 33024
/external/iproute2/tc/
Dm_vlan.c166 if (proto != htons(ETH_P_8021Q) && in parse_vlan()
Df_flower.c133 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()
/external/iproute2/ip/
Diplink.c280 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()
/external/linux-kselftest/tools/testing/selftests/net/
Dpsock_snd.c108 eth->h_proto = htons(ETH_P_8021Q); in build_eth_header()

12