Home
last modified time | relevance | path

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

/src/sys/netpfil/ipfilter/netinet/
H A Dip_state.c2110 u_32_t win, maxwin; in ipf_state_tcpinwindow() local
2170 maxwin = tdata->td_maxwin; in ipf_state_tcpinwindow()
2189 (SEQ_GE(seq, fdata->td_end - maxwin)) && in ipf_state_tcpinwindow()
2221 else if (SEQ_GE(seq + maxwin, fdata->td_end - maxwin)) in ipf_state_tcpinwindow()