Searched refs:bpf_cast_to_kern_ctx (Results 1 - 11 of 11) sorted by relevance

/linux-master/tools/testing/selftests/bpf/progs/
H A Dgetpeername_unix_prog.c16 struct bpf_sock_addr_kern *sa_kern = bpf_cast_to_kern_ctx(ctx);
H A Dconnect_unix_prog.c16 struct bpf_sock_addr_kern *sa_kern = bpf_cast_to_kern_ctx(ctx);
H A Dgetsockname_unix_prog.c16 struct bpf_sock_addr_kern *sa_kern = bpf_cast_to_kern_ctx(ctx);
H A Dsendmsg_unix_prog.c16 struct bpf_sock_addr_kern *sa_kern = bpf_cast_to_kern_ctx(ctx);
H A Drecvmsg_unix_prog.c16 struct bpf_sock_addr_kern *sa_kern = bpf_cast_to_kern_ctx(ctx);
H A Ddecap_sanity.c11 void *bpf_cast_to_kern_ctx(void *) __ksym;
54 kskb = bpf_cast_to_kern_ctx(skb);
H A Dtype_cast.c26 struct xdp_buff *kctx = bpf_cast_to_kern_ctx(ctx);
40 struct sk_buff *kskb = bpf_cast_to_kern_ctx(skb);
/linux-master/tools/perf/util/bpf_skel/
H A Dsample_filter.bpf.c20 void *bpf_cast_to_kern_ctx(void *) __ksym;
145 kctx = bpf_cast_to_kern_ctx(ctx);
/linux-master/tools/testing/selftests/bpf/
H A Dbpf_kfuncs.h64 void *bpf_cast_to_kern_ctx(void *) __ksym;
/linux-master/kernel/bpf/
H A Dhelpers.c2485 __bpf_kfunc void *bpf_cast_to_kern_ctx(void *obj) function
2596 BTF_ID_FLAGS(func, bpf_cast_to_kern_ctx)
H A Dverifier.c10998 BTF_ID(func, bpf_cast_to_kern_ctx)
11024 BTF_ID(func, bpf_cast_to_kern_ctx)
11178 * like bpf_cast_to_kern_ctx().

Completed in 306 milliseconds