Searched refs:__metadata_dst_init (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/core/ |
H A D | dst.c | 284 static void __metadata_dst_init(struct metadata_dst *md_dst, in __metadata_dst_init() function 305 __metadata_dst_init(md_dst, type, optslen); in metadata_dst_alloc() 333 __metadata_dst_init(per_cpu_ptr(md_dst, cpu), type, optslen); in metadata_dst_alloc_percpu()
|
/kernel/linux/linux-6.6/net/core/ |
H A D | dst.c | 267 static void __metadata_dst_init(struct metadata_dst *md_dst, in __metadata_dst_init() function 288 __metadata_dst_init(md_dst, type, optslen); in metadata_dst_alloc() 318 __metadata_dst_init(per_cpu_ptr(md_dst, cpu), type, optslen); in metadata_dst_alloc_percpu()
|
Completed in 2 milliseconds