nat_list
struct cfg_nat *(*lookup_nat_ptr)(struct nat_list *, int);
lookup_nat(struct nat_list *l, int nat_id)
lookup_nat_name(struct nat_list *l, char *name)
LIST_HEAD(nat_list, cfg_nat) nat; /* list of nat entries */