Home
last modified time | relevance | path

Searched refs:tqn (Results 1 – 3 of 3) sorted by relevance

/netbsd/sys/external/bsd/ipf/netinet/
H A Dip_state.c3672 ipftqent_t *tqe, *tqn; in ipf_state_expire() local
3679 for (tqn = ifq->ifq_head; ((tqe = tqn) != NULL); ) { in ipf_state_expire()
3682 tqn = tqe->tqe_next; in ipf_state_expire()
3690 for (tqn = ifq->ifq_head; ((tqe = tqn) != NULL); ) { in ipf_state_expire()
3693 tqn = tqe->tqe_next; in ipf_state_expire()
3742 ipftqent_t *tqe, *tqn; in ipf_state_flush() local
3780 for (tqn = ifq->ifq_head; ((tqe = tqn) != NULL); ) { in ipf_state_flush()
3795 for (tqn = ifq->ifq_head; ((tqe = tqn) != NULL); ) { in ipf_state_flush()
3827 while (tqn != NULL) { in ipf_state_flush()
3828 tqe = tqn; in ipf_state_flush()
[all …]
H A Dip_nat.c5802 ipftqent_t *tqe, *tqn; in ipf_nat_expire() local
5810 for (tqn = ifq->ifq_head; ((tqe = tqn) != NULL); i++) { in ipf_nat_expire()
5813 tqn = tqe->tqe_next; in ipf_nat_expire()
5819 for (tqn = ifq->ifq_head; ((tqe = tqn) != NULL); i++) { in ipf_nat_expire()
5822 tqn = tqe->tqe_next; in ipf_nat_expire()
6667 ipftqent_t *tqn; in ipf_nat_extraflush() local
6698 for (tqn = ifq->ifq_head; tqn != NULL; ) { in ipf_nat_extraflush()
6700 tqn = tqn->tqe_next; in ipf_nat_extraflush()
6714 for (tqn = ifq->ifq_head; tqn != NULL; ) { in ipf_nat_extraflush()
6716 tqn = tqn->tqe_next; in ipf_nat_extraflush()
[all …]
H A Dfil.c8736 ipftqent_t *tqe, *tqn; in ipf_queueflush() local
8739 for (tqn = ipfqs[IPF_TCPS_CLOSED].ifq_head; ((tqe = tqn) != NULL); ) { in ipf_queueflush()
8740 tqn = tqe->tqe_next; in ipf_queueflush()
8745 for (tqn = ipfqs[IPF_TCPS_TIME_WAIT].ifq_head; in ipf_queueflush()
8746 ((tqe = tqn) != NULL); ) { in ipf_queueflush()
8747 tqn = tqe->tqe_next; in ipf_queueflush()
8789 for (tqn = ifq->ifq_head; ((tqe = tqn) != NULL); ) { in ipf_queueflush()
8792 tqn = tqe->tqe_next; in ipf_queueflush()
8801 for (tqn = ifq->ifq_head; ((tqe = tqn) != NULL); ) { in ipf_queueflush()
8804 tqn = tqe->tqe_next; in ipf_queueflush()