rwatson 2006-05-01 21:39:48 UTC
FreeBSD src repository
Modified files:
sys/netinet6 udp6_usrreq.c
Log:
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
Revision Changes Path
1.64 +55 -96 src/sys/netinet6/udp6_usrreq.c
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"