Searched refs:ifs_ipf_tunelist (Results 1 – 2 of 2) sorted by relevance
115 ipftuneable_t *ifs_ipf_tunelist; member
6568 *next = &ifs->ifs_ipf_tunelist;6573 for (tap = &ifs->ifs_ipf_tunelist; (ta = *tap) != NULL; tap = &ta->ipft_next)6606 for (ta = ifs->ifs_ipf_tunelist; ta != NULL; ta = ta->ipft_next)6634 for (tap = &ifs->ifs_ipf_tunelist; *tap != NULL; tap = &(*tap)->ipft_next)6659 for (tap = &ifs->ifs_ipf_tunelist; (ta = *tap) != NULL; tap = &ta->ipft_next)