Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dif_packet.h79 unsigned int tp_drops; member
84 unsigned int tp_drops; member
/openbmc/linux/net/packet/
H A Dinternal.h133 atomic_t tp_drops ____cacheline_aligned_in_smp;
H A Daf_packet.c848 if (atomic_read(&po->tp_drops)) in prb_close_block()
2268 atomic_inc(&po->tp_drops); in packet_rcv()
2337 atomic_inc(&po->tp_drops); in tpacket_rcv()
2366 atomic_inc(&po->tp_drops); in tpacket_rcv()
2435 if (atomic_read(&po->tp_drops)) in tpacket_rcv()
2561 atomic_inc(&po->tp_drops); in tpacket_rcv()
4139 drops = atomic_xchg(&po->tp_drops, 0); in packet_getsockopt()
4143 st.stats3.tp_drops = drops; in packet_getsockopt()
4148 st.stats1.tp_drops = drops; in packet_getsockopt()
/openbmc/linux/Documentation/networking/
H A Dpacket_mmap.rst997 stats.tp_packets, bytes_total, stats.tp_drops,