Lines Matching refs:orig
1280 struct rtable *orig; in rt_bind_exception() local
1287 orig = rcu_dereference(*porig); in rt_bind_exception()
1295 orig = NULL; in rt_bind_exception()
1303 if (orig) in rt_bind_exception()
1304 rt_free(orig); in rt_bind_exception()
1317 struct rtable *orig, *prev, **p; in rt_cache_route() local
1325 orig = *p; in rt_cache_route()
1327 prev = cmpxchg(p, orig, rt); in rt_cache_route()
1328 if (prev == orig) { in rt_cache_route()
1329 if (orig) in rt_cache_route()
1330 rt_free(orig); in rt_cache_route()