Searched refs:nrt (Results 1 - 1 of 1) sorted by relevance

/linux-master/net/ipv6/
H A Droute.c1192 struct rt6_info *nrt; local
1198 nrt = ip6_dst_alloc(dev_net(dev), dev, flags);
1199 if (!nrt) {
1204 ip6_rt_copy_init(nrt, res);
1205 return nrt;
1208 nrt = dev_net(dev)->ipv6.ip6_null_entry;
1209 dst_hold(&nrt->dst);
1210 return nrt;
1662 static int rt6_insert_exception(struct rt6_info *nrt, argument
1665 struct net *net = dev_net(nrt
4117 struct rt6_info *rt, *nrt = NULL; local
[all...]

Completed in 231 milliseconds