Home
last modified time | relevance | path

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

/Linux-v6.1/include/uapi/linux/
Dif_packet.h77 unsigned int tp_drops; member
82 unsigned int tp_drops; member
/Linux-v6.1/net/packet/
Dinternal.h139 atomic_t tp_drops ____cacheline_aligned_in_smp;
Daf_packet.c805 if (atomic_read(&po->tp_drops)) in prb_close_block()
2220 atomic_inc(&po->tp_drops); in packet_rcv()
2289 atomic_inc(&po->tp_drops); in tpacket_rcv()
2317 atomic_inc(&po->tp_drops); in tpacket_rcv()
2386 if (atomic_read(&po->tp_drops)) in tpacket_rcv()
2506 atomic_inc(&po->tp_drops); in tpacket_rcv()
4044 drops = atomic_xchg(&po->tp_drops, 0); in packet_getsockopt()
4048 st.stats3.tp_drops = drops; in packet_getsockopt()
4053 st.stats1.tp_drops = drops; in packet_getsockopt()
/Linux-v6.1/Documentation/networking/
Dpacket_mmap.rst997 stats.tp_packets, bytes_total, stats.tp_drops,