Searched refs:rhltable_lookup (Results 1 - 11 of 11) sorted by relevance

/linux-master/net/ipv4/
H A Dipmr_base.c69 list = rhltable_lookup(&mrt->mfc_hash, hasharg, *mrt->ops.rht_params);
83 list = rhltable_lookup(&mrt->mfc_hash, mrt->ops.cmparg_any,
98 list = rhltable_lookup(&mrt->mfc_hash, hasharg, *mrt->ops.rht_params);
/linux-master/net/sctp/
H A Dinput.c954 list = rhltable_lookup(&sctp_transport_hashtable, &arg,
1007 list = rhltable_lookup(&sctp_transport_hashtable, &arg,
1038 list = rhltable_lookup(&sctp_transport_hashtable, &arg,
/linux-master/fs/nfsd/
H A Dfilecache.c609 list = rhltable_lookup(&nfsd_file_rhltable, &inode,
926 list = rhltable_lookup(&nfsd_file_rhltable, &inode,
966 list = rhltable_lookup(&nfsd_file_rhltable, &inode,
H A Dnfs4state.c4999 list = rhltable_lookup(&nfs4_file_rhltable, &inode,
5016 * by rhltable_lookup().
5034 list = rhltable_lookup(&nfs4_file_rhltable, &inode,
/linux-master/kernel/events/
H A Dhw_breakpoint.c334 head = rhltable_lookup(&task_bps_ht, &bp->hw.target, task_bps_ht_params);
/linux-master/include/linux/
H A Drhashtable.h560 * list returned by rhltable_lookup.
573 * list returned by rhltable_lookup.
679 * rhltable_lookup - search hash list table
692 static inline struct rhlist_head *rhltable_lookup( function
/linux-master/lib/
H A Dtest_rhashtable.c320 h = rhltable_lookup(&rhlt, &key, test_rht_params);
/linux-master/net/mac80211/
H A Dsta_info.c200 return rhltable_lookup(&local->sta_hash, addr, sta_rht_params);
254 return rhltable_lookup(&local->link_sta_hash, addr,
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_ptp.c552 list = rhltable_lookup(&ptp_state->unmatched_ht, &key,
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfs_core.c1898 list = rhltable_lookup(&ft->fgs_hash, spec, rhash_fg);
/linux-master/net/netfilter/
H A Dnf_tables_api.c1696 list = rhltable_lookup(&table->chains_ht, search, nft_chain_ht_params);
3596 list = rhltable_lookup(&table->chains_ht, ctx->chain,
7544 list = rhltable_lookup(&nft_objname_ht, &k, nft_objname_ht_params);

Completed in 258 milliseconds