Home
last modified time | relevance | path

Searched refs:bpf_map_new_fd (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/kernel/bpf/
H A Dinode.c545 ret = bpf_map_new_fd(raw, f_flags); in bpf_obj_get_user()
H A Dsyscall.c951 int bpf_map_new_fd(struct bpf_map *map, int flags) in bpf_map_new_fd() function
1297 err = bpf_map_new_fd(map, f_flags); in map_create()
4266 fd = bpf_map_new_fd(map, f_flags); in bpf_map_get_fd_by_id()
/openbmc/linux/include/linux/
H A Dbpf.h2203 int bpf_map_new_fd(struct bpf_map *map, int flags);