Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/bpf/progs/
Ddynptr_success.c390 if (!bpf_dynptr_is_null(&ptr1)) { in test_dynptr_is_null()
402 if (bpf_dynptr_is_null(&ptr2)) { in test_dynptr_is_null()
Ddynptr_fail.c1429 bpf_dynptr_is_null(&ptr); in dynptr_is_null_invalid()
/linux-6.12.1/tools/testing/selftests/bpf/
Dbpf_kfuncs.h41 extern bool bpf_dynptr_is_null(const struct bpf_dynptr *ptr) __ksym __weak;
/linux-6.12.1/kernel/bpf/
Dhelpers.c2689 __bpf_kfunc bool bpf_dynptr_is_null(const struct bpf_dynptr *p) in bpf_dynptr_is_null() function
3113 BTF_ID_FLAGS(func, bpf_dynptr_is_null)