| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
| H A D | l4lb_all.c | 56 topts.data_in = &pkt_v4; in test_l4lb() 65 topts.data_in = &pkt_v6; in test_l4lb()
|
| H A D | type_cast.c | 14 .data_in = &pkt_v4, in test_xdp() 50 .data_in = &pkt_v4, in test_tc()
|
| H A D | xdp_noinline.c | 33 .data_in = &pkt_v4, in test_xdp_noinline() 54 topts.data_in = &pkt_v6; in test_xdp_noinline()
|
| H A D | for_each.c | 20 .data_in = &pkt_v4, in test_hash_map() 86 .data_in = &pkt_v4, in test_array_map()
|
| H A D | jit_probe_mem.c | 11 .data_in = &pkt_v4, in test_jit_probe_mem()
|
| H A D | pkt_md_access.c | 11 .data_in = &pkt_v4, in test_pkt_md_access()
|
| H A D | map_ptr.c | 16 .data_in = &pkt_v4, in test_map_ptr()
|
| H A D | refcounted_kptr.c | 23 .data_in = &pkt_v4, in test_refcounted_kptr_wrong_owner()
|
| H A D | skb_helpers.c | 13 .data_in = &pkt_v4, in test_skb_helpers()
|
| H A D | test_skb_pkt_end.c | 11 .data_in = &pkt_v4, in sanity_run()
|
| H A D | xdp_perf.c | 11 .data_in = in, in test_xdp_perf()
|
| H A D | cb_refs.c | 31 .data_in = &pkt_v4, in test_cb_refs()
|
| H A D | flow_dissector_load_bytes.c | 30 .data_in = &pkt_v4, in serial_test_flow_dissector_load_bytes()
|
| H A D | signal_pending.c | 20 .data_in = &pkt_v4, in test_signal_pending_by_type()
|
| H A D | skb_load_bytes.c | 13 .data_in = &pkt_v4, in test_skb_load_bytes()
|
| H A D | check_mtu.c | 88 .data_in = &pkt_v4, in test_check_mtu_run_xdp() 140 .data_in = &pkt_v4, in test_check_mtu_run_tc()
|
| H A D | xdp_do_redirect.c | 73 .data_in = &data, in test_max_pkt_size() 98 .data_in = &data, in test_xdp_do_redirect()
|
| H A D | global_func_args.c | 46 .data_in = &pkt_v4, in test_global_func_args()
|
| H A D | time_tai.c | 28 .data_in = &pkt_v4, in test_time_tai()
|
| H A D | dynptr.c | 72 .data_in = &pkt_v4, in verify_success()
|
| /arkcompiler/runtime_core/libpandabase/os/ |
| H A D | thread.h | 68 SharedPtrStruct(SharedPtrToSharedPtrStruct<T> ptr_in, T data_in) in SharedPtrStruct() 69 : this_ptr(std::move(ptr_in)), data(std::move(data_in)) in SharedPtrStruct()
|
| /kernel/linux/linux-6.6/net/bpf/ |
| H A D | test_run.c | 629 void __user *data_in = u64_to_user_ptr(kattr->test.data_in); in bpf_test_init() local 643 if (copy_from_user(data + headroom, data_in, user_size)) { in bpf_test_init() 726 /* doesn't support data_in/out, ctx_out, duration, or repeat */ in bpf_prog_test_run_raw_tp() 727 if (kattr->test.data_in || kattr->test.data_out || in bpf_prog_test_run_raw_tp() 776 void __user *data_in = u64_to_user_ptr(kattr->test.ctx_in); in bpf_ctx_init() local 782 if (!data_in && !data_out) in bpf_ctx_init() 789 if (data_in) { in bpf_ctx_init() 790 err = bpf_check_uarg_tail_zero(USER_BPFPTR(data_in), max_size, size); in bpf_ctx_init() 797 if (copy_from_user(data, data_in, siz in bpf_ctx_init() 1216 void __user *data_in = u64_to_user_ptr(kattr->test.data_in); bpf_prog_test_run_xdp() local [all...] |
| /kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
| H A D | skb_helpers.c | 13 .data_in = &pkt_v4, in test_skb_helpers()
|
| H A D | prog_run_xattr.c | 13 .data_in = &pkt_v4, in test_prog_run_xattr()
|
| /kernel/linux/linux-5.10/drivers/char/ipmi/ |
| H A D | kcs_bmc.h | 86 u8 *data_in; member
|