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

  /src/sys/external/bsd/ipf/netinet/
ip_state.h 87 #define is_die is_sti.tqe_die
ip_nat.h 166 #define nat_age nat_tqe.tqe_die
177 #define nat_die nat_tqe.tqe_die
fil.c 5809 tqe->tqe_die = ticks + ifq->ifq_ttl;
5855 tqe->tqe_die = ticks + ifq->ifq_ttl;
5893 tqe->tqe_die = ticks + nifq->ifq_ttl;
5899 (tqe->tqe_next->tqe_die == tqe->tqe_die)) {
8711 /* - tqe_die is the time, in the future, when entries die. */
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 */
8717 /* - both tqe_die and tqe_touched increase over time */
8718 /* - timeout queues are sorted with the highest value of tqe_die at the *
    [all...]
ip_fil.h 1291 u_32_t tqe_die; /* when this entriy is to die */ member in struct:ipftqent
ip_state.c 3680 if (tqe->tqe_die > softc->ipf_ticks)
3691 if (tqe->tqe_die > softc->ipf_ticks)
ip_nat.c 5811 if (tqe->tqe_die > softc->ipf_ticks)
5820 if (tqe->tqe_die > softc->ipf_ticks)

Completed in 29 milliseconds