Home
last modified time | relevance | path

Searched refs:check_entry (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/security/tomoyo/
Ddomain.c157 bool (*check_entry) (struct tomoyo_request_info *, in tomoyo_check_acl()
169 if (!check_entry(r, ptr)) in tomoyo_check_acl()
Dcommon.h1036 bool (*check_entry) (struct tomoyo_request_info *,
/linux-4.1.27/net/ipv4/netfilter/
Darp_tables.c472 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()
Dip_tables.c567 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/
Dip6_tables.c580 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()