bytesin           343 include/uapi/linux/pkt_sched.h 	__u32		bytesin;
bytesin            37 net/sched/sch_gred.c 	u64		bytesin;	/* bytes seen on virtualQ so far*/
bytesin           206 net/sched/sch_gred.c 	q->bytesin += qdisc_pkt_len(skb);
bytesin           379 net/sched/sch_gred.c 		table->tab[i]->bytesin += hw_stats->stats.bstats[i].bytes;
bytesin           825 net/sched/sch_gred.c 		opt.bytesin	= q->bytesin;
bytesin           864 net/sched/sch_gred.c 		if (nla_put_u64_64bit(skb, TCA_GRED_VQ_STAT_BYTES, q->bytesin,
bytesin           342 tools/include/uapi/linux/pkt_sched.h 	__u32		bytesin;