/linux-6.1.9/kernel/bpf/ |
D | syscall.c | 1383 static int map_update_elem(union bpf_attr *attr, bpfptr_t uattr) in map_update_elem() 1439 static int map_delete_elem(union bpf_attr *attr, bpfptr_t uattr) in map_delete_elem() 1560 union bpf_attr __user *uattr) in generic_map_delete_batch() 1614 union bpf_attr __user *uattr) in generic_map_update_batch() 1677 union bpf_attr __user *uattr) in generic_map_lookup_batch() 2461 static int bpf_prog_load(union bpf_attr *attr, bpfptr_t uattr) in bpf_prog_load() 3554 union bpf_attr __user *uattr) in bpf_prog_query() 3607 union bpf_attr __user *uattr) in bpf_prog_test_run() 3637 union bpf_attr __user *uattr, in bpf_obj_get_next_id() 3894 union bpf_attr __user *uattr) in bpf_prog_get_info_by_fd() [all …]
|
D | hashtab.c | 1655 union bpf_attr __user *uattr, in __htab_map_lookup_and_delete_batch() 1881 union bpf_attr __user *uattr) in htab_percpu_map_lookup_batch() 1890 union bpf_attr __user *uattr) in htab_percpu_map_lookup_and_delete_batch() 1898 union bpf_attr __user *uattr) in htab_map_lookup_batch() 1907 union bpf_attr __user *uattr) in htab_map_lookup_and_delete_batch() 1916 union bpf_attr __user *uattr) in htab_lru_percpu_map_lookup_batch() 1925 union bpf_attr __user *uattr) in htab_lru_percpu_map_lookup_and_delete_batch() 1933 union bpf_attr __user *uattr) in htab_lru_map_lookup_batch() 1942 union bpf_attr __user *uattr) in htab_lru_map_lookup_and_delete_batch()
|
D | net_namespace.c | 247 union bpf_attr __user *uattr, in __netns_bpf_prog_query() 272 union bpf_attr __user *uattr) in netns_bpf_prog_query()
|
D | cgroup.c | 1020 union bpf_attr __user *uattr) in __cgroup_bpf_query() 1119 union bpf_attr __user *uattr) in cgroup_bpf_query() 1318 union bpf_attr __user *uattr) in cgroup_bpf_prog_query()
|
D | bpf_iter.c | 507 int bpf_iter_link_attach(const union bpf_attr *attr, bpfptr_t uattr, in bpf_iter_link_attach()
|
D | verifier.c | 11001 bpfptr_t uattr) in check_btf_func() 11147 bpfptr_t uattr) in check_btf_line() 11275 bpfptr_t uattr) in check_core_relo() 11344 bpfptr_t uattr) in check_btf_info() 15200 int bpf_check(struct bpf_prog **prog, union bpf_attr *attr, bpfptr_t uattr) in bpf_check()
|
D | btf.c | 6897 int btf_new_fd(const union bpf_attr *attr, bpfptr_t uattr) in btf_new_fd() 6952 union bpf_attr __user *uattr) in btf_get_info_by_fd()
|
/linux-6.1.9/net/bpf/ |
D | test_run.c | 414 union bpf_attr __user *uattr, const void *data, in bpf_test_finish() 792 union bpf_attr __user *uattr) in bpf_prog_test_run_tracing() 852 union bpf_attr __user *uattr) in bpf_prog_test_run_raw_tp() 940 union bpf_attr __user *uattr, const void *data, in bpf_ctx_finish() 1079 union bpf_attr __user *uattr) in bpf_prog_test_run_skb() 1273 union bpf_attr __user *uattr) in bpf_prog_test_run_xdp() 1434 union bpf_attr __user *uattr) in bpf_prog_test_run_flow_dissector() 1502 union bpf_attr __user *uattr) in bpf_prog_test_run_sk_lookup() 1603 union bpf_attr __user *uattr) in bpf_prog_test_run_syscall()
|
D | bpf_dummy_struct_ops.c | 78 union bpf_attr __user *uattr) in bpf_struct_ops_test_run()
|
/linux-6.1.9/drivers/infiniband/core/ |
D | uverbs_ioctl.c | 137 static bool uverbs_is_attr_cleared(const struct ib_uverbs_attr *uattr, in uverbs_is_attr_cleared() 166 struct ib_uverbs_attr *uattr, in uverbs_process_idrs_array() 240 struct ib_uverbs_attr *uattr, u32 attr_bkey) in uverbs_process_attr() 388 struct ib_uverbs_attr *uattr) in uverbs_set_attr()
|
D | uverbs_std_types_counters.c | 92 const struct uverbs_attr *uattr; in UVERBS_HANDLER() local
|
/linux-6.1.9/include/linux/ |
D | bpf_lirc.h | 24 union bpf_attr __user *uattr) in lirc_prog_query()
|
D | bpf-netns.h | 38 union bpf_attr __user *uattr) in netns_bpf_prog_query()
|
D | bpf.h | 2246 union bpf_attr __user *uattr) in bpf_prog_test_run_xdp() 2253 union bpf_attr __user *uattr) in bpf_prog_test_run_skb() 2260 union bpf_attr __user *uattr) in bpf_prog_test_run_tracing() 2267 union bpf_attr __user *uattr) in bpf_prog_test_run_flow_dissector() 2274 union bpf_attr __user *uattr) in bpf_prog_test_run_sk_lookup() 2432 union bpf_attr __user *uattr) in bpf_prog_test_run_syscall() 2457 union bpf_attr __user *uattr) in sock_map_bpf_prog_query()
|
D | bpf-cgroup.h | 447 union bpf_attr __user *uattr) in cgroup_bpf_prog_query()
|
/linux-6.1.9/drivers/media/rc/ |
D | bpf-lirc.c | 295 int lirc_prog_query(const union bpf_attr *attr, union bpf_attr __user *uattr) in lirc_prog_query()
|
/linux-6.1.9/arch/powerpc/platforms/book3s/ |
D | vas-api.c | 282 struct vas_tx_win_open_attr uattr; in coproc_ioc_tx_win_open() local
|
/linux-6.1.9/ipc/ |
D | mqueue.c | 1532 const struct compat_mq_attr __user *uattr) in get_compat_mq_attr() 1548 struct compat_mq_attr __user *uattr) in put_compat_mq_attr()
|
/linux-6.1.9/kernel/sched/ |
D | core.c | 7827 static int sched_copy_attr(struct sched_attr __user *uattr, struct sched_attr *attr) in sched_copy_attr() 7913 SYSCALL_DEFINE3(sched_setattr, pid_t, pid, struct sched_attr __user *, uattr, in SYSCALL_DEFINE3() argument 8029 sched_attr_copy_to_user(struct sched_attr __user *uattr, in sched_attr_copy_to_user() 8066 SYSCALL_DEFINE4(sched_getattr, pid_t, pid, struct sched_attr __user *, uattr, in SYSCALL_DEFINE4() argument
|
/linux-6.1.9/net/core/ |
D | sock_map.c | 1489 union bpf_attr __user *uattr) in sock_map_bpf_prog_query()
|
/linux-6.1.9/kernel/trace/ |
D | bpf_trace.c | 1973 union bpf_attr __user *uattr) in bpf_prog_test_run_tracing()
|
/linux-6.1.9/fs/ |
D | namespace.c | 4329 unsigned int, flags, struct mount_attr __user *, uattr, in SYSCALL_DEFINE5() argument
|
/linux-6.1.9/kernel/events/ |
D | core.c | 11884 static int perf_copy_attr(struct perf_event_attr __user *uattr, in perf_copy_attr()
|