Searched refs:ptr__uninit (Results 1 – 6 of 6) sorted by relevance
| /linux/tools/testing/selftests/bpf/ |
| H A D | bpf_kfuncs.h | 12 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 D | ip_check_defrag.c | |
| H A D | verifier_netfilter_ctx.c | |
| /linux/kernel/bpf/ |
| H A D | helpers.c | 4601 __bpf_kfunc int bpf_dynptr_from_file(struct file *file, u32 flags, struct bpf_dynptr *ptr__uninit) in bpf_dynptr_from_file() argument 4603 return make_file_dynptr(file, flags, false, (struct bpf_dynptr_kern *)ptr__uninit); in bpf_dynptr_from_file() 4606 int bpf_dynptr_from_file_sleepable(struct file *file, u32 flags, struct bpf_dynptr *ptr__uninit) in bpf_dynptr_from_file_sleepable() argument 4608 return make_file_dynptr(file, flags, true, (struct bpf_dynptr_kern *)ptr__uninit); in bpf_dynptr_from_file_sleepable()
|
| /linux/net/core/ |
| H A D | filter.c | 12177 struct bpf_dynptr *ptr__uninit) in bpf_dynptr_from_skb() argument 12179 struct bpf_dynptr_kern *ptr = (struct bpf_dynptr_kern *)ptr__uninit; in bpf_dynptr_from_skb() 12207 struct bpf_dynptr *ptr__uninit) in bpf_dynptr_from_skb_meta() argument 12209 struct bpf_dynptr_kern *ptr = (struct bpf_dynptr_kern *)ptr__uninit; in bpf_dynptr_from_skb_meta() 12223 struct bpf_dynptr *ptr__uninit) in bpf_dynptr_from_xdp() argument 12225 struct bpf_dynptr_kern *ptr = (struct bpf_dynptr_kern *)ptr__uninit; in bpf_dynptr_from_xdp() 12470 struct bpf_dynptr *ptr__uninit) in bpf_dynptr_from_skb_rdonly() argument 12472 struct bpf_dynptr_kern *ptr = (struct bpf_dynptr_kern *)ptr__uninit; in bpf_dynptr_from_skb_rdonly() 12475 err = bpf_dynptr_from_skb(skb, flags, ptr__uninit); in bpf_dynptr_from_skb_rdonly()
|
| /linux/include/linux/ |
| H A D | bpf.h | 675 struct bpf_dynptr *ptr__uninit);
|