Searched refs:match_addr (Results 1 – 4 of 4) sorted by relevance
| /linux/security/apparmor/ |
| H A D | af_inet.c | 37 struct match_addr { struct 51 struct match_addr maddr; argument 63 u16 family, bool source, struct match_addr *maddr) in set_ad_addr() 94 enum addr_type addrtype, struct match_addr *maddr, in map_addr() 165 struct match_addr *maddr, in bind_map_addr() 232 struct match_addr *maddr, in profile_sk_perm() 256 u32 request, struct match_addr *raddr, in profile_remote_perm() 257 struct match_addr *laddr, in profile_remote_perm() 272 struct match_addr *maddr, in profile_bind_perm() 281 struct match_addr *maddr, int backlog, in profile_listen_perm() [all …]
|
| H A D | af_unix.c | 70 static aa_state_t match_addr(const struct aa_dfa *dfa, aa_state_t state, in match_addr() function 95 state = match_addr(policy->dfa, state, addr, addrlen); in match_to_local() 165 state = match_addr(policy->dfa, state, peer_addr, peer_addrlen); in match_to_peer()
|
| /linux/arch/csky/kernel/probes/ |
| H A D | kprobes.c | 177 kcb->ss_ctx.match_addr = addr + offset; in set_ss_context() 183 kcb->ss_ctx.match_addr = 0; in clear_ss_context() 366 && (kcb->ss_ctx.match_addr == instruction_pointer(regs))) { in kprobe_single_step_handler()
|
| /linux/arch/csky/include/asm/ |
| H A D | kprobes.h | 29 unsigned long match_addr; member
|