Home
last modified time | relevance | path

Searched refs:CK_SLIST_FIRST (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/contrib/ck/include/
H A Dck_queue.h145 #define CK_SLIST_FIRST(head) \ macro
152 for ((var) = CK_SLIST_FIRST((head)); \
157 for ((var) = CK_SLIST_FIRST(head); \
/f-stack/freebsd/netpfil/ipfw/nat64/
H A Dnat64lsn.c215 return (CK_SLIST_FIRST(&host->aliases)); in nat64lsn_get_aliaslink()
1379 host = CK_SLIST_FIRST(&ji->hosts); in nat64lsn_job_destroy()
1392 pg = CK_SLIST_FIRST(&ji->portgroups); in nat64lsn_job_destroy()
1745 pg = CK_SLIST_FIRST(&alias->portgroups); in nat64lsn_destroy_alias()
1766 link = CK_SLIST_FIRST(&host->aliases); in nat64lsn_destroy_host()
1795 host = CK_SLIST_FIRST(&cfg->hosts_hash[i]); in nat64lsn_destroy_instance()
/f-stack/freebsd/kern/
H A Dkern_intr.c174 pri = CK_SLIST_FIRST(&ie->ie_handlers)->ih_pri; in ithread_update()
224 ih = CK_SLIST_FIRST(&ie->ie_handlers); in intr_event_update()
416 CK_SLIST_FIRST(&ie->ie_handlers) != NULL) in intr_lookup()
604 (CK_SLIST_FIRST(&ie->ie_handlers)->ih_flags & IH_EXCLUSIVE)) { in intr_event_add_handler()
H A Dvfs_cache.c2606 while ((ncp = CK_SLIST_FIRST(&old_nchashtbl[i])) != NULL) { in cache_changesize()
/f-stack/freebsd/net/
H A Dif_vlan.c174 if (((_ifv) = CK_SLIST_FIRST(&(_trunk)->hash[_i])) != NULL && \
469 while ((ifv = CK_SLIST_FIRST(&trunk->hash[i])) != NULL) { in vlan_growhash()
595 while ((mc = CK_SLIST_FIRST(&sc->vlan_mc_listhead)) != NULL) { in vlan_setmulti()
1569 while ((mc = CK_SLIST_FIRST(&ifv->vlan_mc_listhead)) != NULL) { in vlan_unconfig_locked()
H A Dif_lagg.c636 while ((lp = CK_SLIST_FIRST(&sc->sc_ports)) != NULL) in lagg_clone_destroy()
961 if ((lp0 = CK_SLIST_FIRST(&sc->sc_ports)) == NULL) in lagg_port_destroy()
2294 lp = CK_SLIST_FIRST(&sc->sc_ports); in lagg_rr_start()
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_dynamic.c2274 s = CK_SLIST_FIRST(&V_dyn_ ## name [bucket]); \ in dyn_expire_states()
2640 while ((s = CK_SLIST_FIRST(&V_dyn_ ## ohead[i])) != NULL) { \ in dyn_grow_hashtable()