Home
last modified time | relevance | path

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

/net/packet/
Dinternal.h102 u32 history[ROLLOVER_HLEN] ____cacheline_aligned; member
Daf_packet.c1299 u32 *history = po->rollover->history; in fanout_flow_is_huge() local
1305 if (READ_ONCE(history[i]) == rxhash) in fanout_flow_is_huge()
1311 if (READ_ONCE(history[victim]) != rxhash) in fanout_flow_is_huge()
1312 WRITE_ONCE(history[victim], rxhash); in fanout_flow_is_huge()
/net/core/
Ddev.c4150 old_flow = fl->history[fl->history_head]; in skb_flow_limit()
4151 fl->history[fl->history_head] = new_flow; in skb_flow_limit()