Home
last modified time | relevance | path

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

/openbmc/linux/security/apparmor/
H A Dmatch.c92 th.td_flags = be16_to_cpu(*(__be16 *) (blob + 2)); in unpack_table()
96 if (!(th.td_flags == YYTD_DATA16 || th.td_flags == YYTD_DATA32 || in unpack_table()
97 th.td_flags == YYTD_DATA8)) in unpack_table()
103 tsize = table_size(th.td_lolen, th.td_flags); in unpack_table()
110 table->td_flags = th.td_flags; in unpack_table()
112 if (th.td_flags == YYTD_DATA8) in unpack_table()
115 else if (th.td_flags == YYTD_DATA16) in unpack_table()
118 else if (th.td_flags == YYTD_DATA32) in unpack_table()
367 if (table->td_flags != YYTD_DATA32) in aa_dfa_unpack()
373 if (table->td_flags != YYTD_DATA16) in aa_dfa_unpack()
[all …]
/openbmc/linux/security/apparmor/include/
H A Dmatch.h84 u16 td_flags; member