Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbpf.h2121 static inline struct bpf_map_owner *bpf_map_owner_alloc(struct bpf_map *map) in bpf_map_owner_alloc() function
/linux/kernel/bpf/
H A Dcore.c2390 map->owner = bpf_map_owner_alloc(map); in __bpf_prog_map_compatible()