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

Function mac_ipq_label_free

freebsd/security/mac/mac_inet.c:164–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162}
163
164static void
165mac_ipq_label_free(struct label *label)
166{
167
168 MAC_POLICY_PERFORM_NOSLEEP(ipq_destroy_label, label);
169 mac_labelzone_free(label);
170}
171
172void
173mac_ipq_destroy(struct ipq *q)

Callers 1

mac_ipq_destroyFunction · 0.85

Calls 1

mac_labelzone_freeFunction · 0.85

Tested by

no test coverage detected