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