Searched refs:check_target (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/net/ipv4/netfilter/ |
D | arp_tables.c | 491 static inline int check_target(struct arpt_entry *e, const char *name) in check_target() function 534 ret = check_target(e, name); in find_check_entry() 1419 ret = check_target(iter1, name); in translate_compat_table()
|
D | ip_tables.c | 629 static int check_target(struct ipt_entry *e, struct net *net, const char *name) in check_target() function 691 ret = check_target(e, net, name); in find_check_entry() 1626 ret = check_target(e, net, name); in compat_check_entry()
|
/linux-4.1.27/drivers/s390/scsi/ |
D | zfcp_erp.c | 1274 goto check_target; in zfcp_erp_strategy() 1309 check_target: in zfcp_erp_strategy()
|
/linux-4.1.27/net/ipv6/netfilter/ |
D | ip6_tables.c | 642 static int check_target(struct ip6t_entry *e, struct net *net, const char *name) in check_target() function 705 ret = check_target(e, net, name); in find_check_entry() 1639 ret = check_target(e, net, name); in compat_check_entry()
|