Home
last modified time | relevance | path

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

/Linux-v4.19/net/sched/
Dsch_tbf.c170 if (net_xmit_drop_count(ret)) in tbf_segment()
198 if (net_xmit_drop_count(ret)) in tbf_enqueue()
Dsch_multiq.c93 if (net_xmit_drop_count(ret)) in multiq_enqueue()
Dsch_red.c105 } else if (net_xmit_drop_count(ret)) { in red_enqueue()
Dsch_prio.c95 if (net_xmit_drop_count(ret)) in prio_enqueue()
Dsch_drr.c367 if (net_xmit_drop_count(err)) { in drr_enqueue()
Dsch_dsmark.c269 if (net_xmit_drop_count(err)) in dsmark_enqueue()
Dsch_netem.c586 if (net_xmit_drop_count(rc)) in netem_enqueue()
686 net_xmit_drop_count(err)) { in netem_dequeue()
Dsch_sfb.c410 } else if (net_xmit_drop_count(ret)) { in sfb_enqueue()
Dsch_atm.c436 if (net_xmit_drop_count(ret)) { in atm_tc_enqueue()
Dsch_qfq.c1241 if (net_xmit_drop_count(err)) { in qfq_enqueue()
Dsch_hfsc.c1555 if (net_xmit_drop_count(err)) { in hfsc_enqueue()
Dsch_htb.c620 if (net_xmit_drop_count(ret)) { in htb_enqueue()
Dsch_cbq.c390 if (net_xmit_drop_count(ret)) { in cbq_enqueue()
/Linux-v4.19/include/net/
Dsch_generic.h684 #define net_xmit_drop_count(e) ((e) & __NET_XMIT_STOLEN ? 0 : 1) macro
686 #define net_xmit_drop_count(e) (1) macro