Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/core/
A Ddev.h15 #define FLOW_LIMIT_HISTORY (1 << 7) /* must be ^2 and !overflow buckets */ macro
20 u16 history[FLOW_LIMIT_HISTORY];
A Ddev.c4630 fl->history_head &= FLOW_LIMIT_HISTORY - 1; in skb_flow_limit()
4635 if (++fl->buckets[new_flow] > (FLOW_LIMIT_HISTORY >> 1)) { in skb_flow_limit()

Completed in 24 milliseconds