Home
last modified time | relevance | path

Searched refs:LIST_FOREACH_SAFE (Results 1 – 25 of 31) sorted by relevance

12

/openbsd/usr.sbin/ldpd/
H A Dldpd.c884 LIST_FOREACH_SAFE(xi, &xconf->iface_list, entry, itmp) { in merge_ifaces()
921 LIST_FOREACH_SAFE(tnbr, &conf->tnbr_list, entry, ttmp) { in merge_tnbrs()
936 LIST_FOREACH_SAFE(xt, &xconf->tnbr_list, entry, ttmp) { in merge_tnbrs()
964 LIST_FOREACH_SAFE(nbrp, &conf->nbrp_list, entry, ntmp) { in merge_nbrps()
980 LIST_FOREACH_SAFE(xn, &xconf->nbrp_list, entry, ntmp) { in merge_nbrps()
1052 LIST_FOREACH_SAFE(xl, &xconf->l2vpn_list, entry, ltmp) { in merge_l2vpns()
1091 LIST_FOREACH_SAFE(lif, &l2vpn->if_list, entry, ftmp) { in merge_l2vpn()
1098 LIST_FOREACH_SAFE(xf, &xl->if_list, entry, ftmp) { in merge_l2vpn()
1112 LIST_FOREACH_SAFE(pw, &l2vpn->pw_list, entry, ptmp) { in merge_l2vpn()
1130 LIST_FOREACH_SAFE(xp, &xl->pw_list, entry, ptmp) { in merge_l2vpn()
[all …]
H A Dadjacency.c108 LIST_FOREACH_SAFE(adj, &nbr->adj_list, nbr_entry, atmp) in adj_del()
H A Dldpe.c712 LIST_FOREACH_SAFE(tnbr, &leconf->tnbr_list, entry, safe) { in ldpe_remove_dynamic_tnbrs()
/openbsd/lib/libelf/
H A D_elftc.h79 #ifndef LIST_FOREACH_SAFE
80 #define LIST_FOREACH_SAFE(var, head, field, tvar) \ macro
/openbsd/sys/net/
H A Dwg_cookie.c321 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 Dpipex.c152 LIST_FOREACH_SAFE(session, &pipex_session_list, session_list, in pipex_destroy_all_sessions()
597 LIST_FOREACH_SAFE(session, &pipex_close_wait_list, state_list, in pipex_get_closed()
735 LIST_FOREACH_SAFE(session, &pipex_session_list, session_list, in pipex_timer()
H A Dif_wg.c506 LIST_FOREACH_SAFE(aip, &peer->p_aip, a_entry, taip) in wg_peer_destroy()
2338 LIST_FOREACH_SAFE(aip, &peer->p_aip, a_entry, taip) { in wg_ioctl_set()
/openbsd/sys/ufs/ffs/
H A Dffs_vnops.c435 LIST_FOREACH_SAFE(bp, &vp->v_dirtyblkhd, b_vnbufs, nbp) { in ffs_fsync()
/openbsd/sys/netinet6/
H A Dfrag6.c267 LIST_FOREACH_SAFE(af6, &q6->ip6q_asfrag, ip6af_list, naf6) { in frag6_input()
/openbsd/sys/netinet/
H A Digmp.c189 LIST_FOREACH_SAFE(rti, &rti_head, rti_list, trti) { in rti_delete()
H A Dif_ether.c135 LIST_FOREACH_SAFE(la, &arp_list, la_list, nla) { in arptimer()
H A Dip_ipsp.c1308 LIST_FOREACH_SAFE(ids, &ipsp_ids_gc_list, id_gc_list, tids) { in ipsp_ids_gc()
H A Dip_input.c1120 LIST_FOREACH_SAFE(fp, &ipq, ipq_q, nfp) { in ip_slowtimo()
/openbsd/usr.sbin/bgpd/
H A Drde_rib.c485 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 Dnpppd.c832 LIST_FOREACH_SAFE(ipcpstat, head, entry, tipcpstat) { in npppd_destroy_ipcp_stats()
833 LIST_FOREACH_SAFE(ppp, &ipcpstat->ppp, ipcpstat_entry, tppp) { in npppd_destroy_ipcp_stats()
849 LIST_FOREACH_SAFE(ipcpstat, &_this->ipcpstats, entry, tipcpstat) { in npppd_ipcp_stats_reload()
/openbsd/sys/arch/riscv64/riscv64/
H A Dintr.c281 LIST_FOREACH_SAFE(ip, &prereg_interrupts, ip_list, tip) { in riscv_intr_register_fdt()
/openbsd/sys/kern/
H A Dspec_vnops.c414 LIST_FOREACH_SAFE(bp, &vp->v_dirtyblkhd, b_vnbufs, nbp) { in spec_fsync()
H A Dsubr_extent.c1051 LIST_FOREACH_SAFE(rp, &ex->ex_regions, er_link, tmp) { in extent_free()
/openbsd/sys/sys/
H A Dqueue.h194 #define LIST_FOREACH_SAFE(var, head, field, tvar) \ macro
/openbsd/sys/arch/armv7/armv7/
H A Dintr.c285 LIST_FOREACH_SAFE(ip, &prereg_interrupts, ip_list, tip) { in arm_intr_register_fdt()
/openbsd/sys/arch/arm64/arm64/
H A Dintr.c301 LIST_FOREACH_SAFE(ip, &prereg_interrupts, ip_list, tip) { in arm_intr_register_fdt()
/openbsd/usr.sbin/rpki-client/
H A Dhttp.c2167 LIST_FOREACH_SAFE(conn, &idle, entry, nc) { in proc_http()
2180 LIST_FOREACH_SAFE(conn, &active, entry, nc) { in proc_http()
/openbsd/sys/uvm/
H A Duvm_swap.c578 LIST_FOREACH_SAFE(spp, &swap_priority, spi_swappri, nextspp) { in swaplist_trim()
/openbsd/usr.sbin/ospfd/
H A Drde.c1009 LIST_FOREACH_SAFE(nbr, head, hash, xnbr) { in rde_nbr_iface_del()
/openbsd/sys/dev/pv/
H A Dxen.c1473 LIST_FOREACH_SAFE(xdv, &xdl->dl_devs, dv_entry, xvdn) { in xen_hotplug()

12