Home
last modified time | relevance | path

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

/src/sys/sys/
H A Dpriv.h332 #define PRIV_NET_SETIFCAP 400 /* Set interface capabilities. */ macro
/src/sys/net/
H A Dif_ipsec.c773 if ((error = priv_check(curthread, PRIV_NET_SETIFCAP)) != 0) in ipsec_ioctl()
H A Dif.c2494 error = priv_check(td, PRIV_NET_SETIFCAP); in ifhwioctl()
2507 error = priv_check(td, PRIV_NET_SETIFCAP); in ifhwioctl()
/src/sys/kern/
H A Dkern_jail.c4366 case PRIV_NET_SETIFCAP: in prison_priv_check()