ctx_in 191 drivers/crypto/chelsio/chcr_algo.h #define FILL_SEC_CPL_IVGEN_HDRLEN(last, more, ctx_in, mac, ivdrop, len) htonl( \ ctx_in 197 drivers/crypto/chelsio/chcr_algo.h SCMD_KEY_CTX_INLINE_V((ctx_in)) | \ ctx_in 1443 drivers/crypto/omap-sham.c const struct omap_sham_reqctx *ctx_in = in; ctx_in 1445 drivers/crypto/omap-sham.c memcpy(rctx, in, sizeof(*rctx) + ctx_in->bufcnt); ctx_in 1744 drivers/crypto/s5p-sss.c const struct s5p_hash_reqctx *ctx_in = in; ctx_in 1747 drivers/crypto/s5p-sss.c if (ctx_in->bufcnt > BUFLEN) { ctx_in 455 include/uapi/linux/bpf.h __aligned_u64 ctx_in; ctx_in 2109 kernel/bpf/syscall.c if ((attr->test.ctx_size_in && !attr->test.ctx_in) || ctx_in 2110 kernel/bpf/syscall.c (!attr->test.ctx_size_in && attr->test.ctx_in)) ctx_in 130 net/bpf/test_run.c void __user *data_in = u64_to_user_ptr(kattr->test.ctx_in); ctx_in 353 net/bpf/test_run.c if (kattr->test.ctx_in || kattr->test.ctx_out) ctx_in 920 tools/bpf/bpftool/prog.c void *ctx_in = NULL, *ctx_out = NULL; ctx_in 1028 tools/bpf/bpftool/prog.c err = get_run_data(ctx_fname_in, &ctx_in, &test_attr.ctx_size_in); ctx_in 1032 tools/bpf/bpftool/prog.c if (ctx_in) { ctx_in 1044 tools/bpf/bpftool/prog.c test_attr.ctx_in = ctx_in; ctx_in 1083 tools/bpf/bpftool/prog.c free(ctx_in); ctx_in 455 tools/include/uapi/linux/bpf.h __aligned_u64 ctx_in; ctx_in 557 tools/lib/bpf/bpf.c attr.test.ctx_in = ptr_to_u64(test_attr->ctx_in); ctx_in 141 tools/lib/bpf/bpf.h const void *ctx_in; /* optional */ ctx_in 468 tools/testing/selftests/bpf/prog_tests/flow_dissector.c tattr.ctx_in = &ctx; ctx_in 17 tools/testing/selftests/bpf/prog_tests/skb_ctx.c .ctx_in = &skb,