Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dsch_tbf.c227 if (net_xmit_drop_count(ret)) in tbf_segment()
261 if (net_xmit_drop_count(ret)) in tbf_enqueue()
H A Dsch_multiq.c82 if (net_xmit_drop_count(ret)) in multiq_enqueue()
H A Dsch_prio.c92 if (net_xmit_drop_count(ret)) in prio_enqueue()
H A Dsch_drr.c356 if (net_xmit_drop_count(err)) { in drr_enqueue()
H A Dsch_netem.c636 if (net_xmit_drop_count(rc)) in netem_enqueue()
751 if (net_xmit_drop_count(err)) in netem_dequeue()
H A Dsch_red.c143 } else if (net_xmit_drop_count(ret)) { in red_enqueue()
H A Dsch_sfb.c421 } else if (net_xmit_drop_count(ret)) { in sfb_enqueue()
H A Dsch_ets.c439 if (net_xmit_drop_count(err)) { in ets_qdisc_enqueue()
H A Dsch_qfq.c1259 if (net_xmit_drop_count(err)) { in qfq_enqueue()
H A Dsch_hfsc.c1556 if (net_xmit_drop_count(err)) { in hfsc_enqueue()
H A Dsch_htb.c644 if (net_xmit_drop_count(ret)) { in htb_enqueue()
H A Dsch_taprio.c610 if (net_xmit_drop_count(ret)) in taprio_enqueue_segmented()
/linux/include/net/
H A Dsch_generic.h909 #define net_xmit_drop_count(e) ((e) & __NET_XMIT_STOLEN ? 0 : 1) macro
911 #define net_xmit_drop_count(e) (1) macro