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

Function lomac_netinet6_nd6_send

freebsd/security/mac_lomac/mac_lomac.c:1515–1524  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1513}
1514
1515static void
1516lomac_netinet6_nd6_send(struct ifnet *ifp, struct label *ifplabel,
1517 struct mbuf *m, struct label *mlabel)
1518{
1519 struct mac_lomac *dest;
1520
1521 dest = SLOT(mlabel);
1522
1523 lomac_set_single(dest, MAC_LOMAC_TYPE_EQUAL, 0);
1524}
1525
1526static int
1527lomac_pipe_check_ioctl(struct ucred *cred, struct pipepair *pp,

Callers

nothing calls this directly

Calls 1

lomac_set_singleFunction · 0.85

Tested by

no test coverage detected