Home
last modified time | relevance | path

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

/Linux-v4.19/net/sched/
Dact_connmark.c37 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()
/Linux-v4.19/arch/ia64/include/uapi/asm/
Dintrinsics.h103 #define ia64_thash IA64_INTRINSIC_API(thash)
/Linux-v4.19/arch/ia64/include/asm/native/
Dinst.h87 (pred) thash reg0 = reg1
/Linux-v4.19/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.c262 unsigned int thash = tipc_hashfn(addr); in tipc_node_find() local
265 hlist_for_each_entry_rcu(node, &tn->node_htable[thash], hash) { in tipc_node_find()