cvs commit: src/sys/netinet6 udp6_usrreq.c

Robert Watson rwatson at FreeBSD.org
Mon May 1 21:39:50 UTC 2006


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


More information about the cvs-all mailing list