/openbmc/linux/net/bpf/ |
H A D | test_run.c | 437 union bpf_attr __user *uattr, const void *data, in bpf_test_finish() 654 union bpf_attr __user *uattr) in bpf_prog_test_run_tracing() 725 union bpf_attr __user *uattr) in bpf_prog_test_run_raw_tp() 813 union bpf_attr __user *uattr, const void *data, in bpf_ctx_finish() 952 union bpf_attr __user *uattr) in bpf_prog_test_run_skb() 1146 union bpf_attr __user *uattr) in bpf_prog_test_run_xdp() 1309 union bpf_attr __user *uattr) in bpf_prog_test_run_flow_dissector() 1377 union bpf_attr __user *uattr) in bpf_prog_test_run_sk_lookup() 1478 union bpf_attr __user *uattr) in bpf_prog_test_run_syscall() 1576 union bpf_attr __user *uattr) in bpf_prog_test_run_nf()
|
H A D | bpf_dummy_struct_ops.c | 78 union bpf_attr __user *uattr) in bpf_struct_ops_test_run()
|
/openbmc/linux/kernel/bpf/ |
H A D | syscall.c | 1509 static int map_update_elem(union bpf_attr *attr, bpfptr_t uattr) in map_update_elem() 1565 static int map_delete_elem(union bpf_attr *attr, bpfptr_t uattr) in map_delete_elem() 1686 union bpf_attr __user *uattr) in generic_map_delete_batch() 1743 union bpf_attr __user *uattr) in generic_map_update_batch() 1805 union bpf_attr __user *uattr) in generic_map_lookup_batch() 2586 static int bpf_prog_load(union bpf_attr *attr, bpfptr_t uattr, u32 uattr_size) in bpf_prog_load() 4044 union bpf_attr __user *uattr) in bpf_prog_query() 4100 union bpf_attr __user *uattr) in bpf_prog_test_run() 4130 union bpf_attr __user *uattr, in bpf_obj_get_next_id() 4387 union bpf_attr __user *uattr) in bpf_prog_get_info_by_fd() [all …]
|
H A D | hashtab.c | 1702 union bpf_attr __user *uattr, in __htab_map_lookup_and_delete_batch() 1933 union bpf_attr __user *uattr) in htab_percpu_map_lookup_batch() 1942 union bpf_attr __user *uattr) in htab_percpu_map_lookup_and_delete_batch() 1950 union bpf_attr __user *uattr) in htab_map_lookup_batch() 1959 union bpf_attr __user *uattr) in htab_map_lookup_and_delete_batch() 1968 union bpf_attr __user *uattr) in htab_lru_percpu_map_lookup_batch() 1977 union bpf_attr __user *uattr) in htab_lru_percpu_map_lookup_and_delete_batch() 1985 union bpf_attr __user *uattr) in htab_lru_map_lookup_batch() 1994 union bpf_attr __user *uattr) in htab_lru_map_lookup_and_delete_batch()
|
H A 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()
|
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 | 1038 union bpf_attr __user *uattr) in __cgroup_bpf_query() 1137 union bpf_attr __user *uattr) in cgroup_bpf_query() 1336 union bpf_attr __user *uattr) in cgroup_bpf_prog_query()
|
H A D | bpf_iter.c | 507 int bpf_iter_link_attach(const union bpf_attr *attr, bpfptr_t uattr, in bpf_iter_link_attach()
|
H A D | btf.c | 5459 static int finalize_log(struct bpf_verifier_log *log, bpfptr_t uattr, u32 uattr_size) in finalize_log() 5474 static struct btf *btf_parse(const union bpf_attr *attr, bpfptr_t uattr, u32 uattr_size) in btf_parse() 7183 int btf_new_fd(const union bpf_attr *attr, bpfptr_t uattr, u32 uattr_size) in btf_new_fd() 7235 union bpf_attr __user *uattr) in btf_get_info_by_fd()
|
H A D | verifier.c | 15446 bpfptr_t uattr) in check_btf_func() 15592 bpfptr_t uattr) in check_btf_line() 15720 bpfptr_t uattr) in check_core_relo() 15789 bpfptr_t uattr) in check_btf_info() 20222 int bpf_check(struct bpf_prog **prog, union bpf_attr *attr, bpfptr_t uattr, __u32 uattr_size) in bpf_check()
|
/openbmc/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 | 2647 union bpf_attr __user *uattr) in bpf_prog_test_run_xdp() 2654 union bpf_attr __user *uattr) in bpf_prog_test_run_skb() 2661 union bpf_attr __user *uattr) in bpf_prog_test_run_tracing() 2668 union bpf_attr __user *uattr) in bpf_prog_test_run_flow_dissector() 2675 union bpf_attr __user *uattr) in bpf_prog_test_run_sk_lookup() 2919 union bpf_attr __user *uattr) in bpf_prog_test_run_syscall() 2944 union bpf_attr __user *uattr) in sock_map_bpf_prog_query()
|
H A D | bpf-cgroup.h | 441 union bpf_attr __user *uattr) in cgroup_bpf_prog_query()
|
/openbmc/linux/drivers/infiniband/core/ |
H A 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()
|
H A D | uverbs_std_types_counters.c | 92 const struct uverbs_attr *uattr; in UVERBS_HANDLER() local
|
/openbmc/linux/include/net/ |
H A D | tcx.h | 202 union bpf_attr __user *uattr) in tcx_prog_query()
|
/openbmc/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()
|
/openbmc/linux/arch/powerpc/platforms/book3s/ |
H A D | vas-api.c | 283 struct vas_tx_win_open_attr uattr; in coproc_ioc_tx_win_open() local
|
/openbmc/linux/ipc/ |
H A D | mqueue.c | 1531 const struct compat_mq_attr __user *uattr) in get_compat_mq_attr() 1547 struct compat_mq_attr __user *uattr) in put_compat_mq_attr()
|
/openbmc/linux/net/core/ |
H A D | sock_map.c | 1518 union bpf_attr __user *uattr) in sock_map_bpf_prog_query()
|
/openbmc/linux/kernel/sched/ |
H A D | core.c | 7992 static int sched_copy_attr(struct sched_attr __user *uattr, struct sched_attr *attr) in sched_copy_attr() 8078 SYSCALL_DEFINE3(sched_setattr, pid_t, pid, struct sched_attr __user *, uattr, in SYSCALL_DEFINE3() argument 8194 sched_attr_copy_to_user(struct sched_attr __user *uattr, in sched_attr_copy_to_user() 8231 SYSCALL_DEFINE4(sched_getattr, pid_t, pid, struct sched_attr __user *, uattr, in SYSCALL_DEFINE4() argument
|
/openbmc/linux/fs/ |
H A D | namespace.c | 4654 unsigned int, flags, struct mount_attr __user *, uattr, in SYSCALL_DEFINE5() argument
|
/openbmc/linux/kernel/trace/ |
H A D | bpf_trace.c | 2030 union bpf_attr __user *uattr) in bpf_prog_test_run_tracing()
|