Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Dec 2004 22:27:53 +0000 (UTC)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netinet tcp_subr.c
Message-ID:  <200412052227.iB5MRrqY021740@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2004-12-05 22:27:53 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          tcp_subr.c 
  Log:
  Assert inpcb lock in:
  
    tcpip_fillheaders()
    tcp_discardcb()
    tcp_close()
    tcp_notify()
    tcp_new_isn()
    tcp_xmit_bandwidth_limit()
  
  Fix a locking comment in tcp_twstart(): the pcbinfo will be locked (and
  is asserted).
  
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.212     +12 -1     src/sys/netinet/tcp_subr.c



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