rwatson     2004-11-23 16:06:15 UTC
  FreeBSD src repository
  Modified files:
    sys/netinet          tcp_subr.c 
  Log:
  Assert inpcb lock in tcp_quench(), tcp_drop_syn_sent(), tcp_mtudisc(),
  and tcp_drop(), due to read-modify-write of TCP state variables.
  
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.209     +4 -0      src/sys/netinet/tcp_subr.c