Searched refs:mac_mbuf_to_label (Results 1 - 4 of 4) sorted by relevance

/xnu-2422.115.4/security/
H A Dmac_inet.c191 label = mac_mbuf_to_label(m);
201 datagramlabel = mac_mbuf_to_label(datagram);
202 fragmentlabel = mac_mbuf_to_label(fragment);
213 label = mac_mbuf_to_label(fragment);
224 mlabel = mac_mbuf_to_label(m);
235 label = mac_mbuf_to_label(fragment);
248 label = mac_mbuf_to_label(m);
258 label = mac_mbuf_to_label(m);
268 label = mac_mbuf_to_label(fragment);
282 label = mac_mbuf_to_label(
[all...]
H A Dmac_net.c81 mac_mbuf_to_label(struct mbuf *mbuf) function
242 src_label = mac_mbuf_to_label(m_from);
243 dest_label = mac_mbuf_to_label(m_to);
333 m_label = mac_mbuf_to_label(mbuf);
347 m_label = mac_mbuf_to_label(mbuf);
360 m_label = mac_mbuf_to_label(mbuf);
372 oldmbuflabel = mac_mbuf_to_label(oldmbuf);
373 newmbuflabel = mac_mbuf_to_label(newmbuf);
386 oldmbuflabel = mac_mbuf_to_label(oldmbuf);
387 newmbuflabel = mac_mbuf_to_label(newmbu
[all...]
H A Dmac_internal.h296 struct label *mac_mbuf_to_label(struct mbuf *m);
298 #define mac_mbuf_to_label(m) (NULL) macro
H A Dmac_socket.c244 label = mac_mbuf_to_label(mbuf);
547 label = mac_mbuf_to_label(mbuf);

Completed in 74 milliseconds