Symbol: htable
arch/powerpc/crypto/aes-gcm-p10-glue.c
42
asmlinkage void gcm_init_htable(unsigned char htable[], unsigned char Xi[]);
drivers/net/ethernet/mellanox/mlx5/core/lib/vxlan.c
118
hash_add_rcu(vxlan->htable, &vxlanp->hlist, port);
drivers/net/ethernet/mellanox/mlx5/core/lib/vxlan.c
160
hash_init(vxlan->htable);
drivers/net/ethernet/mellanox/mlx5/core/lib/vxlan.c
174
WARN_ON(!hash_empty(vxlan->htable));
drivers/net/ethernet/mellanox/mlx5/core/lib/vxlan.c
188
hash_for_each_safe(vxlan->htable, bkt, tmp, vxlanp, hlist) {
drivers/net/ethernet/mellanox/mlx5/core/lib/vxlan.c
43
DECLARE_HASHTABLE(htable, 4);
drivers/net/ethernet/mellanox/mlx5/core/lib/vxlan.c
81
hash_for_each_possible_rcu(vxlan->htable, vxlanp, hlist, port)
drivers/net/ethernet/mellanox/mlx5/core/lib/vxlan.c
95
hash_for_each_possible(vxlan->htable, vxlanp, hlist, port)
fs/smb/common/compress/lz77.c
226
u32 *htable, hash, flag_count = 0;
fs/smb/common/compress/lz77.c
243
htable = kvcalloc(LZ77_HASH_SIZE, sizeof(*htable), GFP_KERNEL);
fs/smb/common/compress/lz77.c
244
if (!htable)
fs/smb/common/compress/lz77.c
254
htable[hash] = 0;
fs/smb/common/compress/lz77.c
289
match = src + htable[cur_hash];
fs/smb/common/compress/lz77.c
290
htable[cur_hash] = srcp - src;
fs/smb/common/compress/lz77.c
336
kvfree(htable);
include/crypto/gf128hash.h
45
u64 htable[4][2];
lib/842/842_compress.c
114
hash_init((p)->htable##b); \
lib/842/842_compress.c
125
hash_for_each_possible(p->htable##b, _n, node, p->data##b[n]) { \
lib/842/842_compress.c
147
hash_add((p)->htable##b, &_n->node, _n->data); \
lib/crypto/powerpc/gf128hash.h
19
void gcm_init_p8(u64 htable[4][2], const u8 h[16]);
lib/crypto/powerpc/gf128hash.h
20
void gcm_gmult_p8(u8 Xi[16], const u64 htable[4][2]);
lib/crypto/powerpc/gf128hash.h
21
void gcm_ghash_p8(u8 Xi[16], const u64 htable[4][2], const u8 *in, size_t len);
lib/crypto/powerpc/gf128hash.h
33
gcm_init_p8(key->htable, raw_key);
lib/crypto/powerpc/gf128hash.h
39
key->htable[0][0] = 0;
lib/crypto/powerpc/gf128hash.h
40
key->htable[0][1] = 0xc200000000000000;
lib/crypto/powerpc/gf128hash.h
42
key->htable[1][0] = 0;
lib/crypto/powerpc/gf128hash.h
43
key->htable[1][1] = le64_to_cpu(key->h.lo);
lib/crypto/powerpc/gf128hash.h
45
key->htable[2][0] = le64_to_cpu(key->h.lo);
lib/crypto/powerpc/gf128hash.h
46
key->htable[2][1] = le64_to_cpu(key->h.hi);
lib/crypto/powerpc/gf128hash.h
48
key->htable[3][0] = le64_to_cpu(key->h.hi);
lib/crypto/powerpc/gf128hash.h
49
key->htable[3][1] = 0;
lib/crypto/powerpc/gf128hash.h
65
gcm_gmult_p8(ghash_acc, key->htable);
lib/crypto/powerpc/gf128hash.h
90
gcm_ghash_p8(ghash_acc, key->htable, data,
net/netfilter/ipset/ip_set_hash_gen.h
1068
struct htable *t;
net/netfilter/ipset/ip_set_hash_gen.h
117
if ((INT_MAX - sizeof(struct htable)) / sizeof(struct hbucket *)
net/netfilter/ipset/ip_set_hash_gen.h
1195
struct htable *t = rcu_dereference_bh(h->table);
net/netfilter/ipset/ip_set_hash_gen.h
121
return hsize * sizeof(struct hbucket *) + sizeof(struct htable);
net/netfilter/ipset/ip_set_hash_gen.h
1252
struct htable *t;
net/netfilter/ipset/ip_set_hash_gen.h
1302
const struct htable *t;
net/netfilter/ipset/ip_set_hash_gen.h
1367
struct htable *t;
net/netfilter/ipset/ip_set_hash_gen.h
1376
t = (struct htable *)cb->args[IPSET_CB_PRIVATE];
net/netfilter/ipset/ip_set_hash_gen.h
1391
const struct htable *t;
net/netfilter/ipset/ip_set_hash_gen.h
1406
t = (const struct htable *)cb->args[IPSET_CB_PRIVATE];
net/netfilter/ipset/ip_set_hash_gen.h
1510
struct htable *t;
net/netfilter/ipset/ip_set_hash_gen.h
294
struct htable __rcu *table; /* the hash table */
net/netfilter/ipset/ip_set_hash_gen.h
380
mtype_ahash_memsize(const struct htype *h, const struct htable *t)
net/netfilter/ipset/ip_set_hash_gen.h
405
struct htable *t;
net/netfilter/ipset/ip_set_hash_gen.h
434
mtype_ahash_destroy(struct ip_set *set, struct htable *t, bool ext_destroy)
net/netfilter/ipset/ip_set_hash_gen.h
458
struct htable *t = (__force struct htable *)h->table;
net/netfilter/ipset/ip_set_hash_gen.h
490
mtype_gc_do(struct ip_set *set, struct htype *h, struct htable *t, u32 r)
net/netfilter/ipset/ip_set_hash_gen.h
569
struct htable *t;
net/netfilter/ipset/ip_set_hash_gen.h
635
struct htable *t, *orig;
net/netfilter/ipset/ip_set_hash_gen.h
838
const struct htable *t;
net/netfilter/ipset/ip_set_hash_gen.h
872
struct htable *t;
net/netfilter/xt_hashlimit.c
1071
__acquires(htable->lock)
net/netfilter/xt_hashlimit.c
1073
struct xt_hashlimit_htable *htable = pde_data(file_inode(s->file));
net/netfilter/xt_hashlimit.c
1076
spin_lock_bh(&htable->lock);
net/netfilter/xt_hashlimit.c
1077
if (*pos >= htable->cfg.size)
net/netfilter/xt_hashlimit.c
1090
struct xt_hashlimit_htable *htable = pde_data(file_inode(s->file));
net/netfilter/xt_hashlimit.c
1094
if (*pos >= htable->cfg.size) {
net/netfilter/xt_hashlimit.c
1102
__releases(htable->lock)
net/netfilter/xt_hashlimit.c
1104
struct xt_hashlimit_htable *htable = pde_data(file_inode(s->file));
net/netfilter/xt_hashlimit.c
1109
spin_unlock_bh(&htable->lock);
net/netfilter/xt_hashlimit.c
1190
struct xt_hashlimit_htable *htable = pde_data(file_inode(s->file));
net/netfilter/xt_hashlimit.c
1194
if (!hlist_empty(&htable->hash[*bucket])) {
net/netfilter/xt_hashlimit.c
1195
hlist_for_each_entry(ent, &htable->hash[*bucket], node)
net/netfilter/xt_hashlimit.c
1196
if (dl_seq_real_show_v2(ent, htable->family, s))
net/netfilter/xt_hashlimit.c
1204
struct xt_hashlimit_htable *htable = pde_data(file_inode(s->file));
net/netfilter/xt_hashlimit.c
1208
if (!hlist_empty(&htable->hash[*bucket])) {
net/netfilter/xt_hashlimit.c
1209
hlist_for_each_entry(ent, &htable->hash[*bucket], node)
net/netfilter/xt_hashlimit.c
1210
if (dl_seq_real_show_v1(ent, htable->family, s))
net/netfilter/xt_hashlimit.c
1218
struct xt_hashlimit_htable *htable = pde_data(file_inode(s->file));
net/netfilter/xt_hashlimit.c
1222
if (!hlist_empty(&htable->hash[*bucket])) {
net/netfilter/xt_hashlimit.c
1223
hlist_for_each_entry(ent, &htable->hash[*bucket], node)
net/netfilter/xt_hashlimit.c
1224
if (dl_seq_real_show(ent, htable->family, s))
security/integrity/ima/ima_queue.c
111
struct hlist_head *htable;
security/integrity/ima/ima_queue.c
117
htable = rcu_dereference(ima_htable);
security/integrity/ima/ima_queue.c
118
hlist_for_each_entry_rcu(qe, &htable[key], hnext) {
security/integrity/ima/ima_queue.c
172
struct hlist_head *htable;
security/integrity/ima/ima_queue.c
185
htable = rcu_dereference_protected(ima_htable,
security/integrity/ima/ima_queue.c
193
hlist_add_head_rcu(&qe->hnext, &htable[key]);
security/selinux/ss/avtab.c
108
newnode = avtab_insert_node(h, prev ? &prev->next : &h->htable[hvalue],
security/selinux/ss/avtab.c
131
for (prev = NULL, cur = h->htable[hvalue]; cur;
security/selinux/ss/avtab.c
137
return avtab_insert_node(h, prev ? &prev->next : &h->htable[hvalue],
security/selinux/ss/avtab.c
155
for (cur = h->htable[hvalue]; cur; cur = cur->next) {
security/selinux/ss/avtab.c
195
cur = h->htable[i];
security/selinux/ss/avtab.c
205
kvfree(h->htable);
security/selinux/ss/avtab.c
206
h->htable = NULL;
security/selinux/ss/avtab.c
214
h->htable = NULL;
security/selinux/ss/avtab.c
225
h->htable = kvcalloc(nslot, sizeof(void *), GFP_KERNEL);
security/selinux/ss/avtab.c
226
if (!h->htable)
security/selinux/ss/avtab.c
269
cur = h->htable[i];
security/selinux/ss/avtab.c
604
for (cur = a->htable[i]; cur; cur = cur->next) {
security/selinux/ss/avtab.c
98
for (prev = NULL, cur = h->htable[hvalue]; cur;
security/selinux/ss/avtab.h
98
struct avtab_node **htable;
security/selinux/ss/hashtab.c
118
cur = h->htable[i];
security/selinux/ss/hashtab.c
152
new->htable = kzalloc_objs(*new->htable, orig->size);
security/selinux/ss/hashtab.c
153
if (!new->htable)
security/selinux/ss/hashtab.c
160
for (orig_cur = orig->htable[i]; orig_cur;
security/selinux/ss/hashtab.c
173
new->htable[i] = tmp;
security/selinux/ss/hashtab.c
185
for (cur = new->htable[i]; cur; cur = tmp) {
security/selinux/ss/hashtab.c
191
kfree(new->htable);
security/selinux/ss/hashtab.c
40
h->htable = NULL;
security/selinux/ss/hashtab.c
43
h->htable = kzalloc_objs(*h->htable, size,
security/selinux/ss/hashtab.c
45
if (!h->htable)
security/selinux/ss/hashtab.c
75
cur = h->htable[i];
security/selinux/ss/hashtab.c
81
h->htable[i] = NULL;
security/selinux/ss/hashtab.c
84
kfree(h->htable);
security/selinux/ss/hashtab.c
85
h->htable = NULL;
security/selinux/ss/hashtab.c
96
cur = h->htable[i];
security/selinux/ss/hashtab.h
107
cur = h->htable[hvalue];
security/selinux/ss/hashtab.h
33
struct hashtab_node **htable; /* hash table */
security/selinux/ss/hashtab.h
75
cur = h->htable[hvalue];
security/selinux/ss/hashtab.h
87
return __hashtab_insert(h, prev ? &prev->next : &h->htable[hvalue], key,