Home
last modified time | relevance | path

Searched refs:TH_OPENING (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/sys/netpfil/ipfilter/netinet/
H A Dip_pptp_pxy.c518 if ((tcp->th_flags & TH_OPENING) == TH_OPENING) { in ipf_p_pptp_inout()
H A Dip_state.c1583 if ((tcp->th_flags & TH_OPENING) == TH_SYN) in ipf_state_add()
1975 if ((tcp->th_flags & TH_OPENING) == TH_SYN) { in ipf_state_tcp()
2154 ((tcpflags & TH_OPENING) == TH_OPENING))) { in ipf_state_tcpinwindow()
3980 if ((tcpflags & TH_OPENING) == TH_OPENING) { in ipf_tcp_age()
3987 } else if ((tcpflags & TH_OPENING) == TH_SYN) { in ipf_tcp_age()
4058 } else if ((tcpflags & TH_OPENING) == TH_OPENING) { in ipf_tcp_age()
4080 TH_OPENING) { in ipf_tcp_age()
H A Dip_state.h136 #define TH_OPENING (TH_SYN|TH_ACK) macro
H A Dip_ftp_pxy.c1245 if ((mlen == 0) && ((tcp->th_flags & TH_OPENING) == TH_OPENING)) { in ipf_p_ftp_process()