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

Function mac_syncache_create

freebsd/security/mac/mac_inet.c:486–493  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

484}
485
486void
487mac_syncache_create(struct label *label, struct inpcb *inp)
488{
489
490 INP_WLOCK_ASSERT(inp);
491
492 MAC_POLICY_PERFORM_NOSLEEP(syncache_create, label, inp);
493}
494
495void
496mac_syncache_create_mbuf(struct label *sc_label, struct mbuf *m)

Callers 1

syncache_addFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected