Home
last modified time | relevance | path

Searched refs:data_in (Results 51 - 75 of 177) sorted by relevance

12345678

/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dl4lb_all.c56 topts.data_in = &pkt_v4; in test_l4lb()
65 topts.data_in = &pkt_v6; in test_l4lb()
H A Dtype_cast.c14 .data_in = &pkt_v4, in test_xdp()
50 .data_in = &pkt_v4, in test_tc()
H A Dxdp_noinline.c33 .data_in = &pkt_v4, in test_xdp_noinline()
54 topts.data_in = &pkt_v6; in test_xdp_noinline()
H A Dfor_each.c20 .data_in = &pkt_v4, in test_hash_map()
86 .data_in = &pkt_v4, in test_array_map()
H A Djit_probe_mem.c11 .data_in = &pkt_v4, in test_jit_probe_mem()
H A Dpkt_md_access.c11 .data_in = &pkt_v4, in test_pkt_md_access()
H A Dmap_ptr.c16 .data_in = &pkt_v4, in test_map_ptr()
H A Drefcounted_kptr.c23 .data_in = &pkt_v4, in test_refcounted_kptr_wrong_owner()
H A Dskb_helpers.c13 .data_in = &pkt_v4, in test_skb_helpers()
H A Dtest_skb_pkt_end.c11 .data_in = &pkt_v4, in sanity_run()
H A Dxdp_perf.c11 .data_in = in, in test_xdp_perf()
H A Dcb_refs.c31 .data_in = &pkt_v4, in test_cb_refs()
H A Dflow_dissector_load_bytes.c30 .data_in = &pkt_v4, in serial_test_flow_dissector_load_bytes()
H A Dsignal_pending.c20 .data_in = &pkt_v4, in test_signal_pending_by_type()
H A Dskb_load_bytes.c13 .data_in = &pkt_v4, in test_skb_load_bytes()
H A Dcheck_mtu.c88 .data_in = &pkt_v4, in test_check_mtu_run_xdp()
140 .data_in = &pkt_v4, in test_check_mtu_run_tc()
H A Dxdp_do_redirect.c73 .data_in = &data, in test_max_pkt_size()
98 .data_in = &data, in test_xdp_do_redirect()
H A Dglobal_func_args.c46 .data_in = &pkt_v4, in test_global_func_args()
H A Dtime_tai.c28 .data_in = &pkt_v4, in test_time_tai()
H A Ddynptr.c72 .data_in = &pkt_v4, in verify_success()
/arkcompiler/runtime_core/libpandabase/os/
H A Dthread.h68 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 Dtest_run.c629 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 Dskb_helpers.c13 .data_in = &pkt_v4, in test_skb_helpers()
H A Dprog_run_xattr.c13 .data_in = &pkt_v4, in test_prog_run_xattr()
/kernel/linux/linux-5.10/drivers/char/ipmi/
H A Dkcs_bmc.h86 u8 *data_in; member

Completed in 8 milliseconds

12345678