/openbsd/usr.sbin/ldpd/ |
H A D | ldpd.c | 894 LIST_FOREACH_SAFE(xi, &xconf->iface_list, entry, itmp) { in merge_ifaces() 931 LIST_FOREACH_SAFE(tnbr, &conf->tnbr_list, entry, ttmp) { in merge_tnbrs() 946 LIST_FOREACH_SAFE(xt, &xconf->tnbr_list, entry, ttmp) { in merge_tnbrs() 974 LIST_FOREACH_SAFE(nbrp, &conf->nbrp_list, entry, ntmp) { in merge_nbrps() 990 LIST_FOREACH_SAFE(xn, &xconf->nbrp_list, entry, ntmp) { in merge_nbrps() 1062 LIST_FOREACH_SAFE(xl, &xconf->l2vpn_list, entry, ltmp) { in merge_l2vpns() 1101 LIST_FOREACH_SAFE(lif, &l2vpn->if_list, entry, ftmp) { in merge_l2vpn() 1108 LIST_FOREACH_SAFE(xf, &xl->if_list, entry, ftmp) { in merge_l2vpn() 1122 LIST_FOREACH_SAFE(pw, &l2vpn->pw_list, entry, ptmp) { in merge_l2vpn() 1140 LIST_FOREACH_SAFE(xp, &xl->pw_list, entry, ptmp) { in merge_l2vpn() [all …]
|
H A D | adjacency.c | 108 LIST_FOREACH_SAFE(adj, &nbr->adj_list, nbr_entry, atmp) in adj_del()
|
H A D | ldpe.c | 719 LIST_FOREACH_SAFE(tnbr, &leconf->tnbr_list, entry, safe) { in ldpe_remove_dynamic_tnbrs()
|
/openbsd/lib/libelf/ |
H A D | _elftc.h | 79 #ifndef LIST_FOREACH_SAFE 80 #define LIST_FOREACH_SAFE(var, head, field, tvar) \ macro
|
/openbsd/sys/net/ |
H A D | wg_cookie.c | 321 LIST_FOREACH_SAFE(r, &rl->rl_table[i], r_entry, tr) { in ratelimit_gc() 337 LIST_FOREACH_SAFE(r, &rl->rl_table[i], r_entry, tr) { in ratelimit_gc()
|
H A D | pipex.c | 149 LIST_FOREACH_SAFE(session, &pipex_session_list, session_list, in pipex_destroy_all_sessions() 594 LIST_FOREACH_SAFE(session, &pipex_close_wait_list, state_list, in pipex_get_closed() 732 LIST_FOREACH_SAFE(session, &pipex_session_list, session_list, in pipex_timer()
|
H A D | if_wg.c | 515 LIST_FOREACH_SAFE(aip, &peer->p_aip, a_entry, taip) in wg_peer_destroy() 2419 LIST_FOREACH_SAFE(aip, &peer->p_aip, a_entry, taip) { in wg_ioctl_set()
|
/openbsd/sys/ufs/ffs/ |
H A D | ffs_vnops.c | 435 LIST_FOREACH_SAFE(bp, &vp->v_dirtyblkhd, b_vnbufs, nbp) { in ffs_fsync()
|
/openbsd/sys/netinet6/ |
H A D | frag6.c | 268 LIST_FOREACH_SAFE(af6, &q6->ip6q_asfrag, ip6af_list, naf6) { in frag6_input()
|
/openbsd/sys/netinet/ |
H A D | igmp.c | 189 LIST_FOREACH_SAFE(rti, &rti_head, rti_list, trti) { in rti_delete()
|
H A D | if_ether.c | 135 LIST_FOREACH_SAFE(la, &arp_list, la_list, nla) { in arptimer()
|
H A D | ip_ipsp.c | 1308 LIST_FOREACH_SAFE(ids, &ipsp_ids_gc_list, id_gc_list, tids) { in ipsp_ids_gc()
|
H A D | ip_input.c | 1151 LIST_FOREACH_SAFE(fp, &ipq, ipq_q, nfp) { in ip_slowtimo()
|
/openbsd/usr.sbin/bgpd/ |
H A D | rde_rib.c | 485 LIST_FOREACH_SAFE(ctx, &rib_dumps, entry, next) { in rib_dump_runner() 500 LIST_FOREACH_SAFE(ctx, &rib_dumps, entry, next) { in rib_dump_abort() 519 LIST_FOREACH_SAFE(ctx, &rib_dumps, entry, next) { in rib_dump_terminate()
|
/openbsd/usr.sbin/npppd/npppd/ |
H A D | npppd.c | 836 LIST_FOREACH_SAFE(ipcpstat, head, entry, tipcpstat) { in npppd_destroy_ipcp_stats() 837 LIST_FOREACH_SAFE(ppp, &ipcpstat->ppp, ipcpstat_entry, tppp) { in npppd_destroy_ipcp_stats() 853 LIST_FOREACH_SAFE(ipcpstat, &_this->ipcpstats, entry, tipcpstat) { in npppd_ipcp_stats_reload()
|
/openbsd/sys/arch/riscv64/riscv64/ |
H A D | intr.c | 283 LIST_FOREACH_SAFE(ip, &prereg_interrupts, ip_list, tip) { in riscv_intr_register_fdt()
|
/openbsd/sys/kern/ |
H A D | spec_vnops.c | 414 LIST_FOREACH_SAFE(bp, &vp->v_dirtyblkhd, b_vnbufs, nbp) { in spec_fsync()
|
H A D | subr_extent.c | 1051 LIST_FOREACH_SAFE(rp, &ex->ex_regions, er_link, tmp) { in extent_free()
|
/openbsd/sys/sys/ |
H A D | queue.h | 194 #define LIST_FOREACH_SAFE(var, head, field, tvar) \ macro
|
/openbsd/sys/arch/arm64/arm64/ |
H A D | intr.c | 303 LIST_FOREACH_SAFE(ip, &prereg_interrupts, ip_list, tip) { in arm_intr_register_fdt()
|
/openbsd/sys/arch/armv7/armv7/ |
H A D | intr.c | 292 LIST_FOREACH_SAFE(ip, &prereg_interrupts, ip_list, tip) { in arm_intr_register_fdt()
|
/openbsd/usr.sbin/rpki-client/ |
H A D | http.c | 2173 LIST_FOREACH_SAFE(conn, &idle, entry, nc) { in proc_http() 2186 LIST_FOREACH_SAFE(conn, &active, entry, nc) { in proc_http()
|
/openbsd/sys/uvm/ |
H A D | uvm_swap.c | 578 LIST_FOREACH_SAFE(spp, &swap_priority, spi_swappri, nextspp) { in swaplist_trim()
|
/openbsd/sys/dev/pv/ |
H A D | xen.c | 1473 LIST_FOREACH_SAFE(xdv, &xdl->dl_devs, dv_entry, xvdn) { in xen_hotplug()
|
/openbsd/usr.sbin/ospfd/ |
H A D | rde.c | 1015 LIST_FOREACH_SAFE(nbr, head, hash, xnbr) { in rde_nbr_iface_del()
|