Searched refs:dst_init (Results 1 – 7 of 7) sorted by relevance
/linux/net/core/ |
A D | dst.c | 47 void dst_init(struct dst_entry *dst, struct dst_ops *ops, in dst_init() function 76 EXPORT_SYMBOL(dst_init); 96 dst_init(dst, ops, dev, initial_ref, initial_obsolete, flags); in dst_alloc() 292 dst_init(dst, &dst_blackhole_ops, NULL, 1, DST_OBSOLETE_NONE, in __metadata_dst_init()
|
/linux/net/sched/ |
A D | sch_frag.c | 98 dst_init(&sch_frag_rt.dst, &sch_frag_dst_ops, NULL, 1, in sch_fragment() 114 dst_init(&sch_frag_rt.dst, &sch_frag_dst_ops, NULL, 1, in sch_fragment()
|
/linux/include/net/ |
A D | dst.h | 389 void dst_init(struct dst_entry *dst, struct dst_ops *ops,
|
/linux/net/openvswitch/ |
A D | actions.c | 836 dst_init(&ovs_rt.dst, &ovs_dst_ops, NULL, 1, in ovs_fragment() 853 dst_init(&ovs_rt.dst, &ovs_dst_ops, NULL, 1, in ovs_fragment()
|
/linux/ |
A D | vmlinux.symvers | 6288 0x00000000 dst_init vmlinux EXPORT_SYMBOL
|
A D | System.map | 51075 ffff800010da07e0 T dst_init
|
A D | .tmp_System.map | 51075 ffff800010da07e0 T dst_init
|
Completed in 299 milliseconds