Home
last modified time | relevance | path

Searched refs:RB_FOREACH_SAFE (Results 1 – 7 of 7) sorted by relevance

/dragonfly/sys/net/ipfw3_basic/
HDip_fw3_state.c366 RB_FOREACH_SAFE(s, fw3_state_tree, &state_ctx->rb_icmp_in, tmp) { in ip_fw3_state_flush_dispatch()
372 RB_FOREACH_SAFE(s, fw3_state_tree, &state_ctx->rb_icmp_out, tmp) { in ip_fw3_state_flush_dispatch()
378 RB_FOREACH_SAFE(s, fw3_state_tree, &state_ctx->rb_tcp_in, tmp) { in ip_fw3_state_flush_dispatch()
384 RB_FOREACH_SAFE(s, fw3_state_tree, &state_ctx->rb_tcp_out, tmp) { in ip_fw3_state_flush_dispatch()
390 RB_FOREACH_SAFE(s, fw3_state_tree, &state_ctx->rb_udp_in, tmp) { in ip_fw3_state_flush_dispatch()
396 RB_FOREACH_SAFE(s, fw3_state_tree, &state_ctx->rb_udp_out, tmp) { in ip_fw3_state_flush_dispatch()
545 RB_FOREACH_SAFE(s, fw3_state_tree, &state_ctx->rb_icmp_in, tmp) { in ip_fw3_state_cleanup_dispatch()
551 RB_FOREACH_SAFE(s, fw3_state_tree, &state_ctx->rb_icmp_out, tmp) { in ip_fw3_state_cleanup_dispatch()
557 RB_FOREACH_SAFE(s, fw3_state_tree, &state_ctx->rb_tcp_in, tmp) { in ip_fw3_state_cleanup_dispatch()
563 RB_FOREACH_SAFE(s, fw3_state_tree, &state_ctx->rb_tcp_out, tmp) { in ip_fw3_state_cleanup_dispatch()
[all …]
/dragonfly/sys/net/ipfw3_nat/
HDip_fw3_nat.c800 RB_FOREACH_SAFE(s, state_tree, &nat->rb_icmp_out, tmp) { in nat_del_dispatch()
815 RB_FOREACH_SAFE(s, state_tree, &nat->rb_tcp_out, tmp) { in nat_del_dispatch()
829 RB_FOREACH_SAFE(s, state_tree, &nat->rb_udp_out, tmp) { in nat_del_dispatch()
942 RB_FOREACH_SAFE(s, state_tree, &nat->rb_icmp_out, tmp) { in nat_cleanup_func_dispatch()
961 RB_FOREACH_SAFE(s, state_tree, &nat->rb_tcp_out, tmp) { in nat_cleanup_func_dispatch()
979 RB_FOREACH_SAFE(s, state_tree, &nat->rb_udp_out, tmp) { in nat_cleanup_func_dispatch()
/dragonfly/crypto/openssh/
HDkrl.c152 RB_FOREACH_SAFE(rs, revoked_serial_tree, &rc->revoked_serials, trs) { in revoked_certs_free()
156 RB_FOREACH_SAFE(rki, revoked_key_id_tree, &rc->revoked_key_ids, trki) { in revoked_certs_free()
174 RB_FOREACH_SAFE(rb, revoked_blob_tree, &krl->revoked_keys, trb) { in ssh_krl_free()
179 RB_FOREACH_SAFE(rb, revoked_blob_tree, &krl->revoked_sha1s, trb) { in ssh_krl_free()
184 RB_FOREACH_SAFE(rb, revoked_blob_tree, &krl->revoked_sha256s, trb) { in ssh_krl_free()
HDsrclimit.c222 RB_FOREACH_SAFE(penalty, penalties_by_expiry, by_expiry, tmp) { in expire_penalties_from_tree()
/dragonfly/share/man/man3/
HDMakefile98 MLINKS+=tree.3 RB_FOREACH_SAFE.3
/dragonfly/lib/libssh/openbsd-compat/
HDsys-tree.h740 #define RB_FOREACH_SAFE(x, name, head, y) \ macro
/dragonfly/sys/sys/
HDtree.h1047 #define RB_FOREACH_SAFE(x, name, head, y) \ macro