cvs commit: src/sys/netinet tcp_subr.c

Robert Watson rwatson at FreeBSD.org
Wed Jun 1 05:06:08 PDT 2005


rwatson     2005-06-01 12:06:07 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          tcp_subr.c 
  Log:
  Assert tcbinfo lock in tcp_drop() due to its call of tcp_close()
  Assert tcbinfo lock in tcp_close() due to its call to in{,6}_detach()
  Assert tcbinfo lock in tcp_drop_syn_sent() due to its call to tcp_drop()
  
  MFC after:      7 days
  
  Revision  Changes    Path
  1.227     +6 -0      src/sys/netinet/tcp_subr.c


More information about the cvs-src mailing list