Searched refs:ipf_nat_instances (Results 1 – 2 of 2) sorted by relevance
1719 nat = softn->ipf_nat_instances;1823 nat = softn->ipf_nat_instances;1825 if (softn->ipf_nat_instances == NULL) {3554 nat->nat_next = softn->ipf_nat_instances;3556 if (softn->ipf_nat_instances)3558 softn->ipf_nat_instances = nat;4874 softn->ipf_nat_instances == NULL)5367 softn->ipf_nat_instances == NULL)6658 nextnat = softn->ipf_nat_instances;6769 for (natp = &softn->ipf_nat_instances;[all …]
643 nat_t *ipf_nat_instances; member