Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ mac_inpcb_create
Function
mac_inpcb_create
freebsd/security/mac/mac_inet.c:182–188 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
180
}
181
182
void
183
mac_inpcb_create(struct socket *so, struct inpcb *inp)
184
{
185
186
MAC_POLICY_PERFORM_NOSLEEP(inpcb_create, so, so->so_label, inp,
187
inp->inp_label);
188
}
189
190
void
191
mac_ipq_reassemble(struct ipq *q, struct mbuf *m)
Callers
1
in_pcballoc
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected