Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/core/
H A Ddst.c47 void dst_init(struct dst_entry *dst, struct dst_ops *ops, in dst_init() function
77 EXPORT_SYMBOL(dst_init);
97 dst_init(dst, ops, dev, initial_ref, initial_obsolete, flags); in dst_alloc()
294 dst_init(dst, &dst_blackhole_ops, NULL, 1, DST_OBSOLETE_NONE, in __metadata_dst_init()
/OK3568_Linux_fs/kernel/include/net/
H A Ddst.h384 void dst_init(struct dst_entry *dst, struct dst_ops *ops,
/OK3568_Linux_fs/kernel/net/openvswitch/
H A Dactions.c871 dst_init(&ovs_rt.dst, &ovs_dst_ops, NULL, 1, in ovs_fragment()
888 dst_init(&ovs_rt.dst, &ovs_dst_ops, NULL, 1, in ovs_fragment()