Searched refs:check_target (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/s390/scsi/ |
D | zfcp_erp.c | 1274 goto check_target; in zfcp_erp_strategy() 1309 check_target: in zfcp_erp_strategy()
|
/linux-4.4.14/net/ipv4/netfilter/ |
D | arp_tables.c | 497 static inline int check_target(struct arpt_entry *e, const char *name) in check_target() function 540 ret = check_target(e, name); in find_check_entry()
|
D | ip_tables.c | 632 static int check_target(struct ipt_entry *e, struct net *net, const char *name) in check_target() function 694 ret = check_target(e, net, name); in find_check_entry()
|
/linux-4.4.14/net/ipv6/netfilter/ |
D | ip6_tables.c | 644 static int check_target(struct ip6t_entry *e, struct net *net, const char *name) in check_target() function 707 ret = check_target(e, net, name); in find_check_entry()
|