Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_state.c418 ipftq_t *ifq, *ifqnext; in ipf_state_soft_fini() local
431 for (ifq = softs->ipf_state_usertq; ifq != NULL; ifq = ifqnext) { in ipf_state_soft_fini()
432 ifqnext = ifq->ifq_next; in ipf_state_soft_fini()
3657 ipftq_t *ifq, *ifqnext; in ipf_state_expire() local
3673 for (ifq = softs->ipf_state_usertq; ifq != NULL; ifq = ifqnext) { in ipf_state_expire()
3674 ifqnext = ifq->ifq_next; in ipf_state_expire()
3685 for (ifq = softs->ipf_state_usertq; ifq != NULL; ifq = ifqnext) { in ipf_state_expire()
3686 ifqnext = ifq->ifq_next; in ipf_state_expire()
H A Dip_nat.c526 ipftq_t *ifq, *ifqnext; in ipf_nat_soft_fini() local
538 for (ifq = softn->ipf_nat_utqe; ifq != NULL; ifq = ifqnext) { in ipf_nat_soft_fini()
539 ifqnext = ifq->ifq_next; in ipf_nat_soft_fini()
5772 ipftq_t *ifq, *ifqnext; in ipf_nat_expire() local
5798 for (ifq = softn->ipf_nat_utqe; ifq != NULL; ifq = ifqnext) { in ipf_nat_expire()
5799 ifqnext = ifq->ifq_next; in ipf_nat_expire()
H A Dfil.c8717 ipftq_t *ifq, *ifqnext; local
8780 for (ifq = userqs; ifq != NULL; ifq = ifqnext) {
8781 ifqnext = ifq->ifq_next;