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

/linux-master/kernel/bpf/
H A Dhelpers.c2629 __bpf_kfunc void *bpf_cast_to_kern_ctx(void *obj) function
2795 BTF_ID_FLAGS(func, bpf_cast_to_kern_ctx)
H A Dverifier.c11077 BTF_ID(func, bpf_cast_to_kern_ctx)
11104 BTF_ID(func, bpf_cast_to_kern_ctx)
11275 * like bpf_cast_to_kern_ctx().
/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/tools/testing/selftests/bpf/progs/
H A Dconnect_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 Dgetpeername_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 Drecvmsg_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 Dtype_cast.c26 struct xdp_buff *kctx = bpf_cast_to_kern_ctx(ctx);
40 struct sk_buff *kskb = bpf_cast_to_kern_ctx(skb);

Completed in 363 milliseconds