Searched refs:hash (Results 226 - 250 of 1003) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/
H A Dnf_conntrack_core.c675 /* The direction must be ignored, so we hash everything up to the
911 unsigned int hash = hash_conntrack(net, zone, tuple); local
918 hlist_nulls_for_each_entry_rcu(h, n, &net->ct.hash[hash], hnnode) {
932 if (get_nulls_value(n) != hash) {
973 unsigned int hash,
979 &net->ct.hash[hash]);
981 &net->ct.hash[repl_hash]);
987 unsigned int hash, repl_has local
972 __nf_conntrack_hash_insert(struct nf_conn *ct, unsigned int hash, unsigned int repl_hash) argument
1002 unsigned int hash, repl_hash; local
1107 unsigned int hash = hash_conntrack(net, zone, tuple); local
1134 early_drop(struct net *net, unsigned int hash) argument
1203 unsigned int hash = hash_conntrack(net, zone, orig); local
1774 nf_ct_free_hashtable(void *hash, int vmalloced, unsigned int size) argument
1875 struct hlist_nulls_head *hash; local
1905 struct hlist_nulls_head *hash, *old_hash; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dexport.c8 * creates a client control block and adds it to the hash
265 int hash = item->ek_fsidtype; local
269 hash ^= hash_mem(cp, len, EXPKEY_HASHBITS);
270 hash ^= hash_ptr(item->ek_client, EXPKEY_HASHBITS);
271 hash &= EXPKEY_HASHMASK;
272 return hash;
279 int hash = svc_expkey_hash(item); local
282 hash);
293 int hash = svc_expkey_hash(new); local
296 &old->h, hash);
739 int hash; local
751 int hash = svc_export_hash(exp); local
765 int hash = svc_export_hash(old); local
1358 unsigned hash, export; local
1386 int hash = (*pos >> 32); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dpptp.c102 char hash = 0; local
107 hash ^= addr[i] >> ( j * PPTP_HASH_BITS );
112 hash ^= ipaddr >> (i*PPTP_HASH_BITS);
114 return hash & ( PPTP_HASH_SIZE - 1 );
127 int hash = hash_item(ipaddr, addr); local
130 ret = item_hash_table[hash];
140 int hash = hash_item(po->pptp_pa.srcaddr, po->pptp_pa.remote); local
143 ret = item_hash_table[hash];
151 po->next = item_hash_table[hash];
152 item_hash_table[hash]
159 int hash = hash_item(ipaddr, addr); local
231 int hash; local
[all...]
H A Dpppoe.c107 * we could use _single_ hash table for all
108 * nets by injecting net id into the hash but
109 * it would increase hash chains and add
154 unsigned char hash = 0; local
158 hash ^= addr[i];
160 hash ^= (__force __u32)sid >> i;
162 hash ^= hash >> i;
164 return hash & PPPOE_HASH_MASK;
175 int hash local
192 int hash = hash_item(po->pppoe_pa.sid, po->pppoe_pa.remote); local
213 int hash = hash_item(sid, addr); local
1108 int hash = hash_item(po->pppoe_pa.sid, po->pppoe_pa.remote); local
[all...]
H A Dtlan.h515 * hash = XOR8( DA(a,0), DA(a, 6), DA(a,12), DA(a,18), DA(a,24),
517 * hash |= XOR8( DA(a,1), DA(a, 7), DA(a,13), DA(a,19), DA(a,25),
519 * hash |= XOR8( DA(a,2), DA(a, 8), DA(a,14), DA(a,20), DA(a,26),
521 * hash |= XOR8( DA(a,3), DA(a, 9), DA(a,15), DA(a,21), DA(a,27),
523 * hash |= XOR8( DA(a,4), DA(a,10), DA(a,16), DA(a,22), DA(a,28),
525 * hash |= XOR8( DA(a,5), DA(a,11), DA(a,17), DA(a,23), DA(a,29),
531 u8 hash; local
533 hash = (a[0]^a[3]); /* & 077 */
534 hash ^= ((a[0]^a[3])>>6); /* & 003 */
535 hash
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/
H A Dgetpart.pm43 my %hash;
62 $hash{$var}=$cont;
74 return %hash;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DDatabaseEntry.java680 * Returns a hash code based on the data value.
683 int hash = 0;
686 hash += data[offset + i];
689 return hash;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/crypto/amcc/
H A Dcrypto4xx_core.h25 #include <crypto/internal/hash.h>
147 struct ahash_alg hash; member in union:crypto4xx_alg_common::__anon11149
163 struct crypto4xx_alg, alg.u.hash);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/sunrpc/
H A Dcache.h29 * - A function to calculate a hash of an item's key.
32 * (e.g. hash size, goal_age, etc).
38 * in the hash table.
133 struct list_head hash; /* on hash chain */ member in struct:cache_deferred_req
149 struct cache_head *key, int hash);
152 struct cache_head *new, struct cache_head *old, int hash);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/
H A Dhandler.c236 VPTRINIT(iph1->hash);
683 vchar_t *hash; local
691 hash = eay_md5_one(rbuf);
692 if (!hash) {
699 if (memcmp(hash->v, r->hash->v, r->hash->l) == 0)
702 vfree(hash);
754 * adding a hash of received packet into the received list.
775 new->hash
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sunrpc/
H A Dcache.c60 struct cache_head *key, int hash)
65 head = &detail->hash_table[hash];
144 struct cache_head *new, struct cache_head *old, int hash)
175 head = &detail->hash_table[hash];
492 * All deferred requests are stored in a hash table,
515 int hash = DFR_HASH(item); local
534 if (cache_defer_hash[hash].next == NULL)
535 INIT_LIST_HEAD(&cache_defer_hash[hash]);
536 list_add(&dreq->hash, &cache_defer_hash[hash]);
59 sunrpc_cache_lookup(struct cache_detail *detail, struct cache_head *key, int hash) argument
143 sunrpc_cache_update(struct cache_detail *detail, struct cache_head *new, struct cache_head *old, int hash) argument
567 int hash = DFR_HASH(item); local
1152 unsigned hash, entry; variable
1181 int hash = (*pos >> 32); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dgfpcrypt.cpp71 HashTransformation &hash, HashIdentifier hashIdentifier, bool messageEmpty,
77 const size_t digestSize = hash.DigestSize();
81 hash.TruncatedFinal(representative+paddingLength, STDMIN(representativeByteLength, digestSize));
93 HashTransformation &hash, HashIdentifier hashIdentifier, bool messageEmpty,
99 const size_t digestSize = hash.DigestSize();
103 hash.TruncatedFinal(representative+paddingLength, STDMIN(representativeByteLength, digestSize));
69 ComputeMessageRepresentative(RandomNumberGenerator &rng, const byte *recoverableMessage, size_t recoverableMessageLength, HashTransformation &hash, HashIdentifier hashIdentifier, bool messageEmpty, byte *representative, size_t representativeBitLength) const argument
91 ComputeMessageRepresentative(RandomNumberGenerator &rng, const byte *recoverableMessage, size_t recoverableMessageLength, HashTransformation &hash, HashIdentifier hashIdentifier, bool messageEmpty, byte *representative, size_t representativeBitLength) const argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext3/
H A Dxattr.c1133 __u32 hash = le32_to_cpu(BHDR(bh)->h_hash); local
1142 error = mb_cache_entry_insert(ce, bh->b_bdev, bh->b_blocknr, hash);
1150 ea_bdebug(bh, "inserting [%x]", (int)hash);
1207 __u32 hash = le32_to_cpu(header->h_hash); local
1212 ea_idebug(inode, "looking for cached blocks [%x]", (int)hash);
1215 hash);
1240 ce = mb_cache_entry_find_next(ce, inode->i_sb->s_bdev, hash);
1251 * Compute the hash of an extended attribute.
1256 __u32 hash = 0; local
1261 hash
1293 __u32 hash = 0; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kvm/
H A Dbook3s_32_mmu.c93 u32 page, hash, pteg, htabmask; local
99 hash = ((sre->vsid ^ page) << 6);
101 hash = ~hash;
102 hash &= htabmask;
104 pteg = (vcpu_book3s->sdr1 & 0xffff0000) | hash;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/l2tp/
H A Dl2tp_debugfs.c15 #include <linux/hash.h>
104 int hash; local
109 for (hash = 0; hash < L2TP_HASH_SIZE; hash++) {
110 hlist_for_each_safe(walk, tmp, &tunnel->session_hlist[hash]) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dinet_hashtables.h34 #include <net/netns/hash.h>
106 * hash table, or we might find a socket that was closed and
107 * reallocated/inserted into established hash table
132 * TCP hash as well as the others for fast bind/connect.
159 unsigned int hash)
161 return &hashinfo->ehash[hash & hashinfo->ehash_mask];
166 unsigned int hash)
168 return &hashinfo->ehash_locks[hash & hashinfo->ehash_locks_mask];
329 * Sockets in TCP_CLOSE state are _always_ taken out of the hash, so we need
398 int (*hash)(struc
157 inet_ehash_bucket( struct inet_hashinfo *hashinfo, unsigned int hash) argument
164 inet_ehash_lockp( struct inet_hashinfo *hashinfo, unsigned int hash) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/tdb/common/
H A Ddump.c31 static tdb_off_t tdb_dump_record(struct tdb_context *tdb, int hash, argument
43 printf(" rec: hash=%d offset=0x%08x next=0x%08x rec_len=%d "
45 hash, offset, rec.next, rec.rec_len, rec.key_len, rec.data_len,
75 printf("hash=%d\n", i);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/demos/engines/zencod/
H A Dhw_zencod.h70 typedef int t_zencod_dsa_do_sign(unsigned int hash, KEY * data,
73 typedef int t_zencod_dsa_do_verify(unsigned int hash, KEY * data, KEY * p,
111 /* algo : hash algorithm, MD5 or SHA1 */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DPropSet.cxx352 unsigned int hash = HashString(key, lenKey); local
353 for (Property *p = props[hash % hashRoots]; p; p = p->next) {
354 if ((hash == p->hash) &&
366 pNew->hash = hash;
369 pNew->next = props[hash % hashRoots];
370 props[hash % hashRoots] = pNew;
393 unsigned int hash = HashString(key, lenKey); local
395 for (Property *p = props[hash
426 unsigned int hash = HashString(key, strlen(key)); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb3/
H A Dl2t.c236 * presently in the hash table. We need to remove it.
239 int hash = arp_hash(e->addr, e->ifindex, d); local
241 for (p = &d->l2tab[hash].first; *p; p = &(*p)->next)
252 * Called when an L2T entry has no more users. The entry is left in the hash
307 int hash = arp_hash(addr, ifidx, d); local
312 for (e = d->l2tab[hash].first; e; e = e->next)
325 e->next = d->l2tab[hash].first;
326 d->l2tab[hash].first = e;
372 int hash = arp_hash(addr, ifidx, d); local
375 for (e = d->l2tab[hash]
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hfsplus/
H A Dunicode.c329 unsigned long hash; local
335 hash = init_name_hash();
348 hash = partial_name_hash(c2, hash);
353 hash = partial_name_hash(c2, hash);
356 str->hash = end_name_hash(hash);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hfsplus_journal/
H A Dunicode.c329 unsigned long hash; local
335 hash = init_name_hash();
348 hash = partial_name_hash(c2, hash);
353 hash = partial_name_hash(c2, hash);
356 str->hash = end_name_hash(hash);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/lockd/
H A Dhost.c53 unsigned int hash = (__force u32)n ^ ((__force u32)n >> 16); local
54 return hash ^ (hash >> 8);
75 unsigned int hash; local
79 hash = __nlm_hash_addr4(sap);
82 hash = __nlm_hash_addr6(sap);
85 hash = 0;
87 return hash & (NLM_HOST_NRHASH - 1);
131 /* Move to head of hash chain. */
142 * The host wasn't in our hash tabl
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/autofs/
H A Dautofs_i.h48 /* Structures associated with the root directory hash table */
53 int hash; member in struct:autofs_dir_ent
76 int hash; member in struct:autofs_wait_queue
110 struct autofs_dirhash dirhash; /* Root directory hash */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/demos/engines/zencod/
H A Dhw_zencod.h70 typedef int t_zencod_dsa_do_sign (unsigned int hash, KEY *data, KEY *random,
72 typedef int t_zencod_dsa_do_verify (unsigned int hash, KEY *data,
116 /* algo : hash algorithm, MD5 or SHA1 */

Completed in 182 milliseconds

1234567891011>>