Home
last modified time | relevance | path

Searched refs:bgp_aggregate (Results 1 – 25 of 29) sorted by relevance

12

/dports/net/frr7-pythontools/frr-frr-7.5.1/bgpd/
H A Dbgp_lcommunity.h77 struct bgp_aggregate *aggregate,
81 struct bgp_aggregate *aggregate,
84 struct bgp_aggregate *aggregate);
87 struct bgp_aggregate *aggregate,
90 struct bgp_aggregate *aggregate,
H A Dbgp_community.h95 extern void bgp_compute_aggregate_community(struct bgp_aggregate *aggregate,
99 struct bgp_aggregate *aggregate);
101 struct bgp_aggregate *aggregate,
103 extern void bgp_remove_community_from_aggregate(struct bgp_aggregate *aggregate,
105 extern void bgp_remove_comm_from_aggregate_hash(struct bgp_aggregate *aggregate,
H A Dbgp_aspath.h138 extern void bgp_compute_aggregate_aspath(struct bgp_aggregate *aggregate,
141 extern void bgp_compute_aggregate_aspath_hash(struct bgp_aggregate *aggregate,
143 extern void bgp_compute_aggregate_aspath_val(struct bgp_aggregate *aggregate);
144 extern void bgp_remove_aspath_from_aggregate(struct bgp_aggregate *aggregate,
147 struct bgp_aggregate *aggregate,
H A Dbgp_ecommunity.h259 struct bgp_aggregate *aggregate,
263 struct bgp_aggregate *aggregate,
266 struct bgp_aggregate *aggregate);
268 struct bgp_aggregate *aggregate,
271 struct bgp_aggregate *aggregate,
H A Dbgp_lcommunity.c527 struct bgp_aggregate *aggregate, in bgp_aggr_lcommunity_lookup()
561 void bgp_compute_aggregate_lcommunity(struct bgp_aggregate *aggregate, in bgp_compute_aggregate_lcommunity()
569 void bgp_compute_aggregate_lcommunity_hash(struct bgp_aggregate *aggregate, in bgp_compute_aggregate_lcommunity_hash()
599 void bgp_compute_aggregate_lcommunity_val(struct bgp_aggregate *aggregate) in bgp_compute_aggregate_lcommunity_val()
622 void bgp_remove_lcommunity_from_aggregate(struct bgp_aggregate *aggregate, in bgp_remove_lcommunity_from_aggregate()
650 void bgp_remove_lcomm_from_aggregate_hash(struct bgp_aggregate *aggregate, in bgp_remove_lcomm_from_aggregate_hash()
H A Dbgp_community.c926 struct bgp_aggregate *aggregate, in bgp_aggr_community_lookup()
960 void bgp_compute_aggregate_community(struct bgp_aggregate *aggregate, in bgp_compute_aggregate_community()
968 void bgp_compute_aggregate_community_hash(struct bgp_aggregate *aggregate, in bgp_compute_aggregate_community_hash()
997 void bgp_compute_aggregate_community_val(struct bgp_aggregate *aggregate) in bgp_compute_aggregate_community_val()
1022 void bgp_remove_community_from_aggregate(struct bgp_aggregate *aggregate, in bgp_remove_community_from_aggregate()
1049 void bgp_remove_comm_from_aggregate_hash(struct bgp_aggregate *aggregate, in bgp_remove_comm_from_aggregate_hash()
H A Dbgp_table.h376 static inline struct bgp_aggregate *
384 struct bgp_aggregate *aggregate) in bgp_dest_set_bgp_aggregate_info()
H A Dbgp_ecommunity.c1336 struct bgp_aggregate *aggregate, in bgp_aggr_ecommunity_lookup()
1370 void bgp_compute_aggregate_ecommunity(struct bgp_aggregate *aggregate, in bgp_compute_aggregate_ecommunity()
1378 void bgp_compute_aggregate_ecommunity_hash(struct bgp_aggregate *aggregate, in bgp_compute_aggregate_ecommunity_hash()
1407 void bgp_compute_aggregate_ecommunity_val(struct bgp_aggregate *aggregate) in bgp_compute_aggregate_ecommunity_val()
1430 void bgp_remove_ecommunity_from_aggregate(struct bgp_aggregate *aggregate, in bgp_remove_ecommunity_from_aggregate()
1456 void bgp_remove_ecomm_from_aggregate_hash(struct bgp_aggregate *aggregate, in bgp_remove_ecomm_from_aggregate_hash()
H A Dbgp_route.h323 struct bgp_aggregate { struct
599 struct bgp_aggregate *aggregate);
602 struct bgp_aggregate *aggregate);
H A Dbgp_aspath.c2129 static struct aspath *bgp_aggr_aspath_lookup(struct bgp_aggregate *aggregate, in bgp_aggr_aspath_lookup()
2162 void bgp_compute_aggregate_aspath(struct bgp_aggregate *aggregate, in bgp_compute_aggregate_aspath()
2171 void bgp_compute_aggregate_aspath_hash(struct bgp_aggregate *aggregate, in bgp_compute_aggregate_aspath_hash()
2199 void bgp_compute_aggregate_aspath_val(struct bgp_aggregate *aggregate) in bgp_compute_aggregate_aspath_val()
2217 void bgp_remove_aspath_from_aggregate(struct bgp_aggregate *aggregate, in bgp_remove_aspath_from_aggregate()
2250 void bgp_remove_aspath_from_aggregate_hash(struct bgp_aggregate *aggregate, in bgp_remove_aspath_from_aggregate_hash()
H A Dbgp_attr.h361 struct lcommunity *lcommunity, struct bgp_aggregate *aggregate,
H A Dbgp_route.c6576 struct bgp_aggregate *aggregate) in bgp_add_route_to_aggregate()
6678 struct bgp_aggregate *aggregate, in bgp_remove_route_from_aggregate()
6788 struct bgp_aggregate *aggregate; in bgp_aggregate_increment()
6823 struct bgp_aggregate *aggregate; in bgp_aggregate_decrement()
6875 struct bgp_aggregate *aggregate; in bgp_aggregate_unset()
6969 struct bgp_aggregate *aggregate; in bgp_aggregate_set()
13580 struct bgp_aggregate *bgp_aggregate; in bgp_config_write_network() local
13623 if (bgp_aggregate == NULL) in bgp_config_write_network()
13632 if (bgp_aggregate->as_set) in bgp_config_write_network()
13635 if (bgp_aggregate->summary_only) in bgp_config_write_network()
[all …]
/dports/net/frr7/frr-frr-7.5.1/bgpd/
H A Dbgp_lcommunity.h77 struct bgp_aggregate *aggregate,
81 struct bgp_aggregate *aggregate,
84 struct bgp_aggregate *aggregate);
87 struct bgp_aggregate *aggregate,
90 struct bgp_aggregate *aggregate,
H A Dbgp_community.h95 extern void bgp_compute_aggregate_community(struct bgp_aggregate *aggregate,
99 struct bgp_aggregate *aggregate);
101 struct bgp_aggregate *aggregate,
103 extern void bgp_remove_community_from_aggregate(struct bgp_aggregate *aggregate,
105 extern void bgp_remove_comm_from_aggregate_hash(struct bgp_aggregate *aggregate,
H A Dbgp_aspath.h138 extern void bgp_compute_aggregate_aspath(struct bgp_aggregate *aggregate,
141 extern void bgp_compute_aggregate_aspath_hash(struct bgp_aggregate *aggregate,
143 extern void bgp_compute_aggregate_aspath_val(struct bgp_aggregate *aggregate);
144 extern void bgp_remove_aspath_from_aggregate(struct bgp_aggregate *aggregate,
147 struct bgp_aggregate *aggregate,
H A Dbgp_ecommunity.h259 struct bgp_aggregate *aggregate,
263 struct bgp_aggregate *aggregate,
266 struct bgp_aggregate *aggregate);
268 struct bgp_aggregate *aggregate,
271 struct bgp_aggregate *aggregate,
H A Dbgp_lcommunity.c527 struct bgp_aggregate *aggregate, in bgp_aggr_lcommunity_lookup()
561 void bgp_compute_aggregate_lcommunity(struct bgp_aggregate *aggregate, in bgp_compute_aggregate_lcommunity()
569 void bgp_compute_aggregate_lcommunity_hash(struct bgp_aggregate *aggregate, in bgp_compute_aggregate_lcommunity_hash()
599 void bgp_compute_aggregate_lcommunity_val(struct bgp_aggregate *aggregate) in bgp_compute_aggregate_lcommunity_val()
622 void bgp_remove_lcommunity_from_aggregate(struct bgp_aggregate *aggregate, in bgp_remove_lcommunity_from_aggregate()
650 void bgp_remove_lcomm_from_aggregate_hash(struct bgp_aggregate *aggregate, in bgp_remove_lcomm_from_aggregate_hash()
H A Dbgp_community.c926 struct bgp_aggregate *aggregate, in bgp_aggr_community_lookup()
960 void bgp_compute_aggregate_community(struct bgp_aggregate *aggregate, in bgp_compute_aggregate_community()
968 void bgp_compute_aggregate_community_hash(struct bgp_aggregate *aggregate, in bgp_compute_aggregate_community_hash()
997 void bgp_compute_aggregate_community_val(struct bgp_aggregate *aggregate) in bgp_compute_aggregate_community_val()
1022 void bgp_remove_community_from_aggregate(struct bgp_aggregate *aggregate, in bgp_remove_community_from_aggregate()
1049 void bgp_remove_comm_from_aggregate_hash(struct bgp_aggregate *aggregate, in bgp_remove_comm_from_aggregate_hash()
H A Dbgp_table.h376 static inline struct bgp_aggregate *
384 struct bgp_aggregate *aggregate) in bgp_dest_set_bgp_aggregate_info()
H A Dbgp_ecommunity.c1336 struct bgp_aggregate *aggregate, in bgp_aggr_ecommunity_lookup()
1370 void bgp_compute_aggregate_ecommunity(struct bgp_aggregate *aggregate, in bgp_compute_aggregate_ecommunity()
1378 void bgp_compute_aggregate_ecommunity_hash(struct bgp_aggregate *aggregate, in bgp_compute_aggregate_ecommunity_hash()
1407 void bgp_compute_aggregate_ecommunity_val(struct bgp_aggregate *aggregate) in bgp_compute_aggregate_ecommunity_val()
1430 void bgp_remove_ecommunity_from_aggregate(struct bgp_aggregate *aggregate, in bgp_remove_ecommunity_from_aggregate()
1456 void bgp_remove_ecomm_from_aggregate_hash(struct bgp_aggregate *aggregate, in bgp_remove_ecomm_from_aggregate_hash()
H A Dbgp_route.h323 struct bgp_aggregate { struct
599 struct bgp_aggregate *aggregate);
602 struct bgp_aggregate *aggregate);
H A Dbgp_aspath.c2129 static struct aspath *bgp_aggr_aspath_lookup(struct bgp_aggregate *aggregate, in bgp_aggr_aspath_lookup()
2162 void bgp_compute_aggregate_aspath(struct bgp_aggregate *aggregate, in bgp_compute_aggregate_aspath()
2171 void bgp_compute_aggregate_aspath_hash(struct bgp_aggregate *aggregate, in bgp_compute_aggregate_aspath_hash()
2199 void bgp_compute_aggregate_aspath_val(struct bgp_aggregate *aggregate) in bgp_compute_aggregate_aspath_val()
2217 void bgp_remove_aspath_from_aggregate(struct bgp_aggregate *aggregate, in bgp_remove_aspath_from_aggregate()
2250 void bgp_remove_aspath_from_aggregate_hash(struct bgp_aggregate *aggregate, in bgp_remove_aspath_from_aggregate_hash()
H A Dbgp_attr.h361 struct lcommunity *lcommunity, struct bgp_aggregate *aggregate,
H A Dbgp_route.c6576 struct bgp_aggregate *aggregate) in bgp_add_route_to_aggregate()
6678 struct bgp_aggregate *aggregate, in bgp_remove_route_from_aggregate()
6788 struct bgp_aggregate *aggregate; in bgp_aggregate_increment()
6823 struct bgp_aggregate *aggregate; in bgp_aggregate_decrement()
6875 struct bgp_aggregate *aggregate; in bgp_aggregate_unset()
6969 struct bgp_aggregate *aggregate; in bgp_aggregate_set()
13580 struct bgp_aggregate *bgp_aggregate; in bgp_config_write_network() local
13623 if (bgp_aggregate == NULL) in bgp_config_write_network()
13632 if (bgp_aggregate->as_set) in bgp_config_write_network()
13635 if (bgp_aggregate->summary_only) in bgp_config_write_network()
[all …]
/dports/net/quagga/quagga-1.2.4/bgpd/
H A Dbgp_route.c4776 struct bgp_aggregate struct
4794 static struct bgp_aggregate * argument
4976 struct bgp_aggregate *);
4984 struct bgp_aggregate *aggregate; in bgp_aggregate_increment()
5021 struct bgp_aggregate *aggregate; in bgp_aggregate_decrement()
5052 struct bgp_aggregate *aggregate) in bgp_aggregate_add()
5255 struct bgp_aggregate *aggregate; in bgp_aggregate_unset()
5302 struct bgp_aggregate *aggregate; in bgp_aggregate_set()
16995 struct bgp_aggregate *bgp_aggregate; in bgp_config_write_network() local
17074 if (bgp_aggregate->as_set) in bgp_config_write_network()
[all …]

12