Home
last modified time | relevance | path

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

/freebsd/sys/security/mac/
H A Dmac_net.c143 if (mac_labeled & MPC_OBJECT_IFNET) in mac_ifnet_init()
405 if (!(mac_labeled & MPC_OBJECT_IFNET)) in mac_ifnet_ioctl_get()
448 if (!(mac_labeled & MPC_OBJECT_IFNET)) in mac_ifnet_ioctl_set()
H A Dmac_internal.h168 #define MPC_OBJECT_IFNET 0x0000000000000100 macro
213 if (mac_labeled & MPC_OBJECT_IFNET) { \
H A Dmac_framework.c371 MPC_FLAG(ifnet_init_label, MPC_OBJECT_IFNET); in mac_policy_getlabeled()