Home
last modified time | relevance | path

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

/dports/net-mgmt/pmacct/pmacct-1.7.5/src/bgp/
H A Dbgp_lg.c43 if (!config.bgp_lg_threads) config.bgp_lg_threads = BGP_LG_DEFAULT_THREADS; in bgp_lg_wrapper()
80 p_zmq_router_backend_setup(&lg_host, config.bgp_lg_threads); in bgp_lg_daemon()
/dports/net-mgmt/pmacct/pmacct-1.7.5/src/
H A Dcfg.h392 int bgp_lg_threads; member
H A Dcfg_handlers.c3891 for (; list; list = list->next, changes++) list->cfg.bgp_lg_threads = value; in cfg_key_bgp_lg_threads()