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

Function mac_socket_newconn

freebsd/security/mac/mac_socket.c:242–248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

240}
241
242void
243mac_socket_newconn(struct socket *oldso, struct socket *newso)
244{
245
246 MAC_POLICY_PERFORM_NOSLEEP(socket_newconn, oldso, oldso->so_label,
247 newso, newso->so_label);
248}
249
250static void
251mac_socket_relabel(struct ucred *cred, struct socket *so,

Callers 2

uipc_socket.cFile · 0.85
sopeeloffFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected