Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/netinet/
Dip_carp.h169 extern int (*carp_get_vhid_p)(struct ifaddr *);
Dip_carp.c2225 carp_get_vhid_p = NULL; in carp_mod_cleanup()
2245 carp_get_vhid_p = carp_get_vhid; in carp_mod_load()
/freebsd-12-stable/sys/net/
Drtsock.c132 int (*carp_get_vhid_p)(struct ifaddr *); variable
1724 if (carp_get_vhid_p != NULL) in sysctl_iflist_ifaml()
1725 ifd->ifi_vhid = (*carp_get_vhid_p)(ifa); in sysctl_iflist_ifaml()