Home
last modified time | relevance | path

Searched refs:hash2 (Results 1 – 13 of 13) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
A Drecursion.c22 } hash2 SEC(".maps");
36 if (map == (void *)&hash2) { in BPF_PROG()
38 bpf_map_delete_elem(&hash2, &key); in BPF_PROG()
/linux/net/netfilter/ipvs/
A Dip_vs_mh.c65 hsiphash_key_t hash1, hash2; member
71 hsiphash_key_t *hash2) in generate_hash_secret() argument
76 hash2->key[0] = 2654446892UL; in generate_hash_secret()
77 hash2->key[1] = 2654446892UL; in generate_hash_secret()
147 dest->port, &s->hash2, 0) % in ip_vs_mh_permutate()
399 generate_hash_secret(&s->hash1, &s->hash2); in ip_vs_mh_init_svc()
/linux/net/ipv6/
A Dinet6_hashtables.c196 unsigned int hash2; in inet6_lookup_listener() local
206 hash2 = ipv6_portaddr_hash(net, daddr, hnum); in inet6_lookup_listener()
207 ilb2 = inet_lhash2_bucket(hashinfo, hash2); in inet6_lookup_listener()
216 hash2 = ipv6_portaddr_hash(net, &in6addr_any, hnum); in inet6_lookup_listener()
217 ilb2 = inet_lhash2_bucket(hashinfo, hash2); in inet6_lookup_listener()
A Dudp.c226 unsigned int hash2, slot2; in __udp6_lib_lookup() local
230 hash2 = ipv6_portaddr_hash(net, daddr, hnum); in __udp6_lib_lookup()
231 slot2 = hash2 & udptable->mask; in __udp6_lib_lookup()
232 hslot2 = &udptable->hash2[slot2]; in __udp6_lib_lookup()
256 hash2 = ipv6_portaddr_hash(net, &in6addr_any, hnum); in __udp6_lib_lookup()
257 slot2 = hash2 & udptable->mask; in __udp6_lib_lookup()
258 hslot2 = &udptable->hash2[slot2]; in __udp6_lib_lookup()
834 hslot = &udptable->hash2[hash2]; in __udp6_lib_mcast_deliver()
867 if (use_hash2 && hash2 != hash2_any) { in __udp6_lib_mcast_deliver()
868 hash2 = hash2_any; in __udp6_lib_mcast_deliver()
[all …]
/linux/tools/testing/selftests/bpf/prog_tests/
A Drecursion.c29 bpf_map_delete_elem(bpf_map__fd(skel->maps.hash2), &key); in test_recursion()
31 bpf_map_delete_elem(bpf_map__fd(skel->maps.hash2), &key); in test_recursion()
/linux/net/ipv4/
A Dudp.c489 unsigned int hash2, slot2; in __udp4_lib_lookup() local
494 slot2 = hash2 & udptable->mask; in __udp4_lib_lookup()
495 hslot2 = &udptable->hash2[slot2]; in __udp4_lib_lookup()
520 slot2 = hash2 & udptable->mask; in __udp4_lib_lookup()
521 hslot2 = &udptable->hash2[slot2]; in __udp4_lib_lookup()
2287 hslot = &udptable->hash2[hash2]; in __udp4_lib_mcast_deliver()
2315 if (use_hash2 && hash2 != hash2_any) { in __udp4_lib_mcast_deliver()
2316 hash2 = hash2_any; in __udp4_lib_mcast_deliver()
3232 INIT_HLIST_HEAD(&table->hash2[i].head); in udp_table_init()
3233 table->hash2[i].count = 0; in udp_table_init()
[all …]
A Dinet_hashtables.c338 unsigned int hash2; in __inet_lookup_listener() local
348 hash2 = ipv4_portaddr_hash(net, daddr, hnum); in __inet_lookup_listener()
349 ilb2 = inet_lhash2_bucket(hashinfo, hash2); in __inet_lookup_listener()
358 hash2 = ipv4_portaddr_hash(net, htonl(INADDR_ANY), hnum); in __inet_lookup_listener()
359 ilb2 = inet_lhash2_bucket(hashinfo, hash2); in __inet_lookup_listener()
/linux/scripts/
A Dget_dvb_firmware560 my $hash2 = "26b687136e127b8ac24b81e0eeafc20b";
571 verify($file2, $hash2);
704 my $hash2 = "d5e1437dc24358578e07999475d4cac9";
714 verify("$fwfile2", $hash2);
/linux/include/net/
A Dudp.h74 struct udp_hslot *hash2; member
92 return &table->hash2[hash & table->mask]; in udp_hashslot2()
/linux/fs/ext4/
A Dnamei.c1912 u32 hash2; in do_split() local
1972 hash2 = map[split].hash; in do_split()
1973 continued = hash2 == map[split - 1].hash; in do_split()
1976 hash2, split, count-split)); in do_split()
1999 if (hinfo->hash >= hash2) { in do_split()
2003 dx_insert_block(frame, hash2 + continued, newblock); in do_split()
2490 unsigned hash2 = dx_get_hash(entries + icount1); in ext4_dx_add_entry() local
2513 dx_insert_block((frame - 1), hash2, newblock); in ext4_dx_add_entry()
/linux/drivers/net/ethernet/ti/
A Dtlan.c1262 u32 hash2 = 0; in tlan_set_multicast_list() local
1294 hash2 |= (1 << (offset - 32)); in tlan_set_multicast_list()
1301 tlan_dio_write32(dev->base_addr, TLAN_HASH_2, hash2); in tlan_set_multicast_list()
/linux/drivers/net/ethernet/agere/
A Det131x.c950 u32 hash2 = 0; in et1310_setup_device_for_multicast() local
974 hash2 |= (1 << result); in et1310_setup_device_for_multicast()
988 writel(hash2, &rxmac->multi_hash2); in et1310_setup_device_for_multicast()
/linux/Documentation/filesystems/
A Dubifs-authentication.rst341 ,. CS , hash1.----. hash2.----.

Completed in 37 milliseconds