FLOW_LIMIT_HISTORY 2971 include/linux/netdevice.h 	u16			history[FLOW_LIMIT_HISTORY];
FLOW_LIMIT_HISTORY 4138 net/core/dev.c 		fl->history_head &= FLOW_LIMIT_HISTORY - 1;
FLOW_LIMIT_HISTORY 4143 net/core/dev.c 		if (++fl->buckets[new_flow] > (FLOW_LIMIT_HISTORY >> 1)) {