Lines Matching defs:fbmask
1585 apply_filter4(fbmask, filt, pkt)
1586 u_int32_t fbmask;
1592 if ((fbmask & FIMB4_SPORT) && filt->ff_flow.fi_sport != pkt->fi_sport)
1594 if ((fbmask & FIMB4_DPORT) && filt->ff_flow.fi_dport != pkt->fi_dport)
1596 if ((fbmask & FIMB4_DADDR) &&
1600 if ((fbmask & FIMB4_SADDR) &&
1604 if ((fbmask & FIMB4_PROTO) && filt->ff_flow.fi_proto != pkt->fi_proto)
1606 if ((fbmask & FIMB4_TOS) && filt->ff_flow.fi_tos !=
1609 if ((fbmask & FIMB4_GPI) && filt->ff_flow.fi_gpi != (pkt->fi_gpi))
1620 apply_ppfilter4(fbmask, filt, pkt)
1621 u_int32_t fbmask;
1627 if ((fbmask & FIMB4_SPORT) && filt->ff_flow.fi_sport != pkt->fi_sport)
1629 if ((fbmask & FIMB4_DPORT) && filt->ff_flow.fi_dport != pkt->fi_dport)
1631 if ((fbmask & FIMB4_PROTO) && filt->ff_flow.fi_proto != pkt->fi_proto)
1641 apply_tosfilter4(fbmask, filt, pkt)
1642 u_int32_t fbmask;
1648 if ((fbmask & FIMB4_TOS) && filt->ff_flow.fi_tos !=
1657 apply_filter6(fbmask, filt, pkt)
1658 u_int32_t fbmask;
1666 if ((fbmask & FIMB6_FLABEL) &&
1669 if ((fbmask & FIMB6_PROTO) &&
1672 if ((fbmask & FIMB6_SPORT) &&
1675 if ((fbmask & FIMB6_DPORT) &&
1678 if (fbmask & FIMB6_SADDR) {
1685 if (fbmask & FIMB6_DADDR) {
1692 if ((fbmask & FIMB6_TCLASS) &&
1696 if ((fbmask & FIMB6_GPI) &&