Lines Matching refs:proto
48 * if the flow (identified by the 5-tuple: saddr, daddr, sport, dport, proto)
73 (f->proto) + (f->sport) + (f->dport)) \
177 header->proto = *nexthdrp;
187 header->proto = *nexthdrp;
250 header->proto = ipha->ipha_protocol;
252 if ((header->proto == IPPROTO_TCP) ||
253 (header->proto == IPPROTO_UDP) ||
254 (header->proto == IPPROTO_SCTP)) {
274 header->proto = ip6h->ip6_nxt;
297 (flow->proto == header->proto) &&
474 flow->proto = header->proto;
699 tmp_frec->fl_use->fu_protocol = flow->proto;