Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/netpfil/ipfilter/netinet/
HDip_state.c1926 td->td_winflags |= TCP_SACK_PERMIT; in ipf_tcpoptions()
2201 (fdata->td_winflags & TCP_SACK_PERMIT) && in ipf_state_tcpinwindow()
2202 (tdata->td_winflags & TCP_SACK_PERMIT)) { in ipf_state_tcpinwindow()
HDip_fil.h1138 #define TCP_SACK_PERMIT 0x00000004 macro