Searched hist:281866 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.3-release/sys/netinet6/
H A Dnd6_nbr.cdiff 281866 Wed Apr 22 19:43:51 MDT 2015 ae MFC r281309:
Fix the check for maximum mbuf's size needed to send ND6 NA and NS.
It is acceptable that the size can be equal to MCLBYTES. In the later
KAME's code this check has been moved under DIAGNOSTIC ifdef, because
the size of NA and NS is much smaller than MCLBYTES. So, it is safe to
replace the check with KASSERT.

PR: 199304

Completed in 51 milliseconds