Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/core/
H A Ddst.c204 struct dst_metrics *old_p = (struct dst_metrics *)__DST_METRICS_PTR(old); in dst_cow_metrics_generic()
215 p = (struct dst_metrics *)__DST_METRICS_PTR(prev); in dst_cow_metrics_generic()
236 kfree(__DST_METRICS_PTR(old)); in __dst_destroy_metrics_generic()
/OK3568_Linux_fs/kernel/include/net/
H A Ddst.h92 #define __DST_METRICS_PTR(Y) \ macro
94 #define DST_METRICS_PTR(X) __DST_METRICS_PTR((X)->_metrics)
118 return __DST_METRICS_PTR(p); in dst_metrics_write_ptr()