Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/net/
H 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 …]
H A Dpsock_fanout.c185 int val = TPACKET_V2; in sock_fanout_open_ring()
/OK3568_Linux_fs/kernel/net/packet/
H A Daf_packet.c374 case TPACKET_V2: in __packet_set_status()
401 case TPACKET_V2: in __packet_get_status()
454 case TPACKET_V2: in __packet_set_timestamp()
1080 case TPACKET_V2: in packet_current_rx_frame()
1129 if (po->tp_version <= TPACKET_V2) in packet_previous_rx_frame()
1140 case TPACKET_V2: in packet_increment_rx_head()
2270 if (po->tp_version <= TPACKET_V2) { in tpacket_rcv()
2312 if (po->tp_version <= TPACKET_V2) { in tpacket_rcv()
2328 if (po->tp_version <= TPACKET_V2) { in tpacket_rcv()
2369 case TPACKET_V2: in tpacket_rcv()
[all …]
H A Ddiag.c85 if (ver > TPACKET_V2) { in pdiag_put_ring()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dif_packet.h253 TPACKET_V2, enumerator
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dif_packet.h253 TPACKET_V2, enumerator
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dif_packet.h254 TPACKET_V2, enumerator
/OK3568_Linux_fs/kernel/Documentation/networking/
H A 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.