Home
last modified time | relevance | path

Searched refs:route_map_apply (Results 1 – 25 of 41) sorted by relevance

12

/dports/net/quagga/quagga-1.2.4/lib/
H A Droutemap.h192 extern route_map_result_t route_map_apply (struct route_map *map,
H A Droutemap.c774 route_map_apply (struct route_map *map, struct prefix *prefix, in route_map_apply() function
822 ret = route_map_apply (nextrm, prefix, type, object); in route_map_apply()
/dports/net/frr7-pythontools/frr-frr-7.5.1/bgpd/rfapi/
H A Dvnc_export_bgp.c292 ret = route_map_apply(bgp->rfapi_cfg->routemap_export_bgp, in vnc_direct_bgp_add_route_ce()
1033 ret = route_map_apply( in vnc_direct_bgp_add_nve()
1245 ret = route_map_apply(rfg->routemap_export_bgp, p, RMAP_BGP, in vnc_direct_add_rn_group_rd()
1694 ret = route_map_apply(hc->routemap_export_bgp, prefix, RMAP_BGP, in vnc_direct_bgp_rh_add_route()
1921 ret = route_map_apply( in vnc_direct_bgp_rh_vpn_enable()
H A Dvnc_import_bgp.c374 ret = route_map_apply(rmap, prefix, RMAP_BGP, &info); in process_unicast_route()
819 ret = route_map_apply(rmap, prefix, RMAP_BGP, &info); in vnc_import_bgp_add_route_mode_plain()
1021 ret = route_map_apply(rmap, prefix, RMAP_BGP, &path); in vnc_import_bgp_add_route_mode_nvegroup()
/dports/net/frr7/frr-frr-7.5.1/bgpd/rfapi/
H A Dvnc_export_bgp.c292 ret = route_map_apply(bgp->rfapi_cfg->routemap_export_bgp, in vnc_direct_bgp_add_route_ce()
1033 ret = route_map_apply( in vnc_direct_bgp_add_nve()
1245 ret = route_map_apply(rfg->routemap_export_bgp, p, RMAP_BGP, in vnc_direct_add_rn_group_rd()
1694 ret = route_map_apply(hc->routemap_export_bgp, prefix, RMAP_BGP, in vnc_direct_bgp_rh_add_route()
1921 ret = route_map_apply( in vnc_direct_bgp_rh_vpn_enable()
H A Dvnc_import_bgp.c374 ret = route_map_apply(rmap, prefix, RMAP_BGP, &info); in process_unicast_route()
819 ret = route_map_apply(rmap, prefix, RMAP_BGP, &info); in vnc_import_bgp_add_route_mode_plain()
1021 ret = route_map_apply(rmap, prefix, RMAP_BGP, &path); in vnc_import_bgp_add_route_mode_nvegroup()
/dports/net/frr7-pythontools/frr-frr-7.5.1/zebra/
H A Dzebra_routemap.c1741 ret = route_map_apply(rmap, p, RMAP_ZEBRA, &nh_obj); in zebra_route_map_check()
1785 ret = route_map_apply(rmap, p, RMAP_ZEBRA, &nh_obj); in zebra_import_table_route_map_check()
1813 ret = route_map_apply(rmap, p, RMAP_ZEBRA, &nh_obj); in zebra_nht_route_map_check()
/dports/net/frr7/frr-frr-7.5.1/zebra/
H A Dzebra_routemap.c1741 ret = route_map_apply(rmap, p, RMAP_ZEBRA, &nh_obj); in zebra_route_map_check()
1785 ret = route_map_apply(rmap, p, RMAP_ZEBRA, &nh_obj); in zebra_import_table_route_map_check()
1813 ret = route_map_apply(rmap, p, RMAP_ZEBRA, &nh_obj); in zebra_nht_route_map_check()
/dports/net/quagga/quagga-1.2.4/ripngd/
H A Dripngd.c738 ret = route_map_apply (ri->routemap[RIPNG_FILTER_IN], in ripng_route_process()
1653 ret = route_map_apply (ri->routemap[RIPNG_FILTER_OUT], in ripng_output_process()
1672 ret = route_map_apply (ripng->route_map[rinfo->type].map, in ripng_output_process()
1761 ret = route_map_apply (ri->routemap[RIPNG_FILTER_OUT], in ripng_output_process()
/dports/net/frr7/frr-frr-7.5.1/ripngd/
H A Dripngd.c754 ret = route_map_apply(ri->routemap[RIPNG_FILTER_IN], in ripng_route_process()
1676 ret = route_map_apply( in ripng_output_process()
1692 ret = route_map_apply(ripng->redist[rinfo->type] in ripng_output_process()
1790 ret = route_map_apply( in ripng_output_process()
/dports/net/frr7-pythontools/frr-frr-7.5.1/ripngd/
H A Dripngd.c754 ret = route_map_apply(ri->routemap[RIPNG_FILTER_IN], in ripng_route_process()
1676 ret = route_map_apply( in ripng_output_process()
1692 ret = route_map_apply(ripng->redist[rinfo->type] in ripng_output_process()
1790 ret = route_map_apply( in ripng_output_process()
/dports/net/frr7-pythontools/frr-frr-7.5.1/lib/
H A Droutemap.h300 extern route_map_result_t route_map_apply(struct route_map *map,
/dports/net/frr7/frr-frr-7.5.1/lib/
H A Droutemap.h300 extern route_map_result_t route_map_apply(struct route_map *map,
/dports/net/frr7-pythontools/frr-frr-7.5.1/isisd/
H A Disis_redist.c171 route_map_apply(redist->map, p, RMAP_ISIS, &area_info); in isis_redist_update_ext_reach()
/dports/net/frr7/frr-frr-7.5.1/isisd/
H A Disis_redist.c171 route_map_apply(redist->map, p, RMAP_ISIS, &area_info); in isis_redist_update_ext_reach()
/dports/net/quagga/quagga-1.2.4/isisd/
H A Disis_redist.c201 map_ret = route_map_apply(redist->map, p, RMAP_ISIS, &area_info); in isis_redist_update_ext_reach()
/dports/net/frr7-pythontools/frr-frr-7.5.1/ospfd/
H A Dospf_zebra.c929 ret = route_map_apply(ROUTEMAP(red), (struct prefix *)p,
1085 ret = route_map_apply(ROUTEMAP(red), (struct prefix *)p,
/dports/net/frr7/frr-frr-7.5.1/ospfd/
H A Dospf_zebra.c929 ret = route_map_apply(ROUTEMAP(red), (struct prefix *)p,
1085 ret = route_map_apply(ROUTEMAP(red), (struct prefix *)p,
/dports/net/frr7-pythontools/frr-frr-7.5.1/bgpd/
H A Dbgp_updgrp_adv.c790 ret = route_map_apply( in subgroup_default_originate()
H A Dbgp_mplsvpn.c745 ret = route_map_apply( in vpn_leak_from_vrf_update()
1195 ret = route_map_apply(bgp_vrf->vpn_policy[afi] in vpn_leak_to_vrf_update_onevrf()
/dports/net/frr7/frr-frr-7.5.1/bgpd/
H A Dbgp_updgrp_adv.c790 ret = route_map_apply( in subgroup_default_originate()
/dports/net/quagga/quagga-1.2.4/bgpd/
H A Dbgp_route.c716 ret = route_map_apply (ROUTE_MAP_IN (filter), p, RMAP_BGP, &info); in bgp_input_modifier()
747 ret = route_map_apply (ROUTE_MAP_EXPORT (filter), p, RMAP_BGP, &info); in bgp_export_modifier()
785 ret = route_map_apply (ROUTE_MAP_IMPORT (filter), p, RMAP_BGP, &info); in bgp_import_modifier()
1094 ret = route_map_apply (UNSUPPRESS_MAP (filter), p, RMAP_BGP, &info); in bgp_announce_check()
1096 ret = route_map_apply (ROUTE_MAP_OUT (filter), p, RMAP_BGP, &info); in bgp_announce_check()
1284 ret = route_map_apply (ROUTE_MAP_OUT (filter), p, RMAP_BGP, &info); in bgp_announce_check_rsclient()
3465 ret = route_map_apply (bgp_static->rmap.map, p, RMAP_BGP, &info); in bgp_static_update_rsclient()
3644 ret = route_map_apply (bgp_static->rmap.map, p, RMAP_BGP, &info); in bgp_static_update_main()
3890 ret = route_map_apply (bgp_static->rmap.map, p, RMAP_BGP, &info); in bgp_static_update_safi()
5739 ret = route_map_apply (bgp->rmap[afi][type].map, p, RMAP_BGP, in bgp_redistribute_add()
[all …]
/dports/net/frr7/frr-frr-7.5.1/ripd/
H A Dripd.c467 ret = route_map_apply(ri->routemap[RIP_FILTER_IN], in rip_rte_process()
2262 ret = route_map_apply( in rip_output_process()
2279 ret = route_map_apply( in rip_output_process()
/dports/net/frr7-pythontools/frr-frr-7.5.1/ripd/
H A Dripd.c467 ret = route_map_apply(ri->routemap[RIP_FILTER_IN], in rip_rte_process()
2262 ret = route_map_apply( in rip_output_process()
2279 ret = route_map_apply( in rip_output_process()
/dports/net/quagga/quagga-1.2.4/ripd/
H A Dripd.c464 ret = route_map_apply (ri->routemap[RIP_FILTER_IN], in rip_rte_process()
2296 ret = route_map_apply (ri->routemap[RIP_FILTER_OUT], in rip_output_process()
2313 ret = route_map_apply (rip->route_map[rinfo->type].map, in rip_output_process()

12