Searched refs:natl (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_rpcb_pxy.c1183 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);
1300 * nat_delete(natl, NL_EXPIR
[all...]
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_nat.c2101 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
5071 struct natlog natl; local
[all...]
H A Dip_nat6.c290 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
[all...]

Completed in 370 milliseconds