Home
last modified time | relevance | path

Searched refs:rhashtable_walk_next (Results 1 – 25 of 26) sorted by relevance

12

/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/esw/
H A Dipsec_fs.c173 while ((flow = rhashtable_walk_next(&iter)) != NULL) { in mlx5_esw_ipsec_restore_dest_uplink()
/linux-6.15/net/ipv6/ila/
H A Dila_xlat.c392 ila = rhashtable_walk_next(&iter); in ila_xlat_nl_cmd_flush()
593 ila = rhashtable_walk_next(rhiter); in ila_xlat_nl_dump()
/linux-6.15/net/netlink/
H A Ddiag.c122 while ((nlsk = rhashtable_walk_next(hti))) { in __netlink_diag_dump()
H A Daf_netlink.c2620 nlk = rhashtable_walk_next(&iter->hti); in __netlink_seq_next()
/linux-6.15/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_tc_flower.c826 fe = rhashtable_walk_next(&iter); in cxgb4_tc_flower_hash_prio_del()
841 fe = rhashtable_walk_next(&iter); in cxgb4_tc_flower_hash_prio_del()
1027 while ((flower_entry = rhashtable_walk_next(&iter)) && in ch_flower_stats_handler()
/linux-6.15/net/netfilter/
H A Dnft_set_hash.c279 while ((he = rhashtable_walk_next(&hti))) { in nft_rhash_walk()
351 while ((he = rhashtable_walk_next(&hti))) { in nft_rhash_gc()
H A Dnf_flow_table_core.c430 while ((tuplehash = rhashtable_walk_next(&hti))) { in nf_flow_table_iterate()
/linux-6.15/fs/nfsd/
H A Dfilecache.c875 nf = rhashtable_walk_next(&iter); in __nfsd_file_cache_purge()
879 nf = rhashtable_walk_next(&iter); in __nfsd_file_cache_purge()
/linux-6.15/net/ipv6/
H A Dseg6.c374 hinfo = rhashtable_walk_next(iter); in seg6_genl_dumphmac()
H A Dioam6.c280 ns = rhashtable_walk_next(iter); in ioam6_genl_dumpns()
466 sc = rhashtable_walk_next(iter); in ioam6_genl_dumpsc()
/linux-6.15/lib/
H A Drhashtable.c871 void *rhashtable_walk_next(struct rhashtable_iter *iter) in rhashtable_walk_next() function
899 EXPORT_SYMBOL_GPL(rhashtable_walk_next);
H A Dtest_rhashtable.c185 while ((pos = rhashtable_walk_next(&hti))) { in test_bucket_stats()
/linux-6.15/drivers/net/ethernet/netronome/nfp/flower/
H A Dtunnel_conf.c382 while ((nn_entry = rhashtable_walk_next(&iter)) != NULL) { in nfp_tun_link_and_update_nn_entries()
410 while ((neigh = rhashtable_walk_next(&iter)) != NULL) { in nfp_tun_cleanup_nn_entries()
H A Dqos_conf.c681 while ((meter_entry = rhashtable_walk_next(&iter)) != NULL) { in nfp_flower_stats_meter_request_all()
H A Dconntrack.c1794 while ((tc_merge_entry = rhashtable_walk_next(&iter)) != NULL) { in nfp_ct_merge_nft_with_tc()
1949 while ((zone_table = rhashtable_walk_next(&iter)) != NULL) { in nfp_fl_ct_handle_post_ct()
/linux-6.15/drivers/net/ethernet/marvell/prestera/
H A Dprestera_router.c1084 n_cache = rhashtable_walk_next(&iter); in prestera_k_arb_hw_evt()
1134 n_cache = rhashtable_walk_next(&iter); in __prestera_k_arb_fib_evt2nc()
/linux-6.15/net/core/
H A Dxdp.c103 while ((xa = rhashtable_walk_next(&iter)) && !IS_ERR(xa)) { in mem_allocator_disconnect()
/linux-6.15/drivers/net/ethernet/sfc/
H A Dtc_encap_actions.c723 while ((neigh = rhashtable_walk_next(&walk)) != NULL) { in efx_tc_unregister_egdev()
H A Dmae.c1034 while ((m = rhashtable_walk_next(&walk)) != NULL) { in efx_mae_lookup_mport()
/linux-6.15/include/linux/
H A Drhashtable.h255 void *rhashtable_walk_next(struct rhashtable_iter *iter);
/linux-6.15/fs/gfs2/
H A Dglock.c2083 while ((gl = rhashtable_walk_next(&iter)) && !IS_ERR(gl)) { in glock_hash_walk()
2534 gl = rhashtable_walk_next(&gi->hti); in gfs2_glock_iter_next()
/linux-6.15/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_ptp.c857 while ((obj = rhashtable_walk_next(&iter))) { in mlxsw_sp1_ptp_ht_gc()
/linux-6.15/net/tipc/
H A Dsocket.c2974 while ((tsk = rhashtable_walk_next(&iter)) && !IS_ERR(tsk)) { in tipc_sk_reinit()
3561 while ((tsk = rhashtable_walk_next(iter)) != NULL) { in tipc_nl_sk_walk()
/linux-6.15/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_tc.c1800 flow_node = rhashtable_walk_next(iter); in bnxt_tc_flow_stats_batch_prep()
/linux-6.15/net/sctp/
H A Dsocket.c5276 t = rhashtable_walk_next(iter); in sctp_transport_get_next()
5277 for (; t; t = rhashtable_walk_next(iter)) { in sctp_transport_get_next()

12