Home
last modified time | relevance | path

Searched refs:mpo_policy_destroy (Results 1 – 2 of 2) sorted by relevance

/xnu-11215.81.4/security/ !
H A Dmac_base.c830 if (mpc->mpc_ops->mpo_policy_destroy != NULL) { in mac_policy_unregister()
831 (*(mpc->mpc_ops->mpo_policy_destroy))(mpc); in mac_policy_unregister()
H A Dmac_policy.h5976 mpo_policy_destroy_t *mpo_policy_destroy; member