Home
last modified time | relevance | path

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

/linux/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/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/net/core/
H A Dfilter.c11910 struct bpf_dynptr *ptr__uninit) in bpf_dynptr_from_skb() argument
11912 struct bpf_dynptr_kern *ptr = (struct bpf_dynptr_kern *)ptr__uninit; in bpf_dynptr_from_skb()
11926 struct bpf_dynptr *ptr__uninit) in bpf_dynptr_from_xdp() argument
11928 struct bpf_dynptr_kern *ptr = (struct bpf_dynptr_kern *)ptr__uninit; in bpf_dynptr_from_xdp()
12062 struct bpf_dynptr *ptr__uninit) in bpf_dynptr_from_skb_rdonly() argument
12064 struct bpf_dynptr_kern *ptr = (struct bpf_dynptr_kern *)ptr__uninit; in bpf_dynptr_from_skb_rdonly()
12067 err = bpf_dynptr_from_skb(skb, flags, ptr__uninit); in bpf_dynptr_from_skb_rdonly()
/linux/Documentation/bpf/
H A Dkfuncs.rst109 __bpf_kfunc int bpf_dynptr_from_skb(..., struct bpf_dynptr_kern *ptr__uninit)