Home
last modified time | relevance | path

Searched refs:thash (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/net/sched/
Dact_connmark.c34 const struct nf_conntrack_tuple_hash *thash; in tcf_connmark_act() local
75 thash = nf_conntrack_find_get(ca->net, &zone, &tuple); in tcf_connmark_act()
76 if (!thash) in tcf_connmark_act()
79 c = nf_ct_tuplehash_to_ctrack(thash); in tcf_connmark_act()
Dact_ctinfo.c82 const struct nf_conntrack_tuple_hash *thash = NULL; in tcf_ctinfo_act() local
123 thash = nf_conntrack_find_get(cp->net, &zone, &tuple); in tcf_ctinfo_act()
124 if (!thash) in tcf_ctinfo_act()
127 ct = nf_ct_tuplehash_to_ctrack(thash); in tcf_ctinfo_act()
137 if (thash) in tcf_ctinfo_act()
/Linux-v5.4/arch/ia64/include/uapi/asm/
Dintrinsics.h103 #define ia64_thash IA64_INTRINSIC_API(thash)
/Linux-v5.4/arch/ia64/include/asm/native/
Dinst.h73 (pred) thash reg0 = reg1
/Linux-v5.4/net/tipc/
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()
Dnode.c263 unsigned int thash = tipc_hashfn(addr); in tipc_node_find() local
266 hlist_for_each_entry_rcu(node, &tn->node_htable[thash], hash) { in tipc_node_find()