Searched refs:rhltable_lookup (Results 1 – 11 of 11) sorted by relevance
/linux-6.6.21/net/ipv4/ |
D | ipmr_base.c | 69 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()
|
/linux-6.6.21/fs/nfsd/ |
D | filecache.c | 586 list = rhltable_lookup(&nfsd_file_rhltable, &inode, in nfsd_file_queue_for_close() 931 list = rhltable_lookup(&nfsd_file_rhltable, &inode, in nfsd_file_lookup_locked() 971 list = rhltable_lookup(&nfsd_file_rhltable, &inode, in nfsd_file_is_cached()
|
D | nfs4state.c | 4720 list = rhltable_lookup(&nfs4_file_rhltable, &inode, in nfsd4_file_hash_lookup() 4755 list = rhltable_lookup(&nfs4_file_rhltable, &inode, in nfsd4_file_hash_insert()
|
/linux-6.6.21/net/sctp/ |
D | input.c | 954 list = rhltable_lookup(&sctp_transport_hashtable, &arg, in sctp_hash_transport() 1007 list = rhltable_lookup(&sctp_transport_hashtable, &arg, in sctp_addrs_lookup_transport() 1038 list = rhltable_lookup(&sctp_transport_hashtable, &arg, in sctp_epaddr_lookup_transport()
|
/linux-6.6.21/kernel/events/ |
D | hw_breakpoint.c | 334 head = rhltable_lookup(&task_bps_ht, &bp->hw.target, task_bps_ht_params); in task_bp_pinned()
|
/linux-6.6.21/lib/ |
D | test_rhashtable.c | 319 h = rhltable_lookup(&rhlt, &key, test_rht_params); in test_rhltable()
|
/linux-6.6.21/include/linux/ |
D | rhashtable.h | 692 static inline struct rhlist_head *rhltable_lookup( in rhltable_lookup() function
|
/linux-6.6.21/net/mac80211/ |
D | sta_info.c | 193 return rhltable_lookup(&local->sta_hash, addr, sta_rht_params); in sta_info_hash_lookup() 247 return rhltable_lookup(&local->link_sta_hash, addr, in link_sta_info_hash_lookup()
|
/linux-6.6.21/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_ptp.c | 552 list = rhltable_lookup(&ptp_state->unmatched_ht, &key, in mlxsw_sp1_ptp_unmatched_lookup()
|
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/ |
D | fs_core.c | 1887 list = rhltable_lookup(&ft->fgs_hash, spec, rhash_fg); in build_match_list()
|
/linux-6.6.21/net/netfilter/ |
D | nf_tables_api.c | 1658 list = rhltable_lookup(&table->chains_ht, search, nft_chain_ht_params); in nft_chain_lookup() 3540 list = rhltable_lookup(&table->chains_ht, ctx->chain, in nf_tables_dump_rules() 7307 list = rhltable_lookup(&nft_objname_ht, &k, nft_objname_ht_params); in nft_obj_lookup()
|