Home
last modified time | relevance | path

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

/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/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/ltp/testcases/kernel/syscalls/setsockopt/
Dsetsockopt02.c46 # define TPACKET_V3 2 macro
75 int ver = TPACKET_V3; in create_skbuf()
/external/linux-kselftest/tools/testing/selftests/net/
Dpsock_tpacket.c322 case TPACKET_V3: in __tx_kernel_ready()
339 case TPACKET_V3: in __tx_user_ready()
365 case TPACKET_V3: in get_next_frame()
449 case TPACKET_V3: { in walk_tx()
689 case TPACKET_V3: in setup_ring()
798 [TPACKET_V3] = "TPACKET_V3",
871 ret |= test_tpacket(TPACKET_V3, PACKET_RX_RING); in main()
873 ret |= test_tpacket(TPACKET_V3, PACKET_TX_RING); in main()
/external/iproute2/include/uapi/linux/
Dif_packet.h253 TPACKET_V3 enumerator
/external/kernel-headers/original/uapi/linux/
Dif_packet.h255 TPACKET_V3 enumerator
/external/libpcap/
Dpcap-linux.c900 if (handlep->tp_version == TPACKET_V3 && broken_tpacket_v3) in set_poll_timeout()
912 if (handlep->tp_version == TPACKET_V3 && !broken_tpacket_v3) in set_poll_timeout()
1082 case TPACKET_V3: in pcap_activate_linux()
2790 ret = init_tpacket(handle, TPACKET_V3, "TPACKET_V3"); in prepare_tpacket_socket()
3033 case TPACKET_V3: in create_ring()
3393 case TPACKET_V3: in pcap_get_ring_frame_status()
DCHANGES175 Boost the TPACKET_V3 timeout to the maximum if a timeout of 0 was
268 Check for the "break the loop" condition in the inner loop for TPACKET_V3.
269 Fix handling of packet count in the TPACKET_V3 inner loop: GitHub issue #493.
360 application when TPACKET_V3 is used. (GitHub issue #331)
362 of 0 on some platforms (including Linux with TPACKET_V3).
364 Work around TPACKET_V3 deficiency that causes packets to be lost
370 Fix libpcap to work when compiled with TPACKET_V3 support and
371 running on a kernel without TPACKET_V3 support. (GitHub
381 TPACKET_V3 support added for Linux