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

Function mac_socketpeer_label_free

freebsd/security/mac/mac_socket.c:175–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173}
174
175static void
176mac_socketpeer_label_free(struct label *label)
177{
178
179 MAC_POLICY_PERFORM_NOSLEEP(socketpeer_destroy_label, label);
180 mac_labelzone_free(label);
181}
182
183void
184mac_socket_destroy(struct socket *so)

Callers 1

mac_socket_destroyFunction · 0.85

Calls 1

mac_labelzone_freeFunction · 0.85

Tested by

no test coverage detected