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

Function lomac_netinet_firewall_send

freebsd/security/mac_lomac/mac_lomac.c:1469–1478  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1467}
1468
1469static void
1470lomac_netinet_firewall_send(struct mbuf *m, struct label *mlabel)
1471{
1472 struct mac_lomac *dest;
1473
1474 dest = SLOT(mlabel);
1475
1476 /* XXX: where is the label for the firewall really coming from? */
1477 lomac_set_single(dest, MAC_LOMAC_TYPE_EQUAL, 0);
1478}
1479
1480static void
1481lomac_netinet_fragment(struct mbuf *m, struct label *mlabel,

Callers

nothing calls this directly

Calls 1

lomac_set_singleFunction · 0.85

Tested by

no test coverage detected