cvs commit: src/sys/netinet tcp_subr.c src/sys/netinet6 in6_pcb.c in6_pcb.h raw_ip6.c udp6_usrreq.c

Robert Watson rwatson at FreeBSD.org
Thu Aug 5 20:45:46 PDT 2004


rwatson     2004-08-06 03:45:45 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          tcp_subr.c 
    sys/netinet6         in6_pcb.c in6_pcb.h raw_ip6.c 
                         udp6_usrreq.c 
  Log:
  Pass pcbinfo structures to in6_pcbnotify() rather than pcbhead
  structures, allowing in6_pcbnotify() to lock the pcbinfo and each
  inpcb that it notifies of ICMPv6 events.  This prevents inpcb
  assertions from firing when IPv6 generates and delievers event
  notifications for inpcbs.
  
  Reported by:    kuriyama
  Tested by:      kuriyama
  
  Revision  Changes    Path
  1.197     +2 -2      src/sys/netinet/tcp_subr.c
  1.58      +14 -4     src/sys/netinet6/in6_pcb.c
  1.15      +1 -1      src/sys/netinet6/in6_pcb.h
  1.44      +2 -1      src/sys/netinet6/raw_ip6.c
  1.51      +2 -2      src/sys/netinet6/udp6_usrreq.c


More information about the cvs-src mailing list