Home
last modified time | relevance | path

Searched defs:uattr (Results 1 – 25 of 26) sorted by relevance

12

/openbmc/linux/net/bpf/
H A Dtest_run.c437 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 Dbpf_dummy_struct_ops.c78 union bpf_attr __user *uattr) in bpf_struct_ops_test_run()
/openbmc/linux/kernel/bpf/
H A Dsyscall.c1509 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 Dhashtab.c1702 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 Dnet_namespace.c247 union bpf_attr __user *uattr, in __netns_bpf_prog_query()
272 union bpf_attr __user *uattr) in netns_bpf_prog_query()
H A Dtcx.c122 int tcx_prog_query(const union bpf_attr *attr, union bpf_attr __user *uattr) in tcx_prog_query()
H A Dmprog.c395 int bpf_mprog_query(const union bpf_attr *attr, union bpf_attr __user *uattr, in bpf_mprog_query()
H A Dcgroup.c1038 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 Dbpf_iter.c507 int bpf_iter_link_attach(const union bpf_attr *attr, bpfptr_t uattr, in bpf_iter_link_attach()
H A Dbtf.c5459 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 Dverifier.c15446 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 Dbpf_lirc.h24 union bpf_attr __user *uattr) in lirc_prog_query()
H A Dbpf-netns.h38 union bpf_attr __user *uattr) in netns_bpf_prog_query()
H A Dbpf.h2647 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 Dbpf-cgroup.h441 union bpf_attr __user *uattr) in cgroup_bpf_prog_query()
/openbmc/linux/drivers/infiniband/core/
H A Duverbs_ioctl.c137 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 Duverbs_std_types_counters.c92 const struct uverbs_attr *uattr; in UVERBS_HANDLER() local
/openbmc/linux/include/net/
H A Dtcx.h202 union bpf_attr __user *uattr) in tcx_prog_query()
/openbmc/linux/drivers/media/rc/
H A Dbpf-lirc.c295 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 Dvas-api.c283 struct vas_tx_win_open_attr uattr; in coproc_ioc_tx_win_open() local
/openbmc/linux/ipc/
H A Dmqueue.c1531 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 Dsock_map.c1518 union bpf_attr __user *uattr) in sock_map_bpf_prog_query()
/openbmc/linux/kernel/sched/
H A Dcore.c7992 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 Dnamespace.c4654 unsigned int, flags, struct mount_attr __user *, uattr, in SYSCALL_DEFINE5() argument
/openbmc/linux/kernel/trace/
H A Dbpf_trace.c2030 union bpf_attr __user *uattr) in bpf_prog_test_run_tracing()

12