Home
last modified time | relevance | path

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

/Linux-v5.10/include/uapi/linux/
Dif_packet.h76 unsigned int tp_drops; member
81 unsigned int tp_drops; member
/Linux-v5.10/net/packet/
Dinternal.h138 atomic_t tp_drops ____cacheline_aligned_in_smp;
Daf_packet.c766 if (atomic_read(&po->tp_drops)) in prb_close_block()
2149 atomic_inc(&po->tp_drops); in packet_rcv()
2218 atomic_inc(&po->tp_drops); in tpacket_rcv()
2247 atomic_inc(&po->tp_drops); in tpacket_rcv()
2313 if (atomic_read(&po->tp_drops)) in tpacket_rcv()
2427 atomic_inc(&po->tp_drops); in tpacket_rcv()
3962 drops = atomic_xchg(&po->tp_drops, 0); in packet_getsockopt()
3966 st.stats3.tp_drops = drops; in packet_getsockopt()
3971 st.stats1.tp_drops = drops; in packet_getsockopt()
/Linux-v5.10/Documentation/networking/
Dpacket_mmap.rst998 stats.tp_packets, bytes_total, stats.tp_drops,