Home
last modified time | relevance | path

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

/linux-4.19.296/include/net/
Dfq_impl.h76 head = &tin->old_flows; in fq_tin_dequeue()
86 &tin->old_flows); in fq_tin_dequeue()
94 !list_empty(&tin->old_flows)) { in fq_tin_dequeue()
95 list_move_tail(&flow->flowchain, &tin->old_flows); in fq_tin_dequeue()
242 list_for_each_entry(flow, &tin->old_flows, flowchain) in fq_tin_filter()
276 head = &tin->old_flows; in fq_tin_reset()
299 INIT_LIST_HEAD(&tin->old_flows); in fq_tin_init()
Dfq.h50 struct list_head old_flows; member