Searched refs:thash (Results 1 – 6 of 6) sorted by relevance
| /linux/net/sched/ |
| H 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()
|
| H 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()
|
| /linux/net/netfilter/ |
| H 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() 290 thash = nf_conntrack_find_get(net, zone, &reply); 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() 341 struct nf_conntrack_tuple_hash *thash; in nf_seq_has_advanced() 364 thash = nf_conntrack_find_get(net, zone, &reply); in nf_nat_used_tuple_harder() 365 if (!thash) in nf_nat_used_tuple_harder() 368 ct = nf_ct_tuplehash_to_ctrack(thash); in nf_nat_used_tuple_harder() 353 struct nf_conntrack_tuple_hash *thash; nf_nat_used_tuple_harder() local [all...] |
| H 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()
|
| /linux/net/tipc/ |
| H 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()
|
| H 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()
|