Searched refs:ipf_tcptimeout (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/contrib/ipfilter/netinet/
H A Dmlfk_ipl.c122 &VNET_NAME(ipfmain.ipf_tcptimeout), 0, "");
H A Dip_state.c4126 * the timeout here to ipf_tcptimeout because a
4663 tqp[IPF_TCPS_LISTEN].ifq_ttl = softc->ipf_tcptimeout;
4669 tqp[IPF_TCPS_CLOSING].ifq_ttl = softc->ipf_tcptimeout;
4673 tqp[IPF_TCPS_HALF_ESTAB].ifq_ttl = softc->ipf_tcptimeout;
H A Dip_fil.h1540 u_int ipf_tcptimeout; member in struct:ipf_main_softc_s
H A Dfil.c328 { { (void *)offsetof(ipf_main_softc_t, ipf_tcptimeout) },
330 stsizeof(ipf_main_softc_t, ipf_tcptimeout),
9321 softc->ipf_tcptimeout = IPF_TTLVAL(2 * TCP_MSL);

Completed in 131 milliseconds