Searched refs:atm_flow_data (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sched/
H A Dsch_atm.c52 #define VCC2FLOW(vcc) ((struct atm_flow_data *) ((vcc)->user_back))
55 struct atm_flow_data { struct
67 struct atm_flow_data *next;
68 struct atm_flow_data *excess; /* flow for excess traffic;
75 struct atm_flow_data link; /* unclassified skbs go here */
76 struct atm_flow_data *flows; /* NB: "link" is also on this
85 static int find_flow(struct atm_qdisc_data *qdisc,struct atm_flow_data *flow)
87 struct atm_flow_data *walk;
97 static __inline__ struct atm_flow_data *lookup_flow(struct Qdisc *sch,
101 struct atm_flow_data *flo
[all...]

Completed in 36 milliseconds