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.c232 if (net_xmit_drop_count(ret)) in tbf_segment()
266 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.c354 if (net_xmit_drop_count(err)) { in drr_enqueue()
H A Dsch_netem.c663 if (net_xmit_drop_count(rc)) in get_slot_next()
778 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.c437 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.c648 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.h925 #define net_xmit_drop_count(e) ((e) & __NET_XMIT_STOLEN ? 0 : 1) macro
927 #define net_xmit_drop_count(e) (1) macro