| 144 | } |
| 145 | |
| 146 | static void |
| 147 | mac_inpcb_label_free(struct label *label) |
| 148 | { |
| 149 | |
| 150 | MAC_POLICY_PERFORM_NOSLEEP(inpcb_destroy_label, label); |
| 151 | mac_labelzone_free(label); |
| 152 | } |
| 153 | |
| 154 | void |
| 155 | mac_inpcb_destroy(struct inpcb *inp) |
no test coverage detected