Searched refs:__bpf_dynptr_is_rdonly (Results 1 – 3 of 3) sorted by relevance
281 if (__bpf_dynptr_is_rdonly(dst)) in bpf_crypto_crypt()
1753 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))
1441 bool __bpf_dynptr_is_rdonly(const struct bpf_dynptr_kern *ptr);