Home
last modified time | relevance | path

Searched refs:proto_reg (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/netinet/
H A Dip_carp.c153 static int proto_reg[] = {-1, -1}; variable
2201 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 …]