Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ck/include/
H A Dck_queue.h145 #define CK_SLIST_FIRST(head) \ macro
152 for ((var) = CK_SLIST_FIRST((head)); \
157 for ((var) = ((var) != NULL ? (var) : CK_SLIST_FIRST((head))); \
162 for ((var) = CK_SLIST_FIRST(head); \
/freebsd/sys/netinet/
H A Dtcp_hostcache.c501 CK_SLIST_FIRST(&hc_head->hch_bucket)) != NULL) { in tcp_hc_update()
614 } else if (hc_entry != CK_SLIST_FIRST(&hc_head->hch_bucket)) { in tcp_hc_update()
781 CK_SLIST_FIRST(&head->hch_bucket), in tcp_hc_purge_internal()
/freebsd/sys/kern/
H A Dkern_intr.c197 pri = CK_SLIST_FIRST(&ie->ie_handlers)->ih_pri; in ithread_update()
247 ih = CK_SLIST_FIRST(&ie->ie_handlers); in intr_event_update()
439 CK_SLIST_FIRST(&ie->ie_handlers) != NULL) in intr_lookup()
640 (CK_SLIST_FIRST(&ie->ie_handlers)->ih_flags & IH_EXCLUSIVE)) { in intr_event_add_handler()
H A Dvfs_cache.c2911 while ((ncp = CK_SLIST_FIRST(&old_nchashtbl[i])) != NULL) { in cache_changesize()
/freebsd/sys/netpfil/ipfw/nat64/
H A Dnat64lsn.c212 return (CK_SLIST_FIRST(&host->aliases)); in nat64lsn_get_aliaslink()
1500 host = CK_SLIST_FIRST(&ji->hosts); in nat64lsn_job_destroy()
1525 pg = CK_SLIST_FIRST(&ji->portgroups); in nat64lsn_job_destroy()
1893 pg = CK_SLIST_FIRST(&alias->portgroups); in nat64lsn_destroy_alias()
1914 link = CK_SLIST_FIRST(&host->aliases); in nat64lsn_destroy_host()
1943 host = CK_SLIST_FIRST(&cfg->hosts_hash[i]); in nat64lsn_destroy_config()
/freebsd/sys/net/
H A Dif_lagg.c632 while ((lp = CK_SLIST_FIRST(&sc->sc_ports)) != NULL) in lagg_clone_destroy()
679 if (CK_SLIST_FIRST(&sc->sc_ports) == NULL) in lagg_capabilities()
708 if (CK_SLIST_FIRST(&sc->sc_ports) == NULL) in lagg_capabilities()
970 if ((lp0 = CK_SLIST_FIRST(&sc->sc_ports)) == NULL) in lagg_port_destroy()
2411 lp = CK_SLIST_FIRST(&sc->sc_ports); in lagg_rr_start()
H A Dif_vlan.c170 if (((_ifv) = CK_SLIST_FIRST(&(_trunk)->hash[_i])) != NULL && \
515 while ((ifv = CK_SLIST_FIRST(&trunk->hash[i])) != NULL) { in vlan_growhash()
641 while ((mc = CK_SLIST_FIRST(&sc->vlan_mc_listhead)) != NULL) { in vlan_setmulti()
1880 while ((mc = CK_SLIST_FIRST(&ifv->vlan_mc_listhead)) != NULL) { in vlan_unconfig_locked()
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_dynamic.c2283 s = CK_SLIST_FIRST(&V_dyn_ ## name [bucket]); \ in dyn_expire_states()
2682 while ((s = CK_SLIST_FIRST(&V_dyn_ ## ohead[i])) != NULL) { \ in dyn_grow_hashtable()
/freebsd/sys/netinet6/
H A Dnd6.c1368 while ((child_lle = CK_SLIST_FIRST(&lle->lle_children)) != NULL) { in nd6_free_children()