Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/core/
A Ddst.c47 void dst_init(struct dst_entry *dst, struct dst_ops *ops, in dst_init() function
76 EXPORT_SYMBOL(dst_init);
92 dst_init(dst, ops, dev, initial_ref, initial_obsolete, flags); in dst_alloc()
288 dst_init(dst, &dst_blackhole_ops, NULL, 1, DST_OBSOLETE_NONE, in __metadata_dst_init()
/linux-6.3-rc2/net/sched/
A Dsch_frag.c99 dst_init(&sch_frag_rt.dst, &sch_frag_dst_ops, NULL, 1, in sch_fragment()
115 dst_init(&sch_frag_rt.dst, &sch_frag_dst_ops, NULL, 1, in sch_fragment()
/linux-6.3-rc2/include/net/
A Ddst.h383 void dst_init(struct dst_entry *dst, struct dst_ops *ops,
/linux-6.3-rc2/net/openvswitch/
A Dactions.c872 dst_init(&ovs_rt.dst, &ovs_dst_ops, NULL, 1, in ovs_fragment()
889 dst_init(&ovs_rt.dst, &ovs_dst_ops, NULL, 1, in ovs_fragment()

Completed in 9 milliseconds