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