Home
last modified time | relevance | path

Searched refs:IPF_TTLVAL (Results 1 – 9 of 9) sorted by relevance

/src/sys/netpfil/ipfilter/netinet/
H A Dfil.c5214 f->fr_die = softc->ipf_ticks + IPF_TTLVAL(f->fr_die); in ipf_rule_expire_insert()
8816 if (softc->ipf_ticks > IPF_TTLVAL(43200 * 15 / 10)) {
8817 istart = IPF_TTLVAL(86400 * 4);
8818 interval = IPF_TTLVAL(43200);
8819 } else if (softc->ipf_ticks > IPF_TTLVAL(1800 * 15 / 10)) {
8820 istart = IPF_TTLVAL(43200);
8821 interval = IPF_TTLVAL(1800);
8822 } else if (softc->ipf_ticks > IPF_TTLVAL(30 * 15 / 10)) {
8823 istart = IPF_TTLVAL(1800);
8824 interval = IPF_TTLVAL(30);
[all …]
H A Dip_ipsec_pxy.c184 ttl = IPF_TTLVAL(softi->ipsec_nat_tqe->ifq_ttl); in ipf_p_ipsec_new()
H A Dip_pptp_pxy.c74 static int ipf_p_pptp_gretimeout = IPF_TTLVAL(120); /* 2 minutes */
H A Dip_fil.h1268 #define IPF_TTLVAL(x) (((x) / IPF_HZ_MULT) * IPF_HZ_DIVIDE) macro
1506 #define ONE_DAY IPF_TTLVAL(1 * 86400) /* 1 day */
H A Dip_frag.c187 softf->ipfr_ttl = IPF_TTLVAL(60); in ipf_frag_soft_create()
H A Dip_pool.c827 x->ipn_die = softc->ipf_ticks + IPF_TTLVAL(x->ipn_die); in ipf_pool_insert_node()
H A Dip_htable.c950 ipe->ipe_die = softc->ipf_ticks + IPF_TTLVAL(ipe->ipe_die); in ipf_htent_insert()
H A Dip_state.c179 #define ONE_DAY IPF_TTLVAL(1 * 86400) /* 1 day */
253 softs->ipf_state_wm_freq = IPF_TTLVAL(10); in ipf_state_soft_create()
3820 which = IPF_TTLVAL(which); in ipf_state_flush()
H A Dip_nat.c341 softn->ipf_nat_defipage = IPF_TTLVAL(60); in ipf_nat_soft_create()
342 softn->ipf_nat_deficmpage = IPF_TTLVAL(3); in ipf_nat_soft_create()
6745 which = IPF_TTLVAL(which); in ipf_nat_extraflush()
6772 IPF_TTLVAL(5)) { in ipf_nat_extraflush()