Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/net/
Dpsock_tpacket.c334 case TPACKET_V3: in __tx_kernel_ready()
351 case TPACKET_V3: in __tx_user_ready()
377 case TPACKET_V3: in get_next_frame()
461 case TPACKET_V3: { in walk_tx()
701 case TPACKET_V3: in setup_ring()
810 [TPACKET_V3] = "TPACKET_V3",
884 ret |= test_tpacket(TPACKET_V3, PACKET_RX_RING); in main()
886 ret |= test_tpacket(TPACKET_V3, PACKET_TX_RING); in main()
/external/kernel-headers/original/uapi/linux/
Dif_packet.h251 TPACKET_V3 enumerator
/external/libpcap/
DCHANGES9 Check for the "break the loop" condition in the inner loop for TPACKET_V3.
10 Fix handling of packet count in the TPACKET_V3 inner loop: GitHub issue #493.
101 application when TPACKET_V3 is used. (GitHub issue #331)
103 of 0 on some platforms (including Linux with TPACKET_V3).
105 Work around TPACKET_V3 deficiency that causes packets to be lost
111 Fix libpcap to work when compiled with TPACKET_V3 support and
112 running on a kernel without TPACKET_V3 support. (GitHub
122 TPACKET_V3 support added for Linux
Dpcap-linux.c1387 if (handlep->tp_version == TPACKET_V3 && broken_tpacket_v3)
1399 if (handlep->tp_version == TPACKET_V3 && !broken_tpacket_v3)
3778 case TPACKET_V3:
3918 ret = init_tpacket(handle, TPACKET_V3, "TPACKET_V3");
4162 case TPACKET_V3:
4522 case TPACKET_V3: