Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dip_carp.c96 struct carp_softc { struct
140 TAILQ_ENTRY(carp_softc) sc_list; /* On the carp_if list. */ argument
141 LIST_ENTRY(carp_softc) sc_next; /* On the global list. */
151 TAILQ_HEAD(, carp_softc) cif_vrs;
339 static struct carp_softc
341 static void carp_destroy(struct carp_softc *);
345 static void carp_set_state(struct carp_softc *, int, const char* reason);
346 static void carp_sc_state(struct carp_softc *);
347 static void carp_setrun(struct carp_softc *, sa_family_t);
349 static void carp_master_down_locked(struct carp_softc *,
[all …]
/freebsd/sys/net/
H A Dif_var.h63 struct carp_softc;
436 struct carp_softc *ifa_carp; /* pointer to CARP data */