freebsd-dev/sys/netipsec
Andre Oppermann 34333b16cd Retire MT_HEADER mbuf type and change its users to use MT_DATA.
Having an additional MT_HEADER mbuf type is superfluous and redundant
as nothing depends on it.  It only adds a layer of confusion.  The
distinction between header mbuf's and data mbuf's is solely done
through the m->m_flags M_PKTHDR flag.

Non-native code is not changed in this commit.  For compatibility
MT_HEADER is mapped to MT_DATA.

Sponsored by:	TCP/IP Optimization Fundraise 2005
2005-11-02 13:46:32 +00:00
..
ah_var.h /* -> /*- for license, minor formatting changes 2005-01-07 01:45:51 +00:00
ah.h /* -> /*- for license, minor formatting changes 2005-01-07 01:45:51 +00:00
esp_var.h /* -> /*- for license, minor formatting changes 2005-01-07 01:45:51 +00:00
esp.h /* -> /*- for license, minor formatting changes 2005-01-07 01:45:51 +00:00
ipcomp_var.h /* -> /*- for license, minor formatting changes 2005-01-07 01:45:51 +00:00
ipcomp.h /* -> /*- for license, minor formatting changes 2005-01-07 01:45:51 +00:00
ipip_var.h /* -> /*- for license, minor formatting changes 2005-01-07 01:45:51 +00:00
ipsec6.h /* -> /*- for license, minor formatting changes 2005-01-07 01:45:51 +00:00
ipsec_input.c /* -> /*- for license, minor formatting changes 2005-01-07 01:45:51 +00:00
ipsec_mbuf.c Replace custom mbuf writeability test with generic M_WRITABLE() test 2005-09-26 20:35:45 +00:00
ipsec_osdep.h /* -> /*- for license, minor formatting changes 2005-01-07 01:45:51 +00:00
ipsec_output.c Retire MT_HEADER mbuf type and change its users to use MT_DATA. 2005-11-02 13:46:32 +00:00
ipsec.c Correct typo in a comment describing vshiftl(). 2005-06-02 23:56:10 +00:00
ipsec.h /* -> /*- for license, minor formatting changes 2005-01-07 01:45:51 +00:00
key_debug.c /* -> /*- for license, minor formatting changes 2005-01-07 01:45:51 +00:00
key_debug.h /* -> /*- for license, minor formatting changes 2005-01-07 01:45:51 +00:00
key_var.h /* -> /*- for license, minor formatting changes 2005-01-07 01:45:51 +00:00
key.c /* -> /*- for license, minor formatting changes 2005-01-07 01:45:51 +00:00
key.h /* -> /*- for license, minor formatting changes 2005-01-07 01:45:51 +00:00
keydb.h /* -> /*- for license, minor formatting changes 2005-01-07 01:45:51 +00:00
keysock.c /* -> /*- for license, minor formatting changes 2005-01-07 01:45:51 +00:00
keysock.h /* -> /*- for license, minor formatting changes 2005-01-07 01:45:51 +00:00
xform_ah.c /* -> /*- for license, minor formatting changes 2005-01-07 01:45:51 +00:00
xform_esp.c /* -> /*- for license, minor formatting changes 2005-01-07 01:45:51 +00:00
xform_ipcomp.c /* -> /*- for license, minor formatting changes 2005-01-07 01:45:51 +00:00
xform_ipip.c /* -> /*- for license, minor formatting changes 2005-01-07 01:45:51 +00:00
xform_tcp.c /* -> /*- for license, minor formatting changes 2005-01-07 01:45:51 +00:00
xform.h /* -> /*- for license, minor formatting changes 2005-01-07 01:45:51 +00:00