MCPcopy Create free account
hub / github.com/F-Stack/f-stack / mac_netinet6_nd6_send

Function mac_netinet6_nd6_send

freebsd/security/mac/mac_inet6.c:176–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174}
175
176void
177mac_netinet6_nd6_send(struct ifnet *ifp, struct mbuf *m)
178{
179 struct label *mlabel;
180
181 if (mac_policy_count == 0)
182 return;
183
184 mlabel = mac_mbuf_to_label(m);
185
186 MAC_POLICY_PERFORM_NOSLEEP(netinet6_nd6_send, ifp, ifp->if_label, m,
187 mlabel);
188}

Callers 1

nd6_output_ifpFunction · 0.85

Calls 1

mac_mbuf_to_labelFunction · 0.85

Tested by

no test coverage detected