Robert Watson a13e21f7bc Continue to move from generic network entry points in the TrustedBSD MAC
Framework by moving from mac_mbuf_create_netlayer() to more specific
entry points for specific network services:

- mac_netinet_firewall_reply() to be used when replying to in-bound TCP
  segments in pf and ipfw (etc).

- Rename mac_netinet_icmp_reply() to mac_netinet_icmp_replyinplace() and
  add mac_netinet_icmp_reply(), reflecting that in some cases we overwrite
  a label in place, but in others we apply the label to a new mbuf.

Obtained from:	TrustedBSD Project
2007-10-28 17:12:48 +00:00
..
2007-04-30 20:26:11 +00:00
2005-08-26 15:27:18 +00:00
2006-01-21 10:44:34 +00:00
2007-03-24 22:15:02 +00:00
2007-09-24 05:26:24 +00:00
2007-09-24 05:26:24 +00:00
2007-07-10 09:30:46 +00:00