Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dsyscall.c1191 int bpf_map_new_fd(struct bpf_map *map, int flags) in bpf_map_new_fd() function
1673 err = bpf_map_new_fd(map, f_flags); in map_create()
4949 fd = bpf_map_new_fd(map, f_flags); in bpf_map_get_fd_by_id()
/linux/include/linux/
H A Dbpf.h2886 int bpf_map_new_fd(struct bpf_map *map, int flags);