Searched refs:use_ucast_cache (Results 1 – 8 of 8) sorted by relevance
95 if (sm->p_subn->opt.use_ucast_cache) in osm_ucast_mgr_init()989 CL_ASSERT(p_mgr->p_subn->opt.use_ucast_cache && in set_lft_block()1141 if (p_mgr->p_subn->opt.use_ucast_cache) in osm_ucast_mgr_process()
1018 opt.use_ucast_cache = TRUE; in main()
809 { "use_ucast_cache", OPT_OFFSET(use_ucast_cache), opts_parse_boolean, NULL, 0 },1628 p_opt->use_ucast_cache = FALSE; in osm_subn_set_default_opt()2511 p_opts->use_ucast_cache ? "TRUE" : "FALSE"); in osm_subn_output_conf()
1030 if (!p_mgr->p_subn->opt.use_ucast_cache) in osm_ucast_cache_process()
677 if (sm->ucast_mgr.p_subn->opt.use_ucast_cache && in mcast_mgr_branch()
1349 if (sm->p_subn->opt.use_ucast_cache && in do_sweep()
2604 if (p_mgr->p_subn->opt.use_ucast_cache && p_mgr->cache_valid) { in dfsssp_do_mcast_routing()
310 boolean_t use_ucast_cache; member