summaryrefslogtreecommitdiffstats
path: root/sys/security/mac/mac_policy.h
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2007-10-28 17:55:57 +0000
committerrwatson <rwatson@FreeBSD.org>2007-10-28 17:55:57 +0000
commit54102acdd33a82e9e30587840fa37add70eb6a1c (patch)
treeea9e4b5af6e13229c36a6b366ba45e4eb67ff102 /sys/security/mac/mac_policy.h
parent369fd04f480478bfb9d2cb1566ec0189185a020e (diff)
downloadFreeBSD-src-54102acdd33a82e9e30587840fa37add70eb6a1c.zip
FreeBSD-src-54102acdd33a82e9e30587840fa37add70eb6a1c.tar.gz
Garbage collect mac_mbuf_create_multicast_encap TrustedBSD MAC Framework
entry point, which is no longer required now that we don't support old-style multicast tunnels. This removes the last mbuf object class entry point that isn't init/copy/destroy. Obtained from: TrustedBSD Project
Diffstat (limited to 'sys/security/mac/mac_policy.h')
-rw-r--r--sys/security/mac/mac_policy.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/security/mac/mac_policy.h b/sys/security/mac/mac_policy.h
index 8f26818..3d494db 100644
--- a/sys/security/mac/mac_policy.h
+++ b/sys/security/mac/mac_policy.h
@@ -221,10 +221,6 @@ typedef int (*mpo_kld_check_stat_t)(struct ucred *cred);
typedef void (*mpo_mbuf_copy_label_t)(struct label *src,
struct label *dest);
-typedef void (*mpo_mbuf_create_multicast_encap_t)(struct mbuf *m,
- struct label *mlabel, struct ifnet *ifp,
- struct label *ifplabel, struct mbuf *mnew,
- struct label *mnewlabel);
typedef void (*mpo_mbuf_destroy_label_t)(struct label *label);
typedef int (*mpo_mbuf_init_label_t)(struct label *label, int flag);
@@ -692,7 +688,6 @@ struct mac_policy_ops {
mpo_kld_check_stat_t mpo_kld_check_stat;
mpo_mbuf_copy_label_t mpo_mbuf_copy_label;
- mpo_mbuf_create_multicast_encap_t mpo_mbuf_create_multicast_encap;
mpo_mbuf_destroy_label_t mpo_mbuf_destroy_label;
mpo_mbuf_init_label_t mpo_mbuf_init_label;
OpenPOWER on IntegriCloud