Home
last modified time | relevance | path

Searched defs:cif (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/net/altq/
H A Daltq_codel.c94 struct codel_if *cif; in codel_add_altq() local
144 struct codel_if *cif; in codel_remove_altq() local
160 struct codel_if *cif; in codel_getqstats() local
183 struct codel_if *cif = (struct codel_if *)ifq->altq_disc; in codel_request() local
212 struct codel_if *cif = (struct codel_if *) ifq->altq_disc; in codel_enqueue() local
238 struct codel_if *cif = (struct codel_if *)ifq->altq_disc; in codel_dequeue() local
/f-stack/freebsd/netinet/
H A Dip_carp.c267 #define CIF_LOCK_DESTROY(cif) mtx_destroy(&(cif)->cif_mtx) argument
269 #define CIF_LOCK(cif) mtx_lock(&(cif)->cif_mtx) argument
270 #define CIF_UNLOCK(cif) mtx_unlock(&(cif)->cif_mtx) argument
271 #define CIF_FREE(cif) do { \ argument
1377 carp_multicast_setup(struct carp_if *cif, sa_family_t sa) in carp_multicast_setup()
1574 struct carp_if *cif; in carp_alloc() local
1630 struct carp_if *cif = ifp->if_carp; in carp_destroy() local
1662 struct carp_if *cif; in carp_alloc_if() local
1686 carp_free_if(struct carp_if *cif) in carp_free_if()
1904 struct carp_if *cif = ifp->if_carp; in carp_attach() local
[all …]
/f-stack/tools/compat/
H A Dgetifaddrs.c92 struct ifaddrs *cif; in getifaddrs() local
/f-stack/dpdk/drivers/crypto/caam_jr/
H A Dcaam_jr_desc.h137 /* 18 */ unsigned int cif:1; member