Home
last modified time | relevance | path

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

/openbmc/linux/net/packet/
H A Dinternal.h105 #define ROLLOVER_HLEN (L1_CACHE_BYTES / sizeof(u32)) macro
106 u32 history[ROLLOVER_HLEN] ____cacheline_aligned;
H A Daf_packet.c1350 for (i = 0; i < ROLLOVER_HLEN; i++) in fanout_flow_is_huge()
1354 victim = get_random_u32_below(ROLLOVER_HLEN); in fanout_flow_is_huge()
1360 return count > (ROLLOVER_HLEN >> 1); in fanout_flow_is_huge()