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

Function mac_socket_create

freebsd/security/mac/mac_socket.c:235–240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233}
234
235void
236mac_socket_create(struct ucred *cred, struct socket *so)
237{
238
239 MAC_POLICY_PERFORM_NOSLEEP(socket_create, cred, so, so->so_label);
240}
241
242void
243mac_socket_newconn(struct socket *oldso, struct socket *newso)

Callers 1

socreateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected