Home
last modified time | relevance | path

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

/linux-4.1.27/security/apparmor/
Dmatch.c54 if (!(th.td_flags == YYTD_DATA16 || th.td_flags == YYTD_DATA32 || in unpack_table()
68 else if (th.td_flags == YYTD_DATA16) in unpack_table()
253 if (table->td_flags != YYTD_DATA16) in aa_dfa_unpack()
/linux-4.1.27/security/apparmor/include/
Dmatch.h67 #define YYTD_DATA16 2 macro