- Use priority message to carry out ipfw callout.
authorSepherosa Ziehau <sephe@dragonflybsd.org>
Tue, 11 Nov 2008 12:59:11 +0000 (12:59 +0000)
committerSepherosa Ziehau <sephe@dragonflybsd.org>
Tue, 11 Nov 2008 12:59:11 +0000 (12:59 +0000)
commit02f3cb7f51126b8eb2c47fd8c61ce0607a43cf97
tree9a643c3ea5c6ee054f5a1113da0e1f42ebb2e7b8
parent14572273ec6f6033125ce481d84fee0bfa70d7e5
- Use priority message to carry out ipfw callout.
- Mark the callout message with DROPABLE flag, so we don't need to
  do additional netmsg_service_sync() in module event function and
  the callout function itself could much straightforward.
sys/net/ipfw/ip_fw2.c