Home
last modified time | relevance | path

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

/Linux-v6.1/net/core/
Ddev.h14 #define FLOW_LIMIT_HISTORY (1 << 7) /* must be ^2 and !overflow buckets */ macro
19 u16 history[FLOW_LIMIT_HISTORY];
Ddev.c4640 fl->history_head &= FLOW_LIMIT_HISTORY - 1; in skb_flow_limit()
4645 if (++fl->buckets[new_flow] > (FLOW_LIMIT_HISTORY >> 1)) { in skb_flow_limit()