Home
last modified time | relevance | path

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

12

/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/linux-kselftest/tools/testing/selftests/bpf/progs/
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.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()
/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/iproute2/include/uapi/linux/
Dif_ether.h69 #define ETH_P_8021Q 0x8100 /* 802.1Q VLAN Extended Header */ macro
/external/libnl/include/linux-private/linux/
Dif_ether.h71 #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/libnl/lib/route/link/
Dsriov.c316 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/
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/linux-kselftest/tools/testing/selftests/bpf/prog_tests/
Dflow_dissector.c148 .eth.h_proto = __bpf_constant_htons(ETH_P_8021Q),
171 .vlan_proto = __bpf_constant_htons(ETH_P_8021Q),
/external/wpa_supplicant_8/src/utils/
Dcommon.h347 #ifndef ETH_P_8021Q
348 #define ETH_P_8021Q 0x8100 macro
/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()
Dipaddress.c397 vf_vlan_info->vlan_proto != htons(ETH_P_8021Q)) in print_vfinfo()
/external/linux-kselftest/tools/testing/selftests/net/
Dpsock_snd.c108 eth->h_proto = htons(ETH_P_8021Q); in build_eth_header()
/external/libnl/lib/
Dutils.c799 #ifdef ETH_P_8021Q
800 __ADD(ETH_P_8021Q,802.1q),
/external/crosvm/net_sys/src/
Dif_tun.rs75 pub const ETH_P_8021Q: ::std::os::raw::c_uint = 33024; constant
/external/iptables/iptables/
Dnft-bridge.c853 case ETH_P_8021Q: in nft_bridge_xlate()
/external/crosvm/virtio_sys/src/
Dvirtio_net.rs97 pub const ETH_P_8021Q: ::std::os::raw::c_uint = 33024; constant
/external/libpcap/
Dpcap-linux.c286 …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/
Dmod.rs2027 pub const ETH_P_8021Q: ::c_int = 0x8100; constant

12