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.c6782 for (tap = ptop; (ta = *tap) != NULL; tap = &ta->ipft_next)
6785 *next = &ta->ipft_next;
6809 for (ta = top; ta != NULL; ta = ta->ipft_next)
6873 t[0].ipft_next = &t[1];
6874 t->ipft_next = NULL;
6910 *p = t->ipft_next;
6949 copy[i].ipft_next = copy + i + 1;
6979 newtune->ipft_next = NULL;
7002 tap = &ta->ipft_next) {
7004 *tap = oldtune->ipft_next;
[all …]
H A Dip_fil.h1338 struct ipftuneable *ipft_next; member