Home
last modified time | relevance | path

Searched refs:dest_label (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/security/mac/
H A Dmac_net.c248 struct label *src_label, *dest_label; in mac_mbuf_tag_copy() local
251 dest_label = (struct label *)(dest+1); in mac_mbuf_tag_copy()
257 MAC_POLICY_PERFORM_NOSLEEP(mbuf_copy_label, src_label, dest_label); in mac_mbuf_tag_copy()
263 struct label *src_label, *dest_label; in mac_mbuf_copy() local
269 dest_label = mac_mbuf_to_label(m_to); in mac_mbuf_copy()
271 MAC_POLICY_PERFORM_NOSLEEP(mbuf_copy_label, src_label, dest_label); in mac_mbuf_copy()