Home
last modified time | relevance | path

Searched refs:mpo_destroy (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/security/mac/
H A Dmac_framework.c627 if (mpc->mpc_ops->mpo_destroy != NULL) in mac_policy_unregister()
628 (*(mpc->mpc_ops->mpo_destroy))(mpc); in mac_policy_unregister()
H A Dmac_policy.h677 mpo_destroy_t mpo_destroy; member
/f-stack/freebsd/security/mac_portacl/
H A Dmac_portacl.c486 .mpo_destroy = destroy,
/f-stack/freebsd/security/mac_bsdextended/
H A Dmac_bsdextended.c491 .mpo_destroy = ugidfw_destroy,
/f-stack/freebsd/security/mac_stub/
H A Dmac_stub.c1654 .mpo_destroy = stub_destroy,