Home
last modified time | relevance | path

Searched refs:ETH_P_ERSPAN2 (Results 1 – 21 of 21) sorted by relevance

/external/strace/xlat/
Dethernet_protocols.h258 #if defined(ETH_P_ERSPAN2) || (defined(HAVE_DECL_ETH_P_ERSPAN2) && HAVE_DECL_ETH_P_ERSPAN2)
260 static_assert((ETH_P_ERSPAN2) == (0x22EB), "ETH_P_ERSPAN2 != 0x22EB");
263 # define ETH_P_ERSPAN2 0x22EB
686 XLAT(ETH_P_ERSPAN2),
Dethernet_protocols.in38 ETH_P_ERSPAN2 0x22EB /* ERSPAN version 2 (type III) */
/external/kernel-headers/original/uapi/linux/
Dif_ether.h51 #define ETH_P_ERSPAN2 0x22EB /* ERSPAN version 2 (type III) */ macro
/external/syzkaller/sys/linux/
Dvnet_amd64.const126 ETH_P_ERSPAN2 = 8939
Dvnet_arm64.const126 ETH_P_ERSPAN2 = 8939
Dvnet_386.const126 ETH_P_ERSPAN2 = 8939
Dvnet_ppc64le.const126 ETH_P_ERSPAN2 = 8939
Dvnet_arm.const126 ETH_P_ERSPAN2 = 8939
Dvnet.txt108 …_TEB, ETH_P_RARP, ETH_P_ATALK, ETH_P_AARP, ETH_P_8021Q, ETH_P_ERSPAN, ETH_P_ERSPAN2, ETH_P_IPX, ET…
898 erspan2 gre_packet_erspan[ETH_P_ERSPAN2, erspan_md2]
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_mips64le.go418 ETH_P_ERSPAN2 = 0x22eb const
Dzerrors_linux_ppc64.go418 ETH_P_ERSPAN2 = 0x22eb const
Dzerrors_linux_arm.go418 ETH_P_ERSPAN2 = 0x22eb const
Dzerrors_linux_mips64.go418 ETH_P_ERSPAN2 = 0x22eb const
Dzerrors_linux_ppc64le.go418 ETH_P_ERSPAN2 = 0x22eb const
Dzerrors_linux_arm64.go419 ETH_P_ERSPAN2 = 0x22eb const
Dzerrors_linux_386.go418 ETH_P_ERSPAN2 = 0x22eb const
Dzerrors_linux_mips.go418 ETH_P_ERSPAN2 = 0x22eb const
Dzerrors_linux_s390x.go418 ETH_P_ERSPAN2 = 0x22eb const
Dzerrors_linux_mipsle.go418 ETH_P_ERSPAN2 = 0x22eb const
Dzerrors_linux_amd64.go418 ETH_P_ERSPAN2 = 0x22eb const
/external/strace/
DChangeLog7031 * xlat/ethernet_protocols.in (ETH_P_ERSPAN2): New constant, introduced