Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dif_packet.h76 unsigned int tp_drops; member
81 unsigned int tp_drops; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dif_packet.h76 unsigned int tp_drops; member
81 unsigned int tp_drops; member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dif_packet.h77 unsigned int tp_drops; member
82 unsigned int tp_drops; member
/OK3568_Linux_fs/kernel/net/packet/
H A Dinternal.h139 atomic_t tp_drops ____cacheline_aligned_in_smp;
H A Daf_packet.c767 if (atomic_read(&po->tp_drops)) in prb_close_block()
2170 atomic_inc(&po->tp_drops); in packet_rcv()
2239 atomic_inc(&po->tp_drops); in tpacket_rcv()
2267 atomic_inc(&po->tp_drops); in tpacket_rcv()
2336 if (atomic_read(&po->tp_drops)) in tpacket_rcv()
2455 atomic_inc(&po->tp_drops); in tpacket_rcv()
4007 drops = atomic_xchg(&po->tp_drops, 0); in packet_getsockopt()
4011 st.stats3.tp_drops = drops; in packet_getsockopt()
4016 st.stats1.tp_drops = drops; in packet_getsockopt()
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dpacket_mmap.rst998 stats.tp_packets, bytes_total, stats.tp_drops,