Searched refs:newmbuf (Results 1 - 3 of 3) sorted by relevance

/xnu-2422.115.4/security/
H A Dmac_net.c368 struct ifnet *ifp, struct mbuf *newmbuf)
373 newmbuflabel = mac_mbuf_to_label(newmbuf);
378 ifp, ifp->if_label, newmbuf, newmbuflabel);
382 mac_mbuf_label_associate_netlayer(struct mbuf *oldmbuf, struct mbuf *newmbuf) argument
387 newmbuflabel = mac_mbuf_to_label(newmbuf);
390 newmbuf, newmbuflabel);
367 mac_mbuf_label_associate_multicast_encap(struct mbuf *oldmbuf, struct ifnet *ifp, struct mbuf *newmbuf) argument
H A Dmac_framework.h254 struct ifnet *ifp, struct mbuf *newmbuf);
256 struct mbuf *newmbuf);
H A Dmac_policy.h1594 @param newmbuf mbuf header to be labeled for new datagram
1595 @param newmbuflabel Policy label for newmbuf
1607 struct mbuf *newmbuf,
1614 @param newmbuf Newly created datagram
1615 @param newmbuflabel Policy label for newmbuf
1625 struct mbuf *newmbuf,

Completed in 42 milliseconds