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)
1818 for (n = softn->ipf_nat_instances; n; n = n->nat_next)
1827 ipn->ipn_next = nat->nat_next;
2176 for (n = softn->ipf_nat_instances; n; n = n->nat_next)
2299 *nat->nat_pnext = nat->nat_next;
2300 if (nat->nat_next != NULL) {
2301 nat->nat_next->nat_pnext = nat->nat_pnext;
2302 nat->nat_next = NULL;
2536 next = nat->nat_next;
3509 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 22 milliseconds