Home
last modified time | relevance | path

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

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