Lines Matching refs:flows
63 struct list_head flows; /* NB: "link" is also on this member
75 list_for_each_entry(flow, &p->flows, list) { in lookup_flow()
338 list_for_each_entry(flow, &p->flows, list) { in atm_tc_walk()
375 list_for_each_entry(flow, &p->flows, list) { in atm_tc_enqueue()
458 list_for_each_entry(flow, &p->flows, list) { in sch_atm_dequeue()
529 list_for_each_entry(flow, &p->flows, list) { in atm_tc_drop()
541 INIT_LIST_HEAD(&p->flows); in atm_tc_init()
543 list_add(&p->link.list, &p->flows); in atm_tc_init()
564 list_for_each_entry(flow, &p->flows, list) in atm_tc_reset()
575 list_for_each_entry(flow, &p->flows, list) in atm_tc_destroy()
578 list_for_each_entry_safe(flow, tmp, &p->flows, list) { in atm_tc_destroy()