Sam Leffler 5d84645305 Replace aux mbufs with packet tags:
o instead of a list of mbufs use a list of m_tag structures a la openbsd
o for netgraph et. al. extend the stock openbsd m_tag to include a 32-bit
  ABI/module number cookie
o for openbsd compatibility define a well-known cookie MTAG_ABI_COMPAT and
  use this in defining openbsd-compatible m_tag_find and m_tag_get routines
o rewrite KAME use of aux mbufs in terms of packet tags
o eliminate the most heavily used aux mbufs by adding an additional struct
  inpcb parameter to ip_output and ip6_output to allow the IPsec code to
  locate the security policy to apply to outbound packets
o bump __FreeBSD_version so code can be conditionalized
o fixup ipfilter's call to ip_output based on __FreeBSD_version

Reviewed by:	julian, luigi (silent), -arch, -net, darren
Approved by:	julian, silence from everyone else
Obtained from:	openbsd (mostly)
MFC after:	1 month
2002-10-16 01:54:46 +00:00
..
2002-09-21 08:44:51 +00:00
2002-10-01 00:44:31 +00:00
2002-10-01 00:46:41 +00:00
2002-09-20 18:15:40 +00:00
2002-10-11 07:03:09 +00:00
2002-03-20 02:08:01 +00:00
2002-07-24 01:09:38 +00:00
2002-04-13 22:34:16 +00:00
2002-10-16 01:54:46 +00:00
2002-09-23 18:54:32 +00:00
2002-10-02 09:09:25 +00:00
2002-09-23 18:54:32 +00:00
2002-09-23 18:54:32 +00:00
2001-06-15 00:19:43 +00:00
2002-05-30 23:41:51 +00:00
2002-09-20 23:26:07 +00:00
2002-10-11 07:00:53 +00:00
2002-09-21 08:44:51 +00:00
2002-03-23 15:36:13 +00:00
2002-10-04 08:33:10 +00:00
2002-09-09 17:39:48 +00:00
2002-10-11 20:22:20 +00:00
2002-08-23 23:49:02 +00:00
2002-09-21 21:43:49 +00:00
2002-03-20 02:08:01 +00:00
2002-03-20 07:51:46 +00:00
2002-03-20 02:08:01 +00:00
2002-10-03 06:44:01 +00:00
2002-09-23 18:54:32 +00:00
2002-10-05 03:44:00 +00:00
2002-10-02 09:09:25 +00:00