Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dpriv.h327 #define PRIV_NET_SETIFCAP 400 /* Set interface capabilities. */ macro
/f-stack/freebsd/net/
H A Dif_ipsec.c760 if ((error = priv_check(curthread, PRIV_NET_SETIFCAP)) != 0) in ipsec_ioctl()
H A Dif.c2628 error = priv_check(td, PRIV_NET_SETIFCAP); in ifhwioctl()
/f-stack/freebsd/kern/
H A Dkern_jail.c3316 case PRIV_NET_SETIFCAP: in prison_priv_check()