| /linux/security/apparmor/ |
| H A D | policy_compat.c | 53 #define dfa_user_allow(dfa, state) (((ACCEPT_TABLE(dfa)[state]) & 0x7f) | \ argument 55 #define dfa_user_xbits(dfa, state) (((ACCEPT_TABLE(dfa)[state]) >> 7) & 0x7f) argument 56 #define dfa_user_audit(dfa, state) ((ACCEPT_TABLE2(dfa)[state]) & 0x7f) argument 57 #define dfa_user_quiet(dfa, state) (((ACCEPT_TABLE2(dfa)[state]) >> 7) & 0x7f) argument 58 #define dfa_user_xindex(dfa, state) \ argument 61 #define dfa_other_allow(dfa, state) ((((ACCEPT_TABLE(dfa)[state]) >> 14) & \ argument 64 #define dfa_other_xbits(dfa, state) \ argument 66 #define dfa_other_audit(dfa, state) (((ACCEPT_TABLE2(dfa)[state]) >> 14) & 0x7f) argument 67 #define dfa_other_quiet(dfa, state) \ argument 69 #define dfa_other_xindex(dfa, state) \ argument [all …]
|
| H A D | match.c | 153 verify_dfa(struct aa_dfa * dfa) verify_dfa() argument 163 if (DEFAULT_TABLE(dfa)[i] >= state_count) { verify_dfa() local 194 if (NEXT_TABLE(dfa)[i] >= state_count) verify_dfa() local 196 if (CHECK_TABLE(dfa)[i] >= state_count) verify_dfa() local 215 BASE_TABLE(dfa)[j] |= MARK_DIFF_ENCODE; verify_dfa() local 227 BASE_TABLE(dfa)[j] &= ~MARK_DIFF_ENCODE; verify_dfa() local 228 BASE_TABLE(dfa)[j] |= MARK_DIFF_ENCODE_VERIFIED; verify_dfa() local 243 dfa_free(struct aa_dfa * dfa) dfa_free() argument 262 struct aa_dfa *dfa = container_of(kref, struct aa_dfa, count); aa_dfa_free_kref() local 320 struct aa_dfa *dfa = kzalloc_obj(struct aa_dfa); aa_dfa_unpack() local 466 aa_dfa_match_len(struct aa_dfa * dfa,aa_state_t start,const char * str,int len) aa_dfa_match_len() argument 511 aa_dfa_match(struct aa_dfa * dfa,aa_state_t start,const char * str) aa_dfa_match() argument 554 aa_dfa_next(struct aa_dfa * dfa,aa_state_t state,const char c) aa_dfa_next() argument 572 aa_dfa_outofband_transition(struct aa_dfa * dfa,aa_state_t state) aa_dfa_outofband_transition() argument 602 aa_dfa_match_until(struct aa_dfa * dfa,aa_state_t start,const char * str,const char ** retpos) aa_dfa_match_until() argument 663 aa_dfa_matchn_until(struct aa_dfa * dfa,aa_state_t start,const char * str,int n,const char ** retpos) aa_dfa_matchn_until() argument 739 leftmatch_fb(struct aa_dfa * dfa,aa_state_t start,const char * str,struct match_workbuf * wb,unsigned int * count) leftmatch_fb() argument 820 aa_dfa_leftmatch(struct aa_dfa * dfa,aa_state_t start,const char * str,unsigned int * count) aa_dfa_leftmatch() argument [all...] |
| H A D | policy_unpack.c | 445 struct aa_dfa *dfa = NULL; in unpack_dfa() local 1485 verify_dfa_accept_index(struct aa_dfa * dfa,int table_size) verify_dfa_accept_index() argument 1489 if (ACCEPT_TABLE(dfa)[i] >= table_size) verify_dfa_accept_index() local [all...] |
| H A D | net.c | 199 aa_dfa_match_be16(struct aa_dfa * dfa,aa_state_t state,u16 data) aa_dfa_match_be16() argument
|
| H A D | mount.c | 199 static aa_state_t match_mnt_flags(struct aa_dfa *dfa, aa_state_t state, in match_mnt_flags() argument [all...] |
| H A D | af_unix.c | 69 static aa_state_t match_addr(struct aa_dfa *dfa, aa_state_t state, in match_addr() argument [all...] |
| /linux/security/apparmor/include/ |
| H A D | match.h | 165 static inline struct aa_dfa *aa_get_dfa(struct aa_dfa *dfa) in aa_get_dfa() 179 static inline void aa_put_dfa(struct aa_dfa *dfa) in aa_put_dfa()
|
| H A D | lib.h | 139 static inline aa_state_t aa_dfa_null_transition(struct aa_dfa *dfa, in aa_dfa_null_transition() argument
|
| H A D | policy.h | 113 struct aa_dfa *dfa; member
|
| /linux/arch/mips/include/asm/octeon/ |
| H A D | cvmx-npi-defs.h | 2240 uint64_t dfa:1; member 2309 uint64_t dfa:1; member 2380 uint64_t dfa:1; member 2447 uint64_t dfa:1; member
|
| H A D | cvmx-npei-defs.h | 3732 uint64_t dfa:1; member
|