Home
last modified time | relevance | path

Searched defs:htable (Results 1 – 4 of 4) sorted by relevance

/linux/net/netfilter/ipset/
H A Dip_set_hash_gen.h82 struct htable { struct
85 u8 htable_bits; /* size of hash table == 2^htable_bits */ argument
88 struct hbucket __rcu *bucket[]; /* hashtable buckets */ argument
/linux/net/netfilter/
H A Dxt_hashlimit.c1057 struct xt_hashlimit_htable *htable = pde_data(file_inode(s->file)); in dl_seq_start() local
1074 struct xt_hashlimit_htable *htable = pde_data(file_inode(s->file)); in dl_seq_next() local
1088 struct xt_hashlimit_htable *htable = pde_data(file_inode(s->file)); in dl_seq_stop() local
1174 struct xt_hashlimit_htable *htable = pde_data(file_inode(s->file)); in dl_seq_show_v2() local
1188 struct xt_hashlimit_htable *htable = pde_data(file_inode(s->file)); in dl_seq_show_v1() local
1202 struct xt_hashlimit_htable *htable = pde_data(file_inode(s->file)); in dl_seq_show() local
/linux/security/selinux/ss/
H A Dhashtab.h33 struct hashtab_node **htable; /* hash table */ member
/linux/fs/smb/client/compress/
H A Dlz77.c138 u64 *htable; in lz77_compress() local