Home
last modified time | relevance | path

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

/linux/fs/
H A Dbpf_fs_kfuncs.c139 value = __bpf_dynptr_data_rw(value_ptr, value_len); in bpf_get_dentry_xattr()
356 value = __bpf_dynptr_data_rw(value_ptr, value_len); in bpf_cgroup_read_xattr()
389 value = __bpf_dynptr_data_rw(value_ptr, value_len); in bpf_sock_read_xattr()
/linux/kernel/bpf/
H A Dcrypto.c296 pdst = __bpf_dynptr_data_rw(dst, dst_len); in bpf_crypto_crypt()
300 piv = siv_len ? __bpf_dynptr_data_rw(siv, siv_len) : NULL; in bpf_crypto_crypt()
H A Dhelpers.c5026 void *__bpf_dynptr_data_rw(const struct bpf_dynptr_kern *ptr, u64 len) in __bpf_dynptr_data_rw() function
/linux/fs/verity/
H A Dmeasure.c134 arg = __bpf_dynptr_data_rw(digest_ptr, dynptr_sz); in bpf_get_fsverity_digest()
/linux/include/linux/
H A Dbpf.h1489 void *__bpf_dynptr_data_rw(const struct bpf_dynptr_kern *ptr, u64 len);