Home
last modified time | relevance | path

Searched refs:ipfw3_context (Results 1 – 9 of 9) sorted by relevance

/dragonfly/sys/net/ipfw3/
HDip_fw3_set.c82 extern struct ipfw3_context *fw3_ctx[MAXCPU];
88 struct ipfw3_context *ctx = fw3_ctx[mycpuid]; in move_set_dispatch()
100 struct ipfw3_context *ctx; in ip_fw3_ctl_set_move_set()
123 struct ipfw3_context *ctx = fw3_ctx[mycpuid]; in move_rule_dispatch()
135 struct ipfw3_context *ctx; in ip_fw3_ctl_set_move_rule()
157 struct ipfw3_context *ctx = fw3_ctx[mycpuid]; in set_swap_dispatch()
172 struct ipfw3_context *ctx; in ip_fw3_ctl_set_swap()
194 struct ipfw3_context *ctx; in ip_fw3_ctl_set_toggle()
209 struct ipfw3_context *ctx; in ip_fw3_ctl_set_get()
221 struct ipfw3_context *ctx = fw3_ctx[mycpuid]; in set_flush_dispatch()
HDip_fw3.c165 struct ipfw3_context *fw3_ctx[MAXCPU];
198 struct ipfw3_context *ctx = fw3_ctx[mycpuid]; in ip_fw3_unregister_module()
350 struct ipfw3_context *ctx = fw3_ctx[mycpuid]; in ip_fw3_chk()
644 struct ipfw3_context *ctx = fw3_ctx[mycpuid]; in add_rule_dispatch()
703 struct ipfw3_context *ctx = fw3_ctx[mycpuid]; in ip_fw3_add_rule()
757 ip_fw3_delete_rule(struct ipfw3_context *ctx, in ip_fw3_delete_rule()
774 struct ipfw3_context *ctx = fw3_ctx[mycpuid]; in flush_rule_dispatch()
827 struct ipfw3_context *ctx = fw3_ctx[mycpuid]; in delete_rule_dispatch()
879 struct ipfw3_context *ctx = fw3_ctx[mycpuid]; in ip_fw3_zero_entry_dispatch()
909 struct ipfw3_context *ctx = fw3_ctx[mycpuid]; in ip_fw3_ctl_zero_entry()
[all …]
HDip_fw3.h482 struct ipfw3_context { struct
491 #define LEN_FW3_CTX sizeof(struct ipfw3_context) argument
546 struct ip_fw *ip_fw3_delete_rule(struct ipfw3_context *ctx,
/dragonfly/sys/net/ipfw3_basic/
HDip_fw3_table.c78 extern struct ipfw3_context *fw3_ctx[MAXCPU];
89 struct ipfw3_context *ctx = fw3_ctx[mycpuid]; in table_create_dispatch()
122 struct ipfw3_context *ctx = fw3_ctx[mycpuid]; in table_delete_dispatch()
141 struct ipfw3_context *ctx = fw3_ctx[mycpuid]; in table_append_dispatch()
195 struct ipfw3_context *ctx = fw3_ctx[mycpuid]; in table_remove_dispatch()
238 struct ipfw3_context *ctx = fw3_ctx[mycpuid]; in table_flush_dispatch()
260 struct ipfw3_context *ctx = fw3_ctx[mycpuid]; in table_rename_dispatch()
276 struct ipfw3_context *ctx = fw3_ctx[mycpuid]; in ip_fw3_ctl_table_list()
370 struct ipfw3_context *ctx = fw3_ctx[mycpuid]; in ip_fw3_ctl_table_show()
426 struct ipfw3_context *ctx = fw3_ctx[mycpuid]; in ip_fw3_ctl_table_test()
[all …]
HDip_fw3_basic.c85 extern struct ipfw3_context *fw3_ctx[MAXCPU];
300 struct ipfw3_context *ctx = fw3_ctx[mycpuid]; in check_from_lookup()
393 struct ipfw3_context *ctx = fw3_ctx[mycpuid]; in check_to_lookup()
HDip_fw3_sync.c83 extern struct ipfw3_context *fw3_ctx[MAXCPU];
HDip_fw3_state.c79 extern struct ipfw3_context *fw3_ctx[MAXCPU];
/dragonfly/sys/net/ipfw3_layer2/
HDip_fw3_layer2.c63 extern struct ipfw3_context *fw3_ctx[MAXCPU];
113 struct ipfw3_context *ctx = fw3_ctx[mycpuid]; in check_mac_from_lookup()
156 struct ipfw3_context *ctx = fw3_ctx[mycpuid]; in check_mac_to_lookup()
/dragonfly/sys/net/ipfw3_nat/
HDip_fw3_nat.c106 extern struct ipfw3_context *fw3_ctx[MAXCPU];