HomeSort by: relevance | last modified time | path
    Searched defs:ifqnext (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/ipf/netinet/
ip_state.c 430 ipftq_t *ifq, *ifqnext; local in function:ipf_state_soft_fini
443 for (ifq = softs->ipf_state_usertq; ifq != NULL; ifq = ifqnext) {
444 ifqnext = ifq->ifq_next;
3671 ipftq_t *ifq, *ifqnext; local in function:ipf_state_expire
3687 for (ifq = softs->ipf_state_usertq; ifq != NULL; ifq = ifqnext) {
3688 ifqnext = ifq->ifq_next;
3699 for (ifq = softs->ipf_state_usertq; ifq != NULL; ifq = ifqnext) {
3700 ifqnext = ifq->ifq_next;
ip_nat.c 535 ipftq_t *ifq, *ifqnext; local in function:ipf_nat_soft_fini
547 for (ifq = softn->ipf_nat_utqe; ifq != NULL; ifq = ifqnext) {
548 ifqnext = ifq->ifq_next;
5801 ipftq_t *ifq, *ifqnext; local in function:ipf_nat_expire
5827 for (ifq = softn->ipf_nat_utqe; ifq != NULL; ifq = ifqnext) {
5828 ifqnext = ifq->ifq_next;
fil.c 8735 ipftq_t *ifq, *ifqnext; local in function:ipf_queueflush
8798 for (ifq = userqs; ifq != NULL; ifq = ifqnext) {
8799 ifqnext = ifq->ifq_next;

Completed in 26 milliseconds