freebsd-dev/sys/dev/nve
Maxime Henrion 67685686ad Remove an erroneous m_freem() call. If m_defrag() returns a non-NULL
pointer, it has already freed the original mbuf chain, so we shouldn't
do it again.

This is an MFC candidate.
2005-07-25 22:21:11 +00:00
..
if_nve.c Remove an erroneous m_freem() call. If m_defrag() returns a non-NULL 2005-07-25 22:21:11 +00:00
if_nvereg.h Stop embedding struct ifnet at the top of driver softcs. Instead the 2005-06-10 16:49:24 +00:00