Home
last modified time | relevance | path

Searched refs:thash (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/net/sched/
H A Dact_connmark.c34 const struct nf_conntrack_tuple_hash *thash; in tcf_connmark_act() local
78 thash = nf_conntrack_find_get(ca->net, &zone, &tuple); in tcf_connmark_act()
79 if (!thash) in tcf_connmark_act()
82 c = nf_ct_tuplehash_to_ctrack(thash); in tcf_connmark_act()
H A Dact_ctinfo.c82 const struct nf_conntrack_tuple_hash *thash = NULL; in tcf_ctinfo_act() local
126 thash = nf_conntrack_find_get(cp->net, &zone, &tuple); in tcf_ctinfo_act()
127 if (!thash) in tcf_ctinfo_act()
130 ct = nf_ct_tuplehash_to_ctrack(thash); in tcf_ctinfo_act()
140 if (thash) in tcf_ctinfo_act()
/kernel/linux/linux-6.6/net/sched/
H A Dact_connmark.c35 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()
H A Dact_ctinfo.c83 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()
/kernel/linux/linux-5.10/arch/ia64/include/asm/native/
H A Dinst.h73 (pred) thash reg0 = reg1
/kernel/linux/linux-6.6/arch/ia64/include/asm/native/
H A Dinst.h73 (pred) thash reg0 = reg1
/kernel/linux/linux-6.6/net/netfilter/
H A Dnf_nat_core.c235 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()
H A Dnf_conntrack_core.c808 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()
/kernel/linux/linux-5.10/net/tipc/
H A Dmonitor.c156 unsigned int thash = tipc_hashfn(addr); in get_peer() local
158 hlist_for_each_entry(peer, &mon->peers[thash], hash) { in get_peer()
H A Dnode.c326 unsigned int thash = tipc_hashfn(addr); in tipc_node_find() local
329 hlist_for_each_entry_rcu(node, &tn->node_htable[thash], hash) { in tipc_node_find()
/kernel/linux/linux-6.6/net/tipc/
H A Dmonitor.c186 unsigned int thash = tipc_hashfn(addr); in get_peer() local
188 hlist_for_each_entry(peer, &mon->peers[thash], hash) { in get_peer()
H A Dnode.c336 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()

Completed in 18 milliseconds