Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dipf_stack.h115 ipftuneable_t *ifs_ipf_tunelist; member
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dfil.c6564 *next = &ifs->ifs_ipf_tunelist;
6569 for (tap = &ifs->ifs_ipf_tunelist; (ta = *tap) != NULL; tap = &ta->ipft_next)
6602 for (ta = ifs->ifs_ipf_tunelist; ta != NULL; ta = ta->ipft_next)
6630 for (tap = &ifs->ifs_ipf_tunelist; *tap != NULL; tap = &(*tap)->ipft_next)
6655 for (tap = &ifs->ifs_ipf_tunelist; (ta = *tap) != NULL; tap = &ta->ipft_next)