Home | History | Annotate | Download | only in netinet

Lines Matching refs:IPF_TTLVAL

5159 	f->fr_die = softc->ipf_ticks + IPF_TTLVAL(f->fr_die);
8762 if (softc->ipf_ticks > IPF_TTLVAL(43200 * 15 / 10)) {
8763 istart = IPF_TTLVAL(86400 * 4);
8764 interval = IPF_TTLVAL(43200);
8765 } else if (softc->ipf_ticks > IPF_TTLVAL(1800 * 15 / 10)) {
8766 istart = IPF_TTLVAL(43200);
8767 interval = IPF_TTLVAL(1800);
8768 } else if (softc->ipf_ticks > IPF_TTLVAL(30 * 15 / 10)) {
8769 istart = IPF_TTLVAL(1800);
8770 interval = IPF_TTLVAL(30);
8811 if (interval == IPF_TTLVAL(43200)) {
8812 interval = IPF_TTLVAL(1800);
8813 } else if (interval == IPF_TTLVAL(1800)) {
8814 interval = IPF_TTLVAL(30);
8919 newtimeout = IPF_TTLVAL(seconds);
9041 softc->ipf_tcpclosewait = IPF_TTLVAL(2 * TCP_MSL);
9042 softc->ipf_tcplastack = IPF_TTLVAL(30);
9043 softc->ipf_tcptimewait = IPF_TTLVAL(2 * TCP_MSL);
9044 softc->ipf_tcptimeout = IPF_TTLVAL(2 * TCP_MSL);
9045 softc->ipf_tcpsynsent = IPF_TTLVAL(2 * TCP_MSL);
9046 softc->ipf_tcpsynrecv = IPF_TTLVAL(2 * TCP_MSL);
9047 softc->ipf_tcpclosed = IPF_TTLVAL(30);
9048 softc->ipf_tcphalfclosed = IPF_TTLVAL(2 * 3600);
9049 softc->ipf_udptimeout = IPF_TTLVAL(120);
9050 softc->ipf_udpacktimeout = IPF_TTLVAL(12);
9051 softc->ipf_icmptimeout = IPF_TTLVAL(60);
9052 softc->ipf_icmpacktimeout = IPF_TTLVAL(6);
9053 softc->ipf_iptimeout = IPF_TTLVAL(60);