Home
last modified time | relevance | path

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

/Linux-v6.6/security/apparmor/
Dpolicy_compat.c158 state_count = dfa->tables[YYTD_ID_BASE]->td_lolen; in compute_fperms()
182 state_count = xmatch->tables[YYTD_ID_BASE]->td_lolen; in compute_xmatch_perms()
257 state_count = dfa->tables[YYTD_ID_BASE]->td_lolen; in compute_perms()
284 unsigned int state_count = dfa->tables[YYTD_ID_BASE]->td_lolen; in remap_dfa_accept()
Dmatch.c153 if (!(tables[YYTD_ID_DEF] && tables[YYTD_ID_BASE] && in verify_table_headers()
158 state_count = tables[YYTD_ID_BASE]->td_lolen; in verify_table_headers()
202 state_count = dfa->tables[YYTD_ID_BASE]->td_lolen; in verify_dfa()
366 case YYTD_ID_BASE: in aa_dfa_unpack()
/Linux-v6.6/security/apparmor/include/
Dmatch.h58 #define YYTD_ID_BASE 1 macro
91 #define BASE_TABLE(DFA) ((u32 *)((DFA)->tables[YYTD_ID_BASE]->td_data))