tp_drops           76 include/uapi/linux/if_packet.h 	unsigned int	tp_drops;
tp_drops           81 include/uapi/linux/if_packet.h 	unsigned int	tp_drops;
tp_drops          762 net/packet/af_packet.c 	if (atomic_read(&po->tp_drops))
tp_drops         2143 net/packet/af_packet.c 	atomic_inc(&po->tp_drops);
tp_drops         2211 net/packet/af_packet.c 		atomic_inc(&po->tp_drops);
tp_drops         2299 net/packet/af_packet.c 		if (atomic_read(&po->tp_drops))
tp_drops         2413 net/packet/af_packet.c 	atomic_inc(&po->tp_drops);
tp_drops         3947 net/packet/af_packet.c 		drops = atomic_xchg(&po->tp_drops, 0);
tp_drops         3951 net/packet/af_packet.c 			st.stats3.tp_drops = drops;
tp_drops         3956 net/packet/af_packet.c 			st.stats1.tp_drops = drops;
tp_drops          138 net/packet/internal.h 	atomic_t		tp_drops ____cacheline_aligned_in_smp;