Searched defs:ufd (Results 1 - 10 of 10) sorted by relevance

/linux-4.4.14/kernel/bpf/
H A Darraymap.c192 u32 index = *(u32 *)key, ufd; fd_array_map_update_elem() local
H A Dinode.c62 static void *bpf_fd_probe_obj(u32 ufd, enum bpf_type *type) bpf_fd_probe_obj() argument
233 int bpf_obj_pin_user(u32 ufd, const char __user *pathname) bpf_obj_pin_user() argument
H A Dsyscall.c198 struct bpf_map *bpf_map_get_with_uref(u32 ufd) bpf_map_get_with_uref() argument
226 int ufd = attr->map_fd; map_lookup_elem() local
285 int ufd = attr->map_fd; map_update_elem() local
338 int ufd = attr->map_fd; map_delete_elem() local
379 int ufd = attr->map_fd; map_get_next_key() local
602 struct bpf_prog *bpf_prog_get(u32 ufd) bpf_prog_get() argument
/linux-4.4.14/fs/
H A Dtimerfd.c378 int ufd; SYSCALL_DEFINE2() local
418 static int do_timerfd_settime(int ufd, int flags, do_timerfd_settime() argument
482 static int do_timerfd_gettime(int ufd, struct itimerspec *t) do_timerfd_gettime() argument
/linux-4.4.14/tools/perf/
H A Dbuiltin-probe.c365 int ret, ret2, ufd = -1, kfd = -1; perf_del_probe_events() local
/linux-4.4.14/tools/perf/util/
H A Dprobe-file.c117 int probe_file__open_both(int *kfd, int *ufd, int flag) probe_file__open_both() argument
H A Dprobe-event.c2840 int ret, ret2, ufd = -1, kfd = -1; del_perf_probe_events() local
/linux-4.4.14/include/linux/
H A Dbpf.h193 static inline struct bpf_prog *bpf_prog_get(u32 ufd) bpf_prog_get() argument
/linux-4.4.14/net/core/
H A Dfilter.c1231 int sk_attach_bpf(u32 ufd, struct sock *sk) sk_attach_bpf() argument
H A Dsock.c925 u32 ufd; sock_setsockopt() local

Completed in 1246 milliseconds