Home
last modified time | relevance | path

Searched refs:net_xmit_drop_count (Results 1 – 14 of 14) sorted by relevance

/Linux-v5.4/net/sched/
Dsch_tbf.c165 if (net_xmit_drop_count(ret)) in tbf_segment()
194 if (net_xmit_drop_count(ret)) in tbf_enqueue()
Dsch_multiq.c82 if (net_xmit_drop_count(ret)) in multiq_enqueue()
Dsch_prio.c92 if (net_xmit_drop_count(ret)) in prio_enqueue()
Dsch_red.c101 } else if (net_xmit_drop_count(ret)) { in red_enqueue()
Dsch_drr.c360 if (net_xmit_drop_count(err)) { in drr_enqueue()
Dsch_dsmark.c272 if (net_xmit_drop_count(err)) in dsmark_enqueue()
Dsch_netem.c609 if (net_xmit_drop_count(rc)) in netem_enqueue()
726 net_xmit_drop_count(err)) { in netem_dequeue()
Dsch_atm.c438 if (net_xmit_drop_count(ret)) { in atm_tc_enqueue()
Dsch_sfb.c407 } else if (net_xmit_drop_count(ret)) { in sfb_enqueue()
Dsch_qfq.c1231 if (net_xmit_drop_count(err)) { in qfq_enqueue()
Dsch_hfsc.c1550 if (net_xmit_drop_count(err)) { in hfsc_enqueue()
Dsch_htb.c604 if (net_xmit_drop_count(ret)) { in htb_enqueue()
Dsch_cbq.c385 if (net_xmit_drop_count(ret)) { in cbq_enqueue()
/Linux-v5.4/include/net/
Dsch_generic.h785 #define net_xmit_drop_count(e) ((e) & __NET_XMIT_STOLEN ? 0 : 1) macro
787 #define net_xmit_drop_count(e) (1) macro