dwmalone 2004-08-12 18:19:36 UTC
FreeBSD src repository
Modified files:
sys/netinet tcp_subr.c
Log:
In tcp6_ctlinput, lock tcbinfo around the call to syncache_unreach
so that the locks held are the same as the IPv4 case.
Reviewed by: rwatson
Revision Changes Path
1.200 +2 -0 src/sys/netinet/tcp_subr.c