Lines Matching defs:nat
153 void ipf_sync_natorder(int, struct nat *);
236 RWLOCK_INIT(&softs->ipf_syncnat, "add things to nat sync table");
337 /* nat(IO) - pointer to data to be converted. */
339 /* Do byte swapping on values in the NAT data structure that need to be */
425 /* structures in the state/NAT tables. */
571 /* for pending state/NAT updates. If no data is available, the caller is */
883 /* Deletes an object from the synclist nat table and free's its memory. */
903 /* Updates the NAT table according to information passed in the sync */
906 /* create a new NAT entry or update one. Deletion is left to the NAT */
914 nat_t *n, *nat;
939 nat = (nat_t *)data;
941 bcopy((char *)&nat->nat_age, (char *)&n->nat_age,
976 nat = sl->sl_ipn;
977 nat->nat_rev = sl->sl_rev;
979 MUTEX_ENTER(&nat->nat_lock);
980 ipf_nat_setqueue(softc, softc->ipf_nat_soft, nat);
981 MUTEX_EXIT(&nat->nat_lock);
1148 nat_t *nat;
1203 nat = sl->sl_ipn;
1204 st->stu_age = htonl(nat->nat_age);