Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_state.c2107 u_32_t win, maxwin; in ipf_state_tcpinwindow() local
2167 maxwin = tdata->td_maxwin; in ipf_state_tcpinwindow()
2186 (SEQ_GE(seq, fdata->td_end - maxwin)) && in ipf_state_tcpinwindow()
2232 else if (SEQ_GE(seq + maxwin, fdata->td_end - maxwin)) in ipf_state_tcpinwindow()