Searched refs:proto_reg (Results 1 – 1 of 1) sorted by relevance
153 static int proto_reg[] = {-1, -1}; variable2201 if (proto_reg[CARP_INET] == 0) { in carp_mod_cleanup()2204 proto_reg[CARP_INET] = -1; in carp_mod_cleanup()2209 if (proto_reg[CARP_INET6] == 0) { in carp_mod_cleanup()2212 proto_reg[CARP_INET6] = -1; in carp_mod_cleanup()2254 if (proto_reg[CARP_INET6]) { in carp_mod_load()2256 proto_reg[CARP_INET6]); in carp_mod_load()2258 return (proto_reg[CARP_INET6]); in carp_mod_load()2270 if (proto_reg[CARP_INET]) { in carp_mod_load()2272 proto_reg[CARP_INET]); in carp_mod_load()[all …]