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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dsch_generic.h409 #define net_xmit_drop_count(e) ((e) & __NET_XMIT_STOLEN ? 0 : 1) macro
411 #define net_xmit_drop_count(e) (1) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sched/
H A Dsch_red.c100 } else if (net_xmit_drop_count(ret)) {
H A Dsch_dsmark.c259 if (net_xmit_drop_count(err))
H A Dsch_multiq.c91 if (net_xmit_drop_count(ret))
H A Dsch_prio.c92 if (net_xmit_drop_count(ret))
H A Dsch_tbf.c131 if (net_xmit_drop_count(ret))
H A Dsch_atm.c419 if (net_xmit_drop_count(ret)) {
H A Dsch_drr.c368 if (net_xmit_drop_count(err)) {
H A Dsch_netem.c245 } else if (net_xmit_drop_count(ret)) {
H A Dsch_cbq.c354 if (net_xmit_drop_count(ret)) {
612 if (net_xmit_drop_count(ret))
H A Dsch_hfsc.c1574 if (net_xmit_drop_count(err)) {
H A Dsch_htb.c566 if (net_xmit_drop_count(ret)) {

Completed in 115 milliseconds