__DST_METRICS_PTR   95 include/net/dst.h #define DST_METRICS_PTR(X)	__DST_METRICS_PTR((X)->_metrics)
__DST_METRICS_PTR  119 include/net/dst.h 	return __DST_METRICS_PTR(p);
__DST_METRICS_PTR  204 net/core/dst.c 		struct dst_metrics *old_p = (struct dst_metrics *)__DST_METRICS_PTR(old);
__DST_METRICS_PTR  215 net/core/dst.c 			p = (struct dst_metrics *)__DST_METRICS_PTR(prev);
__DST_METRICS_PTR  236 net/core/dst.c 		kfree(__DST_METRICS_PTR(old));