Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dsch_generic.h829 #define net_xmit_drop_count(e) ((e) & __NET_XMIT_STOLEN ? 0 : 1) macro
831 #define net_xmit_drop_count(e) (1) macro