Searched refs:mpfe (Results 1 – 1 of 1) sorted by relevance
454 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 …]