Home
last modified time | relevance | path

Searched refs:TPACKET_V1 (Results 1 – 19 of 19) sorted by relevance

/external/strace/xlat/
Daf_packet_versions.h6 #if defined(TPACKET_V1) || (defined(HAVE_DECL_TPACKET_V1) && HAVE_DECL_TPACKET_V1)
8 static_assert((TPACKET_V1) == (0), "TPACKET_V1 != 0");
11 # define TPACKET_V1 0
38 XLAT(TPACKET_V1),
Daf_packet_versions.in1 TPACKET_V1 0
/external/linux-kselftest/tools/testing/selftests/net/
Dpsock_tpacket.c215 case TPACKET_V1: in __v1_v2_rx_kernel_ready()
228 case TPACKET_V1: in __v1_v2_rx_user_ready()
261 case TPACKET_V1: in walk_v1_v2_rx()
332 case TPACKET_V1: in __tx_kernel_ready()
347 case TPACKET_V1: in __tx_user_ready()
376 case TPACKET_V1: in get_next_frame()
444 case TPACKET_V1: in walk_tx()
694 case TPACKET_V1: in setup_ring()
810 [TPACKET_V1] = "TPACKET_V1",
829 if (version == TPACKET_V1 && in test_tpacket()
[all …]
/external/linux-kselftest/android/patches/
D0005-psock-tpacket-version-check.patch57 ret |= test_tpacket(TPACKET_V1, PACKET_RX_RING);
58 ret |= test_tpacket(TPACKET_V1, PACKET_TX_RING);
/external/kernel-headers/original/uapi/linux/
Dif_packet.h252 TPACKET_V1, enumerator
/external/iproute2/include/uapi/linux/
Dif_packet.h251 TPACKET_V1, enumerator
/external/libpcap/
Dpcap-linux.c203 # define TPACKET_V1 0 /* Old kernel with only V1, so no TPACKET_Vn defined */ macro
4020 case TPACKET_V1:
4208 handlep->tp_version = TPACKET_V1;
4292 case TPACKET_V1:
4780 case TPACKET_V1:
DCHANGES141 Attempt to handle TPACKET_V1 with 32-bit userland and 64-bit kernel.
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dztypes_linux_s390x.go1376 TPACKET_V1 = 0x0 const
Dztypes_linux_386.go1350 TPACKET_V1 = 0x0 const
Dztypes_linux_mips.go1344 TPACKET_V1 = 0x0 const
Dztypes_linux_amd64.go1370 TPACKET_V1 = 0x0 const
Dztypes_linux_ppc64.go1359 TPACKET_V1 = 0x0 const
Dztypes_linux_mips64.go1351 TPACKET_V1 = 0x0 const
Dztypes_linux_mipsle.go1344 TPACKET_V1 = 0x0 const
Dztypes_linux_arm.go1339 TPACKET_V1 = 0x0 const
Dztypes_linux_arm64.go1349 TPACKET_V1 = 0x0 const
Dztypes_linux_mips64le.go1351 TPACKET_V1 = 0x0 const
Dztypes_linux_ppc64le.go1359 TPACKET_V1 = 0x0 const