Home | History | Annotate | Download | only in netinet

Lines Matching defs:nt

985 	ipnat_t *nat, *nt, *n;
1014 nt = NULL;
1039 KMALLOCS(nt, ipnat_t *, natd->in_size);
1040 if (nt == NULL) {
1045 bzero(nt, natd->in_size);
1046 error = ipf_inobjsz(softc, data, nt, IPFOBJ_IPNAT,
1050 nat = nt;
1149 } else if (nt == NULL) {
1157 if (nat != nt)
1158 bcopy((char *)nat, (char *)nt, sizeof(*n));
1159 error = ipf_nat_siocaddnat(softc, softn, nt, getlock);
1163 nt = NULL;
1407 if (nt != NULL)
1408 KFREES(nt, nt->in_size);