Home
last modified time | relevance | path

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

/Linux-v4.19/security/apparmor/include/
Dmatch.h58 #define YYTD_ID_BASE 1 macro
91 #define BASE_TABLE(DFA) ((u32 *)((DFA)->tables[YYTD_ID_BASE]->td_data))
/Linux-v4.19/security/apparmor/
Dmatch.c154 if (!(tables[YYTD_ID_DEF] && tables[YYTD_ID_BASE] && in verify_table_headers()
159 state_count = tables[YYTD_ID_BASE]->td_lolen; in verify_table_headers()
203 state_count = dfa->tables[YYTD_ID_BASE]->td_lolen; in verify_dfa()
331 case YYTD_ID_BASE: in aa_dfa_unpack()