Searched refs:PRIV_NET_SETIFCAP (Results 1 – 4 of 4) sorted by relevance
329 #define PRIV_NET_SETIFCAP 400 /* Set interface capabilities. */ macro
765 if ((error = priv_check(curthread, PRIV_NET_SETIFCAP)) != 0) in ipsec_ioctl()
2646 error = priv_check(td, PRIV_NET_SETIFCAP); in ifhwioctl()2659 error = priv_check(td, PRIV_NET_SETIFCAP); in ifhwioctl()
3871 case PRIV_NET_SETIFCAP: in prison_priv_check()