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

/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dfil.c7574 ipftq_t *ifq, *ifqn; local
7586 ifqn = &ipfqs[stateval];
7587 while ((ifq = ifqn) != NULL) {
7588 ifqn = ifq->ifq_next;
7595 ifqn = userqs;
7596 while ((ifq = ifqn) != NULL) {
7597 ifqn = ifq->ifq_next;
7648 ipftq_t *ifq, *ifqn; local
7711 ifqn = userqs;
7712 while ((ifq = ifqn) !
[all...]

Completed in 58 milliseconds