Home
last modified time | relevance | path

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

/Linux-v4.19/tools/testing/selftests/net/
Dpsock_tpacket.c214 case TPACKET_V2: in __v1_v2_rx_kernel_ready()
228 case TPACKET_V2: in __v1_v2_rx_user_ready()
264 case TPACKET_V2: in walk_v1_v2_rx()
331 case TPACKET_V2: in __tx_kernel_ready()
347 case TPACKET_V2: in __tx_user_ready()
374 case TPACKET_V2: in get_next_frame()
401 if (ring->version <= TPACKET_V2) in walk_tx()
450 case TPACKET_V2: in walk_tx()
691 case TPACKET_V2: in setup_ring()
807 [TPACKET_V2] = "TPACKET_V2",
[all …]
Dpsock_fanout.c199 int val = TPACKET_V2; in sock_fanout_open_ring()
/Linux-v4.19/net/packet/
Daf_packet.c379 case TPACKET_V2: in __packet_set_status()
406 case TPACKET_V2: in __packet_get_status()
451 case TPACKET_V2: in __packet_set_timestamp()
1081 case TPACKET_V2: in packet_current_rx_frame()
1130 if (po->tp_version <= TPACKET_V2) in packet_previous_rx_frame()
1141 case TPACKET_V2: in packet_increment_rx_head()
2218 if (po->tp_version <= TPACKET_V2) { in tpacket_rcv()
2256 if (po->tp_version <= TPACKET_V2) { in tpacket_rcv()
2298 case TPACKET_V2: in tpacket_rcv()
2348 if (po->tp_version <= TPACKET_V2) { in tpacket_rcv()
[all …]
Ddiag.c84 if (ver > TPACKET_V2) { in pdiag_put_ring()
/Linux-v4.19/include/uapi/linux/
Dif_packet.h252 TPACKET_V2, enumerator
/Linux-v4.19/Documentation/networking/
Dpacket_mmap.txt528 where 'tpacket_version' can be TPACKET_V1 (default), TPACKET_V2, TPACKET_V3.
534 TPACKET_V1 --> TPACKET_V2:
547 - How to switch to TPACKET_V2:
555 TPACKET_V2 --> TPACKET_V3:
565 - TX_RING semantics are conceptually similar to TPACKET_V2;
735 works on a per block basis instead of per ring as in TPACKET_V2 and predecessor.