Lines Matching refs:atm_flow_data
42 #define VCC2FLOW(vcc) ((struct atm_flow_data *) ((vcc)->user_back))
44 struct atm_flow_data { struct
58 struct atm_flow_data *excess; /* flow for excess traffic; argument
65 struct atm_flow_data link; /* unclassified skbs go here */ argument
73 static inline struct atm_flow_data *lookup_flow(struct Qdisc *sch, u32 classid) in lookup_flow()
76 struct atm_flow_data *flow; in lookup_flow()
90 struct atm_flow_data *flow = (struct atm_flow_data *)arg; in atm_tc_graft()
107 struct atm_flow_data *flow = (struct atm_flow_data *)cl; in atm_tc_leaf()
116 struct atm_flow_data *flow; in atm_tc_find()
128 struct atm_flow_data *flow; in atm_tc_bind_filter()
146 struct atm_flow_data *flow = (struct atm_flow_data *)cl; in atm_tc_put()
200 struct atm_flow_data *flow = (struct atm_flow_data *)*arg; in atm_tc_change()
201 struct atm_flow_data *excess = NULL; in atm_tc_change()
246 excess = (struct atm_flow_data *) in atm_tc_change()
281 flow = kzalloc(sizeof(struct atm_flow_data) + hdr_len, GFP_KERNEL); in atm_tc_change()
326 struct atm_flow_data *flow = (struct atm_flow_data *)arg; in atm_tc_delete()
350 struct atm_flow_data *flow; in atm_tc_walk()
369 struct atm_flow_data *flow = (struct atm_flow_data *)cl; in atm_tc_tcf_block()
381 struct atm_flow_data *flow; in atm_tc_enqueue()
390 !(flow = (struct atm_flow_data *)atm_tc_find(sch, skb->priority))) { in atm_tc_enqueue()
399 flow = (struct atm_flow_data *)res.class; in atm_tc_enqueue()
473 struct atm_flow_data *flow; in sch_atm_dequeue()
573 struct atm_flow_data *flow; in atm_tc_reset()
584 struct atm_flow_data *flow, *tmp; in atm_tc_destroy()
604 struct atm_flow_data *flow = (struct atm_flow_data *)cl; in atm_tc_dump_class()
652 struct atm_flow_data *flow = (struct atm_flow_data *)arg; in atm_tc_dump_class_stats()