Searched refs:natl (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/uts/common/inet/ipf/netinet/ |
H A D | ip_rpcb_pxy.c | 1183 nat_t *natl; local 1232 natl = nat_inlookup(&fi, nflags, proto, fi.fin_src, fi.fin_dst); 1234 if ((natl != NULL) && (is != NULL)) { 1248 if (natl == NULL) { 1270 natl = nat_new(&fi, ipn, NULL, nflags|SI_CLONE|NAT_SLAVE, 1275 if (natl == NULL) { 1281 (void) nat_proto(&fi, natl, nflags); 1282 nat_update(&fi, natl, natl->nat_ptr);
|
/titanic_50/usr/src/uts/common/inet/ipf/ |
H A D | ip_nat.c | 2101 nat_t *natl; local 2205 natl = NULL; 2281 natl = nat_inlookup(fin, flags & ~(SI_WILDP|NAT_SEARCH), 2290 if ((natl != NULL) && 2295 } while (natl != NULL); 2349 nat_t *natl; local 2471 natl = nat_outlookup(fin, flags & ~(SI_WILDP|NAT_SEARCH), 2475 if (natl != NULL) 2528 nat_t *nat, *natl; local 2615 natl = nat_outlookup(fin, nflags, (u_int)fin->fin_p, [all …]
|
H A D | ip_nat6.c | 290 nat_t *natl; local 404 natl = NULL; 489 natl = nat6_inlookup(fin, flags & ~(SI_WILDP|NAT_SEARCH), 498 if ((natl != NULL) && 504 } while (natl != NULL); 557 nat_t *natl; local 686 natl = nat6_outlookup(fin, flags & ~(SI_WILDP|NAT_SEARCH), 690 if (natl != NULL) 745 nat_t *nat, *natl; local 829 natl = nat6_outlookup(fin, nflags, (u_int)fin->fin_p, [all …]
|