Searched refs:ctx_in (Results 1 – 14 of 14) sorted by relevance
| /Linux-v5.4/tools/testing/selftests/bpf/prog_tests/ |
| D | skb_ctx.c | 17 .ctx_in = &skb, in test_skb_ctx()
|
| D | flow_dissector.c | 468 tattr.ctx_in = &ctx; in test_flow_dissector()
|
| /Linux-v5.4/tools/bpf/bpftool/ |
| D | prog.c | 920 void *ctx_in = NULL, *ctx_out = NULL; in do_run() local 1028 err = get_run_data(ctx_fname_in, &ctx_in, &test_attr.ctx_size_in); in do_run() 1032 if (ctx_in) { in do_run() 1044 test_attr.ctx_in = ctx_in; in do_run() 1083 free(ctx_in); in do_run()
|
| /Linux-v5.4/drivers/crypto/chelsio/ |
| D | chcr_algo.h | 191 #define FILL_SEC_CPL_IVGEN_HDRLEN(last, more, ctx_in, mac, ivdrop, len) htonl( \ argument 197 SCMD_KEY_CTX_INLINE_V((ctx_in)) | \
|
| /Linux-v5.4/tools/bpf/bpftool/Documentation/ |
| D | bpftool-prog.rst | 32 …ROG* **data_in** *FILE* [**data_out** *FILE* [**data_size_out** *L*]] [**ctx_in** *FILE* [**ctx_ou… 150 …ROG* **data_in** *FILE* [**data_out** *FILE* [**data_size_out** *L*]] [**ctx_in** *FILE* [**ctx_ou… 160 **ctx_in**. Again, "**-**" can be used to read from standard 180 not all of them can take the **ctx_in**/**ctx_out**
|
| /Linux-v5.4/tools/lib/bpf/ |
| D | bpf.h | 141 const void *ctx_in; /* optional */ member
|
| D | bpf.c | 557 attr.test.ctx_in = ptr_to_u64(test_attr->ctx_in); in bpf_prog_test_run_xattr()
|
| /Linux-v5.4/net/bpf/ |
| D | test_run.c | 130 void __user *data_in = u64_to_user_ptr(kattr->test.ctx_in); in bpf_ctx_init() 353 if (kattr->test.ctx_in || kattr->test.ctx_out) in bpf_prog_test_run_xdp()
|
| /Linux-v5.4/tools/bpf/bpftool/bash-completion/ |
| D | bpftool | 428 data_in|data_out|ctx_in|ctx_out) 437 ctx_in ctx_out ctx_size_out repeat'
|
| /Linux-v5.4/include/uapi/linux/ |
| D | bpf.h | 455 __aligned_u64 ctx_in; member
|
| /Linux-v5.4/tools/include/uapi/linux/ |
| D | bpf.h | 455 __aligned_u64 ctx_in; member
|
| /Linux-v5.4/drivers/crypto/ |
| D | s5p-sss.c | 1744 const struct s5p_hash_reqctx *ctx_in = in; in s5p_hash_import() local 1747 if (ctx_in->bufcnt > BUFLEN) { in s5p_hash_import()
|
| D | omap-sham.c | 1443 const struct omap_sham_reqctx *ctx_in = in; in omap_sham_import() local 1445 memcpy(rctx, in, sizeof(*rctx) + ctx_in->bufcnt); in omap_sham_import()
|
| /Linux-v5.4/kernel/bpf/ |
| D | syscall.c | 2107 if ((attr->test.ctx_size_in && !attr->test.ctx_in) || in bpf_prog_test_run() 2108 (!attr->test.ctx_size_in && attr->test.ctx_in)) in bpf_prog_test_run()
|