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