Lines Matching refs:first
3831 /* 'rt' points to the first sibling route. If it is not the
4066 * first-hop router for the specified ICMP Destination Address.
4642 struct fib6_info *first;
4653 * make sure upper bounds are assigned from the first sibling
4656 first = rt6_multipath_first_sibling(rt);
4657 if (WARN_ON_ONCE(!first))
4660 total = rt6_multipath_total_weight(first);
4661 rt6_multipath_upper_bound_set(first, total);
5083 /* if this is an APPEND route, then rt points to the first route
5085 * wants a consistent dump of the route which starts at the first
5087 * the list, find the first sibling of the last route appended
5253 /* save reference to first route for notification */
5258 * these flags after the first nexthop: if there is a collision,
5259 * we have already failed to add the first nexthop:
5261 * nexthops have been replaced by first new, the rest should
5273 * multipath route is added as the first route in the node, or if
5274 * it was appended to it. We pass 'rt_notif' since it is the first