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

  /src/sys/external/bsd/ipf/netinet/
ip_nat6.c 500 nat->nat_hm = hm;
693 if (nat->nat_hm == NULL)
694 nat->nat_hm = ipf_nat6_hostmap(softn, np, &fin->fin_src6,
895 if ((nat->nat_hm == NULL) && ((np->in_flags & IPN_STICKY) != 0))
896 nat->nat_hm = ipf_nat6_hostmap(softn, np, &fin->fin_src6,
1110 if ((hm = nat->nat_hm) != NULL)
3381 nat->nat_hm = NULL;
ip_nat.c 2386 if (nat->nat_hm != NULL) {
2387 ipf_nat_hostmapdel(softc, &nat->nat_hm);
2643 nat->nat_hm = hm;
2817 if (nat->nat_hm == NULL)
2818 nat->nat_hm = ipf_nat_hostmap(softn, np, fin->fin_src,
3017 if ((nat->nat_hm == NULL) && ((np->in_flags & IPN_STICKY) != 0))
3018 nat->nat_hm = ipf_nat_hostmap(softn, np, fin->fin_src,
3228 if ((hm = nat->nat_hm) != NULL)
6286 if (clone->nat_hm)
6287 clone->nat_hm->hm_ref++
    [all...]
ip_fil_compat.c 660 struct hostmap *nat_hm; member in struct:nat_4_1_25
703 struct hostmap *nat_hm; member in struct:nat_4_1_14
745 struct hostmap *nat_hm; member in struct:nat_4_1_3
4572 old->nat_hm = nat->nat_hm;
4631 old->nat_hm = nat->nat_hm;
4689 old->nat_hm = nat->nat_hm;
ip_nat.h 119 struct hostmap *nat_hm; member in struct:nat

Completed in 23 milliseconds