Home
last modified time | relevance | path

Searched refs:state_ctx (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/net/ipfw3_basic/
HDip_fw3_state.c159 struct ipfw3_state_context *state_ctx = fw3_state_ctx[mycpuid]; in check_check_state() local
168 state_tree1 = &state_ctx->rb_tcp_in; in check_check_state()
169 state_tree2 = &state_ctx->rb_tcp_out; in check_check_state()
172 state_tree1 = &state_ctx->rb_udp_in; in check_check_state()
173 state_tree2 = &state_ctx->rb_udp_out; in check_check_state()
176 state_tree1 = &state_ctx->rb_icmp_in; in check_check_state()
177 state_tree2 = &state_ctx->rb_icmp_out; in check_check_state()
185 state_tree1 = &state_ctx->rb_tcp_out; in check_check_state()
186 state_tree2 = &state_ctx->rb_tcp_in; in check_check_state()
189 state_tree1 = &state_ctx->rb_udp_out; in check_check_state()
[all …]
/dragonfly/sys/net/ipfw3/
HDip_fw3.h485 struct ipfw3_state_context *state_ctx; member