Home
last modified time | relevance | path

Searched refs:ipf_ticks (Results 1 – 10 of 10) sorted by relevance

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_ipsec_pxy.c309 ipf_queueback(softc->ipf_ticks,
335 ipf_queueback(softc->ipf_ticks,
420 ipsec->ipsc_state->is_die = softc->ipf_ticks + 1;
H A Dip_frag.c495 fra->ipfr_ttl = softc->ipf_ticks + softf->ipfr_ttl;
784 f->ipfr_ttl = softc->ipf_ticks + 1;
837 if ((ipf->ipfr_ttl == softc->ipf_ticks + 1) && (nat != NULL)) {
1094 if (fra->ipfr_ttl > softc->ipf_ticks)
1103 if (fra->ipfr_ttl > softc->ipf_ticks)
1124 if (fra->ipfr_ttl > softc->ipf_ticks)
H A Dip_state.c408 softs->ipf_state_wm_last = softc->ipf_ticks;
526 issp->iss_ticks = softc->ipf_ticks;
1452 is->is_die = 1 + softc->ipf_ticks;
2031 ipf_movequeue(softc->ipf_ticks, &is->is_sti,
2376 clone->is_die = ONE_DAY + softc->ipf_ticks;
3756 if (tqe->tqe_die > softc->ipf_ticks)
3767 if (tqe->tqe_die > softc->ipf_ticks)
3787 softs->ipf_state_wm_last = softc->ipf_ticks;
3961 softs->ipf_state_wm_last = softc->ipf_ticks;
4976 ipf_queueappend(softc->ipf_ticks, &is->is_sti,
[all …]
H A Dip_pptp_pxy.c238 ipf_queueback(softc->ipf_ticks, &nat2->nat_tqe);
258 ipf_queueback(softc->ipf_ticks, &pptp->pptp_state->is_sti);
H A Dfil.c4285 fiop->f_ticks = softc->ipf_ticks;
7588 if (it->ipt_die > softc->ipf_ticks)
7744 it->ipt_die = softc->ipf_ticks + 20;
9042 if (istart > softc->ipf_ticks) {
9049 iend = softc->ipf_ticks - interval;
9054 try = softc->ipf_ticks - istart;
9086 if (interval >= softc->ipf_ticks)
9089 iend = softc->ipf_ticks - interval;
9793 if (fr->fr_die > softc->ipf_ticks)
9803 if (fr->fr_die > softc->ipf_ticks)
[all …]
H A Dip_sync.c1399 if ((softc->ipf_ticks >
1426 softs->ipf_sync_lastwakeup = softc->ipf_ticks;
1457 (softc->ipf_ticks >
H A Dip_nat.c1222 nsp->ns_ticks = softc->ipf_ticks;
4822 ipf_movequeue(softc->ipf_ticks, tqe, ifq, ifq2);
5892 if (tqe->tqe_die > softc->ipf_ticks)
5901 if (tqe->tqe_die > softc->ipf_ticks)
6578 ipf_movequeue(softc->ipf_ticks, &nat->nat_tqe, oifq, nifq);
6580 ipf_queueappend(softc->ipf_ticks, &nat->nat_tqe, nifq, nat);
6853 if (softc->ipf_ticks - nat->nat_touched > which) {
6876 if (softc->ipf_ticks - softn->ipf_nat_last_force_flush >
6878 softn->ipf_nat_last_force_flush = softc->ipf_ticks;
6986 ipf_movequeue(softc->ipf_ticks, &nat->nat_tqe, oifq,
[all …]
H A Dip_pool.c874 x->ipn_die = softc->ipf_ticks + IPF_TTLVAL(x->ipn_die);
1458 if (n->ipn_die > softc->ipf_ticks)
H A Dip_htable.c971 ipe->ipe_die = softc->ipf_ticks + IPF_TTLVAL(ipe->ipe_die);
1434 if (n->ipe_die > softc->ipf_ticks)
H A Dip_fil.h1550 u_long ipf_ticks; member