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

Function lomac_syncache_create

freebsd/security/mac_lomac/mac_lomac.c:2098–2106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2096}
2097
2098static void
2099lomac_syncache_create(struct label *label, struct inpcb *inp)
2100{
2101 struct mac_lomac *source, *dest;
2102
2103 source = SLOT(inp->inp_label);
2104 dest = SLOT(label);
2105 lomac_copy(source, dest);
2106}
2107
2108static void
2109lomac_syncache_create_mbuf(struct label *sc_label, struct mbuf *m,

Callers

nothing calls this directly

Calls 1

lomac_copyFunction · 0.85

Tested by

no test coverage detected