Home
last modified time | relevance | path

Searched refs:ptr__uninit (Results 1 – 4 of 4) 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;
23 struct bpf_dynptr *ptr__uninit) __ksym __weak;
/linux/kernel/bpf/
H A Dhelpers.c4433 __bpf_kfunc int bpf_dynptr_from_file(struct file *file, u32 flags, struct bpf_dynptr *ptr__uninit) in bpf_dynptr_from_file() argument
4435 return make_file_dynptr(file, flags, false, (struct bpf_dynptr_kern *)ptr__uninit); in bpf_dynptr_from_file()
4438 int bpf_dynptr_from_file_sleepable(struct file *file, u32 flags, struct bpf_dynptr *ptr__uninit) in bpf_dynptr_from_file_sleepable() argument
4440 return make_file_dynptr(file, flags, true, (struct bpf_dynptr_kern *)ptr__uninit); in bpf_dynptr_from_file_sleepable()
/linux/net/core/
H A Dfilter.c12143 struct bpf_dynptr *ptr__uninit) in bpf_dynptr_from_skb() argument
12145 struct bpf_dynptr_kern *ptr = (struct bpf_dynptr_kern *)ptr__uninit; in bpf_dynptr_from_skb()
12173 struct bpf_dynptr *ptr__uninit) in bpf_dynptr_from_skb_meta() argument
12175 struct bpf_dynptr_kern *ptr = (struct bpf_dynptr_kern *)ptr__uninit; in bpf_dynptr_from_skb_meta()
12189 struct bpf_dynptr *ptr__uninit) in bpf_dynptr_from_xdp() argument
12191 struct bpf_dynptr_kern *ptr = (struct bpf_dynptr_kern *)ptr__uninit; in bpf_dynptr_from_xdp()
12436 struct bpf_dynptr *ptr__uninit) in bpf_dynptr_from_skb_rdonly() argument
12438 struct bpf_dynptr_kern *ptr = (struct bpf_dynptr_kern *)ptr__uninit; in bpf_dynptr_from_skb_rdonly()
12441 err = bpf_dynptr_from_skb(skb, flags, ptr__uninit); in bpf_dynptr_from_skb_rdonly()
/linux/include/linux/
H A Dbpf.h675 struct bpf_dynptr *ptr__uninit);