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

/linux-master/kernel/bpf/
H A Dhelpers.c1446 static bool __bpf_dynptr_is_rdonly(const struct bpf_dynptr_kern *ptr) function
1593 if (!dst->data || __bpf_dynptr_is_rdonly(dst))
1649 if (__bpf_dynptr_is_rdonly(ptr))
2405 if (!ptr->data || __bpf_dynptr_is_rdonly(ptr))
2461 return __bpf_dynptr_is_rdonly(ptr);
2673 if (__bpf_dynptr_is_rdonly(ptr))

Completed in 174 milliseconds