Home | History | Annotate | Download | only in netinet

Lines Matching refs:ipf_ticks

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,
6895 ipf_queueappend(softc->ipf_ticks, &nat->nat_tqe,
7602 if (ipf_nat_matcharray(nat, array, softc->ipf_ticks) == 0) {