hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/include/net/dst.h
....@@ -235,12 +235,6 @@
235235 }
236236 }
237237
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
-
244238 static inline struct dst_entry *dst_clone(struct dst_entry *dst)
245239 {
246240 if (dst)