Home
last modified time | relevance | path

Searched refs:xt_check_target (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/netfilter/
H A Dx_tables.h294 int xt_check_target(struct xt_tgchk_param *, unsigned int size, u16 proto,
/OK3568_Linux_fs/kernel/net/sched/
H A Dact_ipt.c56 ret = xt_check_target(&par, t->u.target_size - sizeof(*t), 0, false); in ipt_init_target()
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dx_tables.c980 int xt_check_target(struct xt_tgchk_param *par, in xt_check_target() function
1027 EXPORT_SYMBOL_GPL(xt_check_target);
H A Dnft_compat.c252 ret = xt_check_target(&par, size, proto, inv); in nft_target_init()
/OK3568_Linux_fs/kernel/net/bridge/netfilter/
H A Debtables.c416 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()
/OK3568_Linux_fs/kernel/net/ipv4/netfilter/
H A Darp_tables.c400 return xt_check_target(&par, t->u.target_size - sizeof(*t), 0, false); in check_target()
H A Dip_tables.c511 return xt_check_target(&par, t->u.target_size - sizeof(*t), in check_target()
/OK3568_Linux_fs/kernel/net/ipv6/netfilter/
H A Dip6_tables.c530 return xt_check_target(&par, t->u.target_size - sizeof(*t), in check_target()