Home
last modified time | relevance | path

Searched refs:rhltable_lookup (Results 1 – 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/net/ipv4/
Dipmr_base.c69 list = rhltable_lookup(&mrt->mfc_hash, hasharg, *mrt->ops.rht_params); in mr_mfc_find_parent()
83 list = rhltable_lookup(&mrt->mfc_hash, mrt->ops.cmparg_any, in mr_mfc_find_any_parent()
98 list = rhltable_lookup(&mrt->mfc_hash, hasharg, *mrt->ops.rht_params); in mr_mfc_find_any()
/kernel/linux/linux-5.10/net/sctp/
Dinput.c948 list = rhltable_lookup(&sctp_transport_hashtable, &arg, in sctp_hash_transport()
989 list = rhltable_lookup(&sctp_transport_hashtable, &arg, in sctp_addrs_lookup_transport()
1018 list = rhltable_lookup(&sctp_transport_hashtable, &arg, in sctp_epaddr_lookup_transport()
/kernel/linux/linux-5.10/lib/
Dtest_rhashtable.c319 h = rhltable_lookup(&rhlt, &key, test_rht_params); in test_rhltable()
/kernel/linux/linux-5.10/include/linux/
Drhashtable.h684 static inline struct rhlist_head *rhltable_lookup( in rhltable_lookup() function
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_ptp.c380 list = rhltable_lookup(&mlxsw_sp->ptp_state->unmatched_ht, &key, in mlxsw_sp1_ptp_unmatched_lookup()
/kernel/linux/linux-5.10/net/mac80211/
Dsta_info.c162 return rhltable_lookup(&local->sta_hash, addr, sta_rht_params); in sta_info_hash_lookup()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/
Dfs_core.c1697 list = rhltable_lookup(&ft->fgs_hash, spec, rhash_fg); in build_match_list()
/kernel/linux/linux-5.10/net/netfilter/
Dnf_tables_api.c1345 list = rhltable_lookup(&table->chains_ht, search, nft_chain_ht_params); in nft_chain_lookup()
2970 list = rhltable_lookup(&table->chains_ht, ctx->chain, in nf_tables_dump_rules()
5802 list = rhltable_lookup(&nft_objname_ht, &k, nft_objname_ht_params); in nft_obj_lookup()