Home
last modified time | relevance | path

Searched refs:DFA_START (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/security/apparmor/include/
H A Dmatch.h17 #define DFA_START 1 macro
H A Dlabel.h339 state = aa_dfa_matchn_until(stacksplitdfa, DFA_START, str, n, &pos); in aa_label_strn_split()
351 state = aa_dfa_match_until(stacksplitdfa, DFA_START, str, &pos); in aa_label_str_split()
/OK3568_Linux_fs/kernel/security/apparmor/
H A Dpolicy_unpack.c842 profile->policy.start[0] = DFA_START; in unpack_profile()
865 profile->file.start = DFA_START; in unpack_profile()
H A Ddomain.c419 state = aa_dfa_leftmatch(profile->xmatch, DFA_START, in find_attach()