Home
last modified time | relevance | path

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

/linux-3.4.99/security/apparmor/
Dmatch.c314 u8 *equiv = EQUIV_TABLE(dfa); in aa_dfa_match_len()
364 u8 *equiv = EQUIV_TABLE(dfa); in aa_dfa_match()
409 u8 *equiv = EQUIV_TABLE(dfa); in aa_dfa_next()
/linux-3.4.99/security/apparmor/include/
Dmatch.h87 #define EQUIV_TABLE(DFA) ((u8 *)((DFA)->tables[YYTD_ID_EC]->td_data)) macro