Searched refs:bpf_cast_to_kern_ctx (Results 1 – 4 of 4) sorted by relevance
22 void *bpf_cast_to_kern_ctx(void *) __ksym;28 struct xdp_buff *kctx = bpf_cast_to_kern_ctx(ctx); in md_xdp()42 struct sk_buff *kskb = bpf_cast_to_kern_ctx(skb); in md_skb()
11 void *bpf_cast_to_kern_ctx(void *) __ksym;54 kskb = bpf_cast_to_kern_ctx(skb); in decap_sanity()
2125 __bpf_kfunc void *bpf_cast_to_kern_ctx(void *obj) in bpf_cast_to_kern_ctx() function2189 BTF_ID_FLAGS(func, bpf_cast_to_kern_ctx)
8889 BTF_ID(func, bpf_cast_to_kern_ctx) in BTF_ID()8903 BTF_ID(func, bpf_cast_to_kern_ctx) in BTF_ID()
Completed in 33 milliseconds