Searched refs:credit_cap (Results 1 – 4 of 4) sorted by relevance
59 if (r->credit > r->credit_cap) in ip6t_limit_match()60 r->credit = r->credit_cap; in ip6t_limit_match()109 r->credit_cap = user2credits(r->avg * r->burst); /* Credits full. */ in ip6t_limit_checkentry()
70 if (r->credit > r->credit_cap) in ipt_limit_match()71 r->credit = r->credit_cap; in ipt_limit_match()120 r->credit_cap = user2credits(r->avg * r->burst); /* Credits full. */ in ipt_limit_checkentry()
16 u_int32_t credit_cap, cost; member