Home
last modified time | relevance | path

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

/security/apparmor/
Dmatch.c79 th.td_flags = be16_to_cpu(*(__be16 *) (blob + 2)); in unpack_table()
83 if (!(th.td_flags == YYTD_DATA16 || th.td_flags == YYTD_DATA32 || in unpack_table()
84 th.td_flags == YYTD_DATA8)) in unpack_table()
87 tsize = table_size(th.td_lolen, th.td_flags); in unpack_table()
94 table->td_flags = th.td_flags; in unpack_table()
96 if (th.td_flags == YYTD_DATA8) in unpack_table()
99 else if (th.td_flags == YYTD_DATA16) in unpack_table()
102 else if (th.td_flags == YYTD_DATA32) in unpack_table()
270 if (!(table->td_flags & ACCEPT1_FLAGS(flags))) in aa_dfa_unpack()
274 if (!(table->td_flags & ACCEPT2_FLAGS(flags))) in aa_dfa_unpack()
[all …]
/security/apparmor/include/
Dmatch.h83 u16 td_flags; member