Symbol: nat64stl_cfg
sys/netpfil/ipfw/nat64/nat64stl.c
113
nat64stl_handle_ip6(struct ip_fw_chain *chain, struct nat64stl_cfg *cfg,
sys/netpfil/ipfw/nat64/nat64stl.c
145
nat64stl_handle_icmp6(struct ip_fw_chain *chain, struct nat64stl_cfg *cfg,
sys/netpfil/ipfw/nat64/nat64stl.c
207
struct nat64stl_cfg *cfg;
sys/netpfil/ipfw/nat64/nat64stl.c
61
(struct nat64stl_cfg *)SRV_OBJECT((chain), insntod(cmd, kidx)->kidx)
sys/netpfil/ipfw/nat64/nat64stl.c
83
nat64stl_handle_ip4(struct ip_fw_chain *chain, struct nat64stl_cfg *cfg,
sys/netpfil/ipfw/nat64/nat64stl_control.c
125
nat64stl_export_config(da->ch, (struct nat64stl_cfg *)no, uc);
sys/netpfil/ipfw/nat64/nat64stl_control.c
129
static struct nat64stl_cfg *
sys/netpfil/ipfw/nat64/nat64stl_control.c
132
struct nat64stl_cfg *cfg;
sys/netpfil/ipfw/nat64/nat64stl_control.c
134
cfg = (struct nat64stl_cfg *)ipfw_objhash_lookup_name_type(ni, set,
sys/netpfil/ipfw/nat64/nat64stl_control.c
141
nat64stl_create_internal(struct ip_fw_chain *ch, struct nat64stl_cfg *cfg,
sys/netpfil/ipfw/nat64/nat64stl_control.c
178
struct nat64stl_cfg *cfg;
sys/netpfil/ipfw/nat64/nat64stl_control.c
253
struct nat64stl_cfg *cfg;
sys/netpfil/ipfw/nat64/nat64stl_control.c
299
nat64stl_detach_config(struct ip_fw_chain *ch, struct nat64stl_cfg *cfg)
sys/netpfil/ipfw/nat64/nat64stl_control.c
322
struct nat64stl_cfg *cfg;
sys/netpfil/ipfw/nat64/nat64stl_control.c
395
export_stats(struct ip_fw_chain *ch, struct nat64stl_cfg *cfg,
sys/netpfil/ipfw/nat64/nat64stl_control.c
424
struct nat64stl_cfg *cfg;
sys/netpfil/ipfw/nat64/nat64stl_control.c
470
struct nat64stl_cfg *cfg;
sys/netpfil/ipfw/nat64/nat64stl_control.c
514
struct nat64stl_cfg *cfg;
sys/netpfil/ipfw/nat64/nat64stl_control.c
518
cfg = (struct nat64stl_cfg *)SRV_OBJECT(ch, no->kidx);
sys/netpfil/ipfw/nat64/nat64stl_control.c
66
static struct nat64stl_cfg *nat64stl_alloc_config(const char *name,
sys/netpfil/ipfw/nat64/nat64stl_control.c
68
static void nat64stl_free_config(struct nat64stl_cfg *cfg);
sys/netpfil/ipfw/nat64/nat64stl_control.c
69
static struct nat64stl_cfg *nat64stl_find(struct namedobj_instance *ni,
sys/netpfil/ipfw/nat64/nat64stl_control.c
72
static struct nat64stl_cfg *
sys/netpfil/ipfw/nat64/nat64stl_control.c
75
struct nat64stl_cfg *cfg;
sys/netpfil/ipfw/nat64/nat64stl_control.c
77
cfg = malloc(sizeof(struct nat64stl_cfg), M_IPFW, M_WAITOK | M_ZERO);
sys/netpfil/ipfw/nat64/nat64stl_control.c
87
nat64stl_free_config(struct nat64stl_cfg *cfg)
sys/netpfil/ipfw/nat64/nat64stl_control.c
95
nat64stl_export_config(struct ip_fw_chain *ch, struct nat64stl_cfg *cfg,