Home
last modified time | relevance | path

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

/net/packet/
Dinternal.h106 u32 history[ROLLOVER_HLEN] ____cacheline_aligned; member
Daf_packet.c1311 u32 *history = po->rollover->history; in fanout_flow_is_huge() local
1317 if (READ_ONCE(history[i]) == rxhash) in fanout_flow_is_huge()
1323 if (READ_ONCE(history[victim]) != rxhash) in fanout_flow_is_huge()
1324 WRITE_ONCE(history[victim], rxhash); in fanout_flow_is_huge()
/net/core/
Ddev.c4548 old_flow = fl->history[fl->history_head]; in skb_flow_limit()
4549 fl->history[fl->history_head] = new_flow; in skb_flow_limit()