Explicitly reallocate the inpcb cached route freed due to different
authorSepherosa Ziehau <sephe@dragonflybsd.org>
Sat, 20 Dec 2008 03:13:45 +0000 (11:13 +0800)
committerSepherosa Ziehau <sephe@dragonflybsd.org>
Sat, 20 Dec 2008 12:30:24 +0000 (20:30 +0800)
commit03fb1cae8bbe1b9a309649e56fbb286e2022fe1c
tree06031938280e92cc8cc2129cf1f8262947dc379e
parentd6f338fca7cf75fdaae5bd1106c17ad463459f44
Explicitly reallocate the inpcb cached route freed due to different
rtentry CPU ownership, e.g. in tcp_connect(), so we could make sure
that a RTF_PRCLONING rtentry will be cloned.
sys/netinet/tcp_usrreq.c