Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/ipf/netinet/
H A Dip_state.c2122 u_32_t win, maxwin; in ipf_state_tcpinwindow() local
2182 maxwin = tdata->td_maxwin; in ipf_state_tcpinwindow()
2201 (SEQ_GE(seq, fdata->td_end - maxwin)) && in ipf_state_tcpinwindow()
2247 else if (SEQ_GE(seq + maxwin, fdata->td_end - maxwin)) in ipf_state_tcpinwindow()