Home
last modified time | relevance | path

Searched defs:rn (Results 3426 – 3450 of 6957) sorted by last modified time

1...<<131132133134135136137138139140>>...279

/dports/net/frr7-pythontools/frr-frr-7.5.1/ripngd/
H A Dripng_interface.c762 struct agg_node *rn; in ripng_clean_network() local
/dports/net/frr7-pythontools/frr-frr-7.5.1/staticd/
H A Dstatic_routes.c39 void static_install_path(struct route_node *rn, struct static_path *pn, in static_install_path()
65 struct route_node *rn; in static_add_route() local
87 static void static_del_src_route(struct route_node *rn, safi_t safi, in static_del_src_route()
106 void static_del_route(struct route_node *rn, safi_t safi, in static_del_route()
359 struct route_node *rn, in static_ifindex_update_nh()
387 struct route_node *rn; in static_ifindex_update_af() local
432 struct route_node *rn; in static_fixup_vrf() local
478 struct route_node *rn; in static_enable_vrf() local
556 struct route_node *rn; in static_cleanup_vrf() local
588 struct route_node *rn; in static_disable_vrf() local
[all …]
H A Dstatic_routes.h147 static_route_info_from_rnode(struct route_node *rn) in static_route_info_from_rnode()
/dports/net/frr7/frr-frr-7.5.1/zebra/
H A Dzebra_nhg.c1791 struct route_node *rn; in nexthop_active() local
2115 static unsigned nexthop_active_check(struct route_node *rn, in nexthop_active_check()
2278 static uint32_t nexthop_list_active_update(struct route_node *rn, in nexthop_list_active_update()
2345 int nexthop_active_update(struct route_node *rn, struct route_entry *re) in nexthop_active_update()
H A Dzebra_rib.c258 struct route_node *rn; in rib_match() local
375 struct route_node *rn; in rib_lookup_ipv4() local
817 struct route_node *rn, in rib_process_update_fib()
2808 struct route_node *rn; in rib_lookup_and_dump() local
2861 struct route_node *rn; in rib_lookup_and_pushup() local
2919 struct route_node *rn; in rib_add_multipath_nhe() local
3072 struct route_node *rn; in rib_delete() local
3376 struct route_node *rn; in rib_update_table() local
3540 struct route_node *rn; in rib_sweep_table() local
3626 struct route_node *rn; in rib_score_proto_table() local
[all …]
H A Dzebra_snmp.c143 struct route_node *rn; in ipFwNumber() local
171 struct route_node *rn; in ipCidrNumber() local
H A Dzebra_vrf.c446 struct route_node *rn; in zebra_vrf_table_create() local
H A Dzebra_vty.c168 struct route_node *rn; variable
790 static void vty_show_ip_route(struct vty *vty, struct route_node *rn, in vty_show_ip_route()
997 struct route_node *rn, bool use_fib) in vty_show_ip_route_detail_json()
1035 struct route_node *rn; in do_show_route_helper() local
1792 struct route_node *rn; variable
1963 struct route_node *rn; in vty_show_ip_route_summary() local
2105 struct route_node *rn; in vty_show_ip_route_summary_prefix() local
2258 struct route_node *rn; variable
2272 RNODE_FOREACH_RE (rn, re) { in RNODE_FOREACH_RE() argument
2291 struct route_node *rn; variable
[all …]
/dports/net/frr7-pythontools/frr-frr-7.5.1/bgpd/
H A Dbgp_table.h166 struct route_node *rn = bgp_dest_to_rnode(dest)->parent; in bgp_dest_parent_nolock() local
239 struct route_node *rn = route_node_lookup(table->route_table, p); in bgp_node_lookup() local
249 struct route_node *rn = route_lock_node(bgp_dest_to_rnode(dest)); in bgp_dest_lock_node() local
260 struct route_node *rn = route_node_match(table->route_table, p); in bgp_node_match() local
271 struct route_node *rn = route_node_match_ipv4(table->route_table, addr); in bgp_node_match_ipv4() local
282 struct route_node *rn = route_node_match_ipv6(table->route_table, addr); in bgp_node_match_ipv6() local
/dports/net/frr7-pythontools/frr-frr-7.5.1/bgpd/rfapi/
H A Drfapi.c207 struct agg_node *rn; in rfapi_find_node() local
244 struct agg_node *rn; in rfapi_find_rfd() local
1374 struct agg_node *rn; in rfapi_init_and_open() local
1512 struct agg_node *rn; in rfapi_query_inner() local
H A Drfapi_import.h178 #define RFAPI_CHECK_REFCOUNT(rn, safi, lo) {} argument
H A Drfapi_monitor.c161 struct agg_node *rn; in rfapiMonitorCleanCheck() local
324 struct agg_node *rn; in rfapiMonitorGetAttachNode() local
404 struct agg_node *rn; in rfapiMonitorAttachImport() local
476 struct agg_node *rn; in rfapiMonitorAdd() local
591 struct agg_node *rn; in rfapiMonitorDetachImportHd() local
607 struct agg_node *rn; in rfapiMonitorDel() local
645 struct agg_node *rn; in rfapiMonitorDelHd() local
795 struct agg_node *rn; in rfapiMonitorTimersRestart() local
1209 struct agg_node *rn; in rfapiMonitorEthAttachImportHd() local
1233 struct agg_node *rn; in rfapiMonitorEthDetachImport() local
[all …]
H A Drfapi_monitor.h49 struct agg_node *rn; /* parent node */ member
97 #define RFAPI_IT_EXTRA_GET(rn) \ argument
106 #define RFAPI_RDINDEX(rn) \ argument
109 #define RFAPI_RDINDEX_W_ALLOC(rn) (RFAPI_IT_EXTRA_GET(rn)->u.vpn.idx_rd) argument
111 #define RFAPI_MONITOR_ETH(rn) \ argument
114 #define RFAPI_MONITOR_ETH_W_ALLOC(rn) (RFAPI_IT_EXTRA_GET(rn)->u.vpn.mon_eth) argument
116 #define RFAPI_MONITOR_VPN(rn) \ argument
119 #define RFAPI_MONITOR_VPN_W_ALLOC(rn) (RFAPI_IT_EXTRA_GET(rn)->u.vpn.v) argument
121 #define RFAPI_MONITOR_ENCAP(rn) \ argument
124 #define RFAPI_MONITOR_ENCAP_W_ALLOC(rn) (RFAPI_IT_EXTRA_GET(rn)->u.encap.e) argument
[all …]
H A Drfapi_rib.c151 struct agg_node *rn; in rfapiRibCheckCounts() local
287 struct agg_node *rn; member
338 struct agg_node *rn, /* route node attached to */ in rfapiRibStartTimer()
486 struct agg_node *rn; in rfapiRibClear() local
845 struct agg_node *rn = NULL; in process_pending_node() local
1482 struct agg_node *rn; in rib_do_callback_onepass() local
1884 struct agg_node *rn; in rfapiRibPreload() local
2125 struct agg_node *rn; in rfapiRibPendingDeleteRoute() local
2193 struct agg_node *rn; in rfapiRibPendingDeleteRoute() local
2406 struct agg_node *rn; in rfapiRibShowResponses() local
H A Drfapi_vty.c742 void rfapiShowItNode(void *stream, struct agg_node *rn) in rfapiShowItNode()
766 struct agg_node *rn; in rfapiShowImportTable() local
849 struct agg_node *rn; in rfapiShowVncQueries() local
1011 struct agg_node *rn, struct bgp_path_info *bpi) in rfapiPrintRemoteRegBi()
1216 struct agg_node *rn; in rfapiShowRemoteRegistrationsIt() local
H A Dvnc_export_bgp.c409 struct agg_node *rn; in vnc_direct_bgp_vpn_enable_ce() local
586 struct agg_node *rn) /* for VN addrs for ecom list */ in encap_attr_export()
692 struct agg_node *rn) in vnc_direct_bgp_add_prefix()
804 struct agg_node *rn) in vnc_direct_bgp_del_prefix()
968 struct agg_node *rn; in vnc_direct_bgp_add_nve() local
1116 struct agg_node *rn; in vnc_direct_bgp_del_nve() local
1164 struct agg_node *rn, struct attr *attr, in vnc_direct_add_rn_group_rd()
1286 struct agg_node *rn; in vnc_direct_bgp_add_group_afi() local
1372 struct agg_node *rn, afi_t afi, in vnc_direct_del_rn_group_rd()
1396 struct agg_node *rn; in vnc_direct_bgp_del_group_afi() local
[all …]
H A Drfapi_import.c142 struct agg_node *rn; in rfapiCheckRouteCount() local
893 struct agg_node *rn; in rfapiImportTableFlush() local
1485 struct agg_node *rn, /* in */ in rfapiNhlAddNodeRoutes()
1826 struct agg_node *rn; in rfapiRouteTable2NextHopList() local
1912 struct agg_node *rn; in rfapiEthRouteTable2NextHopList() local
2307 struct agg_node *rn; in rfapiMonitorEncapAdd() local
2734 struct agg_node *rn; in rfapiWithdrawTimerEncap() local
2914 struct agg_node *rn; in rfapiBgpInfoFilteredImportEncap() local
3369 struct agg_node *rn; in rfapiBgpInfoFilteredImportVPN() local
4070 struct agg_node *rn; in rfapiProcessPeerDownRt() local
[all …]
/dports/net/frr7-pythontools/frr-frr-7.5.1/eigrpd/
H A Deigrp_vty.c108 struct route_node *rn; in eigrp_topology_helper() local
172 struct route_node *rn; variable
/dports/net/frr7-pythontools/frr-frr-7.5.1/isisd/
H A Disis_spf.c1718 struct route_node *rn; in isis_print_routes() local
/dports/net/frr7-pythontools/frr-frr-7.5.1/lib/
H A Droutemap.c1609 static struct list *route_map_get_index_list(struct route_node **rn, in route_map_get_index_list()
1656 struct route_node *rn = NULL; in route_map_get_index() local
1751 struct route_node *rn = NULL; in route_map_pfx_table_add_default() local
1803 struct route_node *rn = NULL; in route_map_pfx_table_del_default() local
1842 struct route_node *rn = NULL; in route_map_pfx_table_add() local
1873 struct route_node *rn = NULL; in route_map_pfx_table_del() local
3155 struct route_node *rn = NULL, *prn = NULL; variable
H A Dtable.c254 struct route_node rn, *node; in route_node_lookup() local
266 struct route_node rn, *node; in route_node_lookup_maynull() local
/dports/net/frr7-pythontools/frr-frr-7.5.1/nhrpd/
H A Dnhrp_route.c35 struct route_node *rn; in nhrp_route_update_get() local
54 static void nhrp_route_update_put(struct route_node *rn) in nhrp_route_update_put()
70 struct route_node *rn; in nhrp_route_update_zebra() local
85 struct route_node *rn; in nhrp_route_update_nhrp() local
253 struct route_node *rn; in nhrp_route_get_nexthop() local
/dports/net/frr7-pythontools/frr-frr-7.5.1/ospfd/
H A Dospf_interface.c59 struct route_node *rn; in ospf_interface_neighbor_count() local
114 struct route_node *rn; in ospf_if_recalculate_output_cost() local
136 struct route_node *rn; in ospf_if_reset() local
176 struct route_node *rn; in ospf_if_table_lookup() local
193 struct route_node *rn; in ospf_add_to_if() local
211 struct route_node *rn; in ospf_delete_from_if() local
285 struct route_node *rn; in ospf_if_cleanup() local
450 struct route_node *rn; in ospf_if_lookup_recv_if() local
551 struct route_node *rn; in ospf_free_if_params() local
586 struct route_node *rn; in ospf_lookup_if_params() local
[all …]
H A Dospf_lsa.c389 struct route_node *rn; in ospf_nbr_lookup_ptop() local
602 struct route_node *rn; in lsa_link_ptomp_set() local
961 struct route_node *rn; in ospf_network_lsa_body_set() local
2214 struct route_node *rn; in ospf_external_lsa_refresh_type() local
2739 struct route_node *rn; in ospf_maxage_lsa_remover() local
2825 struct route_node *rn; in ospf_lsa_maxage_delete() local
2857 struct route_node *rn; in ospf_lsa_maxage() local
2954 struct route_node *rn; in ospf_lsa_maxage_walker() local
3050 struct route_node *rn; in ospf_lsa_lookup_by_id() local
3226 struct route_node *rn; in ospf_flush_self_originated_lsas_now() local
[all …]
H A Dospf_nsm.c262 struct route_node *rn; in ospf_db_summary_clear() local
281 struct route_node *rn; in nsm_negotiation_done() local

1...<<131132133134135136137138139140>>...279