| 1467 | } |
| 1468 | |
| 1469 | static void |
| 1470 | lomac_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 | |
| 1480 | static void |
| 1481 | lomac_netinet_fragment(struct mbuf *m, struct label *mlabel, |
nothing calls this directly
no test coverage detected