Home
last modified time | relevance | path

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

/linux-4.1.27/net/sched/
Dsch_fq_codel.c48 struct list_head flowchain; member
195 if (list_empty(&flow->flowchain)) { in fq_codel_enqueue()
196 list_add_tail(&flow->flowchain, &q->new_flows); in fq_codel_enqueue()
250 flow = list_first_entry(head, struct fq_codel_flow, flowchain); in fq_codel_dequeue()
254 list_move_tail(&flow->flowchain, &q->old_flows); in fq_codel_dequeue()
270 list_move_tail(&flow->flowchain, &q->old_flows); in fq_codel_dequeue()
272 list_del_init(&flow->flowchain); in fq_codel_dequeue()
417 INIT_LIST_HEAD(&flow->flowchain); in fq_codel_init()
569 if (list_empty(&q->flows[i].flowchain) || in fq_codel_walk()
Dsch_hhf.c116 struct list_head flowchain; /* chaining under hash collision */ member
206 list_for_each_entry_safe(flow, next, head, flowchain) { in seek_list()
213 if (list_is_last(&flow->flowchain, head)) in seek_list()
215 list_del(&flow->flowchain); in seek_list()
236 list_for_each_entry(flow, head, flowchain) { in alloc_new_hh()
254 INIT_LIST_HEAD(&flow->flowchain); in alloc_new_hh()
255 list_add_tail(&flow->flowchain, head); in alloc_new_hh()
516 list_for_each_entry_safe(flow, next, head, flowchain) { in hhf_destroy()
517 list_del(&flow->flowchain); in hhf_destroy()