Searched refs:check_target (Results 1 – 3 of 3) sorted by relevance
/net/ipv4/netfilter/ |
D | arp_tables.c | 406 static inline int check_target(struct arpt_entry *e, const char *name) in check_target() function 441 ret = check_target(e, name); in find_check_entry()
|
D | ip_tables.c | 524 static int check_target(struct ipt_entry *e, struct net *net, const char *name) in check_target() function 578 ret = check_target(e, net, name); in find_check_entry()
|
/net/ipv6/netfilter/ |
D | ip6_tables.c | 552 static int check_target(struct ip6t_entry *e, struct net *net, const char *name) in check_target() function 608 ret = check_target(e, net, name); in find_check_entry()
|