Home
last modified time | relevance | path

Searched defs:hash (Results 1 – 25 of 309) sorted by relevance

12345678910>>...13

/linux-3.3/net/core/
Dsecure_seq.c44 u32 hash[MD5_DIGEST_WORDS]; in secure_tcpv6_sequence_number() local
65 u32 hash[MD5_DIGEST_WORDS]; in secure_ipv6_port_ephemeral() local
84 u32 hash[MD5_DIGEST_WORDS]; in secure_ip_id() local
98 __u32 hash[4]; in secure_ipv6_id() local
109 u32 hash[MD5_DIGEST_WORDS]; in secure_tcp_sequence_number() local
123 u32 hash[MD5_DIGEST_WORDS]; in secure_ipv4_port_ephemeral() local
141 u32 hash[MD5_DIGEST_WORDS]; in secure_dccp_sequence_number() local
164 u32 hash[MD5_DIGEST_WORDS]; in secure_dccpv6_sequence_number() local
/linux-3.3/net/batman-adv/
Dhash.c26 static void hash_init(struct hashtable_t *hash) in hash_init()
37 void hash_destroy(struct hashtable_t *hash) in hash_destroy()
47 struct hashtable_t *hash; in hash_new() local
Dhash.h54 static inline void hash_delete(struct hashtable_t *hash, in hash_delete()
91 static inline int hash_add(struct hashtable_t *hash, in hash_add()
137 static inline void *hash_remove(struct hashtable_t *hash, in hash_remove()
Doriginator.h48 uint32_t hash = 0; in choose_orig() local
67 struct hashtable_t *hash = bat_priv->orig_hash; in orig_hash_find() local
Doriginator.c162 struct hashtable_t *hash = bat_priv->orig_hash; in originator_free() local
348 struct hashtable_t *hash = bat_priv->orig_hash; in _purge_orig() local
407 struct hashtable_t *hash = bat_priv->orig_hash; in orig_seq_print_text() local
519 struct hashtable_t *hash = bat_priv->orig_hash; in orig_hash_add_if() local
601 struct hashtable_t *hash = bat_priv->orig_hash; in orig_hash_del_if() local
Dvis.c74 uint32_t hash = 0; in vis_info_choose() local
95 struct hashtable_t *hash = bat_priv->vis_hash; in vis_hash_find() local
201 struct hashtable_t *hash = bat_priv->vis_hash; in vis_seq_print_text() local
554 struct hashtable_t *hash = bat_priv->orig_hash; in find_best_vis_server() local
604 struct hashtable_t *hash = bat_priv->orig_hash; in generate_vis_packet() local
703 struct hashtable_t *hash = bat_priv->vis_hash; in purge_vis_packets() local
731 struct hashtable_t *hash = bat_priv->orig_hash; in broadcast_vis_packet() local
Dtranslation-table.c54 static struct tt_common_entry *tt_hash_find(struct hashtable_t *hash, in tt_hash_find()
310 struct hashtable_t *hash = bat_priv->tt_local_hash; in tt_local_seq_print_text() local
398 struct hashtable_t *hash = bat_priv->tt_local_hash; in tt_local_purge() local
440 struct hashtable_t *hash; in tt_local_table_free() local
577 struct hashtable_t *hash = bat_priv->tt_global_hash; in tt_global_seq_print_text() local
704 struct hashtable_t *hash = bat_priv->tt_global_hash; in tt_global_del_orig() local
740 struct hashtable_t *hash = bat_priv->tt_global_hash; in tt_global_roam_purge() local
778 struct hashtable_t *hash; in tt_global_table_free() local
869 struct hashtable_t *hash = bat_priv->tt_global_hash; in tt_global_crc() local
911 struct hashtable_t *hash = bat_priv->tt_local_hash; in tt_local_crc() local
[all …]
/linux-3.3/net/ceph/crush/
Dhash.c26 __u32 hash = crush_hash_seed ^ a; in crush_hash32_rjenkins1() local
37 __u32 hash = crush_hash_seed ^ a ^ b; in crush_hash32_rjenkins1_2() local
48 __u32 hash = crush_hash_seed ^ a ^ b ^ c; in crush_hash32_rjenkins1_3() local
61 __u32 hash = crush_hash_seed ^ a ^ b ^ c ^ d; in crush_hash32_rjenkins1_4() local
76 __u32 hash = crush_hash_seed ^ a ^ b ^ c ^ d ^ e; in crush_hash32_rjenkins1_5() local
/linux-3.3/net/netfilter/ipvs/
Dip_vs_proto.c52 unsigned hash = IP_VS_PROTO_HASH(pp->protocol); in register_ip_vs_protocol() local
73 unsigned hash = IP_VS_PROTO_HASH(pp->protocol); in register_ip_vs_proto_netns() local
98 unsigned hash = IP_VS_PROTO_HASH(pp->protocol); in unregister_ip_vs_protocol() local
121 unsigned hash = IP_VS_PROTO_HASH(pd->pp->protocol); in unregister_ip_vs_proto_netns() local
143 unsigned hash = IP_VS_PROTO_HASH(proto); in ip_vs_proto_get() local
161 unsigned hash = IP_VS_PROTO_HASH(proto); in __ipvs_proto_data_get() local
/linux-3.3/net/ipv4/
Dprotocol.c39 int hash = protocol & (MAX_INET_PROTOS - 1); in inet_add_protocol() local
52 int ret, hash = protocol & (MAX_INET_PROTOS - 1); in inet_del_protocol() local
/linux-3.3/net/ipv6/
Dprotocol.c32 int hash = protocol & (MAX_INET_PROTOS - 1); in inet6_add_protocol() local
45 int ret, hash = protocol & (MAX_INET_PROTOS - 1); in inet6_del_protocol() local
Dinet6_hashtables.c41 unsigned int hash; in __inet6_hash() local
82 unsigned int hash = inet6_ehashfn(net, daddr, hnum, saddr, sport); in __inet6_lookup_established() local
162 unsigned int hash = inet_lhashfn(net, hnum); in inet6_lookup_listener() local
226 const unsigned int hash = inet6_ehashfn(net, daddr, lport, saddr, in __inet6_check_established() local
/linux-3.3/fs/nfs/
Dpnfs_dev.c73 long hash) in _lookup_deviceid()
98 long hash) in _find_get_deviceid()
181 long hash; in nfs4_insert_deviceid_node() local
220 _deviceid_purge_client(const struct nfs_client *clp, long hash) in _deviceid_purge_client()
/linux-3.3/net/netfilter/
Dnf_conntrack_core.c86 static u32 __hash_bucket(u32 hash, unsigned int size) in __hash_bucket()
91 static u32 hash_bucket(u32 hash, const struct net *net) in hash_bucket()
314 const struct nf_conntrack_tuple *tuple, u32 hash) in ____nf_conntrack_find()
360 const struct nf_conntrack_tuple *tuple, u32 hash) in __nf_conntrack_find_get()
396 unsigned int hash, in __nf_conntrack_hash_insert()
411 unsigned int hash, repl_hash; in nf_conntrack_hash_check_insert() local
455 unsigned int hash, repl_hash; in __nf_conntrack_confirm() local
572 unsigned int hash = hash_conntrack(net, zone, tuple); in nf_conntrack_tuple_taken() local
599 static noinline int early_drop(struct net *net, unsigned int hash) in early_drop()
668 gfp_t gfp, u32 hash) in __nf_conntrack_alloc()
[all …]
/linux-3.3/init/
Dinitramfs.c23 static __initdata struct hash { struct
26 struct hash *next; argument
30 static inline int hash(int major, int minor, int ino) in hash() function
/linux-3.3/scripts/basic/
Dfixdep.c144 unsigned int hash; member
154 unsigned int i, hash = 2166136261U; in strhash() local
164 static int is_defined_config(const char *name, int len, unsigned int hash) in is_defined_config()
179 static void define_config(const char *name, int len, unsigned int hash) in define_config()
216 unsigned int hash = strhash(m, slen); in use_config() local
/linux-3.3/fs/coda/
Dcnode.c64 unsigned long hash = coda_f2i(fid); in coda_iget() local
121 unsigned long hash = coda_f2i(newfid); in coda_replace_fid() local
137 unsigned long hash = coda_f2i(fid); in coda_fid_to_inode() local
/linux-3.3/arch/powerpc/mm/
Dhugetlbpage-hash64.c70 unsigned long hash, slot; in __hash_page_huge() local
84 unsigned long hash = hpt_hash(va, shift, ssize); in __hash_page_huge() local
/linux-3.3/include/linux/
Dhash.h36 u64 hash = val; in hash_64() local
60 u32 hash = val * GOLDEN_RATIO_PRIME_32; in hash_32() local
/linux-3.3/drivers/infiniband/hw/mthca/
Dmthca_mcg.c65 u16 *hash, int *prev, int *index) in find_mgm()
125 u16 hash; in mthca_multicast_attach() local
219 u16 hash; in mthca_multicast_detach() local
/linux-3.3/fs/ext3/
Dhash.c40 __u32 hash, hash0 = 0x12a3fe2d, hash1 = 0x37abe8f9; in dx_hack_hash_unsigned() local
56 __u32 hash, hash0 = 0x12a3fe2d, hash1 = 0x37abe8f9; in dx_hack_hash_signed() local
141 __u32 hash; in ext3fs_dirhash() local
/linux-3.3/fs/ext4/
Dhash.c40 __u32 hash, hash0 = 0x12a3fe2d, hash1 = 0x37abe8f9; in dx_hack_hash_unsigned() local
56 __u32 hash, hash0 = 0x12a3fe2d, hash1 = 0x37abe8f9; in dx_hack_hash_signed() local
141 __u32 hash; in ext4fs_dirhash() local
/linux-3.3/fs/ubifs/
Dkey.h48 static inline uint32_t key_mask_hash(uint32_t hash) in key_mask_hash()
156 uint32_t hash = c->key_hash(nm->name, nm->len); in dent_key_init() local
173 uint32_t hash) in dent_key_init_hash()
191 uint32_t hash = c->key_hash(nm->name, nm->len); in dent_key_init_flash() local
224 uint32_t hash = c->key_hash(nm->name, nm->len); in xent_key_init() local
242 uint32_t hash = c->key_hash(nm->name, nm->len); in xent_key_init_flash() local
/linux-3.3/include/linux/sunrpc/
Dsvcauth.h50 struct hlist_node hash; member
140 unsigned long hash = 0; in hash_str() local
158 unsigned long hash = 0; in hash_mem() local
/linux-3.3/drivers/base/power/
Dtrace.c180 unsigned int hash = hash_string(lineno, file, FILEHASH); in show_file_hash() local
198 unsigned int hash = hash_string(DEVSEED, dev_name(dev), DEVHASH); in show_dev_hash() local
225 unsigned int hash = hash_string(DEVSEED, dev_name(dev), in show_trace_dev_match() local

12345678910>>...13