Lines Matching refs:dst_entry
45 struct dst_entry *list;
53 static void ___dst_free(struct dst_entry *dst);
61 static struct dst_entry *dst_busy_list;
68 struct dst_entry *dst, *next, head; in dst_gc_task()
69 struct dst_entry *last = &head; in dst_gc_task()
165 struct dst_entry *dst; in dst_alloc()
207 static void ___dst_free(struct dst_entry *dst) in ___dst_free()
219 void __dst_free(struct dst_entry *dst) in __dst_free()
235 struct dst_entry *dst_destroy(struct dst_entry * dst) in dst_destroy()
237 struct dst_entry *child; in dst_destroy()
274 struct dst_entry *dst = container_of(head, struct dst_entry, rcu_head); in dst_destroy_rcu()
281 void dst_release(struct dst_entry *dst) in dst_release()
295 u32 *dst_cow_metrics_generic(struct dst_entry *dst, unsigned long old) in dst_cow_metrics_generic()
320 void __dst_destroy_metrics_generic(struct dst_entry *dst, unsigned long old) in __dst_destroy_metrics_generic()
339 static void dst_ifdown(struct dst_entry *dst, struct net_device *dev, in dst_ifdown()
362 struct dst_entry *dst, *last = NULL; in dst_dev_event()