Lines Matching defs:cif
289 #define CIF_LOCK_INIT(cif) mtx_init(&(cif)->cif_mtx, "carp_if", \ argument
291 #define CIF_LOCK_DESTROY(cif) mtx_destroy(&(cif)->cif_mtx) argument
292 #define CIF_LOCK_ASSERT(cif) mtx_assert(&(cif)->cif_mtx, MA_OWNED) argument
293 #define CIF_LOCK(cif) mtx_lock(&(cif)->cif_mtx) argument
294 #define CIF_UNLOCK(cif) mtx_unlock(&(cif)->cif_mtx) argument
295 #define CIF_FREE(cif) do { \ argument
1904 carp_multicast_setup(struct carp_if *cif, sa_family_t sa) in carp_multicast_setup()
2004 carp_multicast_cleanup(struct carp_if *cif, sa_family_t sa) in carp_multicast_cleanup()
2101 struct carp_if *cif; in carp_alloc() local
2172 struct carp_if *cif = ifp->if_carp; in carp_destroy() local
2204 struct carp_if *cif; in carp_alloc_if() local
2228 carp_free_if(struct carp_if *cif) in carp_free_if()
2473 struct carp_if *cif = ifp->if_carp; in carp_attach() local
2550 struct carp_if *cif = ifp->if_carp; in carp_detach() local