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

Function lomac_inpcb_create

freebsd/security/mac_lomac/mac_lomac.c:1286–1296  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1284}
1285
1286static void
1287lomac_inpcb_create(struct socket *so, struct label *solabel,
1288 struct inpcb *inp, struct label *inplabel)
1289{
1290 struct mac_lomac *source, *dest;
1291
1292 source = SLOT(solabel);
1293 dest = SLOT(inplabel);
1294
1295 lomac_copy_single(source, dest);
1296}
1297
1298static void
1299lomac_inpcb_create_mbuf(struct inpcb *inp, struct label *inplabel,

Callers

nothing calls this directly

Calls 1

lomac_copy_singleFunction · 0.85

Tested by

no test coverage detected