Home
last modified time | relevance | path

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

/f-stack/freebsd/security/mac/
H A Dmac_framework.c454 MPASS(mpfe->count >= 0); in mac_policy_fastpath_enable()
455 mpfe->count++; in mac_policy_fastpath_enable()
456 if (mpfe->count == 1) { in mac_policy_fastpath_enable()
457 MPASS(*mpfe->flag == false); in mac_policy_fastpath_enable()
458 *mpfe->flag = true; in mac_policy_fastpath_enable()
466 MPASS(mpfe->count >= 1); in mac_policy_fastpath_disable()
467 mpfe->count--; in mac_policy_fastpath_disable()
468 if (mpfe->count == 0) { in mac_policy_fastpath_disable()
469 MPASS(*mpfe->flag == true); in mac_policy_fastpath_disable()
470 *mpfe->flag = false; in mac_policy_fastpath_disable()
[all …]