Home
last modified time | relevance | path

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

/dragonfly/sys/net/ipfw3_basic/
H A Dip_fw3_state.c172 state_tree1 = &state_ctx->rb_udp_in; in check_check_state()
190 state_tree2 = &state_ctx->rb_udp_in; in check_check_state()
257 the_tree = &state_ctx->rb_udp_in; in check_keep_state()
390 RB_FOREACH_SAFE(s, fw3_state_tree, &state_ctx->rb_udp_in, tmp) { in ip_fw3_state_flush_dispatch()
391 RB_REMOVE(fw3_state_tree, &state_ctx->rb_udp_in, s); in ip_fw3_state_flush_dispatch()
500 RB_FOREACH(s, fw3_state_tree, &state_ctx->rb_udp_in) { in ip_fw3_ctl_state_get()
569 RB_FOREACH_SAFE(s, fw3_state_tree, &state_ctx->rb_udp_in, tmp) { in ip_fw3_state_cleanup_dispatch()
571 RB_REMOVE(fw3_state_tree, &state_ctx->rb_udp_in, s); in ip_fw3_state_cleanup_dispatch()
628 RB_INIT(&tmp->rb_udp_in); in ip_fw3_state_init_dispatch()
664 RB_FOREACH_SAFE(s, fw3_state_tree, &state_ctx->rb_udp_in, tmp) { in ip_fw3_state_fini_dispatch()
[all …]
H A Dip_fw3_state.h76 struct fw3_state_tree rb_udp_in; member