Home
last modified time | relevance | path

Searched refs:FLOW_LIMIT_HISTORY (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/net/core/
H A Ddev.h15 #define FLOW_LIMIT_HISTORY (1 << 7) /* must be ^2 and !overflow buckets */ macro
20 u16 history[FLOW_LIMIT_HISTORY];
H A Ddev.c4771 fl->history_head &= FLOW_LIMIT_HISTORY - 1; in skb_flow_limit()
4776 if (++fl->buckets[new_flow] > (FLOW_LIMIT_HISTORY >> 1)) { in skb_flow_limit()
/kernel/linux/linux-5.10/include/linux/
H A Dnetdevice.h3216 #define FLOW_LIMIT_HISTORY (1 << 7) /* must be ^2 and !overflow buckets */ macro
3221 u16 history[FLOW_LIMIT_HISTORY];
/kernel/linux/linux-5.10/net/core/
H A Ddev.c4547 fl->history_head &= FLOW_LIMIT_HISTORY - 1; in skb_flow_limit()
4552 if (++fl->buckets[new_flow] > (FLOW_LIMIT_HISTORY >> 1)) { in skb_flow_limit()

Completed in 40 milliseconds