Searched refs:carp_if (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/sys/netinet/
H A Dip_carp.c127 TAILQ_ENTRY(carp_softc) sc_list; /* On the carp_if list. */
131 struct carp_if { struct
250 #define CIF_LOCK_INIT(cif) mtx_init(&(cif)->cif_mtx, "carp_if", \
299 static struct carp_if
301 static void carp_free_if(struct carp_if *);
1255 carp_multicast_setup(struct carp_if *cif, sa_family_t sa)
1362 carp_multicast_cleanup(struct carp_if *cif, sa_family_t sa)
1478 struct carp_if *cif;
1539 struct carp_if *cif = ifp->if_carp;
1565 static struct carp_if*
[all...]
/freebsd-10-stable/sys/net/
H A Dif_var.h71 struct carp_if;
168 struct carp_if *if_carp; /* carp interface structure */

Completed in 45 milliseconds