Searched refs:ipft_next (Results 1 – 3 of 3) sorted by relevance
6573 for (tap = &ifs->ifs_ipf_tunelist; (ta = *tap) != NULL; tap = &ta->ipft_next)6576 *next = &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)6637 newtune->ipft_next = NULL;6659 for (tap = &ifs->ifs_ipf_tunelist; (ta = *tap) != NULL; tap = &ta->ipft_next)6661 *tap = oldtune->ipft_next;6662 oldtune->ipft_next = NULL;
1231 struct ipftuneable *ipft_next; member
124 ifsftp->ftptune.ipft_next = NULL;