PRIV_NET_SETIFCAP
case PRIV_NET_SETIFCAP:
error = priv_check(td, PRIV_NET_SETIFCAP);
if ((error = priv_check(curthread, PRIV_NET_SETIFCAP)) != 0)