Home | History | Annotate | Download | only in netinet

Lines Matching defs:tqe

3252 	ipftqent_t *tqe;
3362 tqe = &is->is_sti;
3363 if ((tqe->tqe_flags & TQE_RULEBASED) != 0)
3369 ipf_movequeue(softc->ipf_ticks, tqe, tqe->tqe_ifq, ifq);
3672 ipftqent_t *tqe, *tqn;
3679 for (tqn = ifq->ifq_head; ((tqe = tqn) != NULL); ) {
3680 if (tqe->tqe_die > softc->ipf_ticks)
3682 tqn = tqe->tqe_next;
3683 is = tqe->tqe_parent;
3690 for (tqn = ifq->ifq_head; ((tqe = tqn) != NULL); ) {
3691 if (tqe->tqe_die > softc->ipf_ticks)
3693 tqn = tqe->tqe_next;
3694 is = tqe->tqe_parent;
3742 ipftqent_t *tqe
3780 for (tqn = ifq->ifq_head; ((tqe = tqn) != NULL); ) {
3781 tqn = tqe->tqe_next;
3782 is = tqe->tqe_parent;
3795 for (tqn = ifq->ifq_head; ((tqe = tqn) != NULL); ) {
3796 tqn = tqe->tqe_next;
3797 is = tqe->tqe_parent;
3828 tqe = tqn;
3829 tqn = tqe->tqe_next;
3830 is = tqe->tqe_parent;
3912 /* Parameters: tqe(I) - pointer to timeout queue information */
3957 /* Locking: it is assumed that the parent of the tqe structure is locked. */
3960 ipf_tcp_age(ipftqent_t *tqe, fr_info_t *fin, ipftq_t *tqtab, int flags, int ok)
3973 ostate = tqe->tqe_state[1 - dir];
3974 nstate = tqe->tqe_state[dir];
3983 tqe->tqe_state[1 - dir] = IPF_TCPS_CLOSE_WAIT;
4275 tqe->tqe_state[dir] = nstate;
4276 if ((tqe->tqe_flags & TQE_RULEBASED) == 0)
4277 ipf_movequeue(softc->ipf_ticks, tqe, tqe->tqe_ifq,