Home
last modified time | relevance | path

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

1234567

/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
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()
H A Draw_tp_writable_test_run.c60 .data_in = test_skb, in serial_test_raw_tp_writable_test_run()
H A Dprog_run_opts.c32 .data_in = &pkt_v4, in test_prog_run_opts()
H A Dskb_ctx.c24 .data_in = &pkt_v4, in test_skb_ctx()
/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/drivers/char/ipmi/
H A Dkcs_bmc.h86 u8 *data_in; member
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
H A Dprog_run_xattr.c13 .data_in = &pkt_v4, in test_prog_run_xattr()
/kernel/linux/linux-5.10/drivers/scsi/sym53c8xx_2/
H A 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()
/kernel/linux/linux-5.10/tools/lib/bpf/
H A Dbpf.h202 const void *data_in; member
265 const void *data_in; /* optional */ member
/kernel/linux/linux-6.6/drivers/scsi/sym53c8xx_2/
H A 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()
/kernel/linux/linux-5.10/fs/btrfs/
H A Dcompression.c114 unsigned char *data_in, struct page *dest_page, in compression_decompress()
118 case BTRFS_COMPRESS_ZLIB: return zlib_decompress(ws, data_in, dest_page, in compression_decompress()
120 case BTRFS_COMPRESS_LZO: return lzo_decompress(ws, data_in, dest_page, in compression_decompress()
122 case BTRFS_COMPRESS_ZSTD: return zstd_decompress(ws, data_in, dest_page, in compression_decompress()
1200 int btrfs_decompress(int type, unsigned char *data_in, struct page *dest_page, in btrfs_decompress() argument
1207 ret = compression_decompress(type, workspace, data_in, dest_page, in btrfs_decompress()
113 compression_decompress(int type, struct list_head *ws, unsigned char *data_in, struct page *dest_page, unsigned long start_byte, size_t srclen, size_t destlen) compression_decompress() argument
/kernel/linux/linux-6.6/fs/btrfs/
H A Dcompression.c143 const u8 *data_in, struct page *dest_page, in compression_decompress()
147 case BTRFS_COMPRESS_ZLIB: return zlib_decompress(ws, data_in, dest_page, in compression_decompress()
149 case BTRFS_COMPRESS_LZO: return lzo_decompress(ws, data_in, dest_page, in compression_decompress()
151 case BTRFS_COMPRESS_ZSTD: return zstd_decompress(ws, data_in, dest_page, in compression_decompress()
943 int btrfs_decompress(int type, const u8 *data_in, struct page *dest_page, in btrfs_decompress() argument
950 ret = compression_decompress(type, workspace, data_in, dest_page, in btrfs_decompress()
142 compression_decompress(int type, struct list_head *ws, const u8 *data_in, struct page *dest_page, unsigned long start_byte, size_t srclen, size_t destlen) compression_decompress() argument

Completed in 13 milliseconds

1234567