Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfilter/netinet/
H A Dfil.c6866 for (tap = ptop; (ta = *tap) != NULL; tap = &ta->ipft_next)
6869 *next = &ta->ipft_next;
6893 for (ta = top; ta != NULL; ta = ta->ipft_next)
6957 t[0].ipft_next = &t[1];
6958 t->ipft_next = NULL;
6964 for (p = &softc->ipf_tuners; (t = *p) != NULL; p = &t->ipft_next)
6985 for (p = &softc->ipf_tuners; (t = *p) != NULL; p = &t->ipft_next)
6994 *p = t->ipft_next;
7033 copy[i].ipft_next = copy + i + 1;
7060 for (tap = &softc->ipf_tuners; *tap != NULL; tap = &(*tap)->ipft_next)
[all …]
H A Dip_fil.h1338 struct ipftuneable *ipft_next; member