Home
last modified time | relevance | path

Searched refs:aa_str_table (Results 1 – 4 of 4) sorted by relevance

/linux/security/apparmor/include/
H A Dlib.h157 struct aa_str_table { struct
162 bool aa_resize_str_table(struct aa_str_table *t, int newsize, gfp_t gfp); argument
163 void aa_destroy_str_table(struct aa_str_table *table);
H A Dpolicy.h98 struct aa_str_table strs;
118 struct aa_str_table trans;
/linux/security/apparmor/
H A Dlib.c121 bool aa_resize_str_table(struct aa_str_table *t, int newsize, gfp_t gfp) in aa_resize_str_table()
148 void aa_destroy_str_table(struct aa_str_table *t) in aa_destroy_str_table()
H A Dpolicy_unpack.c528 struct aa_str_table *strs) in unpack_strs_table()