Searched refs:nat_new (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_raudio_pxy.c322 nat2 = nat_new(&fi, nat->nat_ptr, NULL,
340 nat2 = nat_new(&fi, nat->nat_ptr, NULL,
H A Dip_ipsec_pxy.c198 ipsec->ipsc_nat = nat_new(&fi, ipn, &ipsec->ipsc_nat,
260 ipsec->ipsc_nat = nat_new(&fi, &ipsec->ipsc_rule,
H A Dip_rcmd_pxy.c217 nat2 = nat_new(&fi, nat->nat_ptr, NULL, nflags, nat->nat_dir);
H A Dip_h323_pxy.c310 nat2 = nat_new(&fi, nat->nat_ptr, NULL,
H A Dip_irc_pxy.c433 nat2 = nat_new(&fi, nat->nat_ptr, NULL,
H A Dip_nat.h467 extern nat_t *nat_new __P((fr_info_t *, ipnat_t *, nat_t **, u_int, int));
H A Dip_pptp_pxy.c221 nat2 = nat_new(&fi, &pptp->pptp_rule, &pptp->pptp_nat,
H A Dip_ftp_pxy.c392 nat2 = nat_new(&fi, nat->nat_ptr, NULL, flags, nat->nat_dir);
725 tcp2->th_sport = 0; /* XXX - fake it for nat_new */
755 nat2 = nat_new(&fi, nat->nat_ptr, NULL, nflags, nat->nat_dir);
H A Dip_rpcb_pxy.c1251 * the 'temp' copy off to nat_new instead?
1270 natl = nat_new(&fi, ipn, NULL, nflags|SI_CLONE|NAT_SLAVE,
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_nat.c2501 /* Function: nat_new */
2519 nat_t *nat_new(fin, np, natsave, flags, direction) function
3986 nat = nat_new(fin, np, NULL, nflags, NAT_OUTBOUND);
4312 nat = nat_new(fin, np, NULL, nflags, NAT_INBOUND);

Completed in 87 milliseconds