Home
last modified time | relevance | path

Searched refs:src_dnode (Results 1 – 2 of 2) sorted by relevance

/dports/net/frr7-pythontools/frr-frr-7.5.1/staticd/
H A Dstatic_nb_config.c349 const struct lyd_node *src_dnode; in routing_control_plane_protocols_control_plane_protocol_staticd_route_list_src_list_path_list_frr_nexthops_nexthop_apply_finish() local
364 src_dnode = yang_dnode_get_parent(pn_dnode, "src-list"); in routing_control_plane_protocols_control_plane_protocol_staticd_route_list_src_list_path_list_frr_nexthops_nexthop_apply_finish()
365 src_rn = nb_running_get_entry(src_dnode, NULL, true); in routing_control_plane_protocols_control_plane_protocol_staticd_route_list_src_list_path_list_frr_nexthops_nexthop_apply_finish()
367 rn_dnode = yang_dnode_get_parent(src_dnode, "route-list"); in routing_control_plane_protocols_control_plane_protocol_staticd_route_list_src_list_path_list_frr_nexthops_nexthop_apply_finish()
962 const struct lyd_node *src_dnode; in routing_control_plane_protocols_control_plane_protocol_staticd_route_list_src_list_path_list_frr_nexthops_nexthop_create() local
975 src_dnode = yang_dnode_get_parent(args->dnode, "src-list"); in routing_control_plane_protocols_control_plane_protocol_staticd_route_list_src_list_path_list_frr_nexthops_nexthop_create()
976 rn_dnode = yang_dnode_get_parent(src_dnode, "route-list"); in routing_control_plane_protocols_control_plane_protocol_staticd_route_list_src_list_path_list_frr_nexthops_nexthop_create()
980 if (static_nexthop_create(args, src_dnode, info) != NB_OK) in routing_control_plane_protocols_control_plane_protocol_staticd_route_list_src_list_path_list_frr_nexthops_nexthop_create()
993 const struct lyd_node *src_dnode; in routing_control_plane_protocols_control_plane_protocol_staticd_route_list_src_list_path_list_frr_nexthops_nexthop_destroy() local
1002 src_dnode = yang_dnode_get_parent(args->dnode, "src-list"); in routing_control_plane_protocols_control_plane_protocol_staticd_route_list_src_list_path_list_frr_nexthops_nexthop_destroy()
[all …]
/dports/net/frr7/frr-frr-7.5.1/staticd/
H A Dstatic_nb_config.c349 const struct lyd_node *src_dnode; in routing_control_plane_protocols_control_plane_protocol_staticd_route_list_src_list_path_list_frr_nexthops_nexthop_apply_finish() local
364 src_dnode = yang_dnode_get_parent(pn_dnode, "src-list"); in routing_control_plane_protocols_control_plane_protocol_staticd_route_list_src_list_path_list_frr_nexthops_nexthop_apply_finish()
365 src_rn = nb_running_get_entry(src_dnode, NULL, true); in routing_control_plane_protocols_control_plane_protocol_staticd_route_list_src_list_path_list_frr_nexthops_nexthop_apply_finish()
367 rn_dnode = yang_dnode_get_parent(src_dnode, "route-list"); in routing_control_plane_protocols_control_plane_protocol_staticd_route_list_src_list_path_list_frr_nexthops_nexthop_apply_finish()
962 const struct lyd_node *src_dnode; in routing_control_plane_protocols_control_plane_protocol_staticd_route_list_src_list_path_list_frr_nexthops_nexthop_create() local
975 src_dnode = yang_dnode_get_parent(args->dnode, "src-list"); in routing_control_plane_protocols_control_plane_protocol_staticd_route_list_src_list_path_list_frr_nexthops_nexthop_create()
976 rn_dnode = yang_dnode_get_parent(src_dnode, "route-list"); in routing_control_plane_protocols_control_plane_protocol_staticd_route_list_src_list_path_list_frr_nexthops_nexthop_create()
980 if (static_nexthop_create(args, src_dnode, info) != NB_OK) in routing_control_plane_protocols_control_plane_protocol_staticd_route_list_src_list_path_list_frr_nexthops_nexthop_create()
993 const struct lyd_node *src_dnode; in routing_control_plane_protocols_control_plane_protocol_staticd_route_list_src_list_path_list_frr_nexthops_nexthop_destroy() local
1002 src_dnode = yang_dnode_get_parent(args->dnode, "src-list"); in routing_control_plane_protocols_control_plane_protocol_staticd_route_list_src_list_path_list_frr_nexthops_nexthop_destroy()
[all …]