Searched refs:info_v1 (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/net/netfilter/ |
D | xt_CT.c | 225 struct xt_ct_target_info_v1 info_v1 = { in xt_ct_tg_check_v0() local 236 memcpy(info_v1.helper, info->helper, sizeof(info->helper)); in xt_ct_tg_check_v0() 238 ret = xt_ct_tg_check(par, &info_v1); in xt_ct_tg_check_v0() 242 info->ct = info_v1.ct; in xt_ct_tg_check_v0() 288 struct xt_ct_target_info_v1 info_v1 = { in xt_ct_tg_destroy_v0() local 295 memcpy(info_v1.helper, info->helper, sizeof(info->helper)); in xt_ct_tg_destroy_v0() 297 xt_ct_tg_destroy(par, &info_v1); in xt_ct_tg_destroy_v0()
|
D | xt_recent.c | 428 struct xt_recent_mtinfo_v1 info_v1; in recent_mt_check_v0() local 431 memcpy(&info_v1, info_v0, sizeof(struct xt_recent_mtinfo)); in recent_mt_check_v0() 433 memset(info_v1.mask.all, 0xFF, sizeof(info_v1.mask.all)); in recent_mt_check_v0() 435 return recent_mt_check(par, &info_v1); in recent_mt_check_v0()
|