Searched refs:thash (Results 1 – 6 of 6) sorted by relevance
| /net/sched/ |
| A 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()
|
| A D | act_ctinfo.c | 83 const struct nf_conntrack_tuple_hash *thash = NULL; in tcf_ctinfo_act() local 125 thash = nf_conntrack_find_get(cp->net, &zone, &tuple); in tcf_ctinfo_act() 126 if (!thash) in tcf_ctinfo_act() 129 ct = nf_ct_tuplehash_to_ctrack(thash); in tcf_ctinfo_act() 139 if (thash) in tcf_ctinfo_act()
|
| /net/netfilter/ |
| A D | nf_nat_core.c | 248 const struct nf_conntrack_tuple_hash *thash; in nf_nat_used_tuple_new() local 285 thash = nf_conntrack_find_get(net, zone, tuple); in nf_nat_used_tuple_new() 286 if (unlikely(!thash)) { in nf_nat_used_tuple_new() 291 if (!thash) /* clashing entry went away */ in nf_nat_used_tuple_new() 295 ct = nf_ct_tuplehash_to_ctrack(thash); in nf_nat_used_tuple_new() 302 if (thash->tuple.dst.dir != IP_CT_DIR_REPLY) in nf_nat_used_tuple_new() 353 struct nf_conntrack_tuple_hash *thash; in nf_nat_used_tuple_harder() local 376 thash = nf_conntrack_find_get(net, zone, &reply); in nf_nat_used_tuple_harder() 377 if (!thash) in nf_nat_used_tuple_harder() 380 ct = nf_ct_tuplehash_to_ctrack(thash); in nf_nat_used_tuple_harder() [all …]
|
| A 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()
|
| /net/tipc/ |
| A 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()
|
| A D | node.c | 334 unsigned int thash = tipc_hashfn(addr); in tipc_node_find() local 337 hlist_for_each_entry_rcu(node, &tn->node_htable[thash], hash) { in tipc_node_find()
|
Completed in 21 milliseconds