Lines Matching refs:rth
113 struct rtable __rcu *rth;
922 struct rtable *rth;
926 rth = rcu_dereference(vrf->rth);
927 if (likely(rth)) {
928 dst = &rth->dst;
1040 struct rtable *rth = rtnl_dereference(vrf->rth);
1044 RCU_INIT_POINTER(vrf->rth, NULL);
1050 if (rth) {
1051 dst = &rth->dst;
1062 struct rtable *rth;
1068 rth = rt_dst_alloc(dev, 0, RTN_UNICAST, 1);
1069 if (!rth)
1072 rth->dst.output = vrf_output;
1074 rcu_assign_pointer(vrf->rth, rth);