Home
last modified time | relevance | path

Searched refs:PACKET_VNET_HDR (Results 1 – 24 of 24) sorted by relevance

/external/strace/xlat/
Dsock_packet_options.h56 #if defined(PACKET_VNET_HDR) || (defined(HAVE_DECL_PACKET_VNET_HDR) && HAVE_DECL_PACKET_VNET_HDR)
57 XLAT(PACKET_VNET_HDR),
Dsock_packet_options.in14 PACKET_VNET_HDR
/external/syzkaller/sys/linux/
Dsocket_packet_386.const60 PACKET_VNET_HDR = 15
Dsocket_packet_ppc64le.const60 PACKET_VNET_HDR = 15
Dsocket_packet_arm64.const60 PACKET_VNET_HDR = 15
Dsocket_packet_amd64.const60 PACKET_VNET_HDR = 15
Dsocket_packet_arm.const60 PACKET_VNET_HDR = 15
Dsocket_packet.txt51 …ORIGDEV, PACKET_VERSION, PACKET_HDRLEN, PACKET_RESERVE, PACKET_LOSS, PACKET_VNET_HDR, PACKET_TX_TI…
/external/kernel-headers/original/uapi/linux/
Dif_packet.h52 #define PACKET_VNET_HDR 15 macro
/external/iproute2/include/uapi/linux/
Dif_packet.h52 #define PACKET_VNET_HDR 15 macro
/external/linux-kselftest/tools/testing/selftests/net/
Dpsock_snd.c235 setsockopt(fd, SOL_PACKET, PACKET_VNET_HDR, &one, sizeof(one))) in do_tx()
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go979 PACKET_VNET_HDR = 0xf const
Dzerrors_linux_mipsle.go1221 PACKET_VNET_HDR = 0xf const
Dzerrors_linux_s390x.go1220 PACKET_VNET_HDR = 0xf const
Dzerrors_linux_arm.go1220 PACKET_VNET_HDR = 0xf const
Dzerrors_linux_ppc64le.go1222 PACKET_VNET_HDR = 0xf const
Dzerrors_linux_mips64.go1221 PACKET_VNET_HDR = 0xf const
Dzerrors_linux_ppc64.go1222 PACKET_VNET_HDR = 0xf const
Dzerrors_linux_amd64.go1222 PACKET_VNET_HDR = 0xf const
Dzerrors_linux_mips64le.go1221 PACKET_VNET_HDR = 0xf const
Dzerrors_linux_386.go1222 PACKET_VNET_HDR = 0xf const
Dzerrors_linux_mips.go1221 PACKET_VNET_HDR = 0xf const
Dzerrors_linux_arm64.go1223 PACKET_VNET_HDR = 0xf const
/external/strace/
DChangeLog36228 * xlat/sockpacketoptions.in: Add PACKET_VNET_HDR, PACKET_TX_TIMESTAMP,