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

  /src/sys/altq/
altq_subr.c 1348 apply_filter4(u_int32_t fbmask, struct flow_filter *filt,
1353 if ((fbmask & FIMB4_SPORT) && filt->ff_flow.fi_sport != pkt->fi_sport)
1355 if ((fbmask & FIMB4_DPORT) && filt->ff_flow.fi_dport != pkt->fi_dport)
1357 if ((fbmask & FIMB4_DADDR) &&
1361 if ((fbmask & FIMB4_SADDR) &&
1365 if ((fbmask & FIMB4_PROTO) && filt->ff_flow.fi_proto != pkt->fi_proto)
1367 if ((fbmask & FIMB4_TOS) && filt->ff_flow.fi_tos !=
1370 if ((fbmask & FIMB4_GPI) && filt->ff_flow.fi_gpi != (pkt->fi_gpi))
1381 apply_ppfilter4(u_int32_t fbmask, struct flow_filter *filt,
1386 if ((fbmask & FIMB4_SPORT) && filt->ff_flow.fi_sport != pkt->fi_sport
    [all...]
altq_wfq.h 125 u_int32_t fbmask; /* filter bitmask */ member in struct:wfqstate
altq_wfq.c 152 new_wfqp->fbmask = FIMB4_DADDR;
246 altq_extractflow(m, af, &flow, wfqp->fbmask);
603 wfqp->fbmask = FIMB4_DADDR;
605 wfqp->fbmask |= FIMB6_FLABEL; /* use flowlabel for ipv6 */
610 wfqp->fbmask = FIMB4_SPORT;
612 wfqp->fbmask |= FIMB6_SPORT;
617 wfqp->fbmask = FIMB4_ALL;
619 wfqp->fbmask |= FIMB6_FLABEL; /* use flowlabel for ipv6 */
624 wfqp->fbmask = FIMB4_DADDR;
626 wfqp->fbmask |= FIMB6_FLABEL; /* use flowlabel for ipv6 *
    [all...]
  /src/sys/arch/mac68k/mac68k/
machdep.c 1830 u_long fbmask; member in struct:intvid_info_t
2461 (phys & ~iip->fbmask) >= iip->fbbase &&
2462 (phys & ~iip->fbmask) < (iip->fbbase + iip->fblen)) {
2463 mac68k_video.mv_phys = phys & ~iip->fbmask;
2472 phys &= ~iip->fbmask;
  /src/sys/ufs/lfs/
lfs_accessors.h 1224 LFS_DEF_SB_ACCESSOR(uint64_t, fbmask)

Completed in 14 milliseconds