From a3b8fc4866545652607bccb0d3d248e512463e35 Mon Sep 17 00:00:00 2001 From: rwatson Date: Fri, 26 Oct 2007 13:18:38 +0000 Subject: Rename 'mac_mbuf_create_from_firewall' to 'mac_netinet_firewall_send' as we move towards netinet as a pseudo-object for the MAC Framework. Rename 'mac_create_mbuf_linklayer' to 'mac_mbuf_create_linklayer' to reflect general object-first ordering preference. Sponsored by: SPARTA (original patches against Mac OS X) Obtained from: TrustedBSD Project, Apple Computer --- sys/contrib/pf/net/pf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/contrib/pf') diff --git a/sys/contrib/pf/net/pf.c b/sys/contrib/pf/net/pf.c index 5b209af..c4c5892 100644 --- a/sys/contrib/pf/net/pf.c +++ b/sys/contrib/pf/net/pf.c @@ -1820,7 +1820,7 @@ pf_send_tcp(const struct pf_rule *r, sa_family_t af, if (replyto) mac_mbuf_create_netlayer(replyto, m); else - mac_mbuf_create_from_firewall(m); + mac_netinet_firewall_send(m); #else (void)replyto; #endif -- cgit v1.1