Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dif_packet.h110 #define TP_STATUS_KERNEL 0 macro
/openbmc/linux/tools/testing/selftests/net/
H A Dpsock_tpacket.c180 hdr->tp_status = TP_STATUS_KERNEL; in __v1_rx_user_ready()
191 hdr->tp_status = TP_STATUS_KERNEL; in __v2_rx_user_ready()
577 pbd->h1.block_status = TP_STATUS_KERNEL; in __v3_flush_block()
H A Dtoeplitz.c236 block->hdr.bh1.block_status = TP_STATUS_KERNEL; in recv_block()
/openbmc/linux/Documentation/networking/
H A Dpacket_mmap.rst478 #define TP_STATUS_KERNEL 0
481 The kernel initializes all frames to TP_STATUS_KERNEL, when the kernel
496 if (status == TP_STATUS_KERNEL)
939 pbd->h1.block_status = TP_STATUS_KERNEL;
/openbmc/linux/net/packet/
H A Daf_packet.c957 if (likely(TP_STATUS_KERNEL == BLOCK_STATUS(pbd))) { in prb_retire_current_block()
1259 return packet_lookup_frame(po, &po->rx_ring, idx, TP_STATUS_KERNEL); in __tpacket_has_room()
1272 return prb_lookup_block(po, &po->rx_ring, idx, TP_STATUS_KERNEL); in __tpacket_v3_has_room()
2360 TP_STATUS_KERNEL, (macoff+snaplen)); in tpacket_rcv()
4278 TP_STATUS_KERNEL)) in packet_poll()