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

/freebsd-10.2-release/sys/contrib/ipfilter/netinet/
H A Dfil.c6953 for (tap = ptop; (ta = *tap) != NULL; tap = &ta->ipft_next)
6956 *next = &ta->ipft_next;
6982 for (ta = top; ta != NULL; ta = ta->ipft_next)
7050 t[0].ipft_next = &t[1];
7051 t->ipft_next = NULL;
7057 for (p = &softc->ipf_tuners; (t = *p) != NULL; p = &t->ipft_next)
7080 for (p = &softc->ipf_tuners; (t = *p) != NULL; p = &t->ipft_next)
7089 *p = t->ipft_next;
7104 /* uninitialised pointers (ipft_next) so set them up. Now, ipftp_offset... */
7131 copy[i].ipft_next
[all...]
H A Dip_fil.h1401 struct ipftuneable *ipft_next; member in struct:ipftuneable

Completed in 111 milliseconds