Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/ipf/netinet/
H A Dip_state.c1941 td->td_winflags |= TCP_SACK_PERMIT; in ipf_tcpoptions()
2212 (fdata->td_winflags & TCP_SACK_PERMIT) && in ipf_state_tcpinwindow()
2213 (tdata->td_winflags & TCP_SACK_PERMIT)) { in ipf_state_tcpinwindow()
H A Dip_fil.h1198 #define TCP_SACK_PERMIT 0x00000004 macro