Searched refs:hashlimit_mt_common (Results 1 – 1 of 1) sorted by relevance
/net/netfilter/ |
D | xt_hashlimit.c | 743 hashlimit_mt_common(const struct sk_buff *skb, struct xt_action_param *par, in hashlimit_mt_common() function 827 return hashlimit_mt_common(skb, par, hinfo, &cfg, 1); in hashlimit_mt_v1() 842 return hashlimit_mt_common(skb, par, hinfo, &cfg, 2); in hashlimit_mt_v2() 851 return hashlimit_mt_common(skb, par, hinfo, &info->cfg, 3); in hashlimit_mt()
|