Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dsch_tbf.c226 if (net_xmit_drop_count(ret)) in tbf_segment()
260 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.c352 if (net_xmit_drop_count(err)) { in drr_enqueue()
H A Dsch_netem.c634 if (net_xmit_drop_count(rc)) in netem_enqueue()
750 if (net_xmit_drop_count(err)) in netem_dequeue()
H A Dsch_sfb.c410 } else if (net_xmit_drop_count(ret)) { in sfb_enqueue()
H A Dsch_ets.c430 if (net_xmit_drop_count(err)) { in ets_qdisc_enqueue()
H A Dsch_hfsc.c1556 if (net_xmit_drop_count(err)) { in hfsc_enqueue()
H A Dsch_taprio.c604 if (net_xmit_drop_count(ret)) in taprio_enqueue_segmented()
/linux/include/net/
H A Dsch_generic.h832 #define net_xmit_drop_count(e) ((e) & __NET_XMIT_STOLEN ? 0 : 1) macro
834 #define net_xmit_drop_count(e) (1) macro