Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dpriv.h344 #define PRIV_NET_SETIFVNET 417 /* Move interface to vnet. */ macro
/f-stack/freebsd/net/
H A Dif.c2712 error = priv_check(td, PRIV_NET_SETIFVNET); in ifhwioctl()
2999 error = priv_check(td, PRIV_NET_SETIFVNET); in ifioctl()
/f-stack/freebsd/kern/
H A Dkern_jail.c3335 case PRIV_NET_SETIFVNET: in prison_priv_check()