Home
last modified time | relevance | path

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

12

/f-stack/freebsd/kern/
H A Dsubr_rtc.c262 LIST_FOREACH_SAFE(rtc, &rtc_list, rtc_entries, tmp) { in clock_unregister()
H A Dkern_hhook.c503 LIST_FOREACH_SAFE(hhh, &V_hhook_vhead_list, hhh_vnext, tmphhh) { in hhook_vnet_uninit()
H A Dkern_osd.c167 LIST_FOREACH_SAFE(osd, &osdm[type].osd_list, osd_next, tosd) in osd_deregister()
H A Dkern_lockf.c796 LIST_FOREACH_SAFE(lock, &state->ls_pending, lf_link, nlock) { in lf_purgelocks()
833 LIST_FOREACH_SAFE(lock, &state->ls_active, lf_link, nlock) { in lf_purgelocks()
1154 LIST_FOREACH_SAFE(e, &lock->lf_inedges, le_inlink, ne) { in lf_update_dependancies()
H A Dsubr_sleepqueue.c1150 LIST_FOREACH_SAFE(sq, &sc->sc_queues, sq_hash, sq1) { in sleepq_chains_remove_matching()
H A Dkern_exit.c133 LIST_FOREACH_SAFE(p2, &p->p_reaplist, p_reapsibling, ptmp) { in reaper_abandon_children()
/f-stack/freebsd/arm64/iommu/
H A Diommu.c345 LIST_FOREACH_SAFE(entry, &iommu_list, next, tmp) { in iommu_unregister()
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_nat.c164 LIST_FOREACH_SAFE(r, head, _next, tmp_r) { in del_redir_spool_cfg()
176 LIST_FOREACH_SAFE(s, &r->spool_chain, _next, tmp_s) { in del_redir_spool_cfg()
1153 LIST_FOREACH_SAFE(ptr, &chain->nat, _next, ptr_temp) { in vnet_ipfw_nat_uninit()
/f-stack/freebsd/arm/ti/twl/
H A Dtwl_clks.c621 LIST_FOREACH_SAFE(clk, &sc->sc_clks_list, link, tmp) { in twl_clks_detach()
H A Dtwl_vreg.c1000 LIST_FOREACH_SAFE(regulator, &sc->sc_vreg_list, entries, tmp) { in twl_vreg_detach()
/f-stack/freebsd/netinet/
H A Dsctp_pcb.c1860 LIST_FOREACH_SAFE(tinp, head, sctp_hash, ninp) { in sctp_swap_inpcb_for_listen()
3360 LIST_FOREACH_SAFE(asoc, &inp->sctp_asoc_list, sctp_tcblist, nasoc) { in sctp_inpcb_free()
3510 LIST_FOREACH_SAFE(asoc, &inp->sctp_asoc_list, sctp_tcblist, nasoc) { in sctp_inpcb_free()
3637 LIST_FOREACH_SAFE(shared_key, &inp->sctp_ep.shared_keys, next, nshared_key) { in sctp_inpcb_free()
3648 LIST_FOREACH_SAFE(laddr, &inp->sctp_addr_list, sctp_nxt_addr, nladdr) { in sctp_inpcb_free()
3654 LIST_FOREACH_SAFE(asoc, &inp->sctp_asoc_free_list, sctp_tcblist, nasoc) { in sctp_inpcb_free()
5143 LIST_FOREACH_SAFE(shared_key, &asoc->shared_keys, next, nshared_key) { in sctp_free_assoc()
5893 LIST_FOREACH_SAFE(wi, &SCTP_BASE_INFO(addr_wq), sctp_nxt_addr, nwi) { in sctp_pcb_finish()
5909 LIST_FOREACH_SAFE(vrf, vrf_bucket, next_vrf, nvrf) { in sctp_pcb_finish()
5910 LIST_FOREACH_SAFE(ifn, &vrf->ifnlist, next_ifn, nifn) { in sctp_pcb_finish()
[all …]
H A Dip_mroute.c636 LIST_FOREACH_SAFE(rt, &V_mfchashtbl[i], mfc_hash, nrt) { in if_detached_event()
755 LIST_FOREACH_SAFE(rt, &V_mfchashtbl[i], mfc_hash, nrt) { in X_ip_mrouter_done()
1451 LIST_FOREACH_SAFE(rt, &V_mfchashtbl[i], mfc_hash, nrt) { in expire_upcalls()
H A Dsctp_asconf.c2088 LIST_FOREACH_SAFE(laddr, &inp->sctp_addr_list, sctp_nxt_addr, nladdr) { in sctp_asconf_iterator_ep_end()
2271 LIST_FOREACH_SAFE(l, &asc->list_of_work, sctp_nxt_addr, nl) { in sctp_asconf_iterator_end()
3203 LIST_FOREACH_SAFE(laddr, &inp->sctp_addr_list, sctp_nxt_addr, nladdr) { in sctp_addr_mgmt_ep_sa()
H A Dsiftr.c1369 LIST_FOREACH_SAFE(counter, counter_hash + i, nodes, in siftr_manage_ops()
H A Digmp.c735 LIST_FOREACH_SAFE(igi, &V_igi_head, igi_link, tigi) { in igi_delete_locked()
3663 LIST_FOREACH_SAFE(igi, igi_head, igi_link, tigi) { in DB_SHOW_COMMAND()
/f-stack/freebsd/security/mac_veriexec/
H A Dveriexec_metadata.c135 LIST_FOREACH_SAFE(ip, &(lp->file_head), entries, tip) { in get_veriexec_file()
/f-stack/freebsd/netinet6/
H A Dnd6.c1033 LIST_FOREACH_SAFE(pr, &V_nd_prefix, ndpr_entry, npr) { in nd6_timer()
1169 LIST_FOREACH_SAFE(pr, &V_nd_prefix, ndpr_entry, npr) { in nd6_purge()
1769 LIST_FOREACH_SAFE(pr, &V_nd_prefix, ndpr_entry, next) { in nd6_ioctl()
/f-stack/freebsd/x86/iommu/
H A Dintel_idpgtbl.c303 LIST_FOREACH_SAFE(tbl, &idpgtbls, link, tbl1) { in put_idmap_pgtbl()
/f-stack/tools/compat/include/sys/
H A Dqueue.h465 #define LIST_FOREACH_SAFE(var, head, field, tvar) \ macro
/f-stack/dpdk/lib/librte_eal/windows/include/sys/
H A Dqueue.h516 #define LIST_FOREACH_SAFE(var, head, field, tvar) \ macro
/f-stack/freebsd/sys/
H A Dqueue.h545 #define LIST_FOREACH_SAFE(var, head, field, tvar) \ macro
/f-stack/freebsd/netpfil/pf/
H A Dpf_if.c374 LIST_FOREACH_SAFE(kif, &V_pfi_unlinked_kifs, pfik_list, kif1) { in pfi_kkif_purge()
/f-stack/freebsd/netinet/libalias/
H A Dalias_sctp.c1521 LIST_FOREACH_SAFE(G_Addr, &(assoc->Gaddr), list_Gaddr, G_Addr_tmp) { in RmGlobalIPAddresses()
1536 LIST_FOREACH_SAFE(G_Addr, &(assoc->Gaddr), list_Gaddr, G_Addr_tmp) { in RmGlobalIPAddresses()
/f-stack/freebsd/net/
H A Dif_vxlan.c593 LIST_FOREACH_SAFE(fe, &sc->vxl_ftable[i], vxlfe_hash, tfe) { in vxlan_ftable_flush()
609 LIST_FOREACH_SAFE(fe, &sc->vxl_ftable[i], vxlfe_hash, tfe) { in vxlan_ftable_expire()
3576 LIST_FOREACH_SAFE(sc, &list, vxl_ifdetach_list, tsc) { in vxlan_ifdetach_event()
/f-stack/freebsd/netgraph/
H A Dng_base.c991 LIST_FOREACH_SAFE(node, &V_ng_name_hash[i], nd_nodes, node2) { in ng_name_rehash()
1022 LIST_FOREACH_SAFE(node, &V_ng_ID_hash[i], nd_idnodes, node2) { in ng_ID_rehash()

12