Home
last modified time | relevance | path

Searched refs:CTL_MSG_HIGH_MARK (Results 1 – 3 of 3) sorted by relevance

/openbsd/usr.sbin/bgpd/
H A Drde.c2934 CTL_MSG_HIGH_MARK, ctx, rde_dump_adjout_upcall, in rde_dump_done()
2940 ctx->req.prefixlen, CTL_MSG_HIGH_MARK, ctx, in rde_dump_done()
3006 CTL_MSG_HIGH_MARK, ctx, rde_dump_adjout_upcall, in rde_dump_ctx_new()
3013 req->prefixlen, CTL_MSG_HIGH_MARK, ctx, in rde_dump_ctx_new()
3083 if (rib_dump_new(rid, ctx->req.aid, CTL_MSG_HIGH_MARK, ctx, in rde_dump_ctx_new()
3089 if (rib_dump_new(rid, ctx->req.aid, CTL_MSG_HIGH_MARK, ctx, in rde_dump_ctx_new()
3096 CTL_MSG_HIGH_MARK, ctx, rde_dump_upcall, in rde_dump_ctx_new()
3202 if (rib_dump_new(rid, AID_UNSPEC, CTL_MSG_HIGH_MARK, &ctx->mrt, in rde_dump_mrt_new()
H A Dcontrol.c576 if (!c->throttled && c->imsgbuf.w.queued > CTL_MSG_HIGH_MARK) { in control_imsg_relay()
H A Dbgpd.h132 #define CTL_MSG_HIGH_MARK 500 macro