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

Function mac_socket_label_free

freebsd/security/mac/mac_socket.c:167–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165}
166
167void
168mac_socket_label_free(struct label *label)
169{
170
171 MAC_POLICY_PERFORM_NOSLEEP(socket_destroy_label, label);
172 mac_labelzone_free(label);
173}
174
175static void
176mac_socketpeer_label_free(struct label *label)

Callers 7

sys___mac_get_fdFunction · 0.85
sys___mac_set_fdFunction · 0.85
mac_socket_initFunction · 0.85
mac_socket_destroyFunction · 0.85
mac_setsockopt_labelFunction · 0.85
mac_getsockopt_labelFunction · 0.85
mac_getsockopt_peerlabelFunction · 0.85

Calls 1

mac_labelzone_freeFunction · 0.85

Tested by

no test coverage detected