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

  /src/sys/altq/
altq_subr.c 822 fin->fi_dport = 0;
899 fin->fi_dport = 0;
942 fin->fi_dport = udp->uh_dport;
1355 if ((fbmask & FIMB4_DPORT) && filt->ff_flow.fi_dport != pkt->fi_dport)
1388 if ((fbmask & FIMB4_DPORT) && filt->ff_flow.fi_dport != pkt->fi_dport)
1525 if (filt->ff_flow.fi_dport != 0)
1597 fp->ip4f_info.fi_dport = fin->fi_dport;
    [all...]
altq_afmap.c 210 if (afm->afm_flowinfo4.fi_dport != 0 &&
211 afm->afm_flowinfo4.fi_dport != fp->fi_dport)
altq.h 109 u_int16_t fi_dport; /* dest port */ member in struct:flowinfo_in
altq_wfq.c 326 val2 = fp->fi_dport ^ fp->fi_sport ^ fp->fi_proto;
  /src/usr.sbin/altq/libaltq/
qop.c 968 ntoh16(filt->ff_flow.fi_dport));
1136 if (front->ff_flow.fi_dport != 0 && back->ff_flow.fi_dport != 0
1137 && front->ff_flow.fi_dport != back->ff_flow.fi_dport)
1268 dstport = ntohs(front->ff_flow.fi_dport);
1274 if (front->ff_flow.fi_dport == 0 &&
1275 back->ff_flow.fi_dport != 0) {
1276 dstport = ntohs(back->ff_flow.fi_dport);
quip_server.c 323 ntoh16(filt->ff_flow.fi_dport),
parser.c 599 if (!get_port(w, &sfilt.ff_flow.fi_dport)) {

Completed in 16 milliseconds