bryanv 5dee4f91b5 Check for mbuf copy failure when there are multiple multicast sockets
This partitular case is the only path where the mbuf could be NULL.
udp_append() checked for a NULL mbuf only after invoking the tunneling
callback. Our only in tree tunneling callback - SCTP - assumed a non
NULL mbuf, and it is a bit odd to make the callbacks responsible for
checking this condition.

This also reduces the differences between the IPv4 and IPv6 code.

MFC after:	1 month
2014-10-09 05:17:47 +00:00
..
2014-10-08 09:44:02 +00:00
2014-09-25 19:10:32 +00:00
2014-10-09 02:30:38 +00:00
2014-10-07 16:01:17 +00:00
2014-10-06 12:29:06 +00:00
2014-06-14 12:26:12 +00:00
2014-10-09 04:40:19 +00:00
2014-10-05 21:34:56 +00:00
2014-09-23 06:32:19 +00:00