Searched refs:ifqnext (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/inet/ipf/
H A Dip_nat.c4596 ipftq_t *ifq, *ifqnext; local
4608 for (ifq = ifs->ifs_nat_utqe; ifq != NULL; ifq = ifqnext) {
4609 ifqnext = ifq->ifq_next;
4682 ipftq_t *ifq, *ifqnext; local
4698 for (ifq = ifs->ifs_nat_utqe; ifq != NULL; ifq = ifqnext) {
4699 ifqnext = ifq->ifq_next;
4709 for (ifq = ifs->ifs_nat_utqe; ifq != NULL; ifq = ifqnext) {
4710 ifqnext = ifq->ifq_next;
H A Dip_state.c282 ipftq_t *ifq, *ifqnext; local
295 for (ifq = ifs->ifs_ips_utqe; ifq != NULL; ifq = ifqnext) {
296 ifqnext = ifq->ifq_next;
3423 ipftq_t *ifq, *ifqnext; local
3449 for (ifq = ifs->ifs_ips_utqe; ifq != NULL; ifq = ifqnext) {
3450 ifqnext = ifq->ifq_next;

Completed in 123 milliseconds