MCPcopy 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
182void
183mac_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
190void
191mac_ipq_reassemble(struct ipq *q, struct mbuf *m)

Callers 1

in_pcballocFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected