Home | History | Annotate | Download | only in netinet

Lines Matching refs:ipft_next

6796 	for (tap = ptop; (ta = *tap) != NULL; tap = &ta->ipft_next)
6799 *next = &ta->ipft_next;
6823 for (ta = top; ta != NULL; ta = ta->ipft_next)
6887 t[0].ipft_next = &t[1];
6888 t->ipft_next = NULL;
6894 for (p = &softc->ipf_tuners; (t = *p) != NULL; p = &t->ipft_next)
6915 for (p = &softc->ipf_tuners; (t = *p) != NULL; p = &t->ipft_next)
6924 *p = t->ipft_next;
6939 /* uninitialised pointers (ipft_next) so set them up. Now, ipftp_offset... */
6963 copy[i].ipft_next = copy + i + 1;
6977 /* owner of the object is not expected to ever change "ipft_next". */
6990 for (tap = &softc->ipf_tuners; *tap != NULL; tap = &(*tap)->ipft_next)
6993 newtune->ipft_next = NULL;
7016 tap = &ta->ipft_next) {
7018 *tap = oldtune->ipft_next;
7019 oldtune->ipft_next = NULL;