MCPcopy Create free account
hub / github.com/F-Stack/f-stack / mac_inpcb_label_free

Function mac_inpcb_label_free

freebsd/security/mac/mac_inet.c:146–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

mac_inpcb_destroyFunction · 0.85

Calls 1

mac_labelzone_freeFunction · 0.85

Tested by

no test coverage detected