Searched defs:cif (Results 1 – 4 of 4) sorted by relevance
94 struct codel_if *cif; in codel_add_altq() local144 struct codel_if *cif; in codel_remove_altq() local160 struct codel_if *cif; in codel_getqstats() local183 struct codel_if *cif = (struct codel_if *)ifq->altq_disc; in codel_request() local212 struct codel_if *cif = (struct codel_if *) ifq->altq_disc; in codel_enqueue() local238 struct codel_if *cif = (struct codel_if *)ifq->altq_disc; in codel_dequeue() local
267 #define CIF_LOCK_DESTROY(cif) mtx_destroy(&(cif)->cif_mtx) argument269 #define CIF_LOCK(cif) mtx_lock(&(cif)->cif_mtx) argument270 #define CIF_UNLOCK(cif) mtx_unlock(&(cif)->cif_mtx) argument271 #define CIF_FREE(cif) do { \ argument1377 carp_multicast_setup(struct carp_if *cif, sa_family_t sa) in carp_multicast_setup()1574 struct carp_if *cif; in carp_alloc() local1630 struct carp_if *cif = ifp->if_carp; in carp_destroy() local1662 struct carp_if *cif; in carp_alloc_if() local1686 carp_free_if(struct carp_if *cif) in carp_free_if()1904 struct carp_if *cif = ifp->if_carp; in carp_attach() local[all …]
92 struct ifaddrs *cif; in getifaddrs() local
137 /* 18 */ unsigned int cif:1; member