Lines Matching refs:bpf_dynptr
1775 BTF_TYPE_EMIT(struct bpf_dynptr); in BPF_CALL_4()
2736 __bpf_kfunc void *bpf_dynptr_slice(const struct bpf_dynptr *p, u64 offset, in bpf_dynptr_slice()
2826 __bpf_kfunc void *bpf_dynptr_slice_rdwr(const struct bpf_dynptr *p, u64 offset, in bpf_dynptr_slice_rdwr()
2859 __bpf_kfunc int bpf_dynptr_adjust(const struct bpf_dynptr *p, u64 start, u64 end) in bpf_dynptr_adjust()
2878 __bpf_kfunc bool bpf_dynptr_is_null(const struct bpf_dynptr *p) in bpf_dynptr_is_null()
2885 __bpf_kfunc bool bpf_dynptr_is_rdonly(const struct bpf_dynptr *p) in bpf_dynptr_is_rdonly()
2895 __bpf_kfunc u64 bpf_dynptr_size(const struct bpf_dynptr *p) in bpf_dynptr_size()
2905 __bpf_kfunc int bpf_dynptr_clone(const struct bpf_dynptr *p, in bpf_dynptr_clone()
2906 struct bpf_dynptr *clone__uninit) in bpf_dynptr_clone()
2932 __bpf_kfunc int bpf_dynptr_copy(struct bpf_dynptr *dst_ptr, u64 dst_off, in bpf_dynptr_copy()
2933 struct bpf_dynptr *src_ptr, u64 src_off, u64 size) in bpf_dynptr_copy()
2987 __bpf_kfunc int bpf_dynptr_memset(struct bpf_dynptr *p, u64 offset, u64 size, u8 val) in bpf_dynptr_memset()
3976 __bpf_kfunc int bpf_verify_pkcs7_signature(struct bpf_dynptr *data_p, in bpf_verify_pkcs7_signature()
3977 struct bpf_dynptr *sig_p, in bpf_verify_pkcs7_signature()
4339 __bpf_kfunc int bpf_dynptr_from_file(struct file *file, u32 flags, struct bpf_dynptr *ptr__uninit) in bpf_dynptr_from_file()
4344 int bpf_dynptr_from_file_sleepable(struct file *file, u32 flags, struct bpf_dynptr *ptr__uninit) in bpf_dynptr_from_file_sleepable()
4349 __bpf_kfunc int bpf_dynptr_file_discard(struct bpf_dynptr *dynptr) in bpf_dynptr_file_discard()
4586 const struct bpf_dynptr *p = (struct bpf_dynptr *)ptr; in __bpf_dynptr_data()