Home
last modified time | relevance | path

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

/freebsd-13.1/sys/netpfil/ipfilter/netinet/
H A Dfil.c8745 istart = IPF_TTLVAL(86400 * 4);
8746 interval = IPF_TTLVAL(43200);
8748 istart = IPF_TTLVAL(43200);
8749 interval = IPF_TTLVAL(1800);
8751 istart = IPF_TTLVAL(1800);
8752 interval = IPF_TTLVAL(30);
8793 if (interval == IPF_TTLVAL(43200)) {
8794 interval = IPF_TTLVAL(1800);
8796 interval = IPF_TTLVAL(30);
8901 newtimeout = IPF_TTLVAL(seconds);
[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.h1271 #define IPF_TTLVAL(x) (((x) / IPF_HZ_MULT) * IPF_HZ_DIVIDE) macro
1509 #define ONE_DAY IPF_TTLVAL(1 * 86400) /* 1 day */
H A Dip_frag.c193 softf->ipfr_ttl = IPF_TTLVAL(60); in ipf_frag_soft_create()
H A Dip_pool.c831 x->ipn_die = softc->ipf_ticks + IPF_TTLVAL(x->ipn_die); in ipf_pool_insert_node()
H A Dip_htable.c910 ipe->ipe_die = softc->ipf_ticks + IPF_TTLVAL(ipe->ipe_die); in ipf_htent_insert()
H A Dip_state.c184 #define ONE_DAY IPF_TTLVAL(1 * 86400) /* 1 day */
258 softs->ipf_state_wm_freq = IPF_TTLVAL(10); in ipf_state_soft_create()
3849 which = IPF_TTLVAL(which); in ipf_state_flush()
H A Dip_nat.c344 softn->ipf_nat_defipage = IPF_TTLVAL(60); in ipf_nat_soft_create()
345 softn->ipf_nat_deficmpage = IPF_TTLVAL(3); in ipf_nat_soft_create()
6709 which = IPF_TTLVAL(which); in ipf_nat_extraflush()
6736 IPF_TTLVAL(5)) { in ipf_nat_extraflush()