Home
last modified time | relevance | path

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

/linux-6.15/include/uapi/linux/
H A Dif_packet.h79 unsigned int tp_drops; member
84 unsigned int tp_drops; member
/linux-6.15/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()
2267 atomic_inc(&po->tp_drops); in packet_rcv()
2334 atomic_inc(&po->tp_drops); in tpacket_rcv()
2363 atomic_inc(&po->tp_drops); in tpacket_rcv()
2432 if (atomic_read(&po->tp_drops)) in tpacket_rcv()
2555 atomic_inc(&po->tp_drops); in tpacket_rcv()
4132 drops = atomic_xchg(&po->tp_drops, 0); in packet_getsockopt()
4136 st.stats3.tp_drops = drops; in packet_getsockopt()
4141 st.stats1.tp_drops = drops; in packet_getsockopt()
/linux-6.15/Documentation/networking/
H A Dpacket_mmap.rst998 stats.tp_packets, bytes_total, stats.tp_drops,