Home
last modified time | relevance | path

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

/linux-4.4.14/net/packet/
Dinternal.h99 #define ROLLOVER_HLEN (L1_CACHE_BYTES / sizeof(u32)) macro
100 u32 history[ROLLOVER_HLEN] ____cacheline_aligned;
Daf_packet.c1332 for (i = 0; i < ROLLOVER_HLEN; i++) in fanout_flow_is_huge()
1336 po->rollover->history[prandom_u32() % ROLLOVER_HLEN] = rxhash; in fanout_flow_is_huge()
1337 return count > (ROLLOVER_HLEN >> 1); in fanout_flow_is_huge()