Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/net/
A 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 …]
A Dpsock_fanout.c198 int val = TPACKET_V2; in sock_fanout_open_ring()
/linux/net/packet/
A Daf_packet.c411 case TPACKET_V2: in __packet_set_status()
438 case TPACKET_V2: in __packet_get_status()
491 case TPACKET_V2: in __packet_set_timestamp()
1117 case TPACKET_V2: in packet_current_rx_frame()
1177 case TPACKET_V2: in packet_increment_rx_head()
2401 case TPACKET_V2: in tpacket_rcv()
2641 case TPACKET_V2: in tpacket_parse_header()
3771 case TPACKET_V2: in packet_setsockopt()
3813 case TPACKET_V2: in packet_setsockopt()
4059 case TPACKET_V2: in packet_getsockopt()
[all …]
A Ddiag.c85 if (ver > TPACKET_V2) { in pdiag_put_ring()
/linux/include/uapi/linux/
A Dif_packet.h254 TPACKET_V2, enumerator
/linux/Documentation/networking/
A Dpacket_mmap.rst549 where 'tpacket_version' can be TPACKET_V1 (default), TPACKET_V2, TPACKET_V3.
555 TPACKET_V1 --> TPACKET_V2:
570 - How to switch to TPACKET_V2:
579 TPACKET_V2 --> TPACKET_V3:
591 - TX_RING semantics are conceptually similar to TPACKET_V2;
759 works on a per block basis instead of per ring as in TPACKET_V2 and predecessor.

Completed in 20 milliseconds