Home
last modified time | relevance | path

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

/linux/security/apparmor/
A Dmatch.c48 th.td_flags = be16_to_cpu(*(__be16 *) (blob + 2)); in unpack_table()
52 if (!(th.td_flags == YYTD_DATA16 || th.td_flags == YYTD_DATA32 || in unpack_table()
53 th.td_flags == YYTD_DATA8)) in unpack_table()
59 tsize = table_size(th.td_lolen, th.td_flags); in unpack_table()
66 table->td_flags = th.td_flags; in unpack_table()
68 if (th.td_flags == YYTD_DATA8) in unpack_table()
71 else if (th.td_flags == YYTD_DATA16) in unpack_table()
74 else if (th.td_flags == YYTD_DATA32) in unpack_table()
323 if (table->td_flags != YYTD_DATA32) in aa_dfa_unpack()
329 if (table->td_flags != YYTD_DATA16) in aa_dfa_unpack()
[all …]
/linux/security/apparmor/include/
A Dmatch.h84 u16 td_flags; member

Completed in 8 milliseconds