Home
last modified time | relevance | path

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

/linux-4.1.27/net/sched/
Dsch_tbf.c177 if (net_xmit_drop_count(ret)) in tbf_segment()
203 if (net_xmit_drop_count(ret)) in tbf_enqueue()
Dsch_prio.c91 if (net_xmit_drop_count(ret)) in prio_enqueue()
Dsch_red.c101 } else if (net_xmit_drop_count(ret)) { in red_enqueue()
Dsch_multiq.c89 if (net_xmit_drop_count(ret)) in multiq_enqueue()
Dsch_dsmark.c260 if (net_xmit_drop_count(err)) in dsmark_enqueue()
Dsch_drr.c369 if (net_xmit_drop_count(err)) { in drr_enqueue()
Dsch_atm.c419 if (net_xmit_drop_count(ret)) { in atm_tc_enqueue()
Dsch_sfb.c412 } else if (net_xmit_drop_count(ret)) { in sfb_enqueue()
Dsch_cbq.c397 if (net_xmit_drop_count(ret)) { in cbq_enqueue()
652 if (net_xmit_drop_count(ret)) in cbq_reshape_fail()
Dsch_netem.c599 if (net_xmit_drop_count(err)) { in netem_dequeue()
Dsch_qfq.c1250 if (net_xmit_drop_count(err)) { in qfq_enqueue()
Dsch_htb.c594 if (net_xmit_drop_count(ret)) { in htb_enqueue()
Dsch_hfsc.c1600 if (net_xmit_drop_count(err)) { in hfsc_enqueue()
/linux-4.1.27/include/net/
Dsch_generic.h485 #define net_xmit_drop_count(e) ((e) & __NET_XMIT_STOLEN ? 0 : 1) macro
487 #define net_xmit_drop_count(e) (1) macro