In divert_packet():
authorSepherosa Ziehau <sephe@dragonflybsd.org>
Fri, 21 Dec 2007 12:51:51 +0000 (12:51 +0000)
committerSepherosa Ziehau <sephe@dragonflybsd.org>
Fri, 21 Dec 2007 12:51:51 +0000 (12:51 +0000)
commit6f3f81a8e7f409a6ad22697fc448e6e1c3fccb7e
tree9abcb4477fc09c8802fbf4cd0d1962c9d73c79a0
parent6bad39619618daac435d803c3c73cce58ac86c8d
In divert_packet():
Dispatch mbuf to CPU0 if the current CPU is not CPU0, so we can safely
locate inpcb there.

This change does not affect UP system.
sys/netinet/ip_divert.c