Lines Matching defs:flow
1007 * extract flow information from a given packet.
1013 altq_extractflow(m, af, flow, filt_bmask)
1016 struct flowinfo *flow;
1030 fin = (struct flowinfo_in *)flow;
1059 fin6 = (struct flowinfo_in6 *)flow;
1093 flow->fi_len = sizeof(struct flowinfo);
1094 flow->fi_family = AF_UNSPEC;
1491 struct flowinfo flow;
1496 altq_extractflow(m, af, &flow, classifier->acc_fbmask);
1498 if (flow.fi_family == AF_INET) {
1499 struct flowinfo_in *fp = (struct flowinfo_in *)&flow;
1549 else if (flow.fi_family == AF_INET6) {
1550 struct flowinfo_in6 *fp6 = (struct flowinfo_in6 *)&flow;
1552 /* get the filter hash entry from its flow ID */
1559 /* go through this loop twice. first for flow hash, second
1810 * - when a first fragment is found, cache its flow info.