Save 'ipfw forward' information in mtag, use m_pkthdr.fw_flags to indicate
commite7d71a7a100a735a69e9ebdafbdc09e551a59aad
authorSepherosa Ziehau <sephe@dragonflybsd.org>
Fri, 22 Aug 2008 09:14:17 +0000 (22 09:14 +0000)
committerSepherosa Ziehau <sephe@dragonflybsd.org>
Fri, 22 Aug 2008 09:14:17 +0000 (22 09:14 +0000)
tree1e44237e8b55ab0d31149c95c96948186750170a
parent4708e6e6afe4e5b6acd1de6a028c5fa4dd969fc2
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