Home
last modified time | relevance | path

Searched refs:cfg_nat (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/netpfil/ipfw/
H A Dip_fw_nat.c83 struct cfg_nat { struct
85 LIST_ENTRY(cfg_nat) _next;
103 struct cfg_nat *ptr; in ifaddr_change() argument
158 del_redir_spool_cfg(struct cfg_nat *n, struct redir_chain *head) in del_redir_spool_cfg()
193 add_redir_spool_cfg(char *buf, struct cfg_nat *ptr) in add_redir_spool_cfg()
276 free_nat_instance(struct cfg_nat *ptr) in free_nat_instance()
292 ipfw_nat(struct ip_fw_args *args, struct cfg_nat *t, struct mbuf *m) in ipfw_nat()
461 static struct cfg_nat *
464 struct cfg_nat *res; in lookup_nat()
473 static struct cfg_nat *
[all …]
H A Dip_fw_private.h316 LIST_HEAD(nat_list, cfg_nat) nat; /* list of nat entries */
787 extern struct cfg_nat *(*lookup_nat_ptr)(struct nat_list *, int);
789 typedef int ipfw_nat_t(struct ip_fw_args *, struct cfg_nat *, struct mbuf *);
H A Dip_fw2.c182 struct cfg_nat *(*lookup_nat_ptr)(struct nat_list *, int);
3363 struct cfg_nat *t; in ipfw_chk()
/freebsd/sys/netinet/
H A Dip_fw.h581 struct cfg_nat { struct
583 LIST_ENTRY(cfg_nat) _next;
596 #define SOF_NAT sizeof(struct cfg_nat) argument
642 struct cfg_nat *nat;