Home
last modified time | relevance | path

Searched refs:data_in (Results 26 – 50 of 94) sorted by relevance

1234

/Linux-v6.1/net/bpf/
Dtest_run.c768 void __user *data_in = u64_to_user_ptr(kattr->test.data_in); in BTF_ID_FLAGS() local
782 if (copy_from_user(data + headroom, data_in, user_size)) { in BTF_ID_FLAGS()
861 if (kattr->test.data_in || kattr->test.data_out || in bpf_prog_test_run_raw_tp()
910 void __user *data_in = u64_to_user_ptr(kattr->test.ctx_in); in bpf_ctx_init() local
916 if (!data_in && !data_out) in bpf_ctx_init()
923 if (data_in) { in bpf_ctx_init()
924 err = bpf_check_uarg_tail_zero(USER_BPFPTR(data_in), max_size, size); in bpf_ctx_init()
931 if (copy_from_user(data, data_in, size)) { in bpf_ctx_init()
1350 void __user *data_in = u64_to_user_ptr(kattr->test.data_in); in bpf_prog_test_run_xdp() local
1375 if (copy_from_user(page_address(page), data_in + size, in bpf_prog_test_run_xdp()
[all …]
/Linux-v6.1/tools/testing/selftests/bpf/prog_tests/
Dxdp_do_redirect.c74 .data_in = &data, in test_max_pkt_size()
99 .data_in = &data, in test_xdp_do_redirect()
Dfor_each.c20 .data_in = &pkt_v4, in test_hash_map()
86 .data_in = &pkt_v4, in test_array_map()
Dpkt_md_access.c11 .data_in = &pkt_v4, in test_pkt_md_access()
Dskb_helpers.c13 .data_in = &pkt_v4, in test_skb_helpers()
Dcheck_mtu.c88 .data_in = &pkt_v4, in test_check_mtu_run_xdp()
140 .data_in = &pkt_v4, in test_check_mtu_run_tc()
Dxdp_perf.c11 .data_in = in, in test_xdp_perf()
Dtest_skb_pkt_end.c11 .data_in = &pkt_v4, in sanity_run()
Dmap_ptr.c16 .data_in = &pkt_v4, in test_map_ptr()
Dskb_load_bytes.c13 .data_in = &pkt_v4, in test_skb_load_bytes()
Dcb_refs.c31 .data_in = &pkt_v4, in test_cb_refs()
Dflow_dissector_load_bytes.c30 .data_in = &pkt_v4, in serial_test_flow_dissector_load_bytes()
Dspinlock.c9 .data_in = &pkt_v4, in spin_lock_thread()
Dsignal_pending.c20 .data_in = &pkt_v4, in test_signal_pending_by_type()
Dglobal_func_args.c46 .data_in = &pkt_v4, in test_global_func_args()
Dtime_tai.c28 .data_in = &pkt_v4, in test_time_tai()
Draw_tp_writable_test_run.c60 .data_in = test_skb, in serial_test_raw_tp_writable_test_run()
Dprog_run_opts.c32 .data_in = &pkt_v4, in test_prog_run_opts()
Dskb_ctx.c24 .data_in = &pkt_v4, in test_skb_ctx()
Dtrace_ext.c28 .data_in = &pkt_v4, in test_trace_ext()
Dmap_lock.c9 .data_in = &pkt_v4, in spin_lock_thread()
Dxdp_context_test_run.c35 .data_in = &data, in test_xdp_context_test_run()
/Linux-v6.1/tools/lib/bpf/
Dbpf.h350 const void *data_in; member
410 const void *data_in; /* optional */ member
/Linux-v6.1/drivers/scsi/sym53c8xx_2/
Dsym_fw.c291 sym_fw_fill_data(scripta0->data_in, scripta0->data_out); in sym_fw1_setup()
313 sym_fw_fill_data(scripta0->data_in, scripta0->data_out); in sym_fw2_setup()
/Linux-v6.1/arch/arm/plat-orion/
Dgpio.c444 u32 out, io_conf, blink, in_pol, data_in, cause, edg_msk, lvl_msk; in orion_gpio_dbg_show() local
452 data_in = readl_relaxed(GPIO_DATA_IN(ochip)); in orion_gpio_dbg_show()
474 (data_in ^ in_pol) & msk ? "hi" : "lo", in orion_gpio_dbg_show()

1234