Home
last modified time | relevance | path

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

/linux-6.15/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.c3348 void *__bpf_dynptr_data_rw(const struct bpf_dynptr_kern *ptr, u32 len) in __bpf_dynptr_data_rw() function
/linux-6.15/fs/verity/
H A Dmeasure.c133 arg = __bpf_dynptr_data_rw(digest_ptr, dynptr_sz); in bpf_get_fsverity_digest()
/linux-6.15/fs/
H A Dbpf_fs_kfuncs.c139 value = __bpf_dynptr_data_rw(value_ptr, value_len); in bpf_get_dentry_xattr()
/linux-6.15/include/linux/
H A Dbpf.h1350 void *__bpf_dynptr_data_rw(const struct bpf_dynptr_kern *ptr, u32 len);