Searched refs:cfg_copy (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/net/netfilter/ |
D | xt_hashlimit.c | 139 cfg_copy(struct hashlimit_cfg3 *to, const void *from, int revision) in cfg_copy() function 304 ret = cfg_copy(&hinfo->cfg, (void *)cfg, 3); in htable_create() 805 ret = cfg_copy(&cfg, (void *)&info->cfg, 1); in hashlimit_mt_v1() 820 ret = cfg_copy(&cfg, (void *)&info->cfg, 2); in hashlimit_mt_v2() 920 ret = cfg_copy(&cfg, (void *)&info->cfg, 1); in hashlimit_mt_check_v1() 938 ret = cfg_copy(&cfg, (void *)&info->cfg, 2); in hashlimit_mt_check_v2()
|