Home
last modified time | relevance | path

Searched refs:ptr__uninit (Results 1 – 7 of 7) 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/tools/testing/selftests/bpf/progs/
H A Dip_check_defrag.c
H A Dverifier_netfilter_ctx.c
/linux/kernel/bpf/
H A Dhelpers.c4703 __bpf_kfunc int bpf_dynptr_from_file(struct file *file, u32 flags, struct bpf_dynptr *ptr__uninit) in bpf_dynptr_from_file() argument
4705 return make_file_dynptr(file, flags, false, (struct bpf_dynptr_kern *)ptr__uninit); in bpf_dynptr_from_file()
4708 int bpf_dynptr_from_file_sleepable(struct file *file, u32 flags, struct bpf_dynptr *ptr__uninit) in bpf_dynptr_from_file_sleepable() argument
4710 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.c12423 struct bpf_dynptr *ptr__uninit) in bpf_dynptr_from_skb() argument
12425 struct bpf_dynptr_kern *ptr = (struct bpf_dynptr_kern *)ptr__uninit; in bpf_dynptr_from_skb()
12453 struct bpf_dynptr *ptr__uninit) in bpf_dynptr_from_skb_meta() argument
12455 struct bpf_dynptr_kern *ptr = (struct bpf_dynptr_kern *)ptr__uninit; in bpf_dynptr_from_skb_meta()
12469 struct bpf_dynptr *ptr__uninit) in bpf_dynptr_from_xdp() argument
12471 struct bpf_dynptr_kern *ptr = (struct bpf_dynptr_kern *)ptr__uninit; in bpf_dynptr_from_xdp()
12797 struct bpf_dynptr *ptr__uninit) in bpf_dynptr_from_skb_rdonly() argument
12799 struct bpf_dynptr_kern *ptr = (struct bpf_dynptr_kern *)ptr__uninit; in bpf_dynptr_from_skb_rdonly()
12802 err = bpf_dynptr_from_skb(skb, flags, ptr__uninit); in bpf_dynptr_from_skb_rdonly()
/linux/Documentation/bpf/
H A Dkfuncs.rst172 __bpf_kfunc int bpf_dynptr_from_skb(..., struct bpf_dynptr_kern *ptr__uninit)
/linux/include/linux/
H A Dbpf.h711 struct bpf_dynptr *ptr__uninit);