Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/net/
A Dpsock_tpacket.c319 case TPACKET_V3: in __tx_kernel_ready()
336 case TPACKET_V3: in __tx_user_ready()
362 case TPACKET_V3: in get_next_frame()
445 case TPACKET_V3: { in walk_tx()
685 case TPACKET_V3: in setup_ring()
794 [TPACKET_V3] = "TPACKET_V3",
842 ret |= test_tpacket(TPACKET_V3, PACKET_RX_RING); in main()
843 ret |= test_tpacket(TPACKET_V3, PACKET_TX_RING); in main()
A Dtoeplitz.c346 val = TPACKET_V3; in create_ring()
/linux/net/packet/
A Daf_packet.c415 case TPACKET_V3: in __packet_set_status()
441 case TPACKET_V3: in __packet_get_status()
495 case TPACKET_V3: in __packet_set_timestamp()
1121 case TPACKET_V3: in packet_current_rx_frame()
1179 case TPACKET_V3: in packet_increment_rx_head()
2419 case TPACKET_V3: in tpacket_rcv()
2634 case TPACKET_V3: in tpacket_parse_header()
3774 case TPACKET_V3: in packet_setsockopt()
3814 case TPACKET_V3: in packet_setsockopt()
4062 case TPACKET_V3: in packet_getsockopt()
[all …]
/linux/include/uapi/linux/
A Dif_packet.h255 TPACKET_V3 enumerator
/linux/Documentation/networking/
A Dpacket_mmap.rst58 TPACKET_V3 support was added in version 1.5.0
549 where 'tpacket_version' can be TPACKET_V1 (default), TPACKET_V2, TPACKET_V3.
579 TPACKET_V2 --> TPACKET_V3:
754 AF_PACKET TPACKET_V3 example
757 AF_PACKET's TPACKET_V3 ring buffer can be configured to use non-static frame
761 It is said that TPACKET_V3 brings the following benefits:
827 int err, i, fd, v = TPACKET_V3;

Completed in 16 milliseconds