Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_state.h117 #define IS_TCPFSM 0x10000 macro
H A Dip_state.c1629 flags |= IS_TCPFSM;
2015 if (((is->is_flags & IS_TCPFSM) != 0) && (source == 1) &&
2210 (!(flags & IS_TCPFSM) ||
2270 } else if (!(flags & IS_TCPFSM)) {
4093 if (((flags & IS_TCPFSM) == 0) &&