Home
last modified time | relevance | path

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

/Linux-v4.19/security/selinux/ss/
Dhashtab.h23 struct hashtab_node **htable; /* hash table */ member
Dsidtab.h26 struct sidtab_node **htable; member
Davtab.h87 struct flex_array *htable; member
/Linux-v4.19/net/netfilter/
Dxt_hashlimit.c1060 struct xt_hashlimit_htable *htable = PDE_DATA(file_inode(s->file)); in dl_seq_start() local
1077 struct xt_hashlimit_htable *htable = PDE_DATA(file_inode(s->file)); in dl_seq_next() local
1091 struct xt_hashlimit_htable *htable = PDE_DATA(file_inode(s->file)); in dl_seq_stop() local
1177 struct xt_hashlimit_htable *htable = PDE_DATA(file_inode(s->file)); in dl_seq_show_v2() local
1191 struct xt_hashlimit_htable *htable = PDE_DATA(file_inode(s->file)); in dl_seq_show_v1() local
1205 struct xt_hashlimit_htable *htable = PDE_DATA(file_inode(s->file)); in dl_seq_show() local
/Linux-v4.19/net/netfilter/ipset/
Dip_set_hash_gen.h80 struct htable { struct
83 u8 htable_bits; /* size of hash table == 2^htable_bits */ argument
84 struct hbucket __rcu *bucket[0]; /* hashtable buckets */ argument
/Linux-v4.19/drivers/crypto/vmx/
Dghash.c42 u128 htable[16]; member