HomeSort by: relevance | last modified time | path
    Searched refs:ipf_ticks (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/external/bsd/ipf/netinet/
ip_ipsec_pxy.c 300 ipf_queueback(softc->ipf_ticks,
326 ipf_queueback(softc->ipf_ticks,
406 ipsec->ipsc_state->is_die = softc->ipf_ticks + 1;
ip_frag.c 484 fra->ipfr_ttl = softc->ipf_ticks + softf->ipfr_ttl;
762 f->ipfr_ttl = softc->ipf_ticks + 1;
814 if ((ipf->ipfr_ttl == softc->ipf_ticks + 1) && (nat != NULL)) {
1051 * which is indicated by the ttl being less than or equal to ipf_ticks.
1054 if (fra->ipfr_ttl > softc->ipf_ticks)
1063 if (fra->ipfr_ttl > softc->ipf_ticks)
1084 if (fra->ipfr_ttl > softc->ipf_ticks)
ip_state.c 410 softs->ipf_state_wm_last = softc->ipf_ticks;
523 issp->iss_ticks = softc->ipf_ticks;
1424 is->is_die = 1 + softc->ipf_ticks;
1994 ipf_movequeue(softc->ipf_ticks, &is->is_sti,
2327 clone->is_die = ONE_DAY + softc->ipf_ticks;
3369 ipf_movequeue(softc->ipf_ticks, tqe, tqe->tqe_ifq, ifq);
3680 if (tqe->tqe_die > softc->ipf_ticks)
3691 if (tqe->tqe_die > softc->ipf_ticks)
3711 softs->ipf_state_wm_last = softc->ipf_ticks;
3849 if (softc->ipf_ticks - is->is_touched > which)
    [all...]
ip_pptp_pxy.c 237 ipf_queueback(softc->ipf_ticks, &nat2->nat_tqe);
257 ipf_queueback(softc->ipf_ticks, &pptp->pptp_state->is_sti);
fil.c 4230 fiop->f_ticks = softc->ipf_ticks;
5159 f->fr_die = softc->ipf_ticks + IPF_TTLVAL(f->fr_die);
7364 if (it->ipt_die > softc->ipf_ticks)
7512 it->ipt_die = softc->ipf_ticks + 20;
8702 /* how long ipf has been running (ipf_ticks.) Anything modified in the */
8705 /* die ipf_ticks 30*1.5 1800*1.5 | 43200*1.5 */
8712 /* - tqe_die - ipf_ticks is how long left the connection has to live in ipf */
8715 /* - the closer tqe_touched is to ipf_ticks, the further tqe_die will be */
8716 /* ipf_ticks any given timeout queue and vice versa. */
8762 if (softc->ipf_ticks > IPF_TTLVAL(43200 * 15 / 10))
    [all...]
ip_sync.c 1393 if ((softc->ipf_ticks >
1419 softs->ipf_sync_lastwakeup = softc->ipf_ticks;
1449 (softc->ipf_ticks >
ip_htable.c 927 ipe->ipe_die = softc->ipf_ticks + IPF_TTLVAL(ipe->ipe_die);
1367 if (n->ipe_die > softc->ipf_ticks)
ip_pool.c 855 x->ipn_die = softc->ipf_ticks + IPF_TTLVAL(x->ipn_die);
1402 if (n->ipn_die > softc->ipf_ticks)
ip_nat.c 1212 nsp->ns_ticks = softc->ipf_ticks;
4756 ipf_movequeue(softc->ipf_ticks, tqe, ifq, ifq2);
5811 if (tqe->tqe_die > softc->ipf_ticks)
5820 if (tqe->tqe_die > softc->ipf_ticks)
6497 ipf_movequeue(softc->ipf_ticks, &nat->nat_tqe, oifq, nifq);
6499 ipf_queueappend(softc->ipf_ticks, &nat->nat_tqe, nifq, nat);
6766 if (softc->ipf_ticks - nat->nat_touched > which) {
6789 if (softc->ipf_ticks - softn->ipf_nat_last_force_flush >
6791 softn->ipf_nat_last_force_flush = softc->ipf_ticks;
6892 ipf_movequeue(softc->ipf_ticks, &nat->nat_tqe, oifq
    [all...]
ip_fil.h 1635 u_long ipf_ticks; member in struct:ipf_main_softc_s

Completed in 43 milliseconds