Home
last modified time | relevance | path

Searched refs:FLOW_LIMIT_HISTORY (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/include/linux/
Dnetdevice.h2427 #define FLOW_LIMIT_HISTORY (1 << 7) /* must be ^2 and !overflow buckets */ macro
2432 u16 history[FLOW_LIMIT_HISTORY];
/linux-4.1.27/net/core/
Ddev.c3313 fl->history_head &= FLOW_LIMIT_HISTORY - 1; in skb_flow_limit()
3318 if (++fl->buckets[new_flow] > (FLOW_LIMIT_HISTORY >> 1)) { in skb_flow_limit()