Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/net/
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()
Dtoeplitz.c350 val = TPACKET_V3; in create_ring()
/linux-6.12.1/net/packet/
Daf_packet.c416 case TPACKET_V3: in __packet_set_status()
444 case TPACKET_V3: in __packet_get_status()
498 case TPACKET_V3: in __packet_set_timestamp()
1185 case TPACKET_V3: in packet_current_rx_frame()
1243 case TPACKET_V3: in packet_increment_rx_head()
1355 if (po->tp_version == TPACKET_V3) { in __packet_rcv_has_room()
2432 if (po->tp_version == TPACKET_V3) in tpacket_rcv()
2502 case TPACKET_V3: in tpacket_rcv()
2553 } else if (po->tp_version == TPACKET_V3) { in tpacket_rcv()
2724 case TPACKET_V3: in tpacket_parse_header()
[all …]
/linux-6.12.1/include/uapi/linux/
Dif_packet.h258 TPACKET_V3 enumerator
/linux-6.12.1/Documentation/networking/
Dpacket_mmap.rst58 TPACKET_V3 support was added in version 1.5.0
550 where 'tpacket_version' can be TPACKET_V1 (default), TPACKET_V2, TPACKET_V3.
580 TPACKET_V2 --> TPACKET_V3:
755 AF_PACKET TPACKET_V3 example
758 AF_PACKET's TPACKET_V3 ring buffer can be configured to use non-static frame
762 It is said that TPACKET_V3 brings the following benefits:
828 int err, i, fd, v = TPACKET_V3;