summaryrefslogtreecommitdiffstats
path: root/sys/security/mac_test/mac_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/security/mac_test/mac_test.c')
-rw-r--r--sys/security/mac_test/mac_test.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/sys/security/mac_test/mac_test.c b/sys/security/mac_test/mac_test.c
index 4d48dfd..6dea9b5 100644
--- a/sys/security/mac_test/mac_test.c
+++ b/sys/security/mac_test/mac_test.c
@@ -1018,17 +1018,6 @@ test_mount_init_label(struct label *label)
COUNTER_INC(mount_init_label);
}
-COUNTER_DECL(netatalk_aarp_send);
-static void
-test_netatalk_aarp_send(struct ifnet *ifp, struct label *ifplabel,
- struct mbuf *m, struct label *mlabel)
-{
-
- LABEL_CHECK(ifplabel, MAGIC_IFNET);
- LABEL_CHECK(mlabel, MAGIC_MBUF);
- COUNTER_INC(netatalk_aarp_send);
-}
-
COUNTER_DECL(netinet_arp_send);
static void
test_netinet_arp_send(struct ifnet *ifp, struct label *ifplabel,
@@ -3104,8 +3093,6 @@ static struct mac_policy_ops test_ops =
.mpo_mount_destroy_label = test_mount_destroy_label,
.mpo_mount_init_label = test_mount_init_label,
- .mpo_netatalk_aarp_send = test_netatalk_aarp_send,
-
.mpo_netinet_arp_send = test_netinet_arp_send,
.mpo_netinet_fragment = test_netinet_fragment,
.mpo_netinet_icmp_reply = test_netinet_icmp_reply,
OpenPOWER on IntegriCloud