Home
last modified time | relevance | path

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

/linux-4.1.27/security/apparmor/
Dmatch.c315 u8 *equiv = EQUIV_TABLE(dfa); in aa_dfa_match_len()
365 u8 *equiv = EQUIV_TABLE(dfa); in aa_dfa_match()
410 u8 *equiv = EQUIV_TABLE(dfa); in aa_dfa_next()
/linux-4.1.27/security/apparmor/include/
Dmatch.h92 #define EQUIV_TABLE(DFA) ((u8 *)((DFA)->tables[YYTD_ID_EC]->td_data)) macro