Home
last modified time | relevance | path

Searched refs:table_header (Results 1 – 2 of 2) sorted by relevance

/security/apparmor/
A Dmatch.c33 static struct table_header *unpack_table(char *blob, size_t bsize) in unpack_table()
35 struct table_header *table = NULL; in unpack_table()
36 struct table_header th; in unpack_table()
39 if (bsize < sizeof(struct table_header)) in unpack_table()
50 blob += sizeof(struct table_header); in unpack_table()
103 static int verify_table_headers(struct table_header **tables, int flags) in verify_table_headers()
260 static struct table_header *remap_data16_to_data32(struct table_header *old) in remap_data16_to_data32()
262 struct table_header *new; in remap_data16_to_data32()
303 struct table_header *table = NULL; in aa_dfa_unpack()
/security/apparmor/include/
A Dmatch.h82 struct table_header { struct
104 struct table_header *tables[YYTD_ID_TSIZE]; argument
121 return ALIGN(sizeof(struct table_header) + len * el_size, 8); in table_size()

Completed in 4 milliseconds