Home
last modified time | relevance | path

Searched refs:TPACKET_V2 (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/tools/testing/selftests/net/
Dpsock_tpacket.c200 case TPACKET_V2: in __v1_v2_rx_kernel_ready()
214 case TPACKET_V2: in __v1_v2_rx_user_ready()
250 case TPACKET_V2: in walk_v1_v2_rx()
317 case TPACKET_V2: in __tx_kernel_ready()
333 case TPACKET_V2: in __tx_user_ready()
360 case TPACKET_V2: in get_next_frame()
387 if (ring->version <= TPACKET_V2) in walk_tx()
436 case TPACKET_V2: in walk_tx()
677 case TPACKET_V2: in setup_ring()
793 [TPACKET_V2] = "TPACKET_V2",
[all …]
Dpsock_fanout.c199 int val = TPACKET_V2; in sock_fanout_open_ring()
/linux-6.12.1/net/packet/
Daf_packet.c412 case TPACKET_V2: in __packet_set_status()
441 case TPACKET_V2: in __packet_get_status()
494 case TPACKET_V2: in __packet_set_timestamp()
1181 case TPACKET_V2: in packet_current_rx_frame()
1230 if (po->tp_version <= TPACKET_V2) in packet_previous_rx_frame()
1241 case TPACKET_V2: in packet_increment_rx_head()
2379 if (po->tp_version <= TPACKET_V2) { in tpacket_rcv()
2421 if (po->tp_version <= TPACKET_V2) { in tpacket_rcv()
2437 if (po->tp_version <= TPACKET_V2) { in tpacket_rcv()
2480 case TPACKET_V2: in tpacket_rcv()
[all …]
Ddiag.c85 if (ver > TPACKET_V2) { in pdiag_put_ring()
/linux-6.12.1/include/uapi/linux/
Dif_packet.h257 TPACKET_V2, enumerator
/linux-6.12.1/Documentation/networking/
Dpacket_mmap.rst550 where 'tpacket_version' can be TPACKET_V1 (default), TPACKET_V2, TPACKET_V3.
556 TPACKET_V1 --> TPACKET_V2:
571 - How to switch to TPACKET_V2:
580 TPACKET_V2 --> TPACKET_V3:
592 - TX_RING semantics are conceptually similar to TPACKET_V2;
760 works on a per block basis instead of per ring as in TPACKET_V2 and predecessor.