| 1513 | } |
| 1514 | |
| 1515 | static void |
| 1516 | lomac_netinet6_nd6_send(struct ifnet *ifp, struct label *ifplabel, |
| 1517 | struct mbuf *m, struct label *mlabel) |
| 1518 | { |
| 1519 | struct mac_lomac *dest; |
| 1520 | |
| 1521 | dest = SLOT(mlabel); |
| 1522 | |
| 1523 | lomac_set_single(dest, MAC_LOMAC_TYPE_EQUAL, 0); |
| 1524 | } |
| 1525 | |
| 1526 | static int |
| 1527 | lomac_pipe_check_ioctl(struct ucred *cred, struct pipepair *pp, |
nothing calls this directly
no test coverage detected