info_v1           225 net/netfilter/xt_CT.c 	struct xt_ct_target_info_v1 info_v1 = {
info_v1           236 net/netfilter/xt_CT.c 	memcpy(info_v1.helper, info->helper, sizeof(info->helper));
info_v1           238 net/netfilter/xt_CT.c 	ret = xt_ct_tg_check(par, &info_v1);
info_v1           242 net/netfilter/xt_CT.c 	info->ct = info_v1.ct;
info_v1           288 net/netfilter/xt_CT.c 	struct xt_ct_target_info_v1 info_v1 = {
info_v1           295 net/netfilter/xt_CT.c 	memcpy(info_v1.helper, info->helper, sizeof(info->helper));
info_v1           297 net/netfilter/xt_CT.c 	xt_ct_tg_destroy(par, &info_v1);
info_v1           428 net/netfilter/xt_recent.c 	struct xt_recent_mtinfo_v1 info_v1;
info_v1           431 net/netfilter/xt_recent.c 	memcpy(&info_v1, info_v0, sizeof(struct xt_recent_mtinfo));
info_v1           433 net/netfilter/xt_recent.c 	memset(info_v1.mask.all, 0xFF, sizeof(info_v1.mask.all));
info_v1           435 net/netfilter/xt_recent.c 	return recent_mt_check(par, &info_v1);