Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ mac_sysvmsg_cleanup
Function
mac_sysvmsg_cleanup
freebsd/security/mac/mac_sysv_msg.c:158–163 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
156
}
157
158
void
159
mac_sysvmsg_cleanup(struct msg *msgptr)
160
{
161
162
MAC_POLICY_PERFORM_NOSLEEP(sysvmsg_cleanup, msgptr->label);
163
}
164
165
void
166
mac_sysvmsq_cleanup(struct msqid_kernel *msqkptr)
Callers
1
msg_freehdr
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected