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

Function biba_netinet_arp_send

freebsd/security/mac_biba/mac_biba.c:1354–1363  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1352}
1353
1354static void
1355biba_netinet_arp_send(struct ifnet *ifp, struct label *ifplabel,
1356 struct mbuf *m, struct label *mlabel)
1357{
1358 struct mac_biba *dest;
1359
1360 dest = SLOT(mlabel);
1361
1362 biba_set_effective(dest, MAC_BIBA_TYPE_EQUAL, 0, NULL);
1363}
1364
1365static void
1366biba_netinet_firewall_reply(struct mbuf *mrecv, struct label *mrecvlabel,

Callers

nothing calls this directly

Calls 1

biba_set_effectiveFunction · 0.85

Tested by

no test coverage detected