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