Symbol: cfg_nat
sys/netinet/ip_fw.h
613
LIST_ENTRY(cfg_nat) _next;
sys/netinet/ip_fw.h
626
#define SOF_NAT sizeof(struct cfg_nat)
sys/netinet/ip_fw.h
672
struct cfg_nat *nat;
sys/netpfil/ipfw/ip_fw2.c
183
struct cfg_nat *(*lookup_nat_ptr)(struct nat_list *, int);
sys/netpfil/ipfw/ip_fw2.c
3417
struct cfg_nat *t;
sys/netpfil/ipfw/ip_fw_nat.c
1024
struct cfg_nat *n;
sys/netpfil/ipfw/ip_fw_nat.c
103
struct cfg_nat *ptr;
sys/netpfil/ipfw/ip_fw_nat.c
1103
struct cfg_nat *ptr;
sys/netpfil/ipfw/ip_fw_nat.c
1150
struct cfg_nat *ptr, *ptr_temp;
sys/netpfil/ipfw/ip_fw_nat.c
158
del_redir_spool_cfg(struct cfg_nat *n, struct redir_chain *head)
sys/netpfil/ipfw/ip_fw_nat.c
193
add_redir_spool_cfg(char *buf, struct cfg_nat *ptr)
sys/netpfil/ipfw/ip_fw_nat.c
276
free_nat_instance(struct cfg_nat *ptr)
sys/netpfil/ipfw/ip_fw_nat.c
292
ipfw_nat(struct ip_fw_args *args, struct cfg_nat *t, struct mbuf *m)
sys/netpfil/ipfw/ip_fw_nat.c
461
static struct cfg_nat *
sys/netpfil/ipfw/ip_fw_nat.c
464
struct cfg_nat *res;
sys/netpfil/ipfw/ip_fw_nat.c
473
static struct cfg_nat *
sys/netpfil/ipfw/ip_fw_nat.c
476
struct cfg_nat *res;
sys/netpfil/ipfw/ip_fw_nat.c
496
struct cfg_nat *ptr, *tcfg;
sys/netpfil/ipfw/ip_fw_nat.c
507
ptr = malloc(sizeof(struct cfg_nat), M_IPFW, M_WAITOK | M_ZERO);
sys/netpfil/ipfw/ip_fw_nat.c
619
struct cfg_nat *ptr;
sys/netpfil/ipfw/ip_fw_nat.c
655
export_nat_cfg(struct cfg_nat *ptr, struct nat44_cfg_nat *ucfg)
sys/netpfil/ipfw/ip_fw_nat.c
680
struct cfg_nat *ptr;
sys/netpfil/ipfw/ip_fw_nat.c
777
struct cfg_nat *ptr;
sys/netpfil/ipfw/ip_fw_nat.c
824
struct cfg_nat *ptr;
sys/netpfil/ipfw/ip_fw_nat.c
85
LIST_ENTRY(cfg_nat) _next;
sys/netpfil/ipfw/ip_fw_nat.c
997
struct cfg_nat *ptr;
sys/netpfil/ipfw/ip_fw_private.h
321
LIST_HEAD(nat_list, cfg_nat) nat; /* list of nat entries */
sys/netpfil/ipfw/ip_fw_private.h
791
extern struct cfg_nat *(*lookup_nat_ptr)(struct nat_list *, int);