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

Function mls_netinet_igmp_send

freebsd/security/mac_mls/mac_mls.c:1308–1317  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1306}
1307
1308static void
1309mls_netinet_igmp_send(struct ifnet *ifp, struct label *ifplabel,
1310 struct mbuf *m, struct label *mlabel)
1311{
1312 struct mac_mls *dest;
1313
1314 dest = SLOT(mlabel);
1315
1316 mls_set_effective(dest, MAC_MLS_TYPE_EQUAL, 0, NULL);
1317}
1318
1319static void
1320mls_netinet6_nd6_send(struct ifnet *ifp, struct label *ifplabel,

Callers

nothing calls this directly

Calls 1

mls_set_effectiveFunction · 0.85

Tested by

no test coverage detected