Lines Matching refs:atm_flow_data
41 #define VCC2FLOW(vcc) ((struct atm_flow_data *) ((vcc)->user_back))
43 struct atm_flow_data { struct
57 struct atm_flow_data *excess; /* flow for excess traffic; argument
64 struct atm_flow_data link; /* unclassified skbs go here */ argument
72 static inline struct atm_flow_data *lookup_flow(struct Qdisc *sch, u32 classid) in lookup_flow()
75 struct atm_flow_data *flow; in lookup_flow()
89 struct atm_flow_data *flow = (struct atm_flow_data *)arg; in atm_tc_graft()
106 struct atm_flow_data *flow = (struct atm_flow_data *)cl; in atm_tc_leaf()
115 struct atm_flow_data *flow; in atm_tc_find()
127 struct atm_flow_data *flow; in atm_tc_bind_filter()
145 struct atm_flow_data *flow = (struct atm_flow_data *)cl; in atm_tc_put()
199 struct atm_flow_data *flow = (struct atm_flow_data *)*arg; in atm_tc_change()
200 struct atm_flow_data *excess = NULL; in atm_tc_change()
244 excess = (struct atm_flow_data *) in atm_tc_change()
279 flow = kzalloc(sizeof(struct atm_flow_data) + hdr_len, GFP_KERNEL); in atm_tc_change()
324 struct atm_flow_data *flow = (struct atm_flow_data *)arg; in atm_tc_delete()
348 struct atm_flow_data *flow; in atm_tc_walk()
367 struct atm_flow_data *flow = (struct atm_flow_data *)cl; in atm_tc_tcf_block()
379 struct atm_flow_data *flow; in atm_tc_enqueue()
388 !(flow = (struct atm_flow_data *)atm_tc_find(sch, skb->priority))) { in atm_tc_enqueue()
397 flow = (struct atm_flow_data *)res.class; in atm_tc_enqueue()
471 struct atm_flow_data *flow; in sch_atm_dequeue()
571 struct atm_flow_data *flow; in atm_tc_reset()
582 struct atm_flow_data *flow, *tmp; in atm_tc_destroy()
602 struct atm_flow_data *flow = (struct atm_flow_data *)cl; in atm_tc_dump_class()
650 struct atm_flow_data *flow = (struct atm_flow_data *)arg; in atm_tc_dump_class_stats()