Home
last modified time | relevance | path

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

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