Lines Matching refs:orig
1275 struct rtable *orig; in rt_bind_exception() local
1282 orig = rcu_dereference(*porig); in rt_bind_exception()
1290 orig = NULL; in rt_bind_exception()
1298 if (orig) in rt_bind_exception()
1299 rt_free(orig); in rt_bind_exception()
1312 struct rtable *orig, *prev, **p; in rt_cache_route() local
1320 orig = *p; in rt_cache_route()
1322 prev = cmpxchg(p, orig, rt); in rt_cache_route()
1323 if (prev == orig) { in rt_cache_route()
1324 if (orig) in rt_cache_route()
1325 rt_free(orig); in rt_cache_route()