Searched refs:thash (Results 1 – 4 of 4) sorted by relevance
34 const struct nf_conntrack_tuple_hash *thash; in tcf_connmark_act() local78 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()
82 const struct nf_conntrack_tuple_hash *thash = NULL; in tcf_ctinfo_act() local126 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()
156 unsigned int thash = tipc_hashfn(addr); in get_peer() local158 hlist_for_each_entry(peer, &mon->peers[thash], hash) { in get_peer()
273 unsigned int thash = tipc_hashfn(addr); in tipc_node_find() local276 hlist_for_each_entry_rcu(node, &tn->node_htable[thash], hash) { in tipc_node_find()