Save 'ipfw forward' information in mtag, use m_pkthdr.fw_flags to indicate
authorSepherosa Ziehau <sephe@dragonflybsd.org>
Fri, 22 Aug 2008 09:14:17 +0000 (09:14 +0000)
committerSepherosa Ziehau <sephe@dragonflybsd.org>
Fri, 22 Aug 2008 09:14:17 +0000 (09:14 +0000)
commit5de23090072d293c2ffe1896e3250677b05c52c6
treec301042e035bfc2a28cd9c3d8a4ba56d09e23867
parent8b9df893eb4fa250896e838b619f46b327b6b15c
Save 'ipfw forward' information in mtag, use m_pkthdr.fw_flags to indicate
that this mtag exists (mainly to avoid unnecessary mtag locating).  This
actually eliminates the last reference to MT_TAG mbuf; nuke it completely.
sys/net/bridge/if_bridge.c
sys/net/dummynet/ip_dummynet_glue.c
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
sys/netinet/tcp_input.c
sys/sys/mbuf.h