Lines Matching defs:flow
787 * extract flow information from a given packet.
793 altq_extractflow(struct mbuf *m, int af, struct flowinfo *flow,
807 fin = (struct flowinfo_in *)flow;
836 fin6 = (struct flowinfo_in6 *)flow;
870 flow->fi_len = sizeof(struct flowinfo);
871 flow->fi_family = AF_UNSPEC;
1254 struct flowinfo flow;
1259 altq_extractflow(m, af, &flow, classifier->acc_fbmask);
1261 if (flow.fi_family == AF_INET) {
1262 struct flowinfo_in *fp = (struct flowinfo_in *)&flow;
1312 else if (flow.fi_family == AF_INET6) {
1313 struct flowinfo_in6 *fp6 = (struct flowinfo_in6 *)&flow;
1315 /* get the filter hash entry from its flow ID */
1322 /* go through this loop twice. first for flow hash, second
1561 * - when a first fragment is found, cache its flow info.