Changeset View
Changeset View
Standalone View
Standalone View
sys/security/mac/mac_inet6.c
Show First 20 Lines • Show All 177 Lines • ▼ Show 20 Lines | |||||
{ | { | ||||
struct label *mlabel; | struct label *mlabel; | ||||
if (mac_policy_count == 0) | if (mac_policy_count == 0) | ||||
return; | return; | ||||
mlabel = mac_mbuf_to_label(m); | mlabel = mac_mbuf_to_label(m); | ||||
MAC_POLICY_PERFORM_NOSLEEP(netinet6_nd6_send, ifp, ifp->if_label, m, | MAC_POLICY_PERFORM_NOSLEEP(netinet6_nd6_send, ifp, if_getmaclabel(ifp), m, | ||||
mlabel); | mlabel); | ||||
} | } |