Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dfil.c7577 ipftq_t *ifq, *ifqn; local
7589 ifqn = &ipfqs[stateval];
7590 while ((ifq = ifqn) != NULL) {
7591 ifqn = ifq->ifq_next;
7598 ifqn = userqs;
7599 while ((ifq = ifqn) != NULL) {
7600 ifqn = ifq->ifq_next;
7651 ipftq_t *ifq, *ifqn; local
7714 ifqn = userqs;
7715 while ((ifq = ifqn) != NULL) {
[all …]