Home
last modified time | relevance | path

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

/Linux-v4.19/security/apparmor/
Dmatch.c96 th.td_flags = be16_to_cpu(*(__be16 *) (blob + 2)); in unpack_table()
100 if (!(th.td_flags == YYTD_DATA16 || th.td_flags == YYTD_DATA32 || in unpack_table()
101 th.td_flags == YYTD_DATA8)) in unpack_table()
104 tsize = table_size(th.td_lolen, th.td_flags); in unpack_table()
111 table->td_flags = th.td_flags; in unpack_table()
113 if (th.td_flags == YYTD_DATA8) in unpack_table()
116 else if (th.td_flags == YYTD_DATA16) in unpack_table()
119 else if (th.td_flags == YYTD_DATA32) in unpack_table()
324 if (!(table->td_flags & ACCEPT1_FLAGS(flags))) in aa_dfa_unpack()
328 if (!(table->td_flags & ACCEPT2_FLAGS(flags))) in aa_dfa_unpack()
[all …]
/Linux-v4.19/security/apparmor/include/
Dmatch.h84 u16 td_flags; member