From: Simon Wunderlich > Sent: 28 January 2017 10:57 > From: Sven Eckelmann <s...@narfation.org> > > The net_xmit_eval has side effects because it is not making sure that e > isn't evaluated twice. > > #define net_xmit_eval(e) ((e) == NET_XMIT_CN ? 0 : (e))
It is probably worth fixing the #define. David