Home
last modified time | relevance | path

Searched refs:src_label (Results 1 – 2 of 2) 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
250 src_label = (struct label *)(src+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
268 src_label = mac_mbuf_to_label(m_from); in mac_mbuf_copy()
271 MAC_POLICY_PERFORM_NOSLEEP(mbuf_copy_label, src_label, dest_label); in mac_mbuf_copy()
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dvdev_label.c1594 const int src_label = 0; in vdev_copy_uberblocks() local
1598 vdev_label_read(zio, vd, src_label, ub_abd, in vdev_copy_uberblocks()