Searched refs:check_entry (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/security/tomoyo/ |
D | domain.c | 157 bool (*check_entry) (struct tomoyo_request_info *, in tomoyo_check_acl() 169 if (!check_entry(r, ptr)) in tomoyo_check_acl()
|
D | common.h | 1036 bool (*check_entry) (struct tomoyo_request_info *,
|
/linux-4.1.27/net/ipv4/netfilter/ |
D | arp_tables.c | 472 static inline int check_entry(const struct arpt_entry *e, const char *name) in check_entry() function 520 ret = check_entry(e, name); in find_check_entry() 1242 ret = check_entry((struct arpt_entry *)e, name); in check_compat_entry_size_and_hooks()
|
D | ip_tables.c | 567 check_entry(const struct ipt_entry *e, const char *name) in check_entry() function 664 ret = check_entry(e, name); in find_check_entry() 1508 ret = check_entry((struct ipt_entry *)e, name); in check_compat_entry_size_and_hooks()
|
/linux-4.1.27/net/ipv6/netfilter/ |
D | ip6_tables.c | 580 check_entry(const struct ip6t_entry *e, const char *name) in check_entry() function 678 ret = check_entry(e, name); in find_check_entry() 1523 ret = check_entry((struct ip6t_entry *)e, name); in check_compat_entry_size_and_hooks()
|