HomeSort by: relevance | last modified time | path
    Searched refs:fi_sport (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/altq/
altq_subr.c 821 fin->fi_sport = 0;
898 fin->fi_sport = 0;
941 fin->fi_sport = udp->uh_sport;
1353 if ((fbmask & FIMB4_SPORT) && filt->ff_flow.fi_sport != pkt->fi_sport)
1386 if ((fbmask & FIMB4_SPORT) && filt->ff_flow.fi_sport != pkt->fi_sport)
1523 if (filt->ff_flow.fi_sport != 0)
1596 fp->ip4f_info.fi_sport = fin->fi_sport;
    [all...]
altq_afmap.c 216 if (afm->afm_flowinfo4.fi_sport != 0 &&
217 afm->afm_flowinfo4.fi_sport != fp->fi_sport)
altq.h 110 u_int16_t fi_sport; /* src port */ member in struct:flowinfo_in
altq_wfq.c 326 val2 = fp->fi_dport ^ fp->fi_sport ^ fp->fi_proto;
399 val = fp->fi_sport;
  /src/usr.sbin/altq/libaltq/
qop.c 973 ntoh16(filt->ff_flow.fi_sport));
1133 if (front->ff_flow.fi_sport != 0 && back->ff_flow.fi_sport != 0
1134 && front->ff_flow.fi_sport != back->ff_flow.fi_sport)
1265 if (front->ff_flow.fi_sport == 0 &&
1266 back->ff_flow.fi_sport != 0) {
1267 srcport = ntohs(back->ff_flow.fi_sport);
1277 srcport = ntohs(front->ff_flow.fi_sport);
quip_server.c 325 ntoh16(filt->ff_flow.fi_sport),
parser.c 615 if (!get_port(w, &sfilt.ff_flow.fi_sport)) {

Completed in 16 milliseconds