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

Function mls_netinet6_nd6_send

freebsd/security/mac_mls/mac_mls.c:1319–1328  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1317}
1318
1319static void
1320mls_netinet6_nd6_send(struct ifnet *ifp, struct label *ifplabel,
1321 struct mbuf *m, struct label *mlabel)
1322{
1323 struct mac_mls *dest;
1324
1325 dest = SLOT(mlabel);
1326
1327 mls_set_effective(dest, MAC_MLS_TYPE_EQUAL, 0, NULL);
1328}
1329
1330static int
1331mls_pipe_check_ioctl(struct ucred *cred, struct pipepair *pp,

Callers

nothing calls this directly

Calls 1

mls_set_effectiveFunction · 0.85

Tested by

no test coverage detected