Searched refs:bpf_cast_to_kern_ctx (Results 1 – 13 of 13) sorted by relevance
11 void *bpf_cast_to_kern_ctx(void *) __ksym;54 kskb = bpf_cast_to_kern_ctx(skb); in decap_sanity()
26 struct xdp_buff *kctx = bpf_cast_to_kern_ctx(ctx); in md_xdp()40 struct sk_buff *kskb = bpf_cast_to_kern_ctx(skb); in md_skb()
16 struct bpf_sock_addr_kern *sa_kern = bpf_cast_to_kern_ctx(ctx); in recvmsg_unix_prog()
16 struct bpf_sock_addr_kern *sa_kern = bpf_cast_to_kern_ctx(ctx); in getsockname_unix_prog()
16 struct bpf_sock_addr_kern *sa_kern = bpf_cast_to_kern_ctx(ctx); in getpeername_unix_prog()
16 struct bpf_sock_addr_kern *sa_kern = bpf_cast_to_kern_ctx(ctx); in connect_unix_prog()
16 struct bpf_sock_addr_kern *sa_kern = bpf_cast_to_kern_ctx(ctx); in sendmsg_unix_prog()
838 /* bpf_cast_to_kern_ctx is replaced by a single assignment */ in kfunc_bpf_cast_to_kern_ctx() 848 "call %[bpf_cast_to_kern_ctx];" in kfunc_bpf_cast_to_kern_ctx() 853 : __imm(bpf_cast_to_kern_ctx)884 bpf_cast_to_kern_ctx(0);
132 skops_kern = bpf_cast_to_kern_ctx(skops); in bpf_test_delay()
48 void *bpf_cast_to_kern_ctx(void *) __ksym;215 kctx = bpf_cast_to_kern_ctx(ctx); in perf_sample_filter()
67 void *bpf_cast_to_kern_ctx(void *) __ksym;
3238 __bpf_kfunc void *bpf_cast_to_kern_ctx(void *obj) in bpf_cast_to_kern_ctx() function4777 BTF_ID_FLAGS(func, bpf_cast_to_kern_ctx, KF_FASTCALL)
11211 BTF_ID(func, bpf_cast_to_kern_ctx) in BTF_ID()