Searched refs:uattr (Results 1 – 3 of 3) sorted by relevance
| /net/bpf/ |
| A D | test_run.c | 686 union bpf_attr __user *uattr) in bpf_prog_test_run_tracing() argument 758 union bpf_attr __user *uattr) in bpf_prog_test_run_raw_tp() argument 985 union bpf_attr __user *uattr) in bpf_prog_test_run_skb() argument 1136 ret = bpf_ctx_finish(kattr, uattr, ctx, in bpf_prog_test_run_skb() 1206 union bpf_attr __user *uattr) in bpf_prog_test_run_xdp() argument 1337 ret = bpf_ctx_finish(kattr, uattr, ctx, in bpf_prog_test_run_xdp() 1369 union bpf_attr __user *uattr) in bpf_prog_test_run_flow_dissector() argument 1427 ret = bpf_ctx_finish(kattr, uattr, user_ctx, in bpf_prog_test_run_flow_dissector() 1437 union bpf_attr __user *uattr) in bpf_prog_test_run_sk_lookup() argument 1538 union bpf_attr __user *uattr) in bpf_prog_test_run_syscall() argument [all …]
|
| A D | bpf_dummy_struct_ops.c | 130 union bpf_attr __user *uattr) in bpf_struct_ops_test_run() argument 194 if (put_user(prog_ret, &uattr->test.retval)) in bpf_struct_ops_test_run()
|
| /net/core/ |
| A D | sock_map.c | 1556 union bpf_attr __user *uattr) in sock_map_bpf_prog_query() argument 1596 if (copy_to_user(&uattr->query.attach_flags, &flags, sizeof(flags)) || in sock_map_bpf_prog_query() 1598 copy_to_user(&uattr->query.prog_cnt, &prog_cnt, sizeof(prog_cnt))) in sock_map_bpf_prog_query()
|
Completed in 15 milliseconds