Home
last modified time | relevance | path

Searched refs:old_p (Results 1 – 2 of 2) sorted by relevance

/net/core/
Ddst.c204 struct dst_metrics *old_p = (struct dst_metrics *)__DST_METRICS_PTR(old); in dst_cow_metrics_generic() local
208 memcpy(p->metrics, old_p->metrics, sizeof(p->metrics)); in dst_cow_metrics_generic()
219 if (refcount_dec_and_test(&old_p->refcnt)) in dst_cow_metrics_generic()
220 kfree(old_p); in dst_cow_metrics_generic()
/net/atm/
Dcommon.c342 short old_p; in find_ci() local
359 old_p = p; in find_ci()
378 } while (old_p != p || old_c != c); in find_ci()