Searched refs:thash (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/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 127 thash = nf_conntrack_find_get(cp->net, &zone, &tuple); in tcf_ctinfo_act() 128 if (!thash) in tcf_ctinfo_act() 131 ct = nf_ct_tuplehash_to_ctrack(thash); in tcf_ctinfo_act() 141 if (thash) in tcf_ctinfo_act()
|
/linux-6.3-rc2/arch/ia64/include/asm/native/ |
A D | inst.h | 73 (pred) thash reg0 = reg1
|
/linux-6.3-rc2/net/netfilter/ |
A D | nf_conntrack_core.c | 814 struct nf_conntrack_tuple_hash *thash; in nf_conntrack_find_get() local 818 thash = __nf_conntrack_find_get(net, zone, tuple, in nf_conntrack_find_get() 821 if (thash) in nf_conntrack_find_get() 826 thash = __nf_conntrack_find_get(net, zone, tuple, in nf_conntrack_find_get() 831 return thash; in nf_conntrack_find_get()
|
/linux-6.3-rc2/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 | 336 unsigned int thash = tipc_hashfn(addr); in tipc_node_find() local 339 hlist_for_each_entry_rcu(node, &tn->node_htable[thash], hash) { in tipc_node_find()
|
Completed in 28 milliseconds