Home
last modified time | relevance | path

Searched refs:dst_init (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/net/core/
Ddst.c163 void dst_init(struct dst_entry *dst, struct dst_ops *ops, in dst_init() function
198 EXPORT_SYMBOL(dst_init);
214 dst_init(dst, ops, dev, initial_ref, initial_obsolete, flags); in dst_alloc()
375 dst_init(dst, &md_dst_ops, NULL, 1, DST_OBSOLETE_NONE, in __metadata_dst_init()
/linux-4.4.14/include/net/
Ddst.h408 void dst_init(struct dst_entry *dst, struct dst_ops *ops,
/linux-4.4.14/net/openvswitch/
Dactions.c693 dst_init(&ovs_dst, &ovs_dst_ops, NULL, 1, in ovs_fragment()
714 dst_init(&ovs_rt.dst, &ovs_dst_ops, NULL, 1, in ovs_fragment()