Lines Matching refs:dst_entry
47 struct dst_entry *list;
55 static void ___dst_free(struct dst_entry *dst);
63 static struct dst_entry *dst_busy_list;
70 struct dst_entry *dst, *next, head; in dst_gc_task()
71 struct dst_entry *last = &head; in dst_gc_task()
163 void dst_init(struct dst_entry *dst, struct dst_ops *ops, in dst_init()
203 struct dst_entry *dst; in dst_alloc()
220 static void ___dst_free(struct dst_entry *dst) in ___dst_free()
232 void __dst_free(struct dst_entry *dst) in __dst_free()
248 struct dst_entry *dst_destroy(struct dst_entry * dst) in dst_destroy()
250 struct dst_entry *child; in dst_destroy()
293 struct dst_entry *dst = container_of(head, struct dst_entry, rcu_head); in dst_destroy_rcu()
300 void dst_release(struct dst_entry *dst) in dst_release()
316 u32 *dst_cow_metrics_generic(struct dst_entry *dst, unsigned long old) in dst_cow_metrics_generic()
341 void __dst_destroy_metrics_generic(struct dst_entry *dst, unsigned long old) in __dst_destroy_metrics_generic()
372 struct dst_entry *dst; in __metadata_dst_init()
423 static void dst_ifdown(struct dst_entry *dst, struct net_device *dev, in dst_ifdown()
446 struct dst_entry *dst, *last = NULL; in dst_dev_event()