Home
last modified time | relevance | path

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

1234

/linux-6.3-rc2/tools/testing/selftests/bpf/prog_tests/
A Dl4lb_all.c56 topts.data_in = &pkt_v4; in test_l4lb()
65 topts.data_in = &pkt_v6; in test_l4lb()
A Dtype_cast.c14 .data_in = &pkt_v4, in test_xdp()
50 .data_in = &pkt_v4, in test_tc()
A Dfor_each.c20 .data_in = &pkt_v4, in test_hash_map()
86 .data_in = &pkt_v4, in test_array_map()
A Dpkt_md_access.c11 .data_in = &pkt_v4, in test_pkt_md_access()
A Djit_probe_mem.c11 .data_in = &pkt_v4, in test_jit_probe_mem()
A Dskb_helpers.c13 .data_in = &pkt_v4, in test_skb_helpers()
A Dxdp_perf.c11 .data_in = in, in test_xdp_perf()
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()
A Dxdp_do_redirect.c81 .data_in = &data, in test_max_pkt_size()
106 .data_in = &data, in test_xdp_do_redirect()
A Dtest_skb_pkt_end.c11 .data_in = &pkt_v4, in sanity_run()
A Dmap_ptr.c16 .data_in = &pkt_v4, in test_map_ptr()
A Dflow_dissector_load_bytes.c30 .data_in = &pkt_v4, in serial_test_flow_dissector_load_bytes()
A Dcb_refs.c31 .data_in = &pkt_v4, in test_cb_refs()
A Dskb_load_bytes.c13 .data_in = &pkt_v4, in test_skb_load_bytes()
A Dsignal_pending.c20 .data_in = &pkt_v4, in test_signal_pending_by_type()
A Dglobal_func_args.c46 .data_in = &pkt_v4, in test_global_func_args()
A Dtime_tai.c28 .data_in = &pkt_v4, in test_time_tai()
A Draw_tp_writable_test_run.c60 .data_in = test_skb, in serial_test_raw_tp_writable_test_run()
A Dprog_run_opts.c32 .data_in = &pkt_v4, in test_prog_run_opts()
A Dmap_kptr.c11 .data_in = &pkt_v4, in test_map_kptr_success()
A Dskb_ctx.c24 .data_in = &pkt_v4, in test_skb_ctx()
A Dspin_lock.c90 .data_in = &pkt_v4, in spin_lock_thread()
A Dtrace_ext.c28 .data_in = &pkt_v4, in test_trace_ext()
/linux-6.3-rc2/drivers/hwmon/
A Dsbrmi.c72 u32 data_in; member
124 byte = (msg->data_in >> i * 8) & 0xff; in rmi_mailbox_xfer()
242 msg.data_in = val; in sbrmi_write()
/linux-6.3-rc2/net/bpf/
A Dtest_run.c802 void __user *data_in = u64_to_user_ptr(kattr->test.data_in); in BTF_ID_FLAGS() local
816 if (copy_from_user(data + headroom, data_in, user_size)) { in BTF_ID_FLAGS()
895 if (kattr->test.data_in || kattr->test.data_out || in bpf_prog_test_run_raw_tp()
944 void __user *data_in = u64_to_user_ptr(kattr->test.ctx_in); in bpf_ctx_init() local
950 if (!data_in && !data_out) in bpf_ctx_init()
957 if (data_in) { in bpf_ctx_init()
958 err = bpf_check_uarg_tail_zero(USER_BPFPTR(data_in), max_size, size); in bpf_ctx_init()
965 if (copy_from_user(data, data_in, size)) { in bpf_ctx_init()
1384 void __user *data_in = u64_to_user_ptr(kattr->test.data_in); in bpf_prog_test_run_xdp() local
1409 if (copy_from_user(page_address(page), data_in + size, in bpf_prog_test_run_xdp()
[all …]

Completed in 39 milliseconds

1234