Home | History | Annotate | Download | only in hal

Lines Matching refs:flow

71 	const struct flow *flow;
73 FOR_ARRAY_ELEMENT(&ini->flows, i, flow) {
74 if (strcmp(flow->name, name) == 0)
83 struct flow *flow;
88 flow = ARRAY_APPEND_ZERO(&ini->flows);
89 flow->name = name;
171 struct flow *flow;
180 flow = ARRAY_ELEMENT(&ini->flows, flow_id);
181 flow->type = port->type;
183 pplugin = &flow->to;
184 pport = &flow->to_port;
186 pplugin = &flow->from;
187 pport = &flow->from_port;
226 /* Fill flow info now because now the plugin array won't change */