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

/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dipf_stack.h115 ipftuneable_t *ifs_ipf_tunelist; member in struct:ipf_stack
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dfil.c6565 *next = &ifs->ifs_ipf_tunelist;
6570 for (tap = &ifs->ifs_ipf_tunelist; (ta = *tap) != NULL; tap = &ta->ipft_next)
6603 for (ta = ifs->ifs_ipf_tunelist; ta != NULL; ta = ta->ipft_next)
6631 for (tap = &ifs->ifs_ipf_tunelist; *tap != NULL; tap = &(*tap)->ipft_next)
6656 for (tap = &ifs->ifs_ipf_tunelist; (ta = *tap) != NULL; tap = &ta->ipft_next)

Completed in 58 milliseconds