Lines Matching refs:route

45 #include <net/route.h>
88 * Lookup a route in forwarding table. A specific lookup is indicated by
158 * round-robin only if we have more than one route in the bucket.
211 * ip_input/ire_route_recursive when doing a route lookup on only the
219 * If no route is found we return IRE_NOROUTE.
268 * round-robin only if we have more than one route in the bucket.
335 * extract RTF_MULTIRT from the special unicast route added for a group
395 * Obtain the rt_entry and rt_irb for the route to be added to
398 * route already exists, return the bucket for the existing route.
416 /* first try to see if route exists (based on rtalloc1) */
428 * add the route. based on BSD's rtrequest1(RTM_ADD)
471 * first route it finds to IP address
514 * Routine to find the route to a destination. If a ifindex is supplied
515 * it tries to match the route to the corresponding ipif for the ifindex
563 * ENONET No route to dst. It is up to the caller
828 * Round-robin the routers list looking for a route that
1040 * Select a route for IPv4 and IPv6. Except for multicast, loopback and reject
1045 * address to select the interface and route. If IP_BOUND_IF etc are
1049 * When src_multihoming is set to 1 (preferred src aware route
1051 * (i.e., that the route points out an ill on which the source is assigned), but
1052 * if no such route is found we fallback to not considering the source in the
1053 * route lookup.
1331 * Find a route given some xmit attributes and a packet.
1380 * Recursively look for a route to the destination. Can also match on
1419 * We iterate up to three times to resolve a route, even though
1706 * Recursively look for a route to the destination.