Lines Matching +defs:rule +defs:alist

130 route_match_ip_nexthop(void *rule, const struct prefix *prefix,  in route_match_ip_nexthop()
133 struct access_list *alist; in route_match_ip_nexthop() local
161 static void route_match_ip_nexthop_free(void *rule) in route_match_ip_nexthop_free()
177 route_match_ip_next_hop_prefix_list(void *rule, const struct prefix *prefix, in route_match_ip_next_hop_prefix_list()
205 static void route_match_ip_next_hop_prefix_list_free(void *rule) in route_match_ip_next_hop_prefix_list_free()
221 route_match_ip_next_hop_type(void *rule, const struct prefix *prefix, in route_match_ip_next_hop_type()
242 static void route_match_ip_next_hop_type_free(void *rule) in route_match_ip_next_hop_type_free()
259 route_match_ip_address(void *rule, const struct prefix *prefix, in route_match_ip_address()
262 struct access_list *alist; in route_match_ip_address() local
285 static void route_match_ip_address_free(void *rule) in route_match_ip_address_free()
300 route_match_ip_address_prefix_list(void *rule, const struct prefix *prefix, in route_match_ip_address_prefix_list()
322 static void route_match_ip_address_prefix_list_free(void *rule) in route_match_ip_address_prefix_list_free()
339 route_match_interface(void *rule, const struct prefix *prefix, in route_match_interface()
365 static void route_match_interface_free(void *rule) in route_match_interface_free()
380 route_match_tag(void *rule, const struct prefix *prefix, in route_match_tag()
413 route_set_metric(void *rule, const struct prefix *prefix, in route_set_metric()
479 static void route_set_metric_free(void *rule) in route_set_metric_free()
495 route_set_metric_type(void *rule, const struct prefix *prefix, in route_set_metric_type()
532 static void route_set_metric_type_free(void *rule) in route_set_metric_type_free()
546 route_set_tag(void *rule, const struct prefix *prefix, route_map_object_t type, in route_set_tag()