Searched refs:rhltable_lookup (Results 1 – 10 of 10) sorted by relevance
| /linux/kernel/trace/ |
| H A D | fprobe.c | 331 head = rhltable_lookup(&fprobe_ip_table, &ip, fprobe_rht_params); in fprobe_ftrace_entry() 445 head = rhltable_lookup(&fprobe_ip_table, &ip, in fprobe_exists_on_hash() 526 head = rhltable_lookup(&fprobe_ip_table, &ip, in fprobe_exists_on_hash() 570 head = rhltable_lookup(&fprobe_ip_table, &func, fprobe_rht_params); in fprobe_fgraph_entry() 702 if (!rhltable_lookup(&fprobe_ip_table, &node->addr, fprobe_rht_params)) { in fprobe_remove_node_in_module()
|
| /linux/net/ipv4/ |
| H A D | ipmr_base.c | 84 list = rhltable_lookup(&mrt->mfc_hash, hasharg, *mrt->ops.rht_params); in mr_mfc_find_parent() 97 list = rhltable_lookup(&mrt->mfc_hash, mrt->ops.cmparg_any, in mr_mfc_find_any_parent() 111 list = rhltable_lookup(&mrt->mfc_hash, hasharg, *mrt->ops.rht_params); in mr_mfc_find_any()
|
| /linux/fs/nfsd/ |
| H A D | filecache.c | 678 list = rhltable_lookup(&nfsd_file_rhltable, &inode, in nfsd_file_queue_for_close() 1001 list = rhltable_lookup(&nfsd_file_rhltable, &inode, in nfsd_file_lookup_locked() 1041 list = rhltable_lookup(&nfsd_file_rhltable, &inode, in nfsd_file_is_cached()
|
| /linux/net/sctp/ |
| H A D | input.c | 957 list = rhltable_lookup(&sctp_transport_hashtable, &arg, in sctp_hash_transport() 1010 list = rhltable_lookup(&sctp_transport_hashtable, &arg, in sctp_addrs_lookup_transport() 1041 list = rhltable_lookup(&sctp_transport_hashtable, &arg, in sctp_epaddr_lookup_transport()
|
| /linux/kernel/events/ |
| H A D | hw_breakpoint.c | 335 head = rhltable_lookup(&task_bps_ht, &bp->hw.target, task_bps_ht_params); in task_bp_pinned()
|
| /linux/lib/ |
| H A D | test_rhashtable.c | 320 h = rhltable_lookup(&rhlt, &key, test_rht_params); in test_rhltable()
|
| /linux/include/linux/ |
| H A D | rhashtable.h | 729 static __always_inline struct rhlist_head *rhltable_lookup( in rhltable_lookup() function
|
| /linux/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | spectrum_ptp.c | 553 list = rhltable_lookup(&ptp_state->unmatched_ht, &key, in mlxsw_sp1_ptp_unmatched_lookup()
|
| /linux/net/mac80211/ |
| H A D | sta_info.c | 199 return rhltable_lookup(&local->sta_hash, addr, sta_rht_params); in sta_info_hash_lookup() 253 return rhltable_lookup(&local->link_sta_hash, addr, in link_sta_info_hash_lookup()
|
| /linux/net/netfilter/ |
| H A D | nf_tables_api.c | 1894 list = rhltable_lookup(&table->chains_ht, search, nft_chain_ht_params); in nft_chain_lookup() 3953 list = rhltable_lookup(&table->chains_ht, ctx->chain, in nf_tables_dump_rules() 8098 list = rhltable_lookup(&nft_objname_ht, &k, nft_objname_ht_params); in nft_obj_lookup()
|