Searched refs:NEXT_TABLE (Results 1 - 2 of 2) sorted by path

/linux-master/security/apparmor/include/
H A Dmatch.h92 #define NEXT_TABLE(DFA) ((u16 *)((DFA)->tables[YYTD_ID_NXT]->td_data)) macro
/linux-master/security/apparmor/
H A Dmatch.c193 if (NEXT_TABLE(dfa)[i] >= state_count)
400 u16 *next = NEXT_TABLE(dfa);
439 u16 *next = NEXT_TABLE(dfa);
477 u16 *next = NEXT_TABLE(dfa);
495 u16 *next = NEXT_TABLE(dfa);
526 u16 *next = NEXT_TABLE(dfa);
587 u16 *next = NEXT_TABLE(dfa);
663 u16 *next = NEXT_TABLE(dfa);

Completed in 171 milliseconds