Home
last modified time | relevance | path

Searched refs:RT6_LOOKUP_F_IFACE (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/include/net/
Dip6_route.h32 #define RT6_LOOKUP_F_IFACE 0x00000001 macro
/linux-2.6.39/net/ipv6/
Droute.c324 if (flags & RT6_LOOKUP_F_IFACE && oif) in rt6_device_match()
334 flags & RT6_LOOKUP_F_IFACE)) in rt6_device_match()
343 if (flags & RT6_LOOKUP_F_IFACE) in rt6_device_match()
428 if (!m && (strict & RT6_LOOKUP_F_IFACE)) in rt6_score_route()
635 int flags = strict ? RT6_LOOKUP_F_IFACE : 0; in rt6_lookup()
772 strict |= flags & RT6_LOOKUP_F_IFACE; in ip6_pol_route()
853 flags |= RT6_LOOKUP_F_IFACE; in ip6_route_input()
870 flags |= RT6_LOOKUP_F_IFACE; in ip6_route_output()
1530 flags |= RT6_LOOKUP_F_IFACE; in ip6_route_redirect()