Home
last modified time | relevance | path

Searched refs:__bpf_dynptr_is_rdonly (Results 1 – 3 of 3) sorted by relevance

/linux/kernel/bpf/
H A Dcrypto.c281 if (__bpf_dynptr_is_rdonly(dst)) in bpf_crypto_crypt()
H A Dhelpers.c1753 bool __bpf_dynptr_is_rdonly(const struct bpf_dynptr_kern *ptr) in __bpf_dynptr_is_rdonly() function
1943 if (!dst->data || __bpf_dynptr_is_rdonly(dst)) in __bpf_dynptr_write()
2008 if (__bpf_dynptr_is_rdonly(ptr)) in BPF_CALL_3()
3032 if (!ptr->data || __bpf_dynptr_is_rdonly(ptr)) in bpf_dynptr_copy()
3093 return __bpf_dynptr_is_rdonly(ptr); in bpf_cast_to_kern_ctx()
3202 if (__bpf_dynptr_is_rdonly(ptr)) in bpf_wq_set_callback()
4900 if (__bpf_dynptr_is_rdonly(ptr))
/linux/include/linux/
H A Dbpf.h1441 bool __bpf_dynptr_is_rdonly(const struct bpf_dynptr_kern *ptr);