Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
235
void
236
mac_socket_create(struct ucred *cred, struct socket *so)
237
{
238
239
MAC_POLICY_PERFORM_NOSLEEP(socket_create, cred, so, so->so_label);
240
}
241
242
void
243
mac_socket_newconn(struct socket *oldso, struct socket *newso)
Callers
1
socreate
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected