Home
last modified time | relevance | path

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

/linux-6.12.1/security/apparmor/
Dmatch.c410 u8 *equiv = EQUIV_TABLE(dfa); in aa_dfa_match_len()
449 u8 *equiv = EQUIV_TABLE(dfa); in aa_dfa_match()
483 u8 *equiv = EQUIV_TABLE(dfa); in aa_dfa_next()
537 u8 *equiv = EQUIV_TABLE(dfa); in aa_dfa_match_until()
599 u8 *equiv = EQUIV_TABLE(dfa); in aa_dfa_matchn_until()
679 u8 *equiv = EQUIV_TABLE(dfa); in leftmatch_fb()
/linux-6.12.1/security/apparmor/include/
Dmatch.h94 #define EQUIV_TABLE(DFA) ((u8 *)((DFA)->tables[YYTD_ID_EC]->td_data)) macro