summaryrefslogtreecommitdiff
path: root/sys/netinet/ip_fw2.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netinet/ip_fw2.c')
-rw-r--r--sys/netinet/ip_fw2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/ip_fw2.c b/sys/netinet/ip_fw2.c
index 2519519599a1..db407e590006 100644
--- a/sys/netinet/ip_fw2.c
+++ b/sys/netinet/ip_fw2.c
@@ -1619,9 +1619,9 @@ send_pkt(struct mbuf *replyto, struct ipfw_flow_id *id, u_int32_t seq,
#ifdef MAC
if (replyto != NULL)
- 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; /* don't warn about unused arg */
#endif