Searched refs:fbmask (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/sys/altq/
H A Daltq_subr.c1348 apply_filter4(u_int32_t fbmask, struct flow_filter *filt, argument
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, argument
1386 if ((fbmask
1400 apply_tosfilter4(u_int32_t fbmask, struct flow_filter *filt, struct flowinfo_in *pkt) argument
1414 apply_filter6(u_int32_t fbmask, struct flow_filter6 *filt, struct flowinfo_in6 *pkt) argument
[all...]
H A Daltq_wfq.h125 u_int32_t fbmask; /* filter bitmask */ member in struct:wfqstate
H A Daltq_wfq.c152 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 |
[all...]
/netbsd-current/sys/arch/mac68k/mac68k/
H A Dmachdep.c1824 u_long fbmask; member in struct:intvid_info_t
2455 (phys & ~iip->fbmask) >= iip->fbbase &&
2456 (phys & ~iip->fbmask) < (iip->fbbase + iip->fblen)) {
2457 mac68k_video.mv_phys = phys & ~iip->fbmask;
2466 phys &= ~iip->fbmask;
/netbsd-current/sys/ufs/lfs/
H A Dlfs_accessors.h1220 LFS_DEF_SB_ACCESSOR(uint64_t, fbmask)

Completed in 261 milliseconds