Home
last modified time | relevance | path

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

/linux-4.4.14/tools/testing/selftests/net/
Dpsock_tpacket.c212 case TPACKET_V2: in __v1_v2_rx_kernel_ready()
226 case TPACKET_V2: in __v1_v2_rx_user_ready()
263 case TPACKET_V2: in walk_v1_v2_rx()
319 case TPACKET_V2: in __v1_v2_tx_kernel_ready()
333 case TPACKET_V2: in __v1_v2_tx_user_ready()
407 case TPACKET_V2: in walk_v1_v2_tx()
635 case TPACKET_V2: in setup_ring()
749 [TPACKET_V2] = "TPACKET_V2",
795 ret |= test_tpacket(TPACKET_V2, PACKET_RX_RING); in main()
796 ret |= test_tpacket(TPACKET_V2, PACKET_TX_RING); in main()
Dpsock_fanout.c152 int val = TPACKET_V2; in sock_fanout_open_ring()
/linux-4.4.14/net/packet/
Daf_packet.c407 case TPACKET_V2: in __packet_set_status()
431 case TPACKET_V2: in __packet_get_status()
474 case TPACKET_V2: in __packet_set_timestamp()
1110 case TPACKET_V2: in packet_current_rx_frame()
1159 if (po->tp_version <= TPACKET_V2) in packet_previous_rx_frame()
1170 case TPACKET_V2: in packet_increment_rx_head()
2158 if (po->tp_version <= TPACKET_V2) { in tpacket_rcv()
2193 if (po->tp_version <= TPACKET_V2) { in tpacket_rcv()
2228 case TPACKET_V2: in tpacket_rcv()
2278 if (po->tp_version <= TPACKET_V2) { in tpacket_rcv()
[all …]
Ddiag.c76 if (!ring->pg_vec || ((ver > TPACKET_V2) && in pdiag_put_ring()
85 if (ver > TPACKET_V2) { in pdiag_put_ring()
/linux-4.4.14/include/uapi/linux/
Dif_packet.h250 TPACKET_V2, enumerator
/linux-4.4.14/Documentation/networking/
Dpacket_mmap.txt540 where 'tpacket_version' can be TPACKET_V1 (default), TPACKET_V2, TPACKET_V3.
546 TPACKET_V1 --> TPACKET_V2:
559 - How to switch to TPACKET_V2:
567 TPACKET_V2 --> TPACKET_V3:
742 works on a per block basis instead of per ring as in TPACKET_V2 and predecessor.