Lines Matching refs:rth
111 struct rtable __rcu *rth;
942 struct rtable *rth;
946 rth = rcu_dereference(vrf->rth);
947 if (likely(rth)) {
948 dst = &rth->dst;
1060 struct rtable *rth = rtnl_dereference(vrf->rth);
1064 RCU_INIT_POINTER(vrf->rth, NULL);
1070 if (rth) {
1071 dst = &rth->dst;
1082 struct rtable *rth;
1088 rth = rt_dst_alloc(dev, 0, RTN_UNICAST, 1, 1);
1089 if (!rth)
1092 rth->dst.output = vrf_output;
1094 rcu_assign_pointer(vrf->rth, rth);