Searched refs:CK_SLIST_FOREACH_SAFE (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/contrib/ck/include/ |
| H A D | ck_queue.h | 156 #define CK_SLIST_FOREACH_SAFE(var, head, field, tvar) \ macro
|
| /f-stack/freebsd/netpfil/ipfw/nat64/ |
| H A D | nat64lsn.c | 826 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 D | kern_intr.c | 1110 CK_SLIST_FOREACH_SAFE(ih, &ie->ie_handlers, ih_next, ihn) { in intr_event_execute_handlers()
|
| /f-stack/freebsd/net/ |
| H A D | if_vlan.c | 145 CK_SLIST_FOREACH_SAFE((_ifv), &(_trunk)->hash[_i], ifv_list, _next)
|