Searched defs:uattr (Results  1 – 17 of 17) sorted by relevance
| /Linux-v5.4/net/bpf/ | 
| D | test_run.c | 77 			   union bpf_attr __user *uattr, const void *data,  in bpf_test_finish()160 			  union bpf_attr __user *uattr, const void *data,  in bpf_ctx_finish()
 242 			  union bpf_attr __user *uattr)  in bpf_prog_test_run_skb()
 343 			  union bpf_attr __user *uattr)  in bpf_prog_test_run_xdp()
 398 				     union bpf_attr __user *uattr)  in bpf_prog_test_run_flow_dissector()
 
 | 
| /Linux-v5.4/kernel/bpf/ | 
| D | syscall.c | 1630 static int bpf_prog_load(union bpf_attr *attr, union bpf_attr __user *uattr)  in bpf_prog_load()2054 			  union bpf_attr __user *uattr)  in bpf_prog_query()
 2097 			     union bpf_attr __user *uattr)  in bpf_prog_test_run()
 2129 			       union bpf_attr __user *uattr,  in bpf_obj_get_next_id()
 2325 				   union bpf_attr __user *uattr)  in bpf_prog_get_info_by_fd()
 2600 				  union bpf_attr __user *uattr)  in bpf_map_get_info_by_fd()
 2641 				  union bpf_attr __user *uattr)  in bpf_btf_get_info_by_fd()
 2657 				  union bpf_attr __user *uattr)  in bpf_obj_get_info_by_fd()
 2712 				    union bpf_attr __user *uattr,  in bpf_task_fd_query_copy()
 2761 			     union bpf_attr __user *uattr)  in bpf_task_fd_query()
 [all …]
 
 | 
| D | cgroup.c | 492 		       union bpf_attr __user *uattr)  in __cgroup_bpf_query()578 			  union bpf_attr __user *uattr)  in cgroup_bpf_prog_query()
 
 | 
| D | verifier.c | 6404 			  union bpf_attr __user *uattr)  in check_btf_func()6524 			  union bpf_attr __user *uattr)  in check_btf_line()
 6646 			  union bpf_attr __user *uattr)  in check_btf_info()
 9212 	      union bpf_attr __user *uattr)  in bpf_check()
 
 | 
| D | btf.c | 3460 		       union bpf_attr __user *uattr)  in btf_get_info_by_fd()
 | 
| /Linux-v5.4/include/linux/ | 
| D | bpf_lirc.h | 24 				  union bpf_attr __user *uattr)  in lirc_prog_query()
 | 
| D | bpf.h | 862 					union bpf_attr __user *uattr)  in bpf_prog_test_run_xdp()869 					union bpf_attr __user *uattr)  in bpf_prog_test_run_skb()
 876 						   union bpf_attr __user *uattr)  in bpf_prog_test_run_flow_dissector()
 
 | 
| D | bpf-cgroup.h | 356 					union bpf_attr __user *uattr)  in cgroup_bpf_prog_query()
 | 
| D | skbuff.h | 1261 						union bpf_attr __user *uattr)  in skb_flow_dissector_prog_query()
 | 
| /Linux-v5.4/drivers/infiniband/core/ | 
| D | uverbs_ioctl.c | 136 static bool uverbs_is_attr_cleared(const struct ib_uverbs_attr *uattr,  in uverbs_is_attr_cleared()165 				     struct ib_uverbs_attr *uattr,  in uverbs_process_idrs_array()
 245 			       struct ib_uverbs_attr *uattr, u32 attr_bkey)  in uverbs_process_attr()
 385 			   struct ib_uverbs_attr *uattr)  in uverbs_set_attr()
 
 | 
| D | uverbs_std_types_counters.c | 90 	const struct uverbs_attr *uattr;  in UVERBS_HANDLER()  local
 | 
| /Linux-v5.4/drivers/media/rc/ | 
| D | bpf-lirc.c | 294 int lirc_prog_query(const union bpf_attr *attr, union bpf_attr __user *uattr)  in lirc_prog_query()
 | 
| /Linux-v5.4/ipc/ | 
| D | mqueue.c | 1430 			const struct compat_mq_attr __user *uattr)  in get_compat_mq_attr()1446 			struct compat_mq_attr __user *uattr)  in put_compat_mq_attr()
 
 | 
| /Linux-v5.4/kernel/sched/ | 
| D | core.c | 5113 static int sched_copy_attr(struct sched_attr __user *uattr, struct sched_attr *attr)  in sched_copy_attr()5189 SYSCALL_DEFINE3(sched_setattr, pid_t, pid, struct sched_attr __user *, uattr,  in SYSCALL_DEFINE3()  argument
 5303 sched_attr_copy_to_user(struct sched_attr __user *uattr,  in sched_attr_copy_to_user()
 5340 SYSCALL_DEFINE4(sched_getattr, pid_t, pid, struct sched_attr __user *, uattr,  in SYSCALL_DEFINE4()  argument
 
 | 
| /Linux-v5.4/net/core/ | 
| D | flow_dissector.c | 74 				  union bpf_attr __user *uattr)  in skb_flow_dissector_prog_query()
 | 
| /Linux-v5.4/kernel/cgroup/ | 
| D | cgroup.c | 6432 		     union bpf_attr __user *uattr)  in cgroup_bpf_query()
 | 
| /Linux-v5.4/kernel/events/ | 
| D | core.c | 10619 static int perf_copy_attr(struct perf_event_attr __user *uattr,  in perf_copy_attr()
 |