Searched refs:PRIV_NETINET_CARP (Results 1 – 3 of 3) sorted by relevance
394 #define PRIV_NETINET_CARP 495 /* Administer CARP. */ macro
1878 priveleged = (priv_check_cred(cred, PRIV_NETINET_CARP) == 0); in carp_ioctl_get()1932 if ((error = priv_check(td, PRIV_NETINET_CARP))) in carp_ioctl()2456 .cmd_priv = PRIV_NETINET_CARP,
3872 case PRIV_NETINET_CARP: in prison_priv_check()