Home
last modified time | relevance | path

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

/linux-6.1.9/security/apparmor/
Dmatch.c96 if (!(th.td_flags == YYTD_DATA16 || th.td_flags == YYTD_DATA32 || in unpack_table()
115 else if (th.td_flags == YYTD_DATA16) in unpack_table()
373 if (table->td_flags != YYTD_DATA16) in aa_dfa_unpack()
/linux-6.1.9/security/apparmor/include/
Dmatch.h69 #define YYTD_DATA16 2 macro