Searched refs:dst_init (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/net/core/ |
H A D | dst.c | 47 void dst_init(struct dst_entry *dst, struct dst_ops *ops, in dst_init() function 77 EXPORT_SYMBOL(dst_init); 93 dst_init(dst, ops, dev, initial_ref, initial_obsolete, flags); in dst_alloc() 280 dst_init(dst, &dst_blackhole_ops, NULL, 1, DST_OBSOLETE_NONE, in __metadata_dst_init()
|
/openbmc/linux/net/sched/ |
H A D | sch_frag.c | 99 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()
|
/openbmc/linux/include/net/ |
H A D | dst.h | 397 void dst_init(struct dst_entry *dst, struct dst_ops *ops,
|
/openbmc/linux/net/openvswitch/ |
H A D | actions.c | 876 dst_init(&ovs_rt.dst, &ovs_dst_ops, NULL, 1, in ovs_fragment() 893 dst_init(&ovs_rt.dst, &ovs_dst_ops, NULL, 1, in ovs_fragment()
|