Home
last modified time | relevance | path

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

/freebsd-14.2/sys/netpfil/ipfilter/netinet/
H A Dip_compat.h1161 #define TCP_MSL 120 macro
H A Dfil.c9027 softc->ipf_tcpclosewait = IPF_TTLVAL(2 * TCP_MSL);
9029 softc->ipf_tcptimewait = IPF_TTLVAL(2 * TCP_MSL);
9030 softc->ipf_tcptimeout = IPF_TTLVAL(2 * TCP_MSL);
9031 softc->ipf_tcpsynsent = IPF_TTLVAL(2 * TCP_MSL);
9032 softc->ipf_tcpsynrecv = IPF_TTLVAL(2 * TCP_MSL);