Home
last modified time | relevance | path

Searched refs:net_xmit_drop_count (Results 1 - 25 of 28) sorted by relevance

12

/kernel/linux/linux-5.10/net/sched/
H A Dsch_tbf.c211 if (net_xmit_drop_count(ret)) in tbf_segment()
239 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_dsmark.c272 if (net_xmit_drop_count(err)) in dsmark_enqueue()
H A Dsch_prio.c92 if (net_xmit_drop_count(ret)) in prio_enqueue()
H A Dsch_drr.c360 if (net_xmit_drop_count(err)) { in drr_enqueue()
H A Dsch_netem.c609 if (net_xmit_drop_count(rc)) in netem_enqueue()
726 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_red.c135 } else if (net_xmit_drop_count(ret)) { in red_enqueue()
H A Dsch_atm.c441 if (net_xmit_drop_count(ret)) { in atm_tc_enqueue()
H A Dsch_ets.c438 if (net_xmit_drop_count(err)) { in ets_qdisc_enqueue()
H A Dsch_qfq.c1251 if (net_xmit_drop_count(err)) { in qfq_enqueue()
H A Dsch_htb.c607 if (net_xmit_drop_count(ret)) { in htb_enqueue()
H A Dsch_hfsc.c1562 if (net_xmit_drop_count(err)) { in hfsc_enqueue()
H A Dsch_cbq.c385 if (net_xmit_drop_count(ret)) { in cbq_enqueue()
/kernel/linux/linux-6.6/net/sched/
H A Dsch_tbf.c226 if (net_xmit_drop_count(ret)) in tbf_segment()
254 if (net_xmit_drop_count(ret)) in tbf_enqueue()
H A Dsch_drr.c352 if (net_xmit_drop_count(err)) { in drr_enqueue()
H A Dsch_prio.c92 if (net_xmit_drop_count(ret)) in prio_enqueue()
H A Dsch_multiq.c82 if (net_xmit_drop_count(ret)) in multiq_enqueue()
H A Dsch_netem.c618 if (net_xmit_drop_count(rc)) in netem_enqueue()
735 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_red.c135 } else if (net_xmit_drop_count(ret)) { in red_enqueue()
H A Dsch_ets.c430 if (net_xmit_drop_count(err)) { in ets_qdisc_enqueue()
H A Dsch_qfq.c1246 if (net_xmit_drop_count(err)) { in qfq_enqueue()
/kernel/linux/linux-5.10/include/net/
H A Dsch_generic.h814 #define net_xmit_drop_count(e) ((e) & __NET_XMIT_STOLEN ? 0 : 1) macro
816 #define net_xmit_drop_count(e) (1) macro
/kernel/linux/linux-6.6/include/net/
H A Dsch_generic.h828 #define net_xmit_drop_count(e) ((e) & __NET_XMIT_STOLEN ? 0 : 1) macro
830 #define net_xmit_drop_count(e) (1) macro

Completed in 36 milliseconds

12