Searched refs:thash (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.6/net/sched/ |
D | act_connmark.c | 35 const struct nf_conntrack_tuple_hash *thash; in tcf_connmark_act() local 79 thash = nf_conntrack_find_get(parms->net, &zone, &tuple); in tcf_connmark_act() 80 if (!thash) in tcf_connmark_act() 83 c = nf_ct_tuplehash_to_ctrack(thash); in tcf_connmark_act()
|
D | act_ctinfo.c | 83 const struct nf_conntrack_tuple_hash *thash = NULL; in tcf_ctinfo_act() local 127 thash = nf_conntrack_find_get(cp->net, &zone, &tuple); in tcf_ctinfo_act() 128 if (!thash) in tcf_ctinfo_act() 131 ct = nf_ct_tuplehash_to_ctrack(thash); in tcf_ctinfo_act() 141 if (thash) in tcf_ctinfo_act()
|
/Linux-v6.6/net/netfilter/ |
D | nf_nat_core.c | 235 struct nf_conntrack_tuple_hash *thash; in nf_nat_used_tuple_harder() local 258 thash = nf_conntrack_find_get(net, zone, &reply); in nf_nat_used_tuple_harder() 259 if (!thash) in nf_nat_used_tuple_harder() 262 ct = nf_ct_tuplehash_to_ctrack(thash); in nf_nat_used_tuple_harder() 264 if (thash->tuple.dst.dir == IP_CT_DIR_ORIGINAL) in nf_nat_used_tuple_harder()
|
D | nf_conntrack_core.c | 808 struct nf_conntrack_tuple_hash *thash; in nf_conntrack_find_get() local 812 thash = __nf_conntrack_find_get(net, zone, tuple, in nf_conntrack_find_get() 815 if (thash) in nf_conntrack_find_get() 820 thash = __nf_conntrack_find_get(net, zone, tuple, in nf_conntrack_find_get() 825 return thash; in nf_conntrack_find_get()
|
/Linux-v6.6/arch/ia64/include/asm/native/ |
D | inst.h | 73 (pred) thash reg0 = reg1
|
/Linux-v6.6/net/tipc/ |
D | monitor.c | 186 unsigned int thash = tipc_hashfn(addr); in get_peer() local 188 hlist_for_each_entry(peer, &mon->peers[thash], hash) { in get_peer()
|
D | node.c | 336 unsigned int thash = tipc_hashfn(addr); in tipc_node_find() local 339 hlist_for_each_entry_rcu(node, &tn->node_htable[thash], hash) { in tipc_node_find()
|