Home
last modified time | relevance | path

Searched defs:ufd (Results 1 – 5 of 5) sorted by relevance

/kernel/bpf/
Dsyscall.c967 struct bpf_map *bpf_map_get(u32 ufd) in bpf_map_get()
982 struct bpf_map *bpf_map_get_with_uref(u32 ufd) in bpf_map_get_with_uref()
1055 int ufd = attr->map_fd; in map_lookup_elem() local
1122 int ufd = attr->map_fd; in map_update_elem() local
1182 int ufd = attr->map_fd; in map_delete_elem() local
1238 int ufd = attr->map_fd; in map_get_next_key() local
1361 int ufd = attr->batch.map_fd; in generic_map_update_batch() local
1526 int ufd = attr->map_fd; in map_lookup_and_delete_elem() local
1617 int err = 0, ufd = attr->map_fd; in map_freeze() local
1980 static struct bpf_prog *__bpf_prog_get(u32 ufd, enum bpf_prog_type *attach_type, in __bpf_prog_get()
[all …]
Dmap_in_map.c91 int ufd) in bpf_map_fd_get_ptr()
Dinode.c70 static void *bpf_fd_probe_obj(u32 ufd, enum bpf_type *type) in bpf_fd_probe_obj()
481 int bpf_obj_pin_user(u32 ufd, const char __user *pathname) in bpf_obj_pin_user()
Darraymap.c791 u32 index = *(u32 *)key, ufd; in bpf_fd_array_map_update_elem() local
Dhashtab.c2366 u32 ufd = *(u32 *)value; in bpf_fd_htab_map_update_elem() local