Searched refs:user2credits (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bridge/netfilter/
H A Debt_limit.c59 user2credits(u_int32_t user) function
79 user2credits(info->avg * info->burst) < user2credits(info->avg)) {
87 info->credit = user2credits(info->avg * info->burst);
88 info->credit_cap = user2credits(info->avg * info->burst);
89 info->cost = user2credits(info->avg);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netfilter/
H A Dxt_limit.c91 user2credits(u_int32_t user) function
112 || user2credits(r->avg * r->burst) < user2credits(r->avg)) {
124 r->credit = user2credits(r->avg * r->burst); /* Credits full. */
125 r->credit_cap = user2credits(r->avg * r->burst); /* Credits full. */
126 r->cost = user2credits(r->avg);
H A Dxt_hashlimit.c349 user2credits(u_int32_t user) function
464 dh->rateinfo.credit = user2credits(hinfo->cfg.avg *
466 dh->rateinfo.credit_cap = user2credits(hinfo->cfg.avg *
468 dh->rateinfo.cost = user2credits(hinfo->cfg.avg);
503 user2credits(r->cfg.avg * r->cfg.burst) < user2credits(r->cfg.avg)) {

Completed in 51 milliseconds