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.c3003 CTL_MSG_HIGH_MARK, ctx, rde_dump_adjout_upcall, in rde_dump_done()
3009 ctx->req.prefixlen, CTL_MSG_HIGH_MARK, ctx, in rde_dump_done()
3078 CTL_MSG_HIGH_MARK, ctx, rde_dump_adjout_upcall, in rde_dump_ctx_new()
3085 req->prefixlen, CTL_MSG_HIGH_MARK, ctx, in rde_dump_ctx_new()
3155 if (rib_dump_new(rid, ctx->req.aid, CTL_MSG_HIGH_MARK, ctx, in rde_dump_ctx_new()
3161 if (rib_dump_new(rid, ctx->req.aid, CTL_MSG_HIGH_MARK, ctx, in rde_dump_ctx_new()
3168 CTL_MSG_HIGH_MARK, ctx, rde_dump_upcall, in rde_dump_ctx_new()
3278 if (rib_dump_new(rid, AID_UNSPEC, CTL_MSG_HIGH_MARK, &ctx->mrt, in rde_dump_mrt_new()
H A Dcontrol.c588 imsgbuf_queuelen(&c->imsgbuf) > CTL_MSG_HIGH_MARK) { in control_imsg_relay()
H A Dbgpd.h137 #define CTL_MSG_HIGH_MARK 500 macro