Lines Matching refs:dst_entry
47 void dst_init(struct dst_entry *dst, struct dst_ops *ops, in dst_init()
82 struct dst_entry *dst; in dst_alloc()
103 struct dst_entry *dst_destroy(struct dst_entry * dst) in dst_destroy()
105 struct dst_entry *child = NULL; in dst_destroy()
140 struct dst_entry *dst = container_of(head, struct dst_entry, rcu_head); in dst_destroy_rcu()
154 void dst_dev_put(struct dst_entry *dst) in dst_dev_put()
169 void dst_release(struct dst_entry *dst) in dst_release()
184 void dst_release_immediate(struct dst_entry *dst) in dst_release_immediate()
199 u32 *dst_cow_metrics_generic(struct dst_entry *dst, unsigned long old) in dst_cow_metrics_generic()
229 void __dst_destroy_metrics_generic(struct dst_entry *dst, unsigned long old) in __dst_destroy_metrics_generic()
262 struct dst_entry *dst; in __metadata_dst_init()