Home
last modified time | relevance | path

Searched refs:TQE_RULEBASED (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_state.c1707 is->is_sti.tqe_flags |= TQE_RULEBASED;
1714 is->is_sti.tqe_flags |= TQE_RULEBASED;
3290 if (((is->is_sti.tqe_flags & TQE_RULEBASED) != 0) &&
3429 if ((tqe->tqe_flags & TQE_RULEBASED) != 0)
4360 if ((tqe->tqe_flags & TQE_RULEBASED) == 0)
4778 if ((is->is_sti.tqe_flags & TQE_RULEBASED) != 0)
H A Dip_fil.h1234 #define TQE_RULEBASED 0x00000001 macro