/external/bcc/tests/python/ |
D | test_stat1.c | 23 case ETH_P_8021Q: goto dot1q; in on_packet() 31 case ETH_P_8021Q: goto ip; in on_packet()
|
D | test_xlate1.c | 28 case ETH_P_8021Q: goto dot1q; in on_packet()
|
D | test_clang_complex.c | 78 case ETH_P_8021Q: goto dot1q; in handle_packet()
|
D | test_brb.c | 155 case ETH_P_8021Q: goto dot1q; in br_common()
|
/external/linux-kselftest/tools/testing/selftests/bpf/progs/ |
D | test_xdp_vlan.c | 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()
|
D | bpf_flow.c | 130 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()
|
/external/strace/xlat/ |
D | ethernet_protocols.h | 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 0x8100 701 XLAT(ETH_P_8021Q),
|
D | ethernet_protocols.in | 53 ETH_P_8021Q 0x8100 /* 802.1Q VLAN Extended Header */
|
/external/iproute2/include/uapi/linux/ |
D | if_ether.h | 69 #define ETH_P_8021Q 0x8100 /* 802.1Q VLAN Extended Header */ macro
|
/external/libnl/include/linux-private/linux/ |
D | if_ether.h | 71 #define ETH_P_8021Q 0x8100 /* 802.1Q VLAN Extended Header */ macro
|
/external/kernel-headers/original/uapi/linux/ |
D | if_ether.h | 71 #define ETH_P_8021Q 0x8100 /* 802.1Q VLAN Extended Header */ macro
|
/external/libnl/lib/route/link/ |
D | sriov.c | 316 vlans->vlans[cur].vf_vlan_proto = ETH_P_8021Q; in rtnl_link_vf_vlan_info() 406 proto = ETH_P_8021Q; in sriov_fill_vfinfo() 408 if ((vlan_list->size == 1) && (proto == ETH_P_8021Q)) in sriov_fill_vfinfo() 604 vf_vlans->vlans[0].vf_vlan_proto = ETH_P_8021Q; in rtnl_link_sriov_parse_vflist() 1413 __ADD(ETH_P_8021Q, 8021Q),
|
/external/iproute2/tc/ |
D | m_vlan.c | 166 if (proto != htons(ETH_P_8021Q) && in parse_vlan()
|
D | f_flower.c | 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()
|
/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/ |
D | flow_dissector.c | 148 .eth.h_proto = __bpf_constant_htons(ETH_P_8021Q), 171 .vlan_proto = __bpf_constant_htons(ETH_P_8021Q),
|
/external/wpa_supplicant_8/src/utils/ |
D | common.h | 347 #ifndef ETH_P_8021Q 348 #define ETH_P_8021Q 0x8100 macro
|
/external/iproute2/ip/ |
D | iplink.c | 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()
|
D | ipaddress.c | 397 vf_vlan_info->vlan_proto != htons(ETH_P_8021Q)) in print_vfinfo()
|
/external/linux-kselftest/tools/testing/selftests/net/ |
D | psock_snd.c | 108 eth->h_proto = htons(ETH_P_8021Q); in build_eth_header()
|
/external/libnl/lib/ |
D | utils.c | 799 #ifdef ETH_P_8021Q 800 __ADD(ETH_P_8021Q,802.1q),
|
/external/crosvm/net_sys/src/ |
D | if_tun.rs | 75 pub const ETH_P_8021Q: ::std::os::raw::c_uint = 33024; constant
|
/external/iptables/iptables/ |
D | nft-bridge.c | 853 case ETH_P_8021Q: in nft_bridge_xlate()
|
/external/crosvm/virtio_sys/src/ |
D | virtio_net.rs | 97 pub const ETH_P_8021Q: ::std::os::raw::c_uint = 33024; constant
|
/external/libpcap/ |
D | pcap-linux.c | 286 …tp_vlan_tpid || ((hdr)->tp_status & TP_STATUS_VLAN_TPID_VALID)) ? (hv)->tp_vlan_tpid : ETH_P_8021Q) 288 # define VLAN_TPID(hdr, hv) ETH_P_8021Q
|
/external/rust/crates/libc/src/unix/linux_like/android/ |
D | mod.rs | 2027 pub const ETH_P_8021Q: ::c_int = 0x8100; constant
|