rwatson 517c01ed07 Break out socket access control and delivery logic from udp6_input()
into its own function, udp6_append().  This mirrors a similar structure
in udp_input() and udp_append(), and makes the whole thing a lot more
readable.

While here, add missing inpcb locking in UDP6 input path.

Reviewed by:	bz
MFC after:	3 months
2006-05-01 21:39:48 +00:00
..
2006-04-22 22:51:32 +00:00
2006-04-27 22:09:18 +00:00
2006-04-12 12:17:29 +00:00
2006-04-13 19:37:32 +00:00
2006-01-30 16:32:08 +00:00
2006-04-28 04:39:50 +00:00