Home
last modified time | relevance | path

Searched refs:mpath_cfg (Results 1 – 9 of 9) sorted by relevance

/dports/net/quagga/quagga-1.2.4/bgpd/
H A Dbgp_mpath.c451 struct bgp_maxpaths_cfg *mpath_cfg = NULL; in bgp_info_mpath_update() local
468 mpath_cfg = &new_best->peer->bgp->maxpaths[afi][safi]; in bgp_info_mpath_update()
473 mpath_cfg->maxpaths_ibgp : mpath_cfg->maxpaths_ebgp; in bgp_info_mpath_update()
/dports/net/frr7-pythontools/frr-frr-7.5.1/bgpd/
H A Dbgp_mpath.h71 struct bgp_maxpaths_cfg *mpath_cfg);
H A Dbgp_mpath.c514 struct bgp_maxpaths_cfg *mpath_cfg) in bgp_path_info_mpath_update() argument
541 ? mpath_cfg->maxpaths_ibgp in bgp_path_info_mpath_update()
542 : mpath_cfg->maxpaths_ebgp; in bgp_path_info_mpath_update()
H A Dbgp_route.h663 struct bgp_maxpaths_cfg *mpath_cfg,
H A Dbgp_route.c522 struct bgp_maxpaths_cfg *mpath_cfg, int debug, in bgp_path_info_cmp() argument
987 && (mpath_cfg == NULL in bgp_path_info_cmp()
989 mpath_cfg->ibgp_flags, in bgp_path_info_cmp()
2180 struct bgp_maxpaths_cfg *mpath_cfg, in bgp_best_selection() argument
2197 (mpath_cfg->maxpaths_ebgp > 1 || mpath_cfg->maxpaths_ibgp > 1); in bgp_best_selection()
2250 &paths_eq, mpath_cfg, debug, in bgp_best_selection()
2327 if (bgp_path_info_cmp(bgp, pi, new_select, &paths_eq, mpath_cfg, in bgp_best_selection()
2388 mpath_cfg, debug, pfx_buf, afi, safi, in bgp_best_selection()
2402 mpath_cfg); in bgp_best_selection()
/dports/net/frr7/frr-frr-7.5.1/bgpd/
H A Dbgp_mpath.h71 struct bgp_maxpaths_cfg *mpath_cfg);
H A Dbgp_mpath.c514 struct bgp_maxpaths_cfg *mpath_cfg) in bgp_path_info_mpath_update() argument
541 ? mpath_cfg->maxpaths_ibgp in bgp_path_info_mpath_update()
542 : mpath_cfg->maxpaths_ebgp; in bgp_path_info_mpath_update()
H A Dbgp_route.h663 struct bgp_maxpaths_cfg *mpath_cfg,
H A Dbgp_route.c522 struct bgp_maxpaths_cfg *mpath_cfg, int debug, in bgp_path_info_cmp() argument
987 && (mpath_cfg == NULL in bgp_path_info_cmp()
989 mpath_cfg->ibgp_flags, in bgp_path_info_cmp()
2180 struct bgp_maxpaths_cfg *mpath_cfg, in bgp_best_selection() argument
2197 (mpath_cfg->maxpaths_ebgp > 1 || mpath_cfg->maxpaths_ibgp > 1); in bgp_best_selection()
2250 &paths_eq, mpath_cfg, debug, in bgp_best_selection()
2327 if (bgp_path_info_cmp(bgp, pi, new_select, &paths_eq, mpath_cfg, in bgp_best_selection()
2388 mpath_cfg, debug, pfx_buf, afi, safi, in bgp_best_selection()
2402 mpath_cfg); in bgp_best_selection()