Searched refs:cfg_copy (Results 1 – 1 of 1) sorted by relevance
/external/iptables/extensions/ |
D | libxt_hashlimit.c | 186 cfg_copy(struct hashlimit_cfg2 *to, const void *from, int revision) in cfg_copy() function 767 ret = cfg_copy(&cfg, (const void *)&info->cfg, 1); in hashlimit_mt4_print_v1() 783 ret = cfg_copy(&cfg, (const void *)&info->cfg, 1); in hashlimit_mt6_print_v1() 880 ret = cfg_copy(&cfg, (const void *)&info->cfg, 1); in hashlimit_mt4_save_v1() 895 ret = cfg_copy(&cfg, (const void *)&info->cfg, 1); in hashlimit_mt6_save_v1()
|