TCP socket's cached route entry could only be accessed on its owner CPU.
authorSepherosa Ziehau <sephe@dragonflybsd.org>
Sat, 27 Dec 2008 07:18:25 +0000 (15:18 +0800)
committerSepherosa Ziehau <sephe@dragonflybsd.org>
Sat, 27 Dec 2008 07:21:33 +0000 (15:21 +0800)
commit1dbb35168d95be3f0a483542772161823a971dab
treea0f0c30448818474bbc26e319401ff7cd42dcfe9
parent021e7501a8ecf8b4bb7f45a1ec1316b40517aa4b
TCP socket's cached route entry could only be accessed on its owner CPU.
If not, print backtrace or panic the system based on
route_assert_owner_access; this probably will not happen.
sys/netinet/tcp_output.c
sys/netinet/tcp_subr.c
sys/netinet/tcp_syncache.c