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

Function lomac_copy_auxsingle

freebsd/security/mac_lomac/mac_lomac.c:467–476  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

465}
466
467static void
468lomac_copy_auxsingle(struct mac_lomac *labelfrom, struct mac_lomac *labelto)
469{
470
471 KASSERT((labelfrom->ml_flags & MAC_LOMAC_FLAG_AUX) != 0,
472 ("lomac_copy_auxsingle: labelfrom not auxsingle"));
473
474 labelto->ml_auxsingle = labelfrom->ml_auxsingle;
475 labelto->ml_flags |= MAC_LOMAC_FLAG_AUX;
476}
477
478static void
479lomac_copy(struct mac_lomac *source, struct mac_lomac *dest)

Callers 2

lomac_copyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected