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.c7573 ipftq_t *ifq, *ifqn; local
7585 ifqn = &ipfqs[stateval];
7586 while ((ifq = ifqn) != NULL) {
7587 ifqn = ifq->ifq_next;
7594 ifqn = userqs;
7595 while ((ifq = ifqn) != NULL) {
7596 ifqn = ifq->ifq_next;
7647 ipftq_t *ifq, *ifqn; local
7710 ifqn = userqs;
7711 while ((ifq = ifqn) != NULL) {
[all …]