cvs commit: src/sys/netinet tcp_subr.c

Robert Watson rwatson at FreeBSD.org
Sun Dec 5 14:27:54 PST 2004


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


More information about the cvs-all mailing list