Searched refs:nrt (Results 1 – 1 of 1) sorted by relevance
704 struct rt6_info *rt, *nrt; in ip6_pol_route() local730 nrt = rt6_alloc_cow(rt, &fl->fl6_dst, &fl->fl6_src); in ip6_pol_route()733 nrt = rt6_alloc_clone(rt, &fl->fl6_dst); in ip6_pol_route()740 rt = nrt ? : net->ipv6.ip6_null_entry; in ip6_pol_route()743 if (nrt) { in ip6_pol_route()744 err = ip6_ins_rt(nrt); in ip6_pol_route()1485 struct rt6_info *rt, *nrt = NULL; in rt6_redirect() local1520 nrt = ip6_rt_copy(rt); in rt6_redirect()1521 if (nrt == NULL) in rt6_redirect()1524 nrt->rt6i_flags = RTF_GATEWAY|RTF_UP|RTF_DYNAMIC|RTF_CACHE; in rt6_redirect()[all …]