Home
last modified time | relevance | path

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

/linux-5.19.10/security/apparmor/
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()
359 if (!(table->td_flags & ACCEPT1_FLAGS(flags))) in aa_dfa_unpack()
363 if (!(table->td_flags & ACCEPT2_FLAGS(flags))) in aa_dfa_unpack()
[all …]
/linux-5.19.10/security/apparmor/include/
Dmatch.h84 u16 td_flags; member