Searched refs:xt_check_target (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.4/include/linux/netfilter/ |
| D | x_tables.h | 294 int xt_check_target(struct xt_tgchk_param *, unsigned int size, u16 proto,
|
| /Linux-v5.4/net/sched/ |
| D | act_ipt.c | 56 ret = xt_check_target(&par, t->u.target_size - sizeof(*t), 0, false); in ipt_init_target()
|
| /Linux-v5.4/net/netfilter/ |
| D | x_tables.c | 981 int xt_check_target(struct xt_tgchk_param *par, in xt_check_target() function 1028 EXPORT_SYMBOL_GPL(xt_check_target);
|
| D | nft_compat.c | 239 ret = xt_check_target(&par, size, proto, inv); in nft_target_init()
|
| /Linux-v5.4/net/bridge/netfilter/ |
| D | ebtables.c | 416 ret = xt_check_target(par, w->watcher_size, in ebt_check_watcher() 742 ret = xt_check_target(&tgpar, t->target_size, in ebt_check_entry()
|
| /Linux-v5.4/net/ipv4/netfilter/ |
| D | arp_tables.c | 399 return xt_check_target(&par, t->u.target_size - sizeof(*t), 0, false); in check_target()
|
| D | ip_tables.c | 511 return xt_check_target(&par, t->u.target_size - sizeof(*t), in check_target()
|
| /Linux-v5.4/net/ipv6/netfilter/ |
| D | ip6_tables.c | 529 return xt_check_target(&par, t->u.target_size - sizeof(*t), in check_target()
|