Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_state.c3748 ipftqent_t *tqe, *tqn; local
3755 for (tqn = ifq->ifq_head; ((tqe = tqn) != NULL); ) {
3758 tqn = tqe->tqe_next;
3766 for (tqn = ifq->ifq_head; ((tqe = tqn) != NULL); ) {
3769 tqn = tqe->tqe_next;
3820 ipftqent_t *tqe, *tqn; local
3858 for (tqn = ifq->ifq_head; ((tqe = tqn) != NULL); ) {
3873 for (tqn = ifq->ifq_head; ((tqe = tqn) != NULL); ) {
3905 while (tqn != NULL) {
3906 tqe = tqn;
[all …]
H A Dip_nat.c5883 ipftqent_t *tqe, *tqn; local
5891 for (tqn = ifq->ifq_head; ((tqe = tqn) != NULL); i++) {
5894 tqn = tqe->tqe_next;
5900 for (tqn = ifq->ifq_head; ((tqe = tqn) != NULL); i++) {
5903 tqn = tqe->tqe_next;
6754 ipftqent_t *tqn; local
6785 for (tqn = ifq->ifq_head; tqn != NULL; ) {
6787 tqn = tqn->tqe_next;
6801 for (tqn = ifq->ifq_head; tqn != NULL; ) {
6803 tqn = tqn->tqe_next;
[all …]
H A Dfil.c9004 ipftqent_t *tqe, *tqn; local
9007 for (tqn = ipfqs[IPF_TCPS_CLOSED].ifq_head; ((tqe = tqn) != NULL); ) {
9008 tqn = tqe->tqe_next;
9013 for (tqn = ipfqs[IPF_TCPS_TIME_WAIT].ifq_head;
9014 ((tqe = tqn) != NULL); ) {
9015 tqn = tqe->tqe_next;
9057 for (tqn = ifq->ifq_head; ((tqe = tqn) != NULL); ) {
9060 tqn = tqe->tqe_next;
9069 for (tqn = ifq->ifq_head; ((tqe = tqn) != NULL); ) {
9072 tqn = tqe->tqe_next;