Searched defs:ufd (Results 1 - 10 of 10) sorted by relevance
/linux-4.4.14/kernel/bpf/ |
H A D | arraymap.c | 192 u32 index = *(u32 *)key, ufd; fd_array_map_update_elem() local
|
H A D | inode.c | 62 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 D | syscall.c | 198 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 D | timerfd.c | 378 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 D | builtin-probe.c | 365 int ret, ret2, ufd = -1, kfd = -1; perf_del_probe_events() local
|
/linux-4.4.14/tools/perf/util/ |
H A D | probe-file.c | 117 int probe_file__open_both(int *kfd, int *ufd, int flag) probe_file__open_both() argument
|
H A D | probe-event.c | 2840 int ret, ret2, ufd = -1, kfd = -1; del_perf_probe_events() local
|
/linux-4.4.14/include/linux/ |
H A D | bpf.h | 193 static inline struct bpf_prog *bpf_prog_get(u32 ufd) bpf_prog_get() argument
|
/linux-4.4.14/net/core/ |
H A D | filter.c | 1231 int sk_attach_bpf(u32 ufd, struct sock *sk) sk_attach_bpf() argument
|
H A D | sock.c | 925 u32 ufd; sock_setsockopt() local
|
Completed in 1246 milliseconds