Lines Matching refs:ipf_ticks
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)) {
8765 } else if (softc->ipf_ticks > IPF_TTLVAL(1800 * 15 / 10)) {
8768 } else if (softc->ipf_ticks > IPF_TTLVAL(30 * 15 / 10)) {
8774 if (istart > softc->ipf_ticks) {
8775 if (softc->ipf_ticks - interval < interval)
8778 istart = (softc->ipf_ticks / interval) * interval;
8781 iend = softc->ipf_ticks - interval;
8786 try = softc->ipf_ticks - istart;
8818 if (interval >= softc->ipf_ticks)
8821 iend = softc->ipf_ticks - interval;
9506 if (fr->fr_die > softc->ipf_ticks)
9516 if (fr->fr_die > softc->ipf_ticks)
9809 softc->ipf_ticks++;