Symbol: ip_fw_chain
sys/netpfil/ipfw/ip_fw2.c
1225
struct ip_fw_chain *chain)
sys/netpfil/ipfw/ip_fw2.c
1235
jump_lookup_pos(struct ip_fw_chain *chain, struct ip_fw *f, uint32_t num,
sys/netpfil/ipfw/ip_fw2.c
1262
jump(struct ip_fw_chain *chain, struct ip_fw *f, uint32_t num,
sys/netpfil/ipfw/ip_fw2.c
1312
tvalue_match(struct ip_fw_chain *ch, const ipfw_insn_lookup *cmd,
sys/netpfil/ipfw/ip_fw2.c
1487
struct ip_fw_chain *chain = &V_layer3_chain;
sys/netpfil/ipfw/ip_fw2.c
154
static uint32_t jump(struct ip_fw_chain *chain, struct ip_fw *f,
sys/netpfil/ipfw/ip_fw2.c
175
VNET_DEFINE(struct ip_fw_chain, layer3_chain);
sys/netpfil/ipfw/ip_fw2.c
3699
struct ip_fw_chain *chain;
sys/netpfil/ipfw/ip_fw2.c
3777
struct ip_fw_chain *chain = &V_layer3_chain;
sys/netpfil/ipfw/ip_fw2.c
419
iface_match(struct ifnet *ifp, ipfw_insn_if *cmd, struct ip_fw_chain *chain,
sys/netpfil/ipfw/ip_fw_bpf.c
102
ipfw_tap_free(struct ip_fw_chain *ch, uint32_t rule)
sys/netpfil/ipfw/ip_fw_bpf.c
119
ipfw_bpf_tap(struct ip_fw_chain *ch, struct ip_fw_args *args,
sys/netpfil/ipfw/ip_fw_bpf.c
76
ipfw_tap_alloc(struct ip_fw_chain *ch, uint32_t rule)
sys/netpfil/ipfw/ip_fw_compat.c
173
dump_config_v0(struct ip_fw_chain *chain, ip_fw3_opheader *op3,
sys/netpfil/ipfw/ip_fw_compat.c
221
parse_rules_v0(struct ip_fw_chain *chain, ip_fw3_opheader *op3,
sys/netpfil/ipfw/ip_fw_compat.c
427
import_rule_v0(struct ip_fw_chain *chain, struct rule_check_info *ci)
sys/netpfil/ipfw/ip_fw_compat.c
472
add_rules_v0(struct ip_fw_chain *chain, ip_fw3_opheader *op3,
sys/netpfil/ipfw/ip_fw_compat.c
525
del_rules_v0(struct ip_fw_chain *chain, ip_fw3_opheader *op3,
sys/netpfil/ipfw/ip_fw_compat.c
549
clear_rules_v0(struct ip_fw_chain *chain, ip_fw3_opheader *op3,
sys/netpfil/ipfw/ip_fw_compat.c
556
move_rules_v0(struct ip_fw_chain *chain, ip_fw3_opheader *op3,
sys/netpfil/ipfw/ip_fw_compat.c
563
manage_sets_v0(struct ip_fw_chain *chain, ip_fw3_opheader *op3,
sys/netpfil/ipfw/ip_fw_compat.c
570
dump_soptcodes_v0(struct ip_fw_chain *chain, ip_fw3_opheader *op3,
sys/netpfil/ipfw/ip_fw_compat.c
577
dump_srvobjects_v0(struct ip_fw_chain *chain, ip_fw3_opheader *op3,
sys/netpfil/ipfw/ip_fw_dynamic.c
2039
ipfw_dyn_install_state(struct ip_fw_chain *chain, struct ip_fw *rule,
sys/netpfil/ipfw/ip_fw_dynamic.c
2070
dyn_free_states(struct ip_fw_chain *chain)
sys/netpfil/ipfw/ip_fw_dynamic.c
2185
dyn_acquire_rule(struct ip_fw_chain *ch, struct dyn_data *data,
sys/netpfil/ipfw/ip_fw_dynamic.c
2212
dyn_release_rule(struct ip_fw_chain *ch, struct dyn_data *data,
sys/netpfil/ipfw/ip_fw_dynamic.c
2239
dyn_match_ipv4_state(struct ip_fw_chain *ch, struct dyn_ipv4_state *s,
sys/netpfil/ipfw/ip_fw_dynamic.c
2264
dyn_match_ipv6_state(struct ip_fw_chain *ch, struct dyn_ipv6_state *s,
sys/netpfil/ipfw/ip_fw_dynamic.c
2293
dyn_expire_states(struct ip_fw_chain *ch, ipfw_range_tlv *rt)
sys/netpfil/ipfw/ip_fw_dynamic.c
2493
dyn_send_keepalive_ipv4(struct ip_fw_chain *chain)
sys/netpfil/ipfw/ip_fw_dynamic.c
2595
dyn_send_keepalive_ipv6(struct ip_fw_chain *chain)
sys/netpfil/ipfw/ip_fw_dynamic.c
2625
dyn_grow_hashtable(struct ip_fw_chain *chain, uint32_t new, int flags)
sys/netpfil/ipfw/ip_fw_dynamic.c
2835
ipfw_expire_dyn_states(struct ip_fw_chain *chain, ipfw_range_tlv *rt)
sys/netpfil/ipfw/ip_fw_dynamic.c
2861
ipfw_dyn_reset_eaction(struct ip_fw_chain *ch, uint32_t eaction_id,
sys/netpfil/ipfw/ip_fw_dynamic.c
3086
ipfw_dump_states(struct ip_fw_chain *chain, struct sockopt_data *sd)
sys/netpfil/ipfw/ip_fw_dynamic.c
3154
dyn_add_protected_rule(struct ip_fw_chain *chain)
sys/netpfil/ipfw/ip_fw_dynamic.c
3179
ipfw_dyn_init(struct ip_fw_chain *chain)
sys/netpfil/ipfw/ip_fw_dynamic.c
519
static void dyn_send_keepalive_ipv6(struct ip_fw_chain *);
sys/netpfil/ipfw/ip_fw_dynamic.c
544
static void dyn_expire_states(struct ip_fw_chain *, ipfw_range_tlv *);
sys/netpfil/ipfw/ip_fw_dynamic.c
545
static void dyn_free_states(struct ip_fw_chain *);
sys/netpfil/ipfw/ip_fw_dynamic.c
615
dyn_findbyname(struct ip_fw_chain *ch, struct tid_info *ti,
sys/netpfil/ipfw/ip_fw_dynamic.c
649
dyn_findbykidx(struct ip_fw_chain *ch, uint32_t idx)
sys/netpfil/ipfw/ip_fw_dynamic.c
657
dyn_create(struct ip_fw_chain *ch, struct tid_info *ti,
sys/netpfil/ipfw/ip_fw_dynamic.c
713
dyn_destroy(struct ip_fw_chain *ch, struct named_object *no)
sys/netpfil/ipfw/ip_fw_eaction.c
109
default_eaction(struct ip_fw_chain *ch, struct ip_fw_args *args,
sys/netpfil/ipfw/ip_fw_eaction.c
146
eaction_findbyname(struct ip_fw_chain *ch, struct tid_info *ti,
sys/netpfil/ipfw/ip_fw_eaction.c
174
eaction_findbykidx(struct ip_fw_chain *ch, uint32_t idx)
sys/netpfil/ipfw/ip_fw_eaction.c
193
create_eaction_obj(struct ip_fw_chain *ch, ipfw_eaction_t handler,
sys/netpfil/ipfw/ip_fw_eaction.c
240
destroy_eaction_obj(struct ip_fw_chain *ch, struct named_object *no)
sys/netpfil/ipfw/ip_fw_eaction.c
261
reset_eaction_rules(struct ip_fw_chain *ch, uint32_t eaction_id,
sys/netpfil/ipfw/ip_fw_eaction.c
309
ipfw_eaction_init(struct ip_fw_chain *ch, int first)
sys/netpfil/ipfw/ip_fw_eaction.c
323
ipfw_eaction_uninit(struct ip_fw_chain *ch, int last)
sys/netpfil/ipfw/ip_fw_eaction.c
345
ipfw_add_eaction(struct ip_fw_chain *ch, ipfw_eaction_t handler,
sys/netpfil/ipfw/ip_fw_eaction.c
363
ipfw_del_eaction(struct ip_fw_chain *ch, uint32_t eaction_id)
sys/netpfil/ipfw/ip_fw_eaction.c
382
ipfw_reset_eaction(struct ip_fw_chain *ch, struct ip_fw *rule,
sys/netpfil/ipfw/ip_fw_eaction.c
442
ipfw_reset_eaction_instance(struct ip_fw_chain *ch, uint32_t eaction_id,
sys/netpfil/ipfw/ip_fw_eaction.c
457
ipfw_run_eaction(struct ip_fw_chain *ch, struct ip_fw_args *args,
sys/netpfil/ipfw/ip_fw_iface.c
245
vnet_ipfw_iface_init(struct ip_fw_chain *ch)
sys/netpfil/ipfw/ip_fw_iface.c
281
vnet_ipfw_iface_destroy(struct ip_fw_chain *ch)
sys/netpfil/ipfw/ip_fw_iface.c
304
ipfw_iface_ref(struct ip_fw_chain *ch, char *name,
sys/netpfil/ipfw/ip_fw_iface.c
372
ipfw_iface_add_notify(struct ip_fw_chain *ch, struct ipfw_ifc *ic)
sys/netpfil/ipfw/ip_fw_iface.c
391
ipfw_iface_del_notify(struct ip_fw_chain *ch, struct ipfw_ifc *ic)
sys/netpfil/ipfw/ip_fw_iface.c
406
ipfw_iface_unref(struct ip_fw_chain *ch, struct ipfw_ifc *ic)
sys/netpfil/ipfw/ip_fw_iface.c
423
handle_ifattach(struct ip_fw_chain *ch, struct ipfw_iface *iif,
sys/netpfil/ipfw/ip_fw_iface.c
444
handle_ifdetach(struct ip_fw_chain *ch, struct ipfw_iface *iif,
sys/netpfil/ipfw/ip_fw_iface.c
462
struct ip_fw_chain *ch;
sys/netpfil/ipfw/ip_fw_iface.c
499
list_ifaces(struct ip_fw_chain *ch, ip_fw3_opheader *op3,
sys/netpfil/ipfw/ip_fw_iface.c
66
static void handle_ifdetach(struct ip_fw_chain *ch, struct ipfw_iface *iif,
sys/netpfil/ipfw/ip_fw_iface.c
68
static void handle_ifattach(struct ip_fw_chain *ch, struct ipfw_iface *iif,
sys/netpfil/ipfw/ip_fw_iface.c
70
static int list_ifaces(struct ip_fw_chain *ch, ip_fw3_opheader *op3,
sys/netpfil/ipfw/ip_fw_iface.c
99
struct ip_fw_chain *ch;
sys/netpfil/ipfw/ip_fw_log.c
103
ipfw_log_syslog(struct ip_fw_chain *chain, struct ip_fw *f, u_int hlen,
sys/netpfil/ipfw/ip_fw_log.c
484
ipfw_rtsocklog_handle_tablearg(struct ip_fw_chain *chain,
sys/netpfil/ipfw/ip_fw_log.c
617
ipfw_log_rtsock(struct ip_fw_chain *chain, struct ip_fw *f, u_int hlen,
sys/netpfil/ipfw/ip_fw_log.c
714
ipfw_log(struct ip_fw_chain *chain, struct ip_fw *f, u_int hlen,
sys/netpfil/ipfw/ip_fw_nat.c
1023
struct ip_fw_chain *chain = &V_layer3_chain;
sys/netpfil/ipfw/ip_fw_nat.c
105
struct ip_fw_chain *chain;
sys/netpfil/ipfw/ip_fw_nat.c
1105
struct ip_fw_chain *chain;
sys/netpfil/ipfw/ip_fw_nat.c
1151
struct ip_fw_chain *chain;
sys/netpfil/ipfw/ip_fw_nat.c
143
flush_nat_ptrs(struct ip_fw_chain *chain, const int ix)
sys/netpfil/ipfw/ip_fw_nat.c
298
struct ip_fw_chain *chain;
sys/netpfil/ipfw/ip_fw_nat.c
494
nat44_config(struct ip_fw_chain *chain, struct nat44_cfg_nat *ucfg)
sys/netpfil/ipfw/ip_fw_nat.c
570
nat44_cfg(struct ip_fw_chain *chain, ip_fw3_opheader *op3,
sys/netpfil/ipfw/ip_fw_nat.c
615
nat44_destroy(struct ip_fw_chain *chain, ip_fw3_opheader *op3,
sys/netpfil/ipfw/ip_fw_nat.c
675
nat44_get_cfg(struct ip_fw_chain *chain, ip_fw3_opheader *op3,
sys/netpfil/ipfw/ip_fw_nat.c
772
nat44_list_nat(struct ip_fw_chain *chain, ip_fw3_opheader *op3,
sys/netpfil/ipfw/ip_fw_nat.c
819
nat44_get_log(struct ip_fw_chain *chain, ip_fw3_opheader *op3,
sys/netpfil/ipfw/ip_fw_nat.c
998
struct ip_fw_chain *chain = &V_layer3_chain;
sys/netpfil/ipfw/ip_fw_private.h
163
struct ip_fw_chain;
sys/netpfil/ipfw/ip_fw_private.h
167
void ipfw_tap_alloc(struct ip_fw_chain *, uint32_t);
sys/netpfil/ipfw/ip_fw_private.h
168
void ipfw_tap_free(struct ip_fw_chain *, uint32_t);
sys/netpfil/ipfw/ip_fw_private.h
169
void ipfw_bpf_tap(struct ip_fw_chain *, struct ip_fw_args *, struct ip *,
sys/netpfil/ipfw/ip_fw_private.h
172
void ipfw_log(struct ip_fw_chain *chain, struct ip_fw *f, u_int hlen,
sys/netpfil/ipfw/ip_fw_private.h
212
int ipfw_dyn_install_state(struct ip_fw_chain *chain, struct ip_fw *rule,
sys/netpfil/ipfw/ip_fw_private.h
221
void ipfw_expire_dyn_states(struct ip_fw_chain *, ipfw_range_tlv *);
sys/netpfil/ipfw/ip_fw_private.h
222
void ipfw_get_dynamic(struct ip_fw_chain *chain, char **bp, const char *ep);
sys/netpfil/ipfw/ip_fw_private.h
223
int ipfw_dump_states(struct ip_fw_chain *chain, struct sockopt_data *sd);
sys/netpfil/ipfw/ip_fw_private.h
225
void ipfw_dyn_init(struct ip_fw_chain *); /* per-vnet initialization */
sys/netpfil/ipfw/ip_fw_private.h
229
void ipfw_dyn_reset_eaction(struct ip_fw_chain *ch, uint32_t eaction_id,
sys/netpfil/ipfw/ip_fw_private.h
239
VNET_DECLARE(struct ip_fw_chain, layer3_chain);
sys/netpfil/ipfw/ip_fw_private.h
383
typedef void (ipfw_ifc_cb)(struct ip_fw_chain *ch, void *cbdata,
sys/netpfil/ipfw/ip_fw_private.h
563
typedef int (ipfw_obj_fname_cb)(struct ip_fw_chain *ch,
sys/netpfil/ipfw/ip_fw_private.h
578
typedef int (ipfw_obj_create_cb)(struct ip_fw_chain *ch, struct tid_info *ti,
sys/netpfil/ipfw/ip_fw_private.h
584
typedef void (ipfw_obj_destroy_cb)(struct ip_fw_chain *ch,
sys/netpfil/ipfw/ip_fw_private.h
598
typedef int (ipfw_obj_sets_cb)(struct ip_fw_chain *ch,
sys/netpfil/ipfw/ip_fw_private.h
627
void vnet_ipfw_iface_destroy(struct ip_fw_chain *ch);
sys/netpfil/ipfw/ip_fw_private.h
628
int ipfw_iface_ref(struct ip_fw_chain *ch, char *name,
sys/netpfil/ipfw/ip_fw_private.h
630
void ipfw_iface_unref(struct ip_fw_chain *ch, struct ipfw_ifc *ic);
sys/netpfil/ipfw/ip_fw_private.h
631
void ipfw_iface_add_notify(struct ip_fw_chain *ch, struct ipfw_ifc *ic);
sys/netpfil/ipfw/ip_fw_private.h
632
void ipfw_iface_del_notify(struct ip_fw_chain *ch, struct ipfw_ifc *ic);
sys/netpfil/ipfw/ip_fw_private.h
649
void ipfw_init_skipto_cache(struct ip_fw_chain *chain);
sys/netpfil/ipfw/ip_fw_private.h
650
void ipfw_destroy_skipto_cache(struct ip_fw_chain *chain);
sys/netpfil/ipfw/ip_fw_private.h
651
void ipfw_enable_skipto_cache(struct ip_fw_chain *chain);
sys/netpfil/ipfw/ip_fw_private.h
652
int ipfw_find_rule(struct ip_fw_chain *chain, uint32_t key, uint32_t id);
sys/netpfil/ipfw/ip_fw_private.h
654
int ipfw_add_protected_rule(struct ip_fw_chain *chain, struct ip_fw *rule);
sys/netpfil/ipfw/ip_fw_private.h
655
void ipfw_reap_add(struct ip_fw_chain *chain, struct ip_fw **head,
sys/netpfil/ipfw/ip_fw_private.h
660
int ipfw_commit_rules(struct ip_fw_chain *chain, struct rule_check_info *rci,
sys/netpfil/ipfw/ip_fw_private.h
662
int delete_range(struct ip_fw_chain *chain, ipfw_range_tlv *rt, int *ndel);
sys/netpfil/ipfw/ip_fw_private.h
663
struct ip_fw *ipfw_alloc_rule(struct ip_fw_chain *chain, size_t rulesize);
sys/netpfil/ipfw/ip_fw_private.h
671
typedef int (sopt_handler_f)(struct ip_fw_chain *ch,
sys/netpfil/ipfw/ip_fw_private.h
750
void ipfw_init_srv(struct ip_fw_chain *ch);
sys/netpfil/ipfw/ip_fw_private.h
751
void ipfw_destroy_srv(struct ip_fw_chain *ch);
sys/netpfil/ipfw/ip_fw_private.h
757
typedef int (ipfw_eaction_t)(struct ip_fw_chain *ch, struct ip_fw_args *args,
sys/netpfil/ipfw/ip_fw_private.h
759
int ipfw_eaction_init(struct ip_fw_chain *ch, int first);
sys/netpfil/ipfw/ip_fw_private.h
760
void ipfw_eaction_uninit(struct ip_fw_chain *ch, int last);
sys/netpfil/ipfw/ip_fw_private.h
762
uint32_t ipfw_add_eaction(struct ip_fw_chain *ch, ipfw_eaction_t handler,
sys/netpfil/ipfw/ip_fw_private.h
764
int ipfw_del_eaction(struct ip_fw_chain *ch, uint32_t eaction_id);
sys/netpfil/ipfw/ip_fw_private.h
765
int ipfw_run_eaction(struct ip_fw_chain *ch, struct ip_fw_args *args,
sys/netpfil/ipfw/ip_fw_private.h
767
int ipfw_reset_eaction(struct ip_fw_chain *ch, struct ip_fw *rule,
sys/netpfil/ipfw/ip_fw_private.h
769
int ipfw_reset_eaction_instance(struct ip_fw_chain *ch, uint32_t eaction_id,
sys/netpfil/ipfw/ip_fw_private.h
778
int ipfw_lookup_table(struct ip_fw_chain *ch, uint32_t tbl, uint16_t plen,
sys/netpfil/ipfw/ip_fw_private.h
780
struct named_object *ipfw_objhash_lookup_table_kidx(struct ip_fw_chain *ch,
sys/netpfil/ipfw/ip_fw_private.h
782
int ipfw_ref_table(struct ip_fw_chain *ch, ipfw_obj_ntlv *ntlv, uint32_t *kidx);
sys/netpfil/ipfw/ip_fw_private.h
783
void ipfw_unref_table(struct ip_fw_chain *ch, uint32_t kidx);
sys/netpfil/ipfw/ip_fw_private.h
784
int ipfw_init_tables(struct ip_fw_chain *ch, int first);
sys/netpfil/ipfw/ip_fw_private.h
785
int ipfw_resize_tables(struct ip_fw_chain *ch, unsigned int ntables);
sys/netpfil/ipfw/ip_fw_private.h
786
int ipfw_switch_tables_namespace(struct ip_fw_chain *ch, unsigned int nsets);
sys/netpfil/ipfw/ip_fw_private.h
787
void ipfw_destroy_tables(struct ip_fw_chain *ch, int last);
sys/netpfil/ipfw/ip_fw_sockopt.c
1038
del_rules(struct ip_fw_chain *chain, ip_fw3_opheader *op3,
sys/netpfil/ipfw/ip_fw_sockopt.c
1069
move_rules(struct ip_fw_chain *chain, ip_fw3_opheader *op3,
sys/netpfil/ipfw/ip_fw_sockopt.c
1096
clear_rules(struct ip_fw_chain *chain, ip_fw3_opheader *op3,
sys/netpfil/ipfw/ip_fw_sockopt.c
1132
enable_sets(struct ip_fw_chain *chain, ipfw_range_tlv *rt)
sys/netpfil/ipfw/ip_fw_sockopt.c
1147
swap_sets(struct ip_fw_chain *chain, ipfw_range_tlv *rt, int mv)
sys/netpfil/ipfw/ip_fw_sockopt.c
1198
manage_sets(struct ip_fw_chain *chain, ip_fw3_opheader *op3,
sys/netpfil/ipfw/ip_fw_sockopt.c
150
static int ref_rule_objects(struct ip_fw_chain *ch, struct ip_fw *rule,
sys/netpfil/ipfw/ip_fw_sockopt.c
152
static int ref_opcode_object(struct ip_fw_chain *ch, ipfw_insn *cmd,
sys/netpfil/ipfw/ip_fw_sockopt.c
154
static void unref_rule_objects(struct ip_fw_chain *chain, struct ip_fw *rule);
sys/netpfil/ipfw/ip_fw_sockopt.c
155
static void unref_oib_objects(struct ip_fw_chain *ch, ipfw_insn *cmd,
sys/netpfil/ipfw/ip_fw_sockopt.c
1762
dump_named_objects(struct ip_fw_chain *ch, struct dump_args *da,
sys/netpfil/ipfw/ip_fw_sockopt.c
1794
dump_static_rules(struct ip_fw_chain *chain, struct dump_args *da,
sys/netpfil/ipfw/ip_fw_sockopt.c
1849
mark_rule_objects(struct ip_fw_chain *ch, struct ip_fw *rule,
sys/netpfil/ipfw/ip_fw_sockopt.c
1891
dump_config(struct ip_fw_chain *chain, ip_fw3_opheader *op3,
sys/netpfil/ipfw/ip_fw_sockopt.c
190
ipfw_alloc_rule(struct ip_fw_chain *chain, size_t rulesize)
sys/netpfil/ipfw/ip_fw_sockopt.c
2020
create_objects_compat(struct ip_fw_chain *ch, ipfw_insn *cmd,
sys/netpfil/ipfw/ip_fw_sockopt.c
2074
unref_oib_objects(struct ip_fw_chain *ch, ipfw_insn *cmd, struct obj_idx *oib,
sys/netpfil/ipfw/ip_fw_sockopt.c
2103
unref_rule_objects(struct ip_fw_chain *ch, struct ip_fw *rule)
sys/netpfil/ipfw/ip_fw_sockopt.c
2150
ref_opcode_object(struct ip_fw_chain *ch, ipfw_insn *cmd, struct tid_info *ti,
sys/netpfil/ipfw/ip_fw_sockopt.c
2200
ref_rule_objects(struct ip_fw_chain *ch, struct ip_fw *rule,
sys/netpfil/ipfw/ip_fw_sockopt.c
222
ipfw_find_rule(struct ip_fw_chain *chain, uint32_t key, uint32_t id)
sys/netpfil/ipfw/ip_fw_sockopt.c
2257
rewrite_rule_uidx(struct ip_fw_chain *chain, struct rule_check_info *ci)
sys/netpfil/ipfw/ip_fw_sockopt.c
2336
parse_rules_v1(struct ip_fw_chain *chain, ip_fw3_opheader *op3,
sys/netpfil/ipfw/ip_fw_sockopt.c
246
update_skipto_cache(struct ip_fw_chain *chain, struct ip_fw **map)
sys/netpfil/ipfw/ip_fw_sockopt.c
2477
import_rule_v1(struct ip_fw_chain *chain, struct rule_check_info *ci)
sys/netpfil/ipfw/ip_fw_sockopt.c
2502
add_rules(struct ip_fw_chain *chain, ip_fw3_opheader *op3,
sys/netpfil/ipfw/ip_fw_sockopt.c
2541
dump_soptcodes(struct ip_fw_chain *chain, ip_fw3_opheader *op3,
sys/netpfil/ipfw/ip_fw_sockopt.c
276
swap_skipto_cache(struct ip_fw_chain *chain)
sys/netpfil/ipfw/ip_fw_sockopt.c
2802
dump_srvobjects(struct ip_fw_chain *chain, ip_fw3_opheader *op3,
sys/netpfil/ipfw/ip_fw_sockopt.c
2829
ipfw_enable_skipto_cache(struct ip_fw_chain *chain)
sys/netpfil/ipfw/ip_fw_sockopt.c
2848
manage_skiptocache(struct ip_fw_chain *chain, ip_fw3_opheader *op3,
sys/netpfil/ipfw/ip_fw_sockopt.c
292
ipfw_init_skipto_cache(struct ip_fw_chain *chain)
sys/netpfil/ipfw/ip_fw_sockopt.c
3160
struct ip_fw_chain *chain;
sys/netpfil/ipfw/ip_fw_sockopt.c
3290
ipfw_init_srv(struct ip_fw_chain *ch)
sys/netpfil/ipfw/ip_fw_sockopt.c
3299
ipfw_destroy_srv(struct ip_fw_chain *ch)
sys/netpfil/ipfw/ip_fw_sockopt.c
331
ipfw_destroy_skipto_cache(struct ip_fw_chain *chain)
sys/netpfil/ipfw/ip_fw_sockopt.c
341
swap_map(struct ip_fw_chain *chain, struct ip_fw **new_map, int new_len)
sys/netpfil/ipfw/ip_fw_sockopt.c
422
ipfw_commit_rules(struct ip_fw_chain *chain, struct rule_check_info *rci,
sys/netpfil/ipfw/ip_fw_sockopt.c
524
ipfw_add_protected_rule(struct ip_fw_chain *chain, struct ip_fw *rule)
sys/netpfil/ipfw/ip_fw_sockopt.c
549
ipfw_reap_add(struct ip_fw_chain *chain, struct ip_fw **head,
sys/netpfil/ipfw/ip_fw_sockopt.c
733
delete_range(struct ip_fw_chain *chain, ipfw_range_tlv *rt, int *ndel)
sys/netpfil/ipfw/ip_fw_sockopt.c
815
move_objects(struct ip_fw_chain *ch, ipfw_range_tlv *rt)
sys/netpfil/ipfw/ip_fw_sockopt.c
89
static int rewrite_rule_uidx(struct ip_fw_chain *chain,
sys/netpfil/ipfw/ip_fw_sockopt.c
905
move_range(struct ip_fw_chain *chain, ipfw_range_tlv *rt)
sys/netpfil/ipfw/ip_fw_sockopt.c
988
clear_range(struct ip_fw_chain *chain, ipfw_range_tlv *rt, int log_only)
sys/netpfil/ipfw/ip_fw_table.c
1028
swap_table(struct ip_fw_chain *ch, ip_fw3_opheader *op3,
sys/netpfil/ipfw/ip_fw_table.c
106
get_table_value(struct ip_fw_chain *ch, struct table_config *tc, uint32_t kidx)
sys/netpfil/ipfw/ip_fw_table.c
1077
swap_tables(struct ip_fw_chain *ch, struct tid_info *a,
sys/netpfil/ipfw/ip_fw_table.c
1170
destroy_table(struct ip_fw_chain *ch, struct tid_info *ti)
sys/netpfil/ipfw/ip_fw_table.c
1213
ipfw_resize_tables(struct ip_fw_chain *ch, unsigned int ntables)
sys/netpfil/ipfw/ip_fw_table.c
1290
ipfw_objhash_lookup_table_kidx(struct ip_fw_chain *ch, uint32_t kidx)
sys/netpfil/ipfw/ip_fw_table.c
1301
ipfw_ref_table(struct ip_fw_chain *ch, ipfw_obj_ntlv *ntlv, uint32_t *kidx)
sys/netpfil/ipfw/ip_fw_table.c
1324
ipfw_unref_table(struct ip_fw_chain *ch, uint32_t kidx)
sys/netpfil/ipfw/ip_fw_table.c
1344
ipfw_lookup_table(struct ip_fw_chain *ch, uint32_t tbl, uint16_t plen,
sys/netpfil/ipfw/ip_fw_table.c
1372
list_tables(struct ip_fw_chain *ch, ip_fw3_opheader *op3,
sys/netpfil/ipfw/ip_fw_table.c
1400
describe_table(struct ip_fw_chain *ch, ip_fw3_opheader *op3,
sys/netpfil/ipfw/ip_fw_table.c
1435
modify_table(struct ip_fw_chain *ch, ip_fw3_opheader *op3,
sys/netpfil/ipfw/ip_fw_table.c
1492
create_table(struct ip_fw_chain *ch, ip_fw3_opheader *op3,
sys/netpfil/ipfw/ip_fw_table.c
1549
create_table_internal(struct ip_fw_chain *ch, struct tid_info *ti,
sys/netpfil/ipfw/ip_fw_table.c
1637
ipfw_get_table_objhash(struct ip_fw_chain *ch)
sys/netpfil/ipfw/ip_fw_table.c
1651
ipfw_export_table_ntlv(struct ip_fw_chain *ch, uint32_t kidx,
sys/netpfil/ipfw/ip_fw_table.c
1676
struct ip_fw_chain *ch;
sys/netpfil/ipfw/ip_fw_table.c
1708
table_get_count(struct ip_fw_chain *ch, struct table_config *tc)
sys/netpfil/ipfw/ip_fw_table.c
1736
export_table_info(struct ip_fw_chain *ch, struct table_config *tc,
sys/netpfil/ipfw/ip_fw_table.c
1770
struct ip_fw_chain *ch;
sys/netpfil/ipfw/ip_fw_table.c
1799
export_tables(struct ip_fw_chain *ch, ipfw_obj_lheader *olh,
sys/netpfil/ipfw/ip_fw_table.c
1837
dump_table_v1(struct ip_fw_chain *ch, ip_fw3_opheader *op3,
sys/netpfil/ipfw/ip_fw_table.c
187
create_table_compat(struct ip_fw_chain *ch, struct tid_info *ti,
sys/netpfil/ipfw/ip_fw_table.c
1960
ipfw_foreach_table_tentry(struct ip_fw_chain *ch, uint32_t kidx,
sys/netpfil/ipfw/ip_fw_table.c
2052
ipfw_add_table_algo(struct ip_fw_chain *ch, struct table_algo *ta, size_t size,
sys/netpfil/ipfw/ip_fw_table.c
2096
ipfw_del_table_algo(struct ip_fw_chain *ch, int idx)
sys/netpfil/ipfw/ip_fw_table.c
2124
list_table_algo(struct ip_fw_chain *ch, ip_fw3_opheader *op3,
sys/netpfil/ipfw/ip_fw_table.c
213
find_ref_table(struct ip_fw_chain *ch, struct tid_info *ti,
sys/netpfil/ipfw/ip_fw_table.c
2249
table_findbyname(struct ip_fw_chain *ch, struct tid_info *ti,
sys/netpfil/ipfw/ip_fw_table.c
2267
table_findbykidx(struct ip_fw_chain *ch, uint32_t idx)
sys/netpfil/ipfw/ip_fw_table.c
2281
table_manage_sets(struct ip_fw_chain *ch, uint32_t set, uint8_t new_set,
sys/netpfil/ipfw/ip_fw_table.c
2326
table_manage_sets_all(struct ip_fw_chain *ch, uint32_t set, uint8_t new_set,
sys/netpfil/ipfw/ip_fw_table.c
2463
ipfw_switch_tables_namespace(struct ip_fw_chain *ch, unsigned int sets)
sys/netpfil/ipfw/ip_fw_table.c
2609
alloc_table_config(struct ip_fw_chain *ch, struct tid_info *ti,
sys/netpfil/ipfw/ip_fw_table.c
2675
link_table(struct ip_fw_chain *ch, struct table_config *tc)
sys/netpfil/ipfw/ip_fw_table.c
2704
unlink_table(struct ip_fw_chain *ch, struct table_config *tc)
sys/netpfil/ipfw/ip_fw_table.c
273
rollback_added_entries(struct ip_fw_chain *ch, struct table_config *tc,
sys/netpfil/ipfw/ip_fw_table.c
2748
unlink_table((struct ip_fw_chain *)arg, (struct table_config *)no);
sys/netpfil/ipfw/ip_fw_table.c
2760
ipfw_destroy_tables(struct ip_fw_chain *ch, int last)
sys/netpfil/ipfw/ip_fw_table.c
2787
ipfw_init_tables(struct ip_fw_chain *ch, int first)
sys/netpfil/ipfw/ip_fw_table.c
320
prepare_batch_buffer(struct ip_fw_chain *ch, struct table_algo *ta,
sys/netpfil/ipfw/ip_fw_table.c
372
flush_batch_buffer(struct ip_fw_chain *ch, struct table_algo *ta,
sys/netpfil/ipfw/ip_fw_table.c
420
add_table_entry(struct ip_fw_chain *ch, struct tid_info *ti,
sys/netpfil/ipfw/ip_fw_table.c
545
del_table_entry(struct ip_fw_chain *ch, struct tid_info *ti,
sys/netpfil/ipfw/ip_fw_table.c
641
check_table_space(struct ip_fw_chain *ch, struct table_config *tc,
sys/netpfil/ipfw/ip_fw_table.c
68
static struct table_config *alloc_table_config(struct ip_fw_chain *ch,
sys/netpfil/ipfw/ip_fw_table.c
713
manage_table_ent_v1(struct ip_fw_chain *ch, ip_fw3_opheader *op3,
sys/netpfil/ipfw/ip_fw_table.c
72
static int create_table_internal(struct ip_fw_chain *ch, struct tid_info *ti,
sys/netpfil/ipfw/ip_fw_table.c
74
static void link_table(struct ip_fw_chain *ch, struct table_config *tc);
sys/netpfil/ipfw/ip_fw_table.c
75
static void unlink_table(struct ip_fw_chain *ch, struct table_config *tc);
sys/netpfil/ipfw/ip_fw_table.c
76
static int find_ref_table(struct ip_fw_chain *ch, struct tid_info *ti,
sys/netpfil/ipfw/ip_fw_table.c
80
static int export_tables(struct ip_fw_chain *ch, ipfw_obj_lheader *olh,
sys/netpfil/ipfw/ip_fw_table.c
82
static void export_table_info(struct ip_fw_chain *ch, struct table_config *tc,
sys/netpfil/ipfw/ip_fw_table.c
835
find_table_entry(struct ip_fw_chain *ch, ip_fw3_opheader *op3,
sys/netpfil/ipfw/ip_fw_table.c
86
static int swap_tables(struct ip_fw_chain *ch, struct tid_info *a,
sys/netpfil/ipfw/ip_fw_table.c
90
static int check_table_space(struct ip_fw_chain *ch, struct table_config *tc,
sys/netpfil/ipfw/ip_fw_table.c
901
flush_table_v0(struct ip_fw_chain *ch, ip_fw3_opheader *op3,
sys/netpfil/ipfw/ip_fw_table.c
92
static int destroy_table(struct ip_fw_chain *ch, struct tid_info *ti);
sys/netpfil/ipfw/ip_fw_table.c
934
flush_table(struct ip_fw_chain *ch, struct tid_info *ti)
sys/netpfil/ipfw/ip_fw_table.h
101
typedef int (ta_prepare_add)(struct ip_fw_chain *ch, struct tentry_info *tei,
sys/netpfil/ipfw/ip_fw_table.h
103
typedef int (ta_prepare_del)(struct ip_fw_chain *ch, struct tentry_info *tei,
sys/netpfil/ipfw/ip_fw_table.h
109
typedef void (ta_flush_entry)(struct ip_fw_chain *ch, struct tentry_info *tei,
sys/netpfil/ipfw/ip_fw_table.h
168
int ipfw_add_table_algo(struct ip_fw_chain *ch, struct table_algo *ta,
sys/netpfil/ipfw/ip_fw_table.h
170
void ipfw_del_table_algo(struct ip_fw_chain *ch, int idx);
sys/netpfil/ipfw/ip_fw_table.h
172
void ipfw_table_algo_init(struct ip_fw_chain *chain);
sys/netpfil/ipfw/ip_fw_table.h
173
void ipfw_table_algo_destroy(struct ip_fw_chain *chain);
sys/netpfil/ipfw/ip_fw_table.h
177
int add_table_entry(struct ip_fw_chain *ch, struct tid_info *ti,
sys/netpfil/ipfw/ip_fw_table.h
179
int del_table_entry(struct ip_fw_chain *ch, struct tid_info *ti,
sys/netpfil/ipfw/ip_fw_table.h
181
int flush_table(struct ip_fw_chain *ch, struct tid_info *ti);
sys/netpfil/ipfw/ip_fw_table.h
185
void ipfw_table_value_init(struct ip_fw_chain *ch, int first);
sys/netpfil/ipfw/ip_fw_table.h
186
void ipfw_table_value_destroy(struct ip_fw_chain *ch, int last);
sys/netpfil/ipfw/ip_fw_table.h
187
int ipfw_link_table_values(struct ip_fw_chain *ch, struct table_config *tc,
sys/netpfil/ipfw/ip_fw_table.h
189
void ipfw_garbage_table_values(struct ip_fw_chain *ch, struct table_config *tc,
sys/netpfil/ipfw/ip_fw_table.h
193
void ipfw_unref_table_values(struct ip_fw_chain *ch, struct table_config *tc,
sys/netpfil/ipfw/ip_fw_table.h
196
int ipfw_rewrite_table_uidx(struct ip_fw_chain *chain,
sys/netpfil/ipfw/ip_fw_table.h
198
int ipfw_mark_table_kidx(struct ip_fw_chain *chain, struct ip_fw *rule,
sys/netpfil/ipfw/ip_fw_table.h
200
int ipfw_export_table_ntlv(struct ip_fw_chain *ch, uint32_t kidx,
sys/netpfil/ipfw/ip_fw_table.h
202
void ipfw_unref_rule_tables(struct ip_fw_chain *chain, struct ip_fw *rule);
sys/netpfil/ipfw/ip_fw_table.h
203
struct namedobj_instance *ipfw_get_table_objhash(struct ip_fw_chain *ch);
sys/netpfil/ipfw/ip_fw_table.h
206
int ipfw_move_tables_sets(struct ip_fw_chain *ch, ipfw_range_tlv *rt,
sys/netpfil/ipfw/ip_fw_table.h
208
void ipfw_swap_tables_sets(struct ip_fw_chain *ch, uint32_t old_set,
sys/netpfil/ipfw/ip_fw_table.h
210
int ipfw_foreach_table_tentry(struct ip_fw_chain *ch, uint32_t kidx,
sys/netpfil/ipfw/ip_fw_table.h
98
typedef int (ta_init)(struct ip_fw_chain *ch, void **ta_state,
sys/netpfil/ipfw/ip_fw_table_algo.c
1279
ta_init_chash(struct ip_fw_chain *ch, void **ta_state, struct table_info *ti,
sys/netpfil/ipfw/ip_fw_table_algo.c
1537
ta_prepare_add_chash(struct ip_fw_chain *ch, struct tentry_info *tei,
sys/netpfil/ipfw/ip_fw_table_algo.c
1634
ta_prepare_del_chash(struct ip_fw_chain *ch, struct tentry_info *tei,
sys/netpfil/ipfw/ip_fw_table_algo.c
1697
ta_flush_chash_entry(struct ip_fw_chain *ch, struct tentry_info *tei,
sys/netpfil/ipfw/ip_fw_table_algo.c
1928
struct ip_fw_chain *ch;
sys/netpfil/ipfw/ip_fw_table_algo.c
1946
static int ta_init_ifidx(struct ip_fw_chain *ch, void **ta_state,
sys/netpfil/ipfw/ip_fw_table_algo.c
1954
static int ta_prepare_add_ifidx(struct ip_fw_chain *ch, struct tentry_info *tei,
sys/netpfil/ipfw/ip_fw_table_algo.c
1958
static int ta_prepare_del_ifidx(struct ip_fw_chain *ch, struct tentry_info *tei,
sys/netpfil/ipfw/ip_fw_table_algo.c
1962
static void ta_flush_ifidx_entry(struct ip_fw_chain *ch,
sys/netpfil/ipfw/ip_fw_table_algo.c
1964
static void if_notifier(struct ip_fw_chain *ch, void *cbdata, uint16_t ifindex);
sys/netpfil/ipfw/ip_fw_table_algo.c
2102
ta_init_ifidx(struct ip_fw_chain *ch, void **ta_state, struct table_info *ti,
sys/netpfil/ipfw/ip_fw_table_algo.c
2139
struct ip_fw_chain *ch;
sys/netpfil/ipfw/ip_fw_table_algo.c
2141
ch = (struct ip_fw_chain *)arg;
sys/netpfil/ipfw/ip_fw_table_algo.c
2157
struct ip_fw_chain *ch;
sys/netpfil/ipfw/ip_fw_table_algo.c
2195
ta_prepare_add_ifidx(struct ip_fw_chain *ch, struct tentry_info *tei,
sys/netpfil/ipfw/ip_fw_table_algo.c
2291
ta_prepare_del_ifidx(struct ip_fw_chain *ch, struct tentry_info *tei,
sys/netpfil/ipfw/ip_fw_table_algo.c
2361
ta_flush_ifidx_entry(struct ip_fw_chain *ch, struct tentry_info *tei,
sys/netpfil/ipfw/ip_fw_table_algo.c
2377
if_notifier(struct ip_fw_chain *ch, void *cbdata, uint16_t ifindex)
sys/netpfil/ipfw/ip_fw_table_algo.c
2647
static int ta_init_numarray(struct ip_fw_chain *ch, void **ta_state,
sys/netpfil/ipfw/ip_fw_table_algo.c
2652
static int ta_prepare_add_numarray(struct ip_fw_chain *ch,
sys/netpfil/ipfw/ip_fw_table_algo.c
2658
static void ta_flush_numarray_entry(struct ip_fw_chain *ch,
sys/netpfil/ipfw/ip_fw_table_algo.c
2720
ta_init_numarray(struct ip_fw_chain *ch, void **ta_state, struct table_info *ti,
sys/netpfil/ipfw/ip_fw_table_algo.c
2774
ta_prepare_add_numarray(struct ip_fw_chain *ch, struct tentry_info *tei,
sys/netpfil/ipfw/ip_fw_table_algo.c
2866
ta_flush_numarray_entry(struct ip_fw_chain *ch, struct tentry_info *tei,
sys/netpfil/ipfw/ip_fw_table_algo.c
3109
static int ta_init_fhash(struct ip_fw_chain *ch, void **ta_state,
sys/netpfil/ipfw/ip_fw_table_algo.c
3121
static int ta_prepare_add_fhash(struct ip_fw_chain *ch,
sys/netpfil/ipfw/ip_fw_table_algo.c
3125
static int ta_prepare_del_fhash(struct ip_fw_chain *ch, struct tentry_info *tei,
sys/netpfil/ipfw/ip_fw_table_algo.c
3129
static void ta_flush_fhash_entry(struct ip_fw_chain *ch, struct tentry_info *tei,
sys/netpfil/ipfw/ip_fw_table_algo.c
3259
ta_init_fhash(struct ip_fw_chain *ch, void **ta_state, struct table_info *ti,
sys/netpfil/ipfw/ip_fw_table_algo.c
3484
ta_prepare_add_fhash(struct ip_fw_chain *ch, struct tentry_info *tei,
sys/netpfil/ipfw/ip_fw_table_algo.c
3576
ta_prepare_del_fhash(struct ip_fw_chain *ch, struct tentry_info *tei,
sys/netpfil/ipfw/ip_fw_table_algo.c
3626
ta_flush_fhash_entry(struct ip_fw_chain *ch, struct tentry_info *tei,
sys/netpfil/ipfw/ip_fw_table_algo.c
3782
static int ta_init_kfib(struct ip_fw_chain *ch, void **ta_state,
sys/netpfil/ipfw/ip_fw_table_algo.c
385
static int ta_init_addr_radix(struct ip_fw_chain *ch, void **ta_state,
sys/netpfil/ipfw/ip_fw_table_algo.c
3868
ta_init_kfib(struct ip_fw_chain *ch, void **ta_state, struct table_info *ti,
sys/netpfil/ipfw/ip_fw_table_algo.c
399
static int ta_prepare_add_addr_radix(struct ip_fw_chain *ch, struct tentry_info *tei,
sys/netpfil/ipfw/ip_fw_table_algo.c
403
static int ta_prepare_del_addr_radix(struct ip_fw_chain *ch, struct tentry_info *tei,
sys/netpfil/ipfw/ip_fw_table_algo.c
4054
ta_init_mac_radix(struct ip_fw_chain *ch, void **ta_state, struct table_info *ti,
sys/netpfil/ipfw/ip_fw_table_algo.c
407
static void ta_flush_radix_entry(struct ip_fw_chain *ch, struct tentry_info *tei,
sys/netpfil/ipfw/ip_fw_table_algo.c
4116
ta_prepare_add_mac_radix(struct ip_fw_chain *ch, struct tentry_info *tei,
sys/netpfil/ipfw/ip_fw_table_algo.c
4205
ta_prepare_del_mac_radix(struct ip_fw_chain *ch, struct tentry_info *tei,
sys/netpfil/ipfw/ip_fw_table_algo.c
4343
ipfw_table_algo_init(struct ip_fw_chain *ch)
sys/netpfil/ipfw/ip_fw_table_algo.c
4361
ipfw_table_algo_destroy(struct ip_fw_chain *ch)
sys/netpfil/ipfw/ip_fw_table_algo.c
449
ta_init_addr_radix(struct ip_fw_chain *ch, void **ta_state, struct table_info *ti,
sys/netpfil/ipfw/ip_fw_table_algo.c
662
ta_prepare_add_addr_radix(struct ip_fw_chain *ch, struct tentry_info *tei,
sys/netpfil/ipfw/ip_fw_table_algo.c
779
ta_prepare_del_addr_radix(struct ip_fw_chain *ch, struct tentry_info *tei,
sys/netpfil/ipfw/ip_fw_table_algo.c
856
ta_flush_radix_entry(struct ip_fw_chain *ch, struct tentry_info *tei,
sys/netpfil/ipfw/ip_fw_table_algo.c
972
static int ta_init_chash(struct ip_fw_chain *ch, void **ta_state,
sys/netpfil/ipfw/ip_fw_table_algo.c
986
static int ta_prepare_add_chash(struct ip_fw_chain *ch, struct tentry_info *tei,
sys/netpfil/ipfw/ip_fw_table_algo.c
990
static int ta_prepare_del_chash(struct ip_fw_chain *ch, struct tentry_info *tei,
sys/netpfil/ipfw/ip_fw_table_algo.c
994
static void ta_flush_chash_entry(struct ip_fw_chain *ch, struct tentry_info *tei,
sys/netpfil/ipfw/ip_fw_table_value.c
128
get_value_ptrs(struct ip_fw_chain *ch, struct table_config *tc,
sys/netpfil/ipfw/ip_fw_table_value.c
178
resize_shared_value_storage(struct ip_fw_chain *ch)
sys/netpfil/ipfw/ip_fw_table_value.c
266
struct ip_fw_chain *ch;
sys/netpfil/ipfw/ip_fw_table_value.c
277
struct ip_fw_chain *ch;
sys/netpfil/ipfw/ip_fw_table_value.c
303
ipfw_unref_table_values(struct ip_fw_chain *ch, struct table_config *tc,
sys/netpfil/ipfw/ip_fw_table_value.c
325
alloc_table_vidx(struct ip_fw_chain *ch, struct table_config *tc,
sys/netpfil/ipfw/ip_fw_table_value.c
363
ipfw_garbage_table_values(struct ip_fw_chain *ch, struct table_config *tc,
sys/netpfil/ipfw/ip_fw_table_value.c
422
ipfw_link_table_values(struct ip_fw_chain *ch, struct table_config *tc,
sys/netpfil/ipfw/ip_fw_table_value.c
607
list_table_values(struct ip_fw_chain *ch, ip_fw3_opheader *op3,
sys/netpfil/ipfw/ip_fw_table_value.c
652
ipfw_table_value_init(struct ip_fw_chain *ch, int first)
sys/netpfil/ipfw/ip_fw_table_value.c
66
static int list_table_values(struct ip_fw_chain *ch, ip_fw3_opheader *op3,
sys/netpfil/ipfw/ip_fw_table_value.c
679
ipfw_table_value_destroy(struct ip_fw_chain *ch, int last)
sys/netpfil/ipfw/ip_fw_table_value.c
84
struct ip_fw_chain *ch;
sys/netpfil/ipfw/nat64/ip_fw_nat64.c
106
struct ip_fw_chain *ch;
sys/netpfil/ipfw/nat64/ip_fw_nat64.c
79
struct ip_fw_chain *ch;
sys/netpfil/ipfw/nat64/ip_fw_nat64.h
51
int nat64stl_init(struct ip_fw_chain *ch, int first);
sys/netpfil/ipfw/nat64/ip_fw_nat64.h
52
void nat64stl_uninit(struct ip_fw_chain *ch, int last);
sys/netpfil/ipfw/nat64/ip_fw_nat64.h
53
int nat64lsn_init(struct ip_fw_chain *ch, int first);
sys/netpfil/ipfw/nat64/ip_fw_nat64.h
54
void nat64lsn_uninit(struct ip_fw_chain *ch, int last);
sys/netpfil/ipfw/nat64/ip_fw_nat64.h
55
int nat64clat_init(struct ip_fw_chain *ch, int first);
sys/netpfil/ipfw/nat64/ip_fw_nat64.h
56
void nat64clat_uninit(struct ip_fw_chain *ch, int last);
sys/netpfil/ipfw/nat64/ip_fw_nat64.h
77
mod ## _findbyname(struct ip_fw_chain *ch, struct tid_info *ti, \
sys/netpfil/ipfw/nat64/ip_fw_nat64.h
84
mod ## _findbykidx(struct ip_fw_chain *ch, uint32_t idx) \
sys/netpfil/ipfw/nat64/nat64clat.c
112
nat64clat_handle_ip6(struct ip_fw_chain *chain, struct nat64clat_cfg *cfg,
sys/netpfil/ipfw/nat64/nat64clat.c
145
nat64clat_handle_icmp6(struct ip_fw_chain *chain, struct nat64clat_cfg *cfg,
sys/netpfil/ipfw/nat64/nat64clat.c
203
ipfw_nat64clat(struct ip_fw_chain *chain, struct ip_fw_args *args,
sys/netpfil/ipfw/nat64/nat64clat.c
84
nat64clat_handle_ip4(struct ip_fw_chain *chain, struct nat64clat_cfg *cfg,
sys/netpfil/ipfw/nat64/nat64clat.h
49
int ipfw_nat64clat(struct ip_fw_chain *chain, struct ip_fw_args *args,
sys/netpfil/ipfw/nat64/nat64clat_control.c
106
struct ip_fw_chain *ch;
sys/netpfil/ipfw/nat64/nat64clat_control.c
141
nat64clat_create(struct ip_fw_chain *ch, ip_fw3_opheader *op3,
sys/netpfil/ipfw/nat64/nat64clat_control.c
212
nat64clat_config(struct ip_fw_chain *ch, ip_fw3_opheader *op,
sys/netpfil/ipfw/nat64/nat64clat_control.c
296
nat64clat_detach_config(struct ip_fw_chain *ch, struct nat64clat_cfg *cfg)
sys/netpfil/ipfw/nat64/nat64clat_control.c
313
nat64clat_destroy(struct ip_fw_chain *ch, ip_fw3_opheader *op3,
sys/netpfil/ipfw/nat64/nat64clat_control.c
355
nat64clat_list(struct ip_fw_chain *ch, ip_fw3_opheader *op3,
sys/netpfil/ipfw/nat64/nat64clat_control.c
390
export_stats(struct ip_fw_chain *ch, struct nat64clat_cfg *cfg,
sys/netpfil/ipfw/nat64/nat64clat_control.c
415
nat64clat_stats(struct ip_fw_chain *ch, ip_fw3_opheader *op,
sys/netpfil/ipfw/nat64/nat64clat_control.c
462
nat64clat_reset_stats(struct ip_fw_chain *ch, ip_fw3_opheader *op,
sys/netpfil/ipfw/nat64/nat64clat_control.c
496
nat64clat_manage_sets(struct ip_fw_chain *ch, uint32_t set, uint8_t new_set,
sys/netpfil/ipfw/nat64/nat64clat_control.c
510
struct ip_fw_chain *ch;
sys/netpfil/ipfw/nat64/nat64clat_control.c
512
ch = (struct ip_fw_chain *)arg;
sys/netpfil/ipfw/nat64/nat64clat_control.c
521
nat64clat_init(struct ip_fw_chain *ch, int first)
sys/netpfil/ipfw/nat64/nat64clat_control.c
533
nat64clat_uninit(struct ip_fw_chain *ch, int last)
sys/netpfil/ipfw/nat64/nat64clat_control.c
93
nat64clat_export_config(struct ip_fw_chain *ch, struct nat64clat_cfg *cfg,
sys/netpfil/ipfw/nat64/nat64lsn.c
1720
ipfw_nat64lsn(struct ip_fw_chain *ch, struct ip_fw_args *args,
sys/netpfil/ipfw/nat64/nat64lsn.c
1828
nat64lsn_init_config(struct ip_fw_chain *ch, in_addr_t prefix, int plen)
sys/netpfil/ipfw/nat64/nat64lsn.h
266
struct nat64lsn_cfg *nat64lsn_init_config(struct ip_fw_chain *ch,
sys/netpfil/ipfw/nat64/nat64lsn.h
272
int ipfw_nat64lsn(struct ip_fw_chain *ch, struct ip_fw_args *args,
sys/netpfil/ipfw/nat64/nat64lsn_control.c
111
nat64lsn_create(struct ip_fw_chain *ch, ip_fw3_opheader *op3,
sys/netpfil/ipfw/nat64/nat64lsn_control.c
216
nat64lsn_detach_instance(struct ip_fw_chain *ch,
sys/netpfil/ipfw/nat64/nat64lsn_control.c
234
nat64lsn_destroy(struct ip_fw_chain *ch, ip_fw3_opheader *op3,
sys/netpfil/ipfw/nat64/nat64lsn_control.c
269
export_stats(struct ip_fw_chain *ch, struct nat64lsn_cfg *cfg,
sys/netpfil/ipfw/nat64/nat64lsn_control.c
312
nat64lsn_export_config(struct ip_fw_chain *ch, struct nat64lsn_instance *i,
sys/netpfil/ipfw/nat64/nat64lsn_control.c
338
struct ip_fw_chain *ch;
sys/netpfil/ipfw/nat64/nat64lsn_control.c
366
nat64lsn_list(struct ip_fw_chain *ch, ip_fw3_opheader *op3,
sys/netpfil/ipfw/nat64/nat64lsn_control.c
407
nat64lsn_config(struct ip_fw_chain *ch, ip_fw3_opheader *op,
sys/netpfil/ipfw/nat64/nat64lsn_control.c
481
nat64lsn_stats(struct ip_fw_chain *ch, ip_fw3_opheader *op,
sys/netpfil/ipfw/nat64/nat64lsn_control.c
529
nat64lsn_reset_stats(struct ip_fw_chain *ch, ip_fw3_opheader *op,
sys/netpfil/ipfw/nat64/nat64lsn_control.c
686
nat64lsn_states(struct ip_fw_chain *ch, ip_fw3_opheader *op3,
sys/netpfil/ipfw/nat64/nat64lsn_control.c
885
nat64lsn_manage_sets(struct ip_fw_chain *ch, uint32_t set, uint8_t new_set,
sys/netpfil/ipfw/nat64/nat64lsn_control.c
906
struct ip_fw_chain *ch;
sys/netpfil/ipfw/nat64/nat64lsn_control.c
908
ch = (struct ip_fw_chain *)arg;
sys/netpfil/ipfw/nat64/nat64lsn_control.c
917
nat64lsn_init(struct ip_fw_chain *ch, int first)
sys/netpfil/ipfw/nat64/nat64lsn_control.c
931
nat64lsn_uninit(struct ip_fw_chain *ch, int last)
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
204
ipfw_nat64stl(struct ip_fw_chain *chain, struct ip_fw_args *args,
sys/netpfil/ipfw/nat64/nat64stl.c
83
nat64stl_handle_ip4(struct ip_fw_chain *chain, struct nat64stl_cfg *cfg,
sys/netpfil/ipfw/nat64/nat64stl.h
54
int ipfw_nat64stl(struct ip_fw_chain *chain, struct ip_fw_args *args,
sys/netpfil/ipfw/nat64/nat64stl_control.c
113
struct ip_fw_chain *ch;
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
172
nat64stl_create(struct ip_fw_chain *ch, ip_fw3_opheader *op3,
sys/netpfil/ipfw/nat64/nat64stl_control.c
248
nat64stl_config(struct ip_fw_chain *ch, ip_fw3_opheader *op,
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
318
nat64stl_destroy(struct ip_fw_chain *ch, ip_fw3_opheader *op3,
sys/netpfil/ipfw/nat64/nat64stl_control.c
360
nat64stl_list(struct ip_fw_chain *ch, ip_fw3_opheader *op3,
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
420
nat64stl_stats(struct ip_fw_chain *ch, ip_fw3_opheader *op,
sys/netpfil/ipfw/nat64/nat64stl_control.c
467
nat64stl_reset_stats(struct ip_fw_chain *ch, ip_fw3_opheader *op,
sys/netpfil/ipfw/nat64/nat64stl_control.c
501
nat64stl_manage_sets(struct ip_fw_chain *ch, uint32_t set, uint8_t new_set,
sys/netpfil/ipfw/nat64/nat64stl_control.c
515
struct ip_fw_chain *ch;
sys/netpfil/ipfw/nat64/nat64stl_control.c
517
ch = (struct ip_fw_chain *)arg;
sys/netpfil/ipfw/nat64/nat64stl_control.c
526
nat64stl_init(struct ip_fw_chain *ch, int first)
sys/netpfil/ipfw/nat64/nat64stl_control.c
538
nat64stl_uninit(struct ip_fw_chain *ch, int last)
sys/netpfil/ipfw/nat64/nat64stl_control.c
95
nat64stl_export_config(struct ip_fw_chain *ch, struct nat64stl_cfg *cfg,
sys/netpfil/ipfw/nptv6/nptv6.c
1008
nptv6_init(struct ip_fw_chain *ch, int first)
sys/netpfil/ipfw/nptv6/nptv6.c
1020
nptv6_uninit(struct ip_fw_chain *ch, int last)
sys/netpfil/ipfw/nptv6/nptv6.c
347
ipfw_nptv6(struct ip_fw_chain *chain, struct ip_fw_args *args,
sys/netpfil/ipfw/nptv6/nptv6.c
442
nptv6_export_config(struct ip_fw_chain *ch, struct nptv6_cfg *cfg,
sys/netpfil/ipfw/nptv6/nptv6.c
458
struct ip_fw_chain *ch;
sys/netpfil/ipfw/nptv6/nptv6.c
532
nptv6_find_prefix(struct ip_fw_chain *ch, struct nptv6_cfg *cfg,
sys/netpfil/ipfw/nptv6/nptv6.c
575
struct ip_fw_chain *ch;
sys/netpfil/ipfw/nptv6/nptv6.c
624
struct ip_fw_chain *ch;
sys/netpfil/ipfw/nptv6/nptv6.c
648
nptv6_create(struct ip_fw_chain *ch, ip_fw3_opheader *op3,
sys/netpfil/ipfw/nptv6/nptv6.c
724
nptv6_destroy(struct ip_fw_chain *ch, ip_fw3_opheader *op3,
sys/netpfil/ipfw/nptv6/nptv6.c
763
nptv6_config(struct ip_fw_chain *chain, ip_fw3_opheader *op,
sys/netpfil/ipfw/nptv6/nptv6.c
779
nptv6_list(struct ip_fw_chain *ch, ip_fw3_opheader *op3,
sys/netpfil/ipfw/nptv6/nptv6.c
814
export_stats(struct ip_fw_chain *ch, struct nptv6_cfg *cfg,
sys/netpfil/ipfw/nptv6/nptv6.c
832
nptv6_stats(struct ip_fw_chain *ch, ip_fw3_opheader *op,
sys/netpfil/ipfw/nptv6/nptv6.c
882
nptv6_reset_stats(struct ip_fw_chain *ch, ip_fw3_opheader *op,
sys/netpfil/ipfw/nptv6/nptv6.c
942
nptv6_findbyname(struct ip_fw_chain *ch, struct tid_info *ti,
sys/netpfil/ipfw/nptv6/nptv6.c
954
nptv6_findbykidx(struct ip_fw_chain *ch, uint32_t idx)
sys/netpfil/ipfw/nptv6/nptv6.c
969
nptv6_manage_sets(struct ip_fw_chain *ch, uint32_t set, uint8_t new_set,
sys/netpfil/ipfw/nptv6/nptv6.c
994
struct ip_fw_chain *ch;
sys/netpfil/ipfw/nptv6/nptv6.c
996
ch = (struct ip_fw_chain *)arg;
sys/netpfil/ipfw/nptv6/nptv6.h
61
int nptv6_init(struct ip_fw_chain *ch, int first);
sys/netpfil/ipfw/nptv6/nptv6.h
62
void nptv6_uninit(struct ip_fw_chain *ch, int last);
sys/netpfil/ipfw/pmod/pmod.h
31
int tcpmod_init(struct ip_fw_chain *ch, int first);
sys/netpfil/ipfw/pmod/pmod.h
32
void tcpmod_uninit(struct ip_fw_chain *ch, int last);
sys/netpfil/ipfw/pmod/tcpmod.c
176
ipfw_tcpmod(struct ip_fw_chain *chain, struct ip_fw_args *args,
sys/netpfil/ipfw/pmod/tcpmod.c
234
tcpmod_init(struct ip_fw_chain *ch, int first)
sys/netpfil/ipfw/pmod/tcpmod.c
244
tcpmod_uninit(struct ip_fw_chain *ch, int last)