Home
last modified time | relevance | path

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

/freebsd-14.2/sys/netpfil/ipfilter/netinet/
H A Dfil.c8749 istart = IPF_TTLVAL(86400 * 4);
8750 interval = IPF_TTLVAL(43200);
8752 istart = IPF_TTLVAL(43200);
8753 interval = IPF_TTLVAL(1800);
8755 istart = IPF_TTLVAL(1800);
8756 interval = IPF_TTLVAL(30);
8797 if (interval == IPF_TTLVAL(43200)) {
8798 interval = IPF_TTLVAL(1800);
8800 interval = IPF_TTLVAL(30);
8905 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.h1270 #define IPF_TTLVAL(x) (((x) / IPF_HZ_MULT) * IPF_HZ_DIVIDE) macro
1508 #define ONE_DAY IPF_TTLVAL(1 * 86400) /* 1 day */
H A Dip_frag.c191 softf->ipfr_ttl = IPF_TTLVAL(60); in ipf_frag_soft_create()
H A Dip_htable.c907 ipe->ipe_die = softc->ipf_ticks + IPF_TTLVAL(ipe->ipe_die); in ipf_htent_insert()
H A Dip_pool.c831 x->ipn_die = softc->ipf_ticks + IPF_TTLVAL(x->ipn_die); in ipf_pool_insert_node()
H A Dip_state.c183 #define ONE_DAY IPF_TTLVAL(1 * 86400) /* 1 day */
257 softs->ipf_state_wm_freq = IPF_TTLVAL(10); in ipf_state_soft_create()
3836 which = IPF_TTLVAL(which); in ipf_state_flush()
H A Dip_nat.c345 softn->ipf_nat_defipage = IPF_TTLVAL(60); in ipf_nat_soft_create()
346 softn->ipf_nat_deficmpage = IPF_TTLVAL(3); in ipf_nat_soft_create()
6713 which = IPF_TTLVAL(which); in ipf_nat_extraflush()
6740 IPF_TTLVAL(5)) { in ipf_nat_extraflush()