Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/contrib/ipfilter/netinet/
Dfil.c6112 for (tap = &ipf_tunelist; (ta = *tap) != NULL; tap = &ta->ipft_next)
6115 *next = &ta->ipft_next;
6144 for (ta = ipf_tunelist; ta != NULL; ta = ta->ipft_next)
6171 for (tap = &ipf_tunelist; *tap != NULL; tap = &(*tap)->ipft_next)
6174 newtune->ipft_next = NULL;
6195 for (tap = &ipf_tunelist; (ta = *tap) != NULL; tap = &ta->ipft_next)
6197 *tap = oldtune->ipft_next;
6198 oldtune->ipft_next = NULL;
Dip_fil.h1132 struct ipftuneable *ipft_next; member