Home
last modified time | relevance | path

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

/linux-2.6.39/net/ipv6/
Droute.c484 struct rt6_info *match, *rt0; in rt6_select() local
490 rt0 = fn->rr_ptr; in rt6_select()
491 if (!rt0) in rt6_select()
492 fn->rr_ptr = rt0 = fn->leaf; in rt6_select()
494 match = find_rr_leaf(fn, rt0, rt0->rt6i_metric, oif, strict); in rt6_select()
498 struct rt6_info *next = rt0->dst.rt6_next; in rt6_select()
501 if (!next || next->rt6i_metric != rt0->rt6i_metric) in rt6_select()
504 if (next != rt0) in rt6_select()
511 net = dev_net(rt0->rt6i_dev); in rt6_select()
/linux-2.6.39/net/sctp/
Dipv6.c224 struct rt0_hdr *rt0 = (struct rt0_hdr *) np->opt->srcrt; in sctp_v6_xmit() local
225 ipv6_addr_copy(&fl6.daddr, rt0->addr); in sctp_v6_xmit()