Searched refs:cfg_copy (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/net/netfilter/ |
D | xt_hashlimit.c | 132 cfg_copy(struct hashlimit_cfg3 *to, const void *from, int revision) in cfg_copy() function 297 ret = cfg_copy(&hinfo->cfg, (void *)cfg, 3); in htable_create() 816 ret = cfg_copy(&cfg, (void *)&info->cfg, 1); in hashlimit_mt_v1() 832 ret = cfg_copy(&cfg, (void *)&info->cfg, 2); in hashlimit_mt_v2() 923 ret = cfg_copy(&cfg, (void *)&info->cfg, 1); in hashlimit_mt_check_v1() 942 ret = cfg_copy(&cfg, (void *)&info->cfg, 2); in hashlimit_mt_check_v2()
|