* Note that there is an inherent race condition in the unload of modules * and access via sysctl. */
| 153 | * and access via sysctl. |
| 154 | */ |
| 155 | static void |
| 156 | destroy(struct mac_policy_conf *mpc) |
| 157 | { |
| 158 | |
| 159 | mtx_destroy(&rule_mtx); |
| 160 | toast_rules(&rule_head); |
| 161 | } |
| 162 | |
| 163 | static void |
| 164 | init(struct mac_policy_conf *mpc) |
nothing calls this directly
no test coverage detected