Searched refs:data_in (Results 26 – 50 of 99) sorted by relevance
1234
/linux-6.3-rc2/tools/testing/selftests/bpf/prog_tests/ |
A D | l4lb_all.c | 56 topts.data_in = &pkt_v4; in test_l4lb() 65 topts.data_in = &pkt_v6; in test_l4lb()
|
A D | type_cast.c | 14 .data_in = &pkt_v4, in test_xdp() 50 .data_in = &pkt_v4, in test_tc()
|
A D | for_each.c | 20 .data_in = &pkt_v4, in test_hash_map() 86 .data_in = &pkt_v4, in test_array_map()
|
A D | pkt_md_access.c | 11 .data_in = &pkt_v4, in test_pkt_md_access()
|
A D | jit_probe_mem.c | 11 .data_in = &pkt_v4, in test_jit_probe_mem()
|
A D | skb_helpers.c | 13 .data_in = &pkt_v4, in test_skb_helpers()
|
A D | xdp_perf.c | 11 .data_in = in, in test_xdp_perf()
|
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()
|
A D | xdp_do_redirect.c | 81 .data_in = &data, in test_max_pkt_size() 106 .data_in = &data, in test_xdp_do_redirect()
|
A D | test_skb_pkt_end.c | 11 .data_in = &pkt_v4, in sanity_run()
|
A D | map_ptr.c | 16 .data_in = &pkt_v4, in test_map_ptr()
|
A D | flow_dissector_load_bytes.c | 30 .data_in = &pkt_v4, in serial_test_flow_dissector_load_bytes()
|
A D | cb_refs.c | 31 .data_in = &pkt_v4, in test_cb_refs()
|
A D | skb_load_bytes.c | 13 .data_in = &pkt_v4, in test_skb_load_bytes()
|
A D | signal_pending.c | 20 .data_in = &pkt_v4, in test_signal_pending_by_type()
|
A D | global_func_args.c | 46 .data_in = &pkt_v4, in test_global_func_args()
|
A D | time_tai.c | 28 .data_in = &pkt_v4, in test_time_tai()
|
A D | raw_tp_writable_test_run.c | 60 .data_in = test_skb, in serial_test_raw_tp_writable_test_run()
|
A D | prog_run_opts.c | 32 .data_in = &pkt_v4, in test_prog_run_opts()
|
A D | map_kptr.c | 11 .data_in = &pkt_v4, in test_map_kptr_success()
|
A D | skb_ctx.c | 24 .data_in = &pkt_v4, in test_skb_ctx()
|
A D | spin_lock.c | 90 .data_in = &pkt_v4, in spin_lock_thread()
|
A D | trace_ext.c | 28 .data_in = &pkt_v4, in test_trace_ext()
|
/linux-6.3-rc2/drivers/hwmon/ |
A D | sbrmi.c | 72 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 D | test_run.c | 802 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