summaryrefslogtreecommitdiffstats
path: root/sys/contrib/pf
diff options
context:
space:
mode:
Diffstat (limited to 'sys/contrib/pf')
-rw-r--r--sys/contrib/pf/net/pf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/contrib/pf/net/pf.c b/sys/contrib/pf/net/pf.c
index 0c996ab..5b209af 100644
--- a/sys/contrib/pf/net/pf.c
+++ b/sys/contrib/pf/net/pf.c
@@ -1818,9 +1818,9 @@ pf_send_tcp(const struct pf_rule *r, sa_family_t af,
#ifdef __FreeBSD__
#ifdef MAC
if (replyto)
- mac_create_mbuf_netlayer(replyto, m);
+ mac_mbuf_create_netlayer(replyto, m);
else
- mac_create_mbuf_from_firewall(m);
+ mac_mbuf_create_from_firewall(m);
#else
(void)replyto;
#endif
OpenPOWER on IntegriCloud