Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_state.c1925 td->td_winflags |= TCP_SACK_PERMIT; in ipf_tcpoptions()
2200 (fdata->td_winflags & TCP_SACK_PERMIT) && in ipf_state_tcpinwindow()
2201 (tdata->td_winflags & TCP_SACK_PERMIT)) { in ipf_state_tcpinwindow()
H A Dip_fil.h1136 #define TCP_SACK_PERMIT 0x00000004 macro