Home
last modified time | relevance | path

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

/linux/net/sched/
A Dsch_tbf.c225 if (net_xmit_drop_count(ret)) in tbf_segment()
253 if (net_xmit_drop_count(ret)) in tbf_enqueue()
A Dsch_multiq.c82 if (net_xmit_drop_count(ret)) in multiq_enqueue()
A Dsch_prio.c92 if (net_xmit_drop_count(ret)) in prio_enqueue()
A Dsch_drr.c358 if (net_xmit_drop_count(err)) { in drr_enqueue()
A Dsch_dsmark.c273 if (net_xmit_drop_count(err)) in dsmark_enqueue()
A Dsch_netem.c609 if (net_xmit_drop_count(rc)) in netem_enqueue()
726 net_xmit_drop_count(err)) { in netem_dequeue()
A Dsch_red.c133 } else if (net_xmit_drop_count(ret)) { in red_enqueue()
A Dsch_atm.c439 if (net_xmit_drop_count(ret)) { in atm_tc_enqueue()
A Dsch_sfb.c407 } else if (net_xmit_drop_count(ret)) { in sfb_enqueue()
A Dsch_ets.c437 if (net_xmit_drop_count(err)) { in ets_qdisc_enqueue()
A Dsch_qfq.c1230 if (net_xmit_drop_count(err)) { in qfq_enqueue()
A Dsch_hfsc.c1550 if (net_xmit_drop_count(err)) { in hfsc_enqueue()
A Dsch_cbq.c385 if (net_xmit_drop_count(ret)) { in cbq_enqueue()
A Dsch_taprio.c475 if (net_xmit_drop_count(ret)) in taprio_enqueue()
A Dsch_htb.c637 if (net_xmit_drop_count(ret)) { in htb_enqueue()
/linux/include/net/
A Dsch_generic.h826 #define net_xmit_drop_count(e) ((e) & __NET_XMIT_STOLEN ? 0 : 1) macro
828 #define net_xmit_drop_count(e) (1) macro

Completed in 40 milliseconds