Searched refs:bpf_dynptr_is_rdonly (Results 1 – 4 of 4) sorted by relevance
427 if (bpf_dynptr_is_rdonly(&ptr1)) { in test_dynptr_is_rdonly()439 if (!bpf_dynptr_is_rdonly(&ptr2)) { in test_dynptr_is_rdonly()451 if (bpf_dynptr_is_rdonly(&ptr3)) { in test_dynptr_is_rdonly()493 if (bpf_dynptr_is_rdonly(&ptr2) != bpf_dynptr_is_rdonly(&ptr1)) { in test_dynptr_clone()
1417 bpf_dynptr_is_rdonly(&ptr); in dynptr_is_rdonly_invalid()
40 extern bool bpf_dynptr_is_rdonly(const struct bpf_dynptr *ptr) __ksym;
2483 __bpf_kfunc bool bpf_dynptr_is_rdonly(struct bpf_dynptr_kern *ptr) in bpf_dynptr_is_rdonly() function2587 BTF_ID_FLAGS(func, bpf_dynptr_is_rdonly)