Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dfil.c6569 for (tap = &ifs->ifs_ipf_tunelist; (ta = *tap) != NULL; tap = &ta->ipft_next)
6572 *next = &ta->ipft_next;
6602 for (ta = ifs->ifs_ipf_tunelist; ta != NULL; ta = ta->ipft_next)
6630 for (tap = &ifs->ifs_ipf_tunelist; *tap != NULL; tap = &(*tap)->ipft_next)
6633 newtune->ipft_next = NULL;
6655 for (tap = &ifs->ifs_ipf_tunelist; (ta = *tap) != NULL; tap = &ta->ipft_next)
6657 *tap = oldtune->ipft_next;
6658 oldtune->ipft_next = NULL;
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_fil.h1232 struct ipftuneable *ipft_next; member
H A Dip_ftp_pxy.c124 ifsftp->ftptune.ipft_next = NULL;