Searched refs:hash (Results 376 - 400 of 1003) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/reiserfs/
H A Dbitmap.c245 unsigned long hash; local
252 hash = keyed_hash(hash_in, 4);
253 bm = hash % reiserfs_bmap_count(s);
265 * corresponding hash is full
663 unsigned long hash; local
674 hash = bm * (sb->s_blocksize << 3);
677 hash += sb->s_blocksize / 2;
678 hint->search_start = hash;
689 unsigned long hash; local
700 hash
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Droute.c57 * Ilia Sotnikov : Removed TOS from hash calculations
193 * 1) Read-Copy Update protects the buckets of the central route hash.
623 collide in hash table with more useful entries */
712 * Perform a full scan of hash table and free all entries.
781 * Given a hash chain and an item in this hash chain,
848 * a chain with equal hash inputs once
850 * levels, and other non-hash input
880 * we call rt_check_expire() to scan part of the hash table
892 * Jenkins hash i
1076 rt_intern_hash(unsigned hash, struct rtable *rt, struct rtable **rp, struct sk_buff *skb, int ifindex) argument
1329 rt_del(unsigned hash, struct rtable *rt) argument
1383 unsigned hash = rt_hash(daddr, skeys[i], ikeys[k], local
1494 unsigned hash = rt_hash(rt->fl.fl4_dst, rt->fl.fl4_src, local
1643 unsigned hash = rt_hash(daddr, skeys[i], ikeys[k], local
1847 unsigned int hash; local
2064 unsigned hash; local
2108 unsigned hash; local
2279 unsigned hash; local
2488 unsigned hash; local
2692 unsigned hash; local
[all...]
H A Draw.c156 static int raw_v4_input(struct sk_buff *skb, struct iphdr *iph, int hash) argument
164 head = &raw_v4_hashinfo.ht[hash];
178 /* Not releasing hash table! */
193 int hash; local
196 hash = protocol & (RAW_HTABLE_SIZE - 1);
197 raw_sk = sk_head(&raw_v4_hashinfo.ht[hash]);
202 if (raw_sk && !raw_v4_input(skb, ip_hdr(skb), hash))
265 int hash; local
270 hash = protocol & (RAW_HTABLE_SIZE - 1);
273 raw_sk = sk_head(&raw_v4_hashinfo.ht[hash]);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/www/cgi-bin/
H A DjScrollPane.js792 // Legal hash values aren't necessarily legal jQuery selectors so we need to catch any
1013 if (location.hash && location.hash.length > 1) {
1016 hash = escape(location.hash.substr(1)) // hash must be escaped to prevent XSS
1019 e = $('#' + hash + ', a[name="' + hash + '"]');
1024 if (e.length && pane.find(hash)) {
1025 // nasty workaround but it appears to take a little while before the hash ha
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/www/script/
H A DjScrollPane.js792 // Legal hash values aren't necessarily legal jQuery selectors so we need to catch any
1013 if (location.hash && location.hash.length > 1) {
1016 hash = escape(location.hash.substr(1)) // hash must be escaped to prevent XSS
1019 e = $('#' + hash + ', a[name="' + hash + '"]');
1024 if (e.length && pane.find(hash)) {
1025 // nasty workaround but it appears to take a little while before the hash ha
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/
H A Disakmp_base.c313 /* generate SKEYID to compute hash if not signature mode */
322 iph1->hash = oakley_ph1hash_base_i(iph1, GENERATE);
323 if (iph1->hash == NULL)
332 + sizeof(*gen) + iph1->hash->l;
352 p = set_isakmp_payload(p, iph1->hash,
406 tlen += sizeof(*gen) + iph1->hash->l;
519 /* generate SKEYID to compute hash if signature mode */
927 iph1->hash = oakley_ph1hash_common(iph1, GENERATE);
932 iph1->hash = oakley_ph1hash_base_r(iph1, GENERATE);
940 if (iph1->hash
[all...]
H A Disakmp_agg.c468 iph1->hash = oakley_ph1hash_common(iph1, GENERATE);
469 if (iph1->hash == NULL) {
482 tlen += sizeof(*gen) + iph1->hash->l;
497 p = set_isakmp_payload(p, iph1->hash, ISAKMP_NPTYPE_NONE);
539 tlen += sizeof(*gen) + iph1->hash->l;
546 "failed to wrap hash\n");
805 iph1->hash = oakley_ph1hash_common(iph1, GENERATE);
806 if (iph1->hash == NULL) {
839 + sizeof(*gen) + iph1->hash->l;
870 p = set_isakmp_payload(p, iph1->hash,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/scripts/kconfig/
H A Dsymbol.c651 int hash = 0; local
662 hash += *ptr;
663 hash &= 0xff;
665 for (symbol = symbol_hash[hash]; symbol; symbol = symbol->next) {
675 hash = 256;
686 symbol->next = symbol_hash[hash];
687 symbol_hash[hash] = symbol;
696 int hash = 0; local
709 hash += *ptr;
710 hash
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dmtcp.c112 struct hash *hash = m->hash; local
118 const uint32_t hv = hash_value (hash, &mi->real);
119 struct hash_bucket *bucket = hash_bucket (hash, hv);
121 he = hash_lookup_fast (hash, bucket, &mi->real, hv);
133 hash_add_fast (hash, bucket, &mi->real, hv, mi);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/netfilter/
H A Dipt_CLUSTERIP.c55 u_int32_t hash_initval; /* hash initialization */
282 clusterip_responsible(const struct clusterip_config *config, u_int32_t hash) argument
284 return test_bit(hash - 1, &config->local_nodes);
297 u_int32_t hash; local
320 hash = clusterip_hashfn(skb, cipinfo->config);
324 ct->mark = hash;
338 pr_debug("hash=%u ct_hash=%u ", hash, ct->mark);
339 if (!clusterip_responsible(cipinfo->config, hash)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/ipvs/
H A Dip_vs_proto_sctp.c1033 __u16 hash; local
1037 hash = sctp_app_hashkey(port);
1040 list_for_each_entry(i, &sctp_apps[hash], p_list) {
1046 list_add(&inc->p_list, &sctp_apps[hash]);
1064 int hash; local
1072 hash = sctp_app_hashkey(cp->vport);
1075 list_for_each_entry(inc, &sctp_apps[hash], p_list) {
H A Dip_vs_proto_tcp.c562 __u16 hash; local
566 hash = tcp_app_hashkey(port);
569 list_for_each_entry(i, &tcp_apps[hash], p_list) {
575 list_add(&inc->p_list, &tcp_apps[hash]);
597 int hash; local
606 hash = tcp_app_hashkey(cp->vport);
609 list_for_each_entry(inc, &tcp_apps[hash], p_list) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/init/
H A Dinitramfs.c19 /* link hash */
23 static __initdata struct hash { struct
26 struct hash *next;
30 static inline int hash(int major, int minor, int ino) function
40 struct hash **p, *q;
41 for (p = head + hash(major, minor, ino); *p; p = &(*p)->next) {
52 q = kmalloc(sizeof(struct hash), GFP_KERNEL);
54 panic("can't allocate link hash entry");
67 struct hash **p, *q;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/decnet/
H A Ddn_route.c24 * Steve Whitehouse : Dave Miller's dynamic hash table sizing and
279 static int dn_insert_route(struct dn_route *rt, unsigned hash, struct dn_route **rp) argument
284 rthp = &dn_rt_hash_table[hash].chain;
286 spin_lock_bh(&dn_rt_hash_table[hash].lock);
292 dn_rt_hash_table[hash].chain);
293 rcu_assign_pointer(dn_rt_hash_table[hash].chain, rth);
296 spin_unlock_bh(&dn_rt_hash_table[hash].lock);
305 rcu_assign_pointer(rt->dst.dn_next, dn_rt_hash_table[hash].chain);
306 rcu_assign_pointer(dn_rt_hash_table[hash].chain, rt);
309 spin_unlock_bh(&dn_rt_hash_table[hash]
887 unsigned hash; local
1165 unsigned hash = dn_hash(flp->fld_src, flp->fld_dst); local
1220 unsigned hash; local
1438 unsigned hash = dn_hash(cb->src, cb->dst); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/zd1211rw/
H A Dzd_chip.h427 /* Group hash table for filtering incoming packets.
429 * The group hash table is 64 bit large and split over two parts. The first
431 * address are used as index. Packets are received if the hash table bit is
939 static inline void zd_mc_clear(struct zd_mc_hash *hash) argument
941 hash->low = 0;
943 * The hash of the broadcast address ff:ff:ff:ff:ff:ff is 63.
945 hash->high = 0x80000000;
948 static inline void zd_mc_add_all(struct zd_mc_hash *hash) argument
950 hash->low = hash
953 zd_mc_add_addr(struct zd_mc_hash *hash, u8 *addr) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dt1_enc.c449 const EVP_MD *hash; local
460 if (!ssl_cipher_get_evp(s->session,&c,&hash,&comp))
467 s->s3->tmp.new_hash=hash;
469 num=EVP_CIPHER_key_length(c)+EVP_MD_size(hash)+EVP_CIPHER_iv_length(c);
717 const EVP_MD *hash; local
728 hash=ssl->write_hash;
735 hash=ssl->read_hash;
738 md_size=EVP_MD_size(hash);
748 HMAC_Init_ex(&hmac,mac_sec,EVP_MD_size(hash),hash,NUL
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/block/
H A Delevator.c36 #include <linux/hash.h>
47 * Merge hash stuff.
221 eq->hash = kmalloc_node(sizeof(struct hlist_head) * ELV_HASH_ENTRIES,
223 if (!eq->hash)
227 INIT_HLIST_HEAD(&eq->hash[i]);
242 kfree(e->hash);
312 hlist_del_init(&rq->hash);
326 hlist_add_head(&rq->hash, &e->hash[ELV_HASH_FN(rq_hash_key(rq))]);
338 struct hlist_head *hash_list = &e->hash[ELV_HASH_F
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Daudit_tree.c24 struct list_head hash; member in struct:audit_chunk
56 * chunk.hash is a hash with middle bits of watch.inode as
57 * a hash function. RCU, hash_lock
154 INIT_LIST_HEAD(&chunk->hash);
185 list_add_rcu(&chunk->hash, list);
194 list_for_each_entry_rcu(p, list, hash) {
250 list_del_rcu(&chunk->hash);
291 list_replace_rcu(&chunk->hash, &new->hash);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dfnmatch_loop.c471 int32_t hash; local
493 hash = elem_hash (str, c1);
496 elem = hash % table_size;
499 second = hash % (table_size - 2) + 1;
504 if (symb_table[2 * elem] == hash
692 int32_t hash; local
715 hash = elem_hash (str, c1);
718 elem = hash % table_size;
721 second = hash % (table_size - 2) + 1;
726 if (symb_table[2 * elem] == hash
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DThreadTasks.cpp44 //! This hash represents the value for an empty MD4 hashing
109 // It makes no sense to try to hash empty partfiles ...
133 wxT("Starting to create MD4 and AICH hash for file: %s")) %
137 wxT("Starting to create MD4 hash for file: %s")) % m_filename );
141 wxT("Starting to create AICH hash for file: %s")) % m_filename );
165 // If the file is < PARTSIZE, then the filehash is that one hash,
166 // otherwise, the filehash is the hash of the parthashes
171 CMD4Hash hash; local
172 knownfile->CreateHashFromHashlist(knownfile->m_hashlist, &hash);
173 knownfile->m_abyFileHash = hash;
215 CMD4Hash hash; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dnfs4idmap.c102 uint32_t hash; local
104 hash = hash_str(ent->authname, ENT_HASHBITS);
105 hash = hash_long(hash ^ ent->id, ENT_HASHBITS);
109 hash ^= 1;
111 return hash;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/smbfs/
H A Ddir.c338 unsigned long hash; local
341 hash = init_name_hash();
343 hash = partial_name_hash(tolower(this->name[i]), hash);
344 this->hash = end_name_hash(hash);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dchap.c411 u_char hash[MD5_SIGNATURE_SIZE]; local
467 MD5Final(hash, &mdContext);
468 BCOPY(hash, cstate->response, MD5_SIGNATURE_SIZE);
504 u_char hash[MD5_SIGNATURE_SIZE]; local
552 * do the hash ourselves, and compare the result.
570 MD5Final(hash, &mdContext);
573 if (memcmp (hash, remmd, MD5_SIGNATURE_SIZE) == 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dcrl.c83 " -hash - print hash value\n",
85 " -hash_old - print old-style (MD5) hash value\n",
112 int hash = 0, issuer = 0, lastupdate = 0, nextupdate = 0, noout = local
206 else if (strcmp(*argv, "-hash") == 0)
207 hash = ++num;
342 if (hash == i) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/src/
H A Dcache-ct.c21 #include "hash.h"
47 * Instead of returning hash % table->hashsize (implying a divide)
48 * we return the high 32 bits of the (hash * table->hashsize) that will
49 * give results between [0 and hashsize-1] and same hash distribution,
85 dlog(LOG_ERR, "unknown layer 3 proto in hash");
324 .hash = cache_ct_hash,
336 .hash = cache_ct_hash,
348 .hash = cache_ct_hash,

Completed in 333 milliseconds

<<11121314151617181920>>