Home | History | Annotate | Download | only in netinet

Lines Matching refs:tqe_die

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 */
8925 tqe->tqe_die += delta;