Home
last modified time | relevance | path

Searched refs:CK_SLIST_FOREACH_SAFE (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/ck/include/
H A Dck_queue.h156 #define CK_SLIST_FOREACH_SAFE(var, head, field, tvar) \ macro
/f-stack/freebsd/netpfil/ipfw/nat64/
H A Dnat64lsn.c826 CK_SLIST_FOREACH_SAFE(pg, &alias->portgroups, entries, tpg) { in nat64lsn_expire_portgroups()
884 CK_SLIST_FOREACH_SAFE(host, &cfg->hosts_hash[i], in nat64lsn_expire_hosts()
/f-stack/freebsd/kern/
H A Dkern_intr.c1110 CK_SLIST_FOREACH_SAFE(ih, &ie->ie_handlers, ih_next, ihn) { in intr_event_execute_handlers()
/f-stack/freebsd/net/
H A Dif_vlan.c145 CK_SLIST_FOREACH_SAFE((_ifv), &(_trunk)->hash[_i], ifv_list, _next)