| 1248 | } |
| 1249 | |
| 1250 | static void |
| 1251 | mls_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 | |
| 1261 | static void |
| 1262 | mls_netinet_firewall_reply(struct mbuf *mrecv, struct label *mrecvlabel, |
nothing calls this directly
no test coverage detected