Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Jun 2002 01:35:21 -0700 (PDT)
From:      Jeffrey Hsu <hsu@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netinet in_pcb.c in_pcb.h tcp_subr.c tcp_var.h udp_usrreq.c udp_var.h src/sys/netinet6 in6_pcb.c in6_pcb.h raw_ip6.c udp6_usrreq.c
Message-ID:  <200206140835.g5E8ZLt12630@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
hsu         2002/06/14 01:35:21 PDT

  Modified files:
    sys/netinet          in_pcb.c in_pcb.h tcp_subr.c tcp_var.h 
                         udp_usrreq.c udp_var.h 
    sys/netinet6         in6_pcb.c in6_pcb.h raw_ip6.c 
                         udp6_usrreq.c 
  Log:
  Notify functions can destroy the pcb, so they have to return an
  indication of whether this happenned so the calling function
  knows whether or not to unlock the pcb.
  
  Submitted by:   Jennifer Yang (yangjihui@yahoo.com)
  Bug reported by:  Sid Carter (sidcarter@symonds.net)
  
  Revision  Changes    Path
  1.108     +3 -2      src/sys/netinet/in_pcb.c
  1.50      +3 -2      src/sys/netinet/in_pcb.h
  1.132     +24 -15    src/sys/netinet/tcp_subr.c
  1.81      +6 -3      src/sys/netinet/tcp_var.h
  1.113     +3 -2      src/sys/netinet/udp_usrreq.c
  1.26      +2 -1      src/sys/netinet/udp_var.h
  1.31      +3 -2      src/sys/netinet6/in6_pcb.c
  1.8       +3 -2      src/sys/netinet6/in6_pcb.h
  1.21      +1 -1      src/sys/netinet6/raw_ip6.c
  1.28      +1 -1      src/sys/netinet6/udp6_usrreq.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200206140835.g5E8ZLt12630>