Searched refs:thash (Results 1 – 5 of 5) 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 | 84 const struct nf_conntrack_tuple_hash *thash = NULL; in tcf_ctinfo_act() local 126 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()
|
| /linux/net/netfilter/ |
| H A D | nf_conntrack_core.c | 812 struct nf_conntrack_tuple_hash *thash; in nf_conntrack_find_get() local 816 thash = __nf_conntrack_find_get(net, zone, tuple, in nf_conntrack_find_get() 819 if (thash) in nf_conntrack_find_get() 824 thash = __nf_conntrack_find_get(net, zone, tuple, in nf_conntrack_find_get() 829 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()
|