Home
last modified time | relevance | path

Searched refs:bpf_dynptr_is_rdonly (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Ddynptr_success.c427 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()
H A Ddynptr_fail.c1417 bpf_dynptr_is_rdonly(&ptr); in dynptr_is_rdonly_invalid()
/openbmc/linux/tools/testing/selftests/bpf/
H A Dbpf_kfuncs.h40 extern bool bpf_dynptr_is_rdonly(const struct bpf_dynptr *ptr) __ksym;
/openbmc/linux/kernel/bpf/
H A Dhelpers.c2483 __bpf_kfunc bool bpf_dynptr_is_rdonly(struct bpf_dynptr_kern *ptr) in bpf_dynptr_is_rdonly() function
2587 BTF_ID_FLAGS(func, bpf_dynptr_is_rdonly)