Searched refs:dfa_user_allow (Results 1 – 3 of 3) sorted by relevance
131 #define dfa_user_allow(dfa, state) (((ACCEPT_TABLE(dfa)[state]) & 0x7f) | \ macro
205 perms.allow = map_old_perms(dfa_user_allow(dfa, state)); in compute_perms()
157 u32 perm = dfa_user_allow(profile->xmatch, state); in __attach_match()