Home
last modified time | relevance | path

Searched refs:bpf_map_struct_ops_info_fill (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dbpf.h2145 void bpf_map_struct_ops_info_fill(struct bpf_map_info *info, struct bpf_map *map);
2182 static inline void bpf_map_struct_ops_info_fill(struct bpf_map_info *info, struct bpf_map *map) in bpf_map_struct_ops_info_fill() function
/linux/kernel/bpf/
H A Dsyscall.c5335 bpf_map_struct_ops_info_fill(&info, map); in bpf_map_get_info_by_fd()