Searched refs:ifs_nat_list (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dipf_stack.h213 ipnat_t *ifs_nat_list; member in struct:ipf_stack
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_nat.c657 for (np = &ifs->ifs_nat_list; ((n = *np) != NULL);
765 ifs->ifs_nat_stats.ns_list = ifs->ifs_nat_list;
1140 if (ifs->ifs_nat_list == NULL) {
2044 ipnat_t *n, **np = &ifs->ifs_nat_list;
4907 for (n = ifs->ifs_nat_list; (n != NULL); n = n->in_next) {
4934 for (n = ifs->ifs_nat_list; (n != NULL); n = n->in_next) {
4954 for (n = ifs->ifs_nat_list; (n != NULL); n = n->in_next) {
4999 for (n = ifs->ifs_nat_list; n != NULL; n = n->in_next) {
5092 for (rulen = 0, np = ifs->ifs_nat_list; np;
5518 nextipnat = ifs->ifs_nat_list;
[all...]
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipftest.c642 for (ipn = ifs->ifs_nat_list; ipn != NULL; ipn = ipn->in_next)

Completed in 57 milliseconds