Home
last modified time | relevance | path

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

/net/packet/
Daf_packet.c1314 u32 victim, rxhash; in fanout_flow_is_huge() local
1322 victim = prandom_u32() % ROLLOVER_HLEN; in fanout_flow_is_huge()
1325 if (READ_ONCE(history[victim]) != rxhash) in fanout_flow_is_huge()
1326 WRITE_ONCE(history[victim], rxhash); in fanout_flow_is_huge()