Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dpriv.h346 #define PRIV_NET_SETIFVNET 417 /* Move interface to vnet. */ macro
/freebsd/sys/security/mac_grantbylabel/
H A Dmac_grantbylabel.c262 case PRIV_NET_SETIFVNET: in mac_grantbylabel_priv_grant()
/freebsd/sys/net/
H A Dif.c2697 error = priv_check(td, PRIV_NET_SETIFVNET); in ifhwioctl()
2982 error = priv_check(td, PRIV_NET_SETIFVNET); in ifioctl()
/freebsd/sys/kern/
H A Dkern_jail.c3888 case PRIV_NET_SETIFVNET: in prison_priv_check()