Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/bpf/
Dbpf_kfuncs.h12 struct bpf_dynptr *ptr__uninit) __ksym __weak;
20 struct bpf_dynptr *ptr__uninit) __ksym __weak;
/linux-6.12.1/tools/testing/selftests/bpf/progs/
Dip_check_defrag.c16 struct bpf_dynptr *ptr__uninit) __ksym;
Dverifier_netfilter_ctx.c83 struct bpf_dynptr *ptr__uninit) __ksym;
/linux-6.12.1/net/core/
Dfilter.c11904 struct bpf_dynptr *ptr__uninit) in bpf_dynptr_from_skb() argument
11906 struct bpf_dynptr_kern *ptr = (struct bpf_dynptr_kern *)ptr__uninit; in bpf_dynptr_from_skb()
11920 struct bpf_dynptr *ptr__uninit) in bpf_dynptr_from_xdp() argument
11922 struct bpf_dynptr_kern *ptr = (struct bpf_dynptr_kern *)ptr__uninit; in bpf_dynptr_from_xdp()
12056 struct bpf_dynptr *ptr__uninit) in bpf_dynptr_from_skb_rdonly() argument
12058 struct bpf_dynptr_kern *ptr = (struct bpf_dynptr_kern *)ptr__uninit; in bpf_dynptr_from_skb_rdonly()
12061 err = bpf_dynptr_from_skb(skb, flags, ptr__uninit); in bpf_dynptr_from_skb_rdonly()
/linux-6.12.1/Documentation/bpf/
Dkfuncs.rst109 __bpf_kfunc int bpf_dynptr_from_skb(..., struct bpf_dynptr_kern *ptr__uninit)