Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dfil.c6989 for (tap = ptop; (ta = *tap) != NULL; tap = &ta->ipft_next)
6992 *next = &ta->ipft_next;
7018 for (ta = top; ta != NULL; ta = ta->ipft_next)
7086 t[0].ipft_next = &t[1];
7087 t->ipft_next = NULL;
7125 *p = t->ipft_next;
7167 copy[i].ipft_next = copy + i + 1;
7199 newtune->ipft_next = NULL;
7224 tap = &ta->ipft_next) {
7226 *tap = oldtune->ipft_next;
[all …]
H A Dip_fil.h1337 struct ipftuneable *ipft_next; member