Searched refs:hashlimit_mt_xlate (Results 1 – 1 of 1) sorted by relevance
/external/iptables/extensions/ |
D | libxt_hashlimit.c | 1336 static int hashlimit_mt_xlate(struct xt_xlate *xl, const char *name, in hashlimit_mt_xlate() function 1391 return hashlimit_mt_xlate(xl, info->name, &cfg, 1, NFPROTO_IPV4); in hashlimit_mt4_xlate_v1() 1404 return hashlimit_mt_xlate(xl, info->name, &cfg, 1, NFPROTO_IPV6); in hashlimit_mt6_xlate_v1() 1417 return hashlimit_mt_xlate(xl, info->name, &cfg, 2, NFPROTO_IPV4); in hashlimit_mt4_xlate_v2() 1430 return hashlimit_mt_xlate(xl, info->name, &cfg, 2, NFPROTO_IPV6); in hashlimit_mt6_xlate_v2() 1439 return hashlimit_mt_xlate(xl, info->name, &info->cfg, 3, NFPROTO_IPV4); in hashlimit_mt4_xlate() 1448 return hashlimit_mt_xlate(xl, info->name, &info->cfg, 3, NFPROTO_IPV6); in hashlimit_mt6_xlate()
|