Home
last modified time | relevance | path

Searched refs:TPACKET_V3 (Results 1 – 20 of 20) sorted by relevance

/external/linux-kselftest/android/patches/
D0005-psock-tpacket-version-check.patch1 TX_RING support for TPACKET_V3 was added in this commit:
7 af_packet: TX_RING support for TPACKET_V3
10 support for TPACKET_V3 on kernels earlier than this.
62 ret |= test_tpacket(TPACKET_V3, PACKET_RX_RING);
63 - ret |= test_tpacket(TPACKET_V3, PACKET_TX_RING);
65 + ret |= test_tpacket(TPACKET_V3, PACKET_TX_RING);
/external/strace/xlat/
Daf_packet_versions.h20 #if defined(TPACKET_V3) || (defined(HAVE_DECL_TPACKET_V3) && HAVE_DECL_TPACKET_V3)
22 static_assert((TPACKET_V3) == (2), "TPACKET_V3 != 2");
25 # define TPACKET_V3 2
40 XLAT(TPACKET_V3),
Daf_packet_versions.in3 TPACKET_V3 2
/external/linux-kselftest/tools/testing/selftests/net/
Dpsock_tpacket.c336 case TPACKET_V3: in __tx_kernel_ready()
353 case TPACKET_V3: in __tx_user_ready()
379 case TPACKET_V3: in get_next_frame()
463 case TPACKET_V3: { in walk_tx()
703 case TPACKET_V3: in setup_ring()
812 [TPACKET_V3] = "TPACKET_V3",
885 ret |= test_tpacket(TPACKET_V3, PACKET_RX_RING); in main()
887 ret |= test_tpacket(TPACKET_V3, PACKET_TX_RING); in main()
/external/ltp/testcases/kernel/syscalls/setsockopt/
Dsetsockopt02.c58 # define TPACKET_V3 2 macro
87 int ver = TPACKET_V3; in create_skbuf()
/external/kernel-headers/original/uapi/linux/
Dif_packet.h254 TPACKET_V3 enumerator
/external/iproute2/include/uapi/linux/
Dif_packet.h253 TPACKET_V3 enumerator
/external/libpcap/
DCHANGES88 Check for the "break the loop" condition in the inner loop for TPACKET_V3.
89 Fix handling of packet count in the TPACKET_V3 inner loop: GitHub issue #493.
180 application when TPACKET_V3 is used. (GitHub issue #331)
182 of 0 on some platforms (including Linux with TPACKET_V3).
184 Work around TPACKET_V3 deficiency that causes packets to be lost
190 Fix libpcap to work when compiled with TPACKET_V3 support and
191 running on a kernel without TPACKET_V3 support. (GitHub
201 TPACKET_V3 support added for Linux
Dpcap-linux.c1439 if (handlep->tp_version == TPACKET_V3 && broken_tpacket_v3)
1451 if (handlep->tp_version == TPACKET_V3 && !broken_tpacket_v3)
4032 case TPACKET_V3:
4168 ret = init_tpacket(handle, TPACKET_V3, "TPACKET_V3");
4427 case TPACKET_V3:
4792 case TPACKET_V3:
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dztypes_linux_s390x.go1378 TPACKET_V3 = 0x2 const
Dztypes_linux_386.go1352 TPACKET_V3 = 0x2 const
Dztypes_linux_mips.go1346 TPACKET_V3 = 0x2 const
Dztypes_linux_amd64.go1372 TPACKET_V3 = 0x2 const
Dztypes_linux_ppc64.go1361 TPACKET_V3 = 0x2 const
Dztypes_linux_mips64.go1353 TPACKET_V3 = 0x2 const
Dztypes_linux_mipsle.go1346 TPACKET_V3 = 0x2 const
Dztypes_linux_arm.go1341 TPACKET_V3 = 0x2 const
Dztypes_linux_arm64.go1351 TPACKET_V3 = 0x2 const
Dztypes_linux_mips64le.go1353 TPACKET_V3 = 0x2 const
Dztypes_linux_ppc64le.go1361 TPACKET_V3 = 0x2 const