K 10 svn:author V 7 rwatson K 8 svn:date V 27 2006-05-01T21:39:48.000000Z K 7 svn:log V 317 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 END