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

Function mls_netinet_arp_send

freebsd/security/mac_mls/mac_mls.c:1250–1259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1248}
1249
1250static void
1251mls_netinet_arp_send(struct ifnet *ifp, struct label *ifplabel,
1252 struct mbuf *m, struct label *mlabel)
1253{
1254 struct mac_mls *dest;
1255
1256 dest = SLOT(mlabel);
1257
1258 mls_set_effective(dest, MAC_MLS_TYPE_EQUAL, 0, NULL);
1259}
1260
1261static void
1262mls_netinet_firewall_reply(struct mbuf *mrecv, struct label *mrecvlabel,

Callers

nothing calls this directly

Calls 1

mls_set_effectiveFunction · 0.85

Tested by

no test coverage detected