- Let caller of ip_fw_dn_io_ptr call ip_dn_queue(), so that callers have the
authorSepherosa Ziehau <sephe@dragonflybsd.org>
Sat, 13 Sep 2008 05:49:08 +0000 (05:49 +0000)
committerSepherosa Ziehau <sephe@dragonflybsd.org>
Sat, 13 Sep 2008 05:49:08 +0000 (05:49 +0000)
commite4d4f9c31fb66b120c2c93f092019d300d8d7fa2
tree9de8391916dbe43a237da0c5803293fea3eedfac
parentdbe37f0339bf02f50186a2018e2d1f685d04cfdd
- Let caller of ip_fw_dn_io_ptr call ip_dn_queue(), so that callers have the
  chance to save additional information to dummynet tag (e.g. ip_output)
- In ip_{input,output}(), call ip_dn_queue() outside of ipfw(4) processing
  code block
- Move saving dst, ro and flags from ipfw_dummynet_io() to ip_output()
- Remove unused fields in ip_fw_args
- Update comment
sys/net/if_ethersubr.c
sys/net/ipfw/ip_fw2.c
sys/net/ipfw/ip_fw2.h
sys/netinet/ip_input.c
sys/netinet/ip_output.c