Searched refs:thash (Results 1 – 9 of 9) sorted by relevance
/openbmc/phosphor-mrw-tools/ |
H A D | print_targets.pl | 25 my $thash = $targetObj->getTarget($target); 27 for my $attr (keys %{$thash->{ATTRIBUTES}}) { 30 if (ref($thash->{ATTRIBUTES}->{$attr}->{default}) eq "HASH") { 33 for my $f (sort keys %{$thash->{ATTRIBUTES}-> 36 my $val = $thash->{ATTRIBUTES}-> 42 print $thash->{ATTRIBUTES}->{$attr}->{default} . "\n";
|
/openbmc/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 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()
|
/openbmc/linux/net/netfilter/ |
H A D | nf_nat_core.c | 252 const struct nf_conntrack_tuple_hash *thash; in nf_nat_used_tuple_new() local 289 thash = nf_conntrack_find_get(net, zone, tuple); in nf_nat_used_tuple_new() 290 if (unlikely(!thash)) /* clashing entry went away */ in nf_nat_used_tuple_new() 293 ct = nf_ct_tuplehash_to_ctrack(thash); in nf_nat_used_tuple_new() 300 if (thash->tuple.dst.dir != IP_CT_DIR_REPLY) in nf_nat_used_tuple_new() 351 struct nf_conntrack_tuple_hash *thash; in nf_nat_used_tuple_harder() local 374 thash = nf_conntrack_find_get(net, zone, &reply); in nf_nat_used_tuple_harder() 375 if (!thash) in nf_nat_used_tuple_harder() 378 ct = nf_ct_tuplehash_to_ctrack(thash); in nf_nat_used_tuple_harder() 380 if (thash->tuple.dst.dir == IP_CT_DIR_ORIGINAL) in nf_nat_used_tuple_harder()
|
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()
|
/openbmc/linux/arch/ia64/include/asm/native/ |
H A D | inst.h | 73 (pred) thash reg0 = reg1
|
/openbmc/openbmc/meta-openembedded/meta-oe/classes/ |
H A D | fitimage.bbclass | 180 fd.write('\t\t\thash-1 {\n') 202 fd.write('\t\t\thash-1 {\n') 245 fd.write('\t\t\thash-1 {\n') 263 fd.write('\t\t\thash-1 {\n')
|
/openbmc/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 | 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()
|