Home
last modified time | relevance | path

Searched refs:route_match_vec (Results 1 – 3 of 3) sorted by relevance

/dports/net/quagga/quagga-1.2.4/lib/
H A Droutemap.c33 static vector route_match_vec; variable
428 vector_set (route_match_vec, cmd); in route_map_install_match()
445 for (i = 0; i < vector_active (route_match_vec); i++) in route_map_lookup_match()
446 if ((rule = vector_slot (route_match_vec, i)) != NULL) in route_map_lookup_match()
889 route_match_vec = vector_init (1); in route_map_init()
896 vector_free (route_match_vec); in route_map_finish()
897 route_match_vec = NULL; in route_map_finish()
/dports/net/frr7-pythontools/frr-frr-7.5.1/lib/
H A Droutemap.c63 static vector route_match_vec; variable
1124 vector_set(route_match_vec, (void *)cmd); in route_map_install_match()
1139 for (i = 0; i < vector_active(route_match_vec); i++) in route_map_lookup_match()
1140 if ((rule = vector_slot(route_match_vec, i)) != NULL) in route_map_lookup_match()
3097 vector_free(route_match_vec); in route_map_finish()
3098 route_match_vec = NULL; in route_map_finish()
3265 route_match_vec = vector_init(1); in route_map_init()
/dports/net/frr7/frr-frr-7.5.1/lib/
H A Droutemap.c63 static vector route_match_vec; variable
1124 vector_set(route_match_vec, (void *)cmd); in route_map_install_match()
1139 for (i = 0; i < vector_active(route_match_vec); i++) in route_map_lookup_match()
1140 if ((rule = vector_slot(route_match_vec, i)) != NULL) in route_map_lookup_match()
3097 vector_free(route_match_vec); in route_map_finish()
3098 route_match_vec = NULL; in route_map_finish()
3265 route_match_vec = vector_init(1); in route_map_init()