Home
last modified time | relevance | path

Searched refs:ptr__uninit (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/tools/testing/selftests/bpf/
H A Dbpf_kfuncs.h12 struct bpf_dynptr *ptr__uninit) __ksym __weak;
20 struct bpf_dynptr *ptr__uninit) __ksym __weak;
/linux-6.15/tools/testing/selftests/bpf/progs/
H A Dip_check_defrag.c16 struct bpf_dynptr *ptr__uninit) __ksym;
H A Dverifier_netfilter_ctx.c83 struct bpf_dynptr *ptr__uninit) __ksym;
/linux-6.15/net/core/
H A Dfilter.c11989 struct bpf_dynptr *ptr__uninit) in bpf_dynptr_from_skb() argument
11991 struct bpf_dynptr_kern *ptr = (struct bpf_dynptr_kern *)ptr__uninit; in bpf_dynptr_from_skb()
12005 struct bpf_dynptr *ptr__uninit) in bpf_dynptr_from_xdp() argument
12007 struct bpf_dynptr_kern *ptr = (struct bpf_dynptr_kern *)ptr__uninit; in bpf_dynptr_from_xdp()
12160 struct bpf_dynptr *ptr__uninit) in bpf_dynptr_from_skb_rdonly() argument
12162 struct bpf_dynptr_kern *ptr = (struct bpf_dynptr_kern *)ptr__uninit; in bpf_dynptr_from_skb_rdonly()
12165 err = bpf_dynptr_from_skb(skb, flags, ptr__uninit); in bpf_dynptr_from_skb_rdonly()
/linux-6.15/Documentation/bpf/
H A Dkfuncs.rst109 __bpf_kfunc int bpf_dynptr_from_skb(..., struct bpf_dynptr_kern *ptr__uninit)