Home
last modified time | relevance | path

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

12

/linux/net/bpf/
H A Dtest_run.c438 union bpf_attr __user *uattr, const void *data, in bpf_test_finish()
675 union bpf_attr __user *uattr) in bpf_prog_test_run_tracing()
747 union bpf_attr __user *uattr) in bpf_prog_test_run_raw_tp()
835 union bpf_attr __user *uattr, const void *data, in bpf_ctx_finish()
974 union bpf_attr __user *uattr) in bpf_prog_test_run_skb()
1198 union bpf_attr __user *uattr) in bpf_prog_test_run_xdp()
1367 union bpf_attr __user *uattr) in bpf_prog_test_run_flow_dissector()
1435 union bpf_attr __user *uattr) in bpf_prog_test_run_sk_lookup()
1536 union bpf_attr __user *uattr) in bpf_prog_test_run_syscall()
1634 union bpf_attr __user *uattr) in bpf_prog_test_run_nf()
H A Dbpf_dummy_struct_ops.c130 union bpf_attr __user *uattr) in bpf_struct_ops_test_run()
/linux/kernel/bpf/
H A Dsyscall.c1375 static int map_create(union bpf_attr *attr, bpfptr_t uattr) in map_create()
1780 static int map_update_elem(union bpf_attr *attr, bpfptr_t uattr) in map_update_elem()
1835 static int map_delete_elem(union bpf_attr *attr, bpfptr_t uattr) in map_delete_elem()
1946 union bpf_attr __user *uattr) in generic_map_delete_batch()
2002 union bpf_attr __user *uattr) in generic_map_update_batch()
2063 union bpf_attr __user *uattr) in generic_map_lookup_batch()
2859 static int bpf_prog_load(union bpf_attr *attr, bpfptr_t uattr, u32 uattr_size) in bpf_prog_load()
4603 union bpf_attr __user *uattr) in bpf_prog_query()
4667 union bpf_attr __user *uattr) in bpf_prog_test_run()
4697 union bpf_attr __user *uattr, in bpf_obj_get_next_id()
[all …]
H A Dhashtab.c1679 __htab_map_lookup_and_delete_batch(struct bpf_map * map,const union bpf_attr * attr,union bpf_attr __user * uattr,bool do_delete,bool is_lru_map,bool is_percpu) __htab_map_lookup_and_delete_batch() argument
1909 htab_percpu_map_lookup_batch(struct bpf_map * map,const union bpf_attr * attr,union bpf_attr __user * uattr) htab_percpu_map_lookup_batch() argument
1918 htab_percpu_map_lookup_and_delete_batch(struct bpf_map * map,const union bpf_attr * attr,union bpf_attr __user * uattr) htab_percpu_map_lookup_and_delete_batch() argument
1926 htab_map_lookup_batch(struct bpf_map * map,const union bpf_attr * attr,union bpf_attr __user * uattr) htab_map_lookup_batch() argument
1935 htab_map_lookup_and_delete_batch(struct bpf_map * map,const union bpf_attr * attr,union bpf_attr __user * uattr) htab_map_lookup_and_delete_batch() argument
1944 htab_lru_percpu_map_lookup_batch(struct bpf_map * map,const union bpf_attr * attr,union bpf_attr __user * uattr) htab_lru_percpu_map_lookup_batch() argument
1953 htab_lru_percpu_map_lookup_and_delete_batch(struct bpf_map * map,const union bpf_attr * attr,union bpf_attr __user * uattr) htab_lru_percpu_map_lookup_and_delete_batch() argument
1961 htab_lru_map_lookup_batch(struct bpf_map * map,const union bpf_attr * attr,union bpf_attr __user * uattr) htab_lru_map_lookup_batch() argument
1970 htab_lru_map_lookup_and_delete_batch(struct bpf_map * map,const union bpf_attr * attr,union bpf_attr __user * uattr) htab_lru_map_lookup_and_delete_batch() argument
[all...]
H A Dnet_namespace.c246 union bpf_attr __user *uattr, in __netns_bpf_prog_query()
271 union bpf_attr __user *uattr) in netns_bpf_prog_query()
H A Dtoken.c215 union bpf_attr __user *uattr) in bpf_token_get_info_by_fd()
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.c1212 __cgroup_bpf_query(struct cgroup * cgrp,const union bpf_attr * attr,union bpf_attr __user * uattr) __cgroup_bpf_query() argument
1316 cgroup_bpf_query(struct cgroup * cgrp,const union bpf_attr * attr,union bpf_attr __user * uattr) cgroup_bpf_query() argument
1524 cgroup_bpf_prog_query(const union bpf_attr * attr,union bpf_attr __user * uattr) cgroup_bpf_prog_query() argument
H A Dbpf_iter.c504 int bpf_iter_link_attach(const union bpf_attr *attr, bpfptr_t uattr, in bpf_iter_link_attach() argument
H A Dverifier.c18058 bpfptr_t uattr) in check_btf_func_early()
18160 bpfptr_t uattr) in check_btf_func()
18251 bpfptr_t uattr) in check_btf_line()
18379 bpfptr_t uattr) in check_core_relo()
18448 bpfptr_t uattr) in check_btf_info_early()
18476 bpfptr_t uattr) in check_btf_info()
24052 static int process_fd_array(struct bpf_verifier_env *env, union bpf_attr *attr, bpfptr_t uattr) in process_fd_array()
24504 int bpf_check(struct bpf_prog **prog, union bpf_attr *attr, bpfptr_t uattr, __u32 uattr_size) in bpf_check()
/linux/drivers/infiniband/core/
H A Duverbs_ioctl.c140 static bool uverbs_is_attr_cleared(const struct ib_uverbs_attr *uattr, in uverbs_is_attr_cleared()
169 struct ib_uverbs_attr *uattr, in uverbs_process_idrs_array()
245 struct ib_uverbs_attr *uattr, u32 attr_bkey) in uverbs_process_attr()
395 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
/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.h3010 union bpf_attr __user *uattr) in bpf_token_get_info_by_fd()
3086 union bpf_attr __user *uattr) in bpf_prog_test_run_xdp()
3093 union bpf_attr __user *uattr) in bpf_prog_test_run_skb()
3100 union bpf_attr __user *uattr) in bpf_prog_test_run_tracing()
3107 union bpf_attr __user *uattr) in bpf_prog_test_run_flow_dissector()
3114 union bpf_attr __user *uattr) in bpf_prog_test_run_sk_lookup()
3363 union bpf_attr __user *uattr) in bpf_prog_test_run_syscall()
3388 union bpf_attr __user *uattr) in sock_map_bpf_prog_query()
H A Dbpf-cgroup.h452 union bpf_attr __user *uattr) in cgroup_bpf_prog_query()
/linux/include/net/
H A Dnetkit.h34 union bpf_attr __user *uattr) in netkit_prog_query()
H A Dtcx.h197 union bpf_attr __user *uattr) in tcx_prog_query()
/linux/kernel/sched/
H A Dsyscalls.c889 static int sched_copy_attr(struct sched_attr __user *uattr, struct sched_attr *attr) in sched_copy_attr()
977 SYSCALL_DEFINE3(sched_setattr, pid_t, pid, struct sched_attr __user *, uattr, in SYSCALL_DEFINE3() argument
1077 SYSCALL_DEFINE4(sched_getattr, pid_t, pid, struct sched_attr __user *, uattr, in SYSCALL_DEFINE4() argument
/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()
/linux/arch/powerpc/platforms/book3s/
H A Dvas-api.c283 struct vas_tx_win_open_attr uattr; in coproc_ioc_tx_win_open() local
/linux/ipc/
H A Dmqueue.c1488 const struct compat_mq_attr __user *uattr) in get_compat_mq_attr()
1504 struct compat_mq_attr __user *uattr) in put_compat_mq_attr()
/linux/drivers/net/
H A Dnetkit.c600 int netkit_prog_query(const union bpf_attr *attr, union bpf_attr __user *uattr) in netkit_prog_query()
/linux/fs/
H A Dnamespace.c4959 static int wants_mount_setattr(struct mount_attr __user *uattr, size_t usize, in wants_mount_setattr()
4993 unsigned int, flags, struct mount_attr __user *, uattr, in SYSCALL_DEFINE5() argument
5035 unsigned, flags, struct mount_attr __user *, uattr, in SYSCALL_DEFINE5() argument

12