Home
last modified time | relevance | path

Searched refs:quota (Results 1 – 3 of 3) sorted by relevance

/net/netfilter/
Dxt_quota.c28 if (q->quota >= skb->len) { in quota_mt()
29 q->quota -= skb->len; in quota_mt()
33 q->quota = 0; in quota_mt()
DKconfig708 tristate '"quota" match support'
711 This option adds a `quota' match, which allows to match on a
/net/core/
Ddev.c2578 static int process_backlog(struct napi_struct *napi, int quota) in process_backlog() argument
2598 } while (++work < quota && jiffies == start_time); in process_backlog()