| 1317 | } |
| 1318 | |
| 1319 | static void |
| 1320 | mls_netinet6_nd6_send(struct ifnet *ifp, struct label *ifplabel, |
| 1321 | struct mbuf *m, struct label *mlabel) |
| 1322 | { |
| 1323 | struct mac_mls *dest; |
| 1324 | |
| 1325 | dest = SLOT(mlabel); |
| 1326 | |
| 1327 | mls_set_effective(dest, MAC_MLS_TYPE_EQUAL, 0, NULL); |
| 1328 | } |
| 1329 | |
| 1330 | static int |
| 1331 | mls_pipe_check_ioctl(struct ucred *cred, struct pipepair *pp, |
nothing calls this directly
no test coverage detected