/kernel/linux/linux-5.10/net/bpf/ |
D | test_run.c | 87 union bpf_attr __user *uattr, const void *data, in bpf_test_finish() 206 union bpf_attr __user *uattr) in bpf_prog_test_run_tracing() 266 union bpf_attr __user *uattr) in bpf_prog_test_run_raw_tp() 359 union bpf_attr __user *uattr, const void *data, in bpf_ctx_finish() 492 union bpf_attr __user *uattr) in bpf_prog_test_run_skb() 626 union bpf_attr __user *uattr) in bpf_prog_test_run_xdp() 690 union bpf_attr __user *uattr) in bpf_prog_test_run_flow_dissector()
|
/kernel/linux/linux-5.10/include/linux/ |
D | bpf_lirc.h | 24 union bpf_attr __user *uattr) in lirc_prog_query()
|
D | bpf-netns.h | 44 union bpf_attr __user *uattr) in netns_bpf_prog_query()
|
D | bpf.h | 1728 union bpf_attr __user *uattr) in bpf_prog_test_run_xdp() 1735 union bpf_attr __user *uattr) in bpf_prog_test_run_skb() 1742 union bpf_attr __user *uattr) in bpf_prog_test_run_tracing() 1749 union bpf_attr __user *uattr) in bpf_prog_test_run_flow_dissector()
|
D | bpf-cgroup.h | 397 union bpf_attr __user *uattr) in cgroup_bpf_prog_query()
|
/kernel/linux/linux-5.10/kernel/bpf/ |
D | syscall.c | 1269 union bpf_attr __user *uattr) in generic_map_delete_batch() 1322 union bpf_attr __user *uattr) in generic_map_update_batch() 1385 union bpf_attr __user *uattr) in generic_map_lookup_batch() 2120 static int bpf_prog_load(union bpf_attr *attr, union bpf_attr __user *uattr) in bpf_prog_load() 3080 union bpf_attr __user *uattr) in bpf_prog_query() 3127 union bpf_attr __user *uattr) in bpf_prog_test_run() 3157 union bpf_attr __user *uattr, in bpf_obj_get_next_id() 3414 union bpf_attr __user *uattr) in bpf_prog_get_info_by_fd() 3695 union bpf_attr __user *uattr) in bpf_map_get_info_by_fd() 3739 union bpf_attr __user *uattr) in bpf_btf_get_info_by_fd() [all …]
|
D | hashtab.c | 1368 union bpf_attr __user *uattr, in __htab_map_lookup_and_delete_batch() 1580 union bpf_attr __user *uattr) in htab_percpu_map_lookup_batch() 1589 union bpf_attr __user *uattr) in htab_percpu_map_lookup_and_delete_batch() 1597 union bpf_attr __user *uattr) in htab_map_lookup_batch() 1606 union bpf_attr __user *uattr) in htab_map_lookup_and_delete_batch() 1615 union bpf_attr __user *uattr) in htab_lru_percpu_map_lookup_batch() 1624 union bpf_attr __user *uattr) in htab_lru_percpu_map_lookup_and_delete_batch() 1632 union bpf_attr __user *uattr) in htab_lru_map_lookup_batch() 1641 union bpf_attr __user *uattr) in htab_lru_map_lookup_and_delete_batch()
|
D | net_namespace.c | 246 union bpf_attr __user *uattr, in __netns_bpf_prog_query() 271 union bpf_attr __user *uattr) in netns_bpf_prog_query()
|
D | cgroup.c | 765 union bpf_attr __user *uattr) in __cgroup_bpf_query() 1001 union bpf_attr __user *uattr) in cgroup_bpf_prog_query()
|
D | verifier.c | 8763 union bpf_attr __user *uattr) in check_btf_func() 8908 union bpf_attr __user *uattr) in check_btf_line() 9032 union bpf_attr __user *uattr) in check_btf_info() 12372 union bpf_attr __user *uattr) in bpf_check()
|
D | btf.c | 5502 union bpf_attr __user *uattr) in btf_get_info_by_fd()
|
/kernel/linux/linux-5.10/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() 380 struct ib_uverbs_attr *uattr) in uverbs_set_attr()
|
D | uverbs_std_types_counters.c | 93 const struct uverbs_attr *uattr; in UVERBS_HANDLER() local
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/ |
D | vas-api.c | 76 struct vas_tx_win_open_attr uattr; in coproc_ioc_tx_win_open() local
|
/kernel/linux/linux-5.10/drivers/media/rc/ |
D | bpf-lirc.c | 291 int lirc_prog_query(const union bpf_attr *attr, union bpf_attr __user *uattr) in lirc_prog_query()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/kernel/sched/ |
D | core.c | 5828 static int sched_copy_attr(struct sched_attr __user *uattr, struct sched_attr *attr) in sched_copy_attr() 5909 SYSCALL_DEFINE3(sched_setattr, pid_t, pid, struct sched_attr __user *, uattr, in SYSCALL_DEFINE3() argument 6023 sched_attr_copy_to_user(struct sched_attr __user *uattr, in sched_attr_copy_to_user() 6060 SYSCALL_DEFINE4(sched_getattr, pid_t, pid, struct sched_attr __user *, uattr, in SYSCALL_DEFINE4() argument
|
/kernel/linux/linux-5.10/kernel/trace/ |
D | bpf_trace.c | 1768 union bpf_attr __user *uattr) in bpf_prog_test_run_tracing()
|
/kernel/linux/linux-5.10/kernel/cgroup/ |
D | cgroup.c | 6603 union bpf_attr __user *uattr) in cgroup_bpf_query()
|
/kernel/linux/linux-5.10/kernel/events/ |
D | core.c | 11478 static int perf_copy_attr(struct perf_event_attr __user *uattr, in perf_copy_attr()
|