Searched defs:net_xmit_drop_count (Results 1 – 1 of 1) sorted by relevance
785 #define net_xmit_drop_count(e) ((e) & __NET_XMIT_STOLEN ? 0 : 1) macro787 #define net_xmit_drop_count(e) (1) macro