Searched refs:hashtable (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/include/
H A Dhash.h9 struct hashtable;
12 struct hashtable { struct
18 uint32_t (*hash)(const void *data, const struct hashtable *table);
28 struct hashtable *
31 const struct hashtable *table),
33 void hashtable_destroy(struct hashtable *h);
34 int hashtable_hash(const struct hashtable *table, const void *data);
35 struct hashtable_node *hashtable_find(const struct hashtable *table, const void *data, int id);
36 int hashtable_add(struct hashtable *table, struct hashtable_node *n, int id);
37 void hashtable_del(struct hashtable *tabl
[all...]
H A Dcache.h62 struct hashtable *h;
112 uint32_t (*hash)(const void *data, const struct hashtable *table);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/src/
H A Dhash.c28 struct hashtable *
31 const struct hashtable *table),
35 struct hashtable *h;
36 int size = sizeof(struct hashtable)
39 h = (struct hashtable *) calloc(size, 1);
56 void hashtable_destroy(struct hashtable *h)
61 int hashtable_hash(const struct hashtable *table, const void *data)
67 hashtable_find(const struct hashtable *table, const void *data, int id)
82 int hashtable_add(struct hashtable *table, struct hashtable_node *n, int id)
94 void hashtable_del(struct hashtable *tabl
[all...]
H A Dcache-exp.c35 cache_hash4_exp(const struct nf_conntrack *ct, const struct hashtable *table)
57 cache_hash6_exp(const struct nf_conntrack *ct, const struct hashtable *table)
72 cache_exp_hash(const void *data, const struct hashtable *table)
H A Dcache-ct.c35 cache_hash4_ct(const struct nf_conntrack *ct, const struct hashtable *table)
57 cache_hash6_ct(const struct nf_conntrack *ct, const struct hashtable *table)
72 cache_ct_hash(const void *data, const struct hashtable *table)
H A Dfilter.c38 struct hashtable *h;
39 struct hashtable *h6;
48 static uint32_t ct_filter_hash(const void *data, const struct hashtable *table)
55 static uint32_t ct_filter_hash6(const void *data, const struct hashtable *table)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dhtable.h17 * hashtable
20 typedef struct hashtable T_HashTable;
H A Dhash.c24 struct hashtable { struct
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sunrpc/
H A Dauth.c24 struct hlist_head *hashtable; member in struct:rpc_cred_cache
80 MODULE_PARM_DESC(auth_hashtable_size, "RPC credential cache hashtable size");
205 new->hashtable = kcalloc(hashsize, sizeof(new->hashtable[0]), GFP_KERNEL);
206 if (!new->hashtable)
249 head = &cache->hashtable[i];
277 kfree(cache->hashtable);
362 hlist_for_each_entry_rcu(entry, pos, &cache->hashtable[nr], cr_hash) {
386 hlist_for_each_entry(entry, pos, &cache->hashtable[nr], cr_hash) {
395 hlist_add_head_rcu(&cred->cr_hash, &cache->hashtable[n
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Damigaffs.h53 __be32 hashtable[1]; member in struct:affs_root_head
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dipg.c575 u32 hashtable[2]; local
607 /* Clear hashtable. */
608 hashtable[0] = 0x00000000;
609 hashtable[1] = 0x00000000;
620 /* Within "hashtable", set bit number "hashindex"
623 set_bit(hashindex, (void *)hashtable);
626 /* Write the value of the hashtable, to the 4, 16 bit
629 ipg_w32(hashtable[0], HASHTABLE_0);
630 ipg_w32(hashtable[1], HASHTABLE_1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/affs/
H A Daffs.h18 #define AFFS_GET_HASHENTRY(data,hashkey) be32_to_cpu(((struct dir_front *)data)->hashtable[hashkey])
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/afs/
H A Ddir.c108 uint16_t hashtable[AFS_DIR_HASHTBL_SIZE]; member in struct:afs_dir_block::__anon16478

Completed in 280 milliseconds