Lines Matching refs:dst_entry
63 void dst_init(struct dst_entry *dst, struct dst_ops *ops, in dst_init()
98 struct dst_entry *dst; in dst_alloc()
115 struct dst_entry *dst_destroy(struct dst_entry * dst) in dst_destroy()
117 struct dst_entry *child = NULL; in dst_destroy()
152 struct dst_entry *dst = container_of(head, struct dst_entry, rcu_head); in dst_destroy_rcu()
166 void dst_dev_put(struct dst_entry *dst) in dst_dev_put()
181 void dst_release(struct dst_entry *dst) in dst_release()
196 void dst_release_immediate(struct dst_entry *dst) in dst_release_immediate()
211 u32 *dst_cow_metrics_generic(struct dst_entry *dst, unsigned long old) in dst_cow_metrics_generic()
241 void __dst_destroy_metrics_generic(struct dst_entry *dst, unsigned long old) in __dst_destroy_metrics_generic()
274 struct dst_entry *dst; in __metadata_dst_init()