net_xmit_drop_count
#define net_xmit_drop_count(e) ((e) & __NET_XMIT_STOLEN ? 0 : 1)
#define net_xmit_drop_count(e) (1)