Lines Matching refs:first
3915 /* 'rt' points to the first sibling route. If it is not the
4150 * first-hop router for the specified ICMP Destination Address.
4729 struct fib6_info *first;
4740 * make sure upper bounds are assigned from the first sibling
4743 first = rt6_multipath_first_sibling(rt);
4744 if (WARN_ON_ONCE(!first))
4747 total = rt6_multipath_total_weight(first);
4748 rt6_multipath_upper_bound_set(first, total);
5176 /* if this is an APPEND route, then rt points to the first route
5178 * wants a consistent dump of the route which starts at the first
5180 * the list, find the first sibling of the last route appended
5346 /* save reference to first route for notification */
5351 * these flags after the first nexthop: if there is a collision,
5352 * we have already failed to add the first nexthop:
5354 * nexthops have been replaced by first new, the rest should
5366 * multipath route is added as the first route in the node, or if
5367 * it was appended to it. We pass 'rt_notif' since it is the first