Home
last modified time | relevance | path

Searched refs:TP_STATUS_KERNEL (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/include/uapi/linux/
Dif_packet.h104 #define TP_STATUS_KERNEL 0 macro
/linux-4.4.14/tools/testing/selftests/net/
Dpsock_tpacket.c192 hdr->tp_status = TP_STATUS_KERNEL; in __v1_rx_user_ready()
203 hdr->tp_status = TP_STATUS_KERNEL; in __v2_rx_user_ready()
535 pbd->h1.block_status = TP_STATUS_KERNEL; in __v3_flush_block()
/linux-4.4.14/Documentation/networking/
Dpacket_mmap.txt478 #define TP_STATUS_KERNEL 0
481 The kernel initializes all frames to TP_STATUS_KERNEL, when the kernel
496 if (status == TP_STATUS_KERNEL)
921 pbd->h1.block_status = TP_STATUS_KERNEL;
/linux-4.4.14/net/packet/
Daf_packet.c947 if (likely(TP_STATUS_KERNEL == BLOCK_STATUS(pbd))) { in prb_retire_current_block()
1249 return packet_lookup_frame(po, &po->rx_ring, idx, TP_STATUS_KERNEL); in __tpacket_has_room()
1262 return prb_lookup_block(po, &po->rx_ring, idx, TP_STATUS_KERNEL); in __tpacket_v3_has_room()
2190 TP_STATUS_KERNEL, (macoff+snaplen)); in tpacket_rcv()
3944 TP_STATUS_KERNEL)) in packet_poll()