Home
last modified time | relevance | path

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

/linux-3.4.99/net/ipv6/
Droute.c549 struct rt6_info *match, *rt0; in rt6_select() local
552 rt0 = fn->rr_ptr; in rt6_select()
553 if (!rt0) in rt6_select()
554 fn->rr_ptr = rt0 = fn->leaf; in rt6_select()
556 match = find_rr_leaf(fn, rt0, rt0->rt6i_metric, oif, strict); in rt6_select()
560 struct rt6_info *next = rt0->dst.rt6_next; in rt6_select()
563 if (!next || next->rt6i_metric != rt0->rt6i_metric) in rt6_select()
566 if (next != rt0) in rt6_select()
570 net = dev_net(rt0->dst.dev); in rt6_select()