Home
last modified time | relevance | path

Searched refs:ETH_P_8021AD (Results 1 – 25 of 32) sorted by relevance

12

/external/linux-kselftest/tools/testing/selftests/bpf/
Dbpf_flow.c108 case bpf_htons(ETH_P_8021AD): in parse_eth_proto()
347 if (proto == bpf_htons(ETH_P_8021AD)) { in PROG()
364 if (vlan->h_vlan_encapsulated_proto == bpf_htons(ETH_P_8021AD) || in PROG()
Dtest_xdp_vlan.c71 || eth_type == bpf_htons(ETH_P_8021AD)) { in parse_eth_frame()
84 || eth_type == bpf_htons(ETH_P_8021AD)) { in parse_eth_frame()
/external/strace/xlat/
Dethernet_protocols.h468 #if defined(ETH_P_8021AD) || (defined(HAVE_DECL_ETH_P_8021AD) && HAVE_DECL_ETH_P_8021AD)
470 static_assert((ETH_P_8021AD) == (0x88A8), "ETH_P_8021AD != 0x88A8");
473 # define ETH_P_8021AD 0x88A8
716 XLAT(ETH_P_8021AD),
Dethernet_protocols.in68 ETH_P_8021AD 0x88A8 /* 802.1ad Service VLAN */
/external/iproute2/include/uapi/linux/
Dif_ether.h88 #define ETH_P_8021AD 0x88A8 /* 802.1ad Service VLAN */ macro
/external/kernel-headers/original/uapi/linux/
Dif_ether.h90 #define ETH_P_8021AD 0x88A8 /* 802.1ad Service VLAN */ macro
/external/syzkaller/sys/linux/
Dsocket_netlink_route_sched_arm.const3 ETH_P_8021AD = 34984
Dsocket_netlink_route_sched_ppc64le.const3 ETH_P_8021AD = 34984
Dsocket_netlink_route_sched_386.const3 ETH_P_8021AD = 34984
Dsocket_netlink_route_sched_amd64.const3 ETH_P_8021AD = 34984
Dsocket_netlink_route_sched_arm64.const3 ETH_P_8021AD = 34984
Dvnet_arm64.const92 ETH_P_8021AD = 34984
Dvnet_amd64.const92 ETH_P_8021AD = 34984
Dvnet_arm.const92 ETH_P_8021AD = 34984
Dvnet_386.const92 ETH_P_8021AD = 34984
Dvnet_ppc64le.const92 ETH_P_8021AD = 34984
Dsocket_netlink_route_sched.txt1107 vlan_proto = ETH_P_8021Q, ETH_P_8021AD
/external/iproute2/tc/
Dm_vlan.c167 proto != htons(ETH_P_8021AD)) { in parse_vlan()
/external/iproute2/ip/
Diplink.c298 if (ivvip->vlan_proto != htons(ETH_P_8021AD) && in iplink_parse_vf_vlan_info()
308 ll_proto_n2a(htons(ETH_P_8021AD), in iplink_parse_vf_vlan_info()
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go355 ETH_P_8021AD = 0x88a8 const
Dzerrors_linux_mipsle.go383 ETH_P_8021AD = 0x88a8 const
Dzerrors_linux_s390x.go383 ETH_P_8021AD = 0x88a8 const
Dzerrors_linux_arm.go383 ETH_P_8021AD = 0x88a8 const
Dzerrors_linux_ppc64le.go383 ETH_P_8021AD = 0x88a8 const
Dzerrors_linux_mips64.go383 ETH_P_8021AD = 0x88a8 const

12