Searched refs:quota (Results 1 – 3 of 3) sorted by relevance
28 if (q->quota >= skb->len) { in quota_mt()29 q->quota -= skb->len; in quota_mt()33 q->quota = 0; in quota_mt()
708 tristate '"quota" match support'711 This option adds a `quota' match, which allows to match on a
2578 static int process_backlog(struct napi_struct *napi, int quota) in process_backlog() argument2598 } while (++work < quota && jiffies == start_time); in process_backlog()