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.c140 value = __bpf_dynptr_data_rw(value_ptr, value_len); in bpf_get_dentry_xattr()
351 value = __bpf_dynptr_data_rw(value_ptr, value_len); in bpf_cgroup_read_xattr()
/linux/kernel/bpf/
H A Dcrypto.c290 pdst = __bpf_dynptr_data_rw(dst, dst_len); in bpf_crypto_crypt()
294 piv = siv_len ? __bpf_dynptr_data_rw(siv, siv_len) : NULL; in bpf_crypto_crypt()
H A Dhelpers.c3902 void *__bpf_dynptr_data_rw(const struct bpf_dynptr_kern *ptr, u32 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.h1366 void *__bpf_dynptr_data_rw(const struct bpf_dynptr_kern *ptr, u32 len);