Searched refs:rinew (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/bgpd/
H A Dbgp_route.c2673 bgp_aggregate_route (struct bgp *bgp, struct prefix *p, struct bgp_info *rinew,
2693 if (rinew)
2695 nexthop = rinew->attr->nexthop;
2696 med = rinew->attr->med;
2725 if (! rinew && first)
2791 if (rinew)
2796 rinew->suppress++;
2800 if (origin < rinew->attr->origin)
2801 origin = rinew->attr->origin;
2805 asmerge = aspath_aggregate (aspath, rinew
2660 bgp_aggregate_route(struct bgp *bgp, struct prefix *p, struct bgp_info *rinew, afi_t afi, safi_t safi, struct bgp_info *del, struct bgp_aggregate *aggregate) argument
[all...]

Completed in 105 milliseconds