Searched refs:PRIV_NET_SETIFCAP (Results 1 – 4 of 4) sorted by relevance
332 #define PRIV_NET_SETIFCAP 400 /* Set interface capabilities. */ macro
773 if ((error = priv_check(curthread, PRIV_NET_SETIFCAP)) != 0) in ipsec_ioctl()
2513 error = priv_check(td, PRIV_NET_SETIFCAP); in ifhwioctl()2526 error = priv_check(td, PRIV_NET_SETIFCAP); in ifhwioctl()
4366 case PRIV_NET_SETIFCAP: in prison_priv_check()