Searched refs:PRIV_NETINET_CARP (Results 1 – 3 of 3) sorted by relevance
391 #define PRIV_NETINET_CARP 495 /* Administer CARP. */ macro
1756 if ((error = priv_check(td, PRIV_NETINET_CARP))) in carp_ioctl()1836 priveleged = (priv_check(td, PRIV_NETINET_CARP) == 0); in carp_ioctl()
3374 case PRIV_NETINET_CARP: in prison_priv_check()