- All inpcb related operations are now CPU localized, so there is no need to
authorSepherosa Ziehau <sephe@dragonflybsd.org>
Fri, 21 Dec 2007 13:17:51 +0000 (13:17 +0000)
committerSepherosa Ziehau <sephe@dragonflybsd.org>
Fri, 21 Dec 2007 13:17:51 +0000 (13:17 +0000)
commit65b1ea7e2f36e86175cd3402ffab809bdbc8199d
tree120cbf152cbd8428bad223a8fc40464cffe2e944
parent6f3f81a8e7f409a6ad22697fc448e6e1c3fccb7e
- All inpcb related operations are now CPU localized, so there is no need to
  protect them with critical secion.
- Clean up div_bind() a little bit.

# divert(4) is CPU localized; I don't think a system will open more than
# one divert(4) socket.
sys/netinet/ip_divert.c