HomeSort by: relevance | last modified time | path
    Searched refs:nat_next (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/ipf/netinet/
ip_nat.c 1724 for (n = softn->ipf_nat_instances; n; n = n->nat_next)
1817 for (n = softn->ipf_nat_instances; n; n = n->nat_next)
1826 ipn->ipn_next = nat->nat_next;
2175 for (n = softn->ipf_nat_instances; n; n = n->nat_next)
2298 *nat->nat_pnext = nat->nat_next;
2299 if (nat->nat_next != NULL) {
2300 nat->nat_next->nat_pnext = nat->nat_pnext;
2301 nat->nat_next = NULL;
2535 next = nat->nat_next;
3508 nat->nat_next = softn->ipf_nat_instances
    [all...]
ip_fil_compat.c 656 struct nat_4_1_25 *nat_next; member in struct:nat_4_1_25
699 struct nat *nat_next; member in struct:nat_4_1_14
741 struct nat *nat_next; member in struct:nat_4_1_3
4566 old->nat_next = (void *)nat->nat_next;
4625 old->nat_next = nat->nat_next;
4683 old->nat_next = nat->nat_next;
ip_nat.h 100 * per instace of IPFilter. In this linked list, nat_next always points to
103 * or simply the nat_next of the previous link in the list. The second place
115 struct nat *nat_next; member in struct:nat

Completed in 21 milliseconds