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

/linux-4.4.14/include/net/
H A Dsch_generic.h488 #define net_xmit_drop_count(e) ((e) & __NET_XMIT_STOLEN ? 0 : 1) macro
490 #define net_xmit_drop_count(e) (1) macro

Completed in 48 milliseconds