| /linux/kernel/bpf/ |
| H A D | syscall.c | 1362 static int map_create(union bpf_attr *attr, bpfptr_t uattr) in map_create() 1766 static int map_update_elem(union bpf_attr *attr, bpfptr_t uattr) in map_update_elem() 1819 static int map_delete_elem(union bpf_attr *attr, bpfptr_t uattr) in map_delete_elem() 1930 union bpf_attr __user *uattr) in generic_map_delete_batch() 1986 union bpf_attr __user *uattr) in generic_map_update_batch() 2044 union bpf_attr __user *uattr) in generic_map_lookup_batch() 2864 static int bpf_prog_load(union bpf_attr *attr, bpfptr_t uattr, u32 uattr_size) in bpf_prog_load() 4657 union bpf_attr __user *uattr) in bpf_prog_query() 4721 union bpf_attr __user *uattr) in bpf_prog_test_run() 4751 union bpf_attr __user *uattr, in bpf_obj_get_next_id() [all …]
|
| H A D | hashtab.c | 1772 union bpf_attr __user *uattr, in __htab_map_lookup_and_delete_batch() 2012 union bpf_attr __user *uattr) in htab_percpu_map_lookup_batch() 2021 union bpf_attr __user *uattr) in htab_percpu_map_lookup_and_delete_batch() 2029 union bpf_attr __user *uattr) in htab_map_lookup_batch() 2038 union bpf_attr __user *uattr) in htab_map_lookup_and_delete_batch() 2047 union bpf_attr __user *uattr) in htab_lru_percpu_map_lookup_batch() 2056 union bpf_attr __user *uattr) in htab_lru_percpu_map_lookup_and_delete_batch() 2064 union bpf_attr __user *uattr) in htab_lru_map_lookup_batch() 2073 union bpf_attr __user *uattr) in htab_lru_map_lookup_and_delete_batch()
|
| H A D | net_namespace.c | 246 union bpf_attr __user *uattr, in __netns_bpf_prog_query() 271 union bpf_attr __user *uattr) in netns_bpf_prog_query()
|
| H A D | token.c | 199 union bpf_attr __user *uattr) in bpf_token_get_info_by_fd()
|
| H A D | tcx.c | 122 int tcx_prog_query(const union bpf_attr *attr, union bpf_attr __user *uattr) in tcx_prog_query()
|
| H A D | mprog.c | 395 int bpf_mprog_query(const union bpf_attr *attr, union bpf_attr __user *uattr, in bpf_mprog_query()
|
| H A D | cgroup.c | 1211 union bpf_attr __user *uattr) in __cgroup_bpf_query() 1315 union bpf_attr __user *uattr) in cgroup_bpf_query() 1523 union bpf_attr __user *uattr) in cgroup_bpf_prog_query()
|
| H A D | bpf_iter.c | 504 int bpf_iter_link_attach(const union bpf_attr *attr, bpfptr_t uattr, in bpf_iter_link_attach()
|
| H A D | btf.c | 5917 static int finalize_log(struct bpf_verifier_log *log, bpfptr_t uattr, u32 uattr_size) in finalize_log() 5932 static struct btf *btf_parse(const union bpf_attr *attr, bpfptr_t uattr, u32 uattr_size) in btf_parse() 8199 int btf_new_fd(const union bpf_attr *attr, bpfptr_t uattr, u32 uattr_size) in btf_new_fd() 8241 union bpf_attr __user *uattr) in btf_get_info_by_fd()
|
| H A D | verifier.c | 19660 static int process_fd_array(struct bpf_verifier_env *env, union bpf_attr *attr, bpfptr_t uattr) in process_fd_array() 19900 int bpf_check(struct bpf_prog **prog, union bpf_attr *attr, bpfptr_t uattr, __u32 uattr_size) in bpf_check()
|
| /linux/include/linux/ |
| H A D | bpf_lirc.h | 24 union bpf_attr __user *uattr) in lirc_prog_query()
|
| H A D | bpf-netns.h | 38 union bpf_attr __user *uattr) in netns_bpf_prog_query()
|
| H A D | bpf.h | 3182 union bpf_attr __user *uattr) in bpf_token_get_info_by_fd() 3258 union bpf_attr __user *uattr) in bpf_prog_test_run_xdp() 3265 union bpf_attr __user *uattr) in bpf_prog_test_run_skb() 3272 union bpf_attr __user *uattr) in bpf_prog_test_run_tracing() 3279 union bpf_attr __user *uattr) in bpf_prog_test_run_flow_dissector() 3286 union bpf_attr __user *uattr) in bpf_prog_test_run_sk_lookup() 3540 union bpf_attr __user *uattr) in bpf_prog_test_run_syscall() 3565 union bpf_attr __user *uattr) in sock_map_bpf_prog_query()
|
| /linux/include/net/ |
| H A D | netkit.h | 34 union bpf_attr __user *uattr) in netkit_prog_query()
|
| H A D | tcx.h | 197 union bpf_attr __user *uattr) in tcx_prog_query()
|
| /linux/drivers/infiniband/core/ |
| H A D | uverbs_std_types_counters.c | 92 const struct uverbs_attr *uattr; in UVERBS_HANDLER() local
|
| /linux/kernel/sched/ |
| H A D | syscalls.c | 872 static int sched_copy_attr(struct sched_attr __user *uattr, struct sched_attr *attr) in sched_copy_attr() 960 SYSCALL_DEFINE3(sched_setattr, pid_t, pid, struct sched_attr __user *, uattr, in SYSCALL_DEFINE3() argument 1060 SYSCALL_DEFINE4(sched_getattr, pid_t, pid, struct sched_attr __user *, uattr, in SYSCALL_DEFINE4() argument
|
| /linux/drivers/media/rc/ |
| H A D | bpf-lirc.c | 295 int lirc_prog_query(const union bpf_attr *attr, union bpf_attr __user *uattr) in lirc_prog_query()
|
| /linux/net/bpf/ |
| H A D | bpf_dummy_struct_ops.c | 130 union bpf_attr __user *uattr) in bpf_struct_ops_test_run()
|
| /linux/ipc/ |
| H A D | mqueue.c | 1463 const struct compat_mq_attr __user *uattr) in get_compat_mq_attr() 1479 struct compat_mq_attr __user *uattr) in put_compat_mq_attr()
|
| /linux/fs/ |
| H A D | namespace.c | 5101 static int wants_mount_setattr(struct mount_attr __user *uattr, size_t usize, in wants_mount_setattr() 5135 unsigned int, flags, struct mount_attr __user *, uattr, in SYSCALL_DEFINE5() argument 5176 unsigned, flags, struct mount_attr __user *, uattr, in SYSCALL_DEFINE5() argument
|
| /linux/net/core/ |
| H A D | sock_map.c | 1556 union bpf_attr __user *uattr) in sock_map_bpf_prog_query()
|
| /linux/kernel/trace/ |
| H A D | bpf_trace.c | 1787 union bpf_attr __user *uattr) in bpf_prog_test_run_tracing()
|
| /linux/kernel/events/ |
| H A D | core.c | 13544 static int perf_copy_attr(struct perf_event_attr __user *uattr, in perf_copy_attr()
|