kernel/include/net/dst.h
.. .. @@ -235,12 +235,6 @@ 235 235 } 236 236 } 237 237 238 -static inline void dst_hold_and_use(struct dst_entry *dst, unsigned long time)239 -{240 - dst_hold(dst);241 - dst_use_noref(dst, time);242 -}243 -244 238 static inline struct dst_entry *dst_clone(struct dst_entry *dst) 245 239 { 246 240 if (dst)