Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/bpf/
Dbpf_kfuncs.h39 extern bool bpf_dynptr_is_null(const struct bpf_dynptr *ptr) __ksym;
/Linux-v6.6/tools/testing/selftests/bpf/progs/
Ddynptr_success.c389 if (!bpf_dynptr_is_null(&ptr1)) { in test_dynptr_is_null()
401 if (bpf_dynptr_is_null(&ptr2)) { in test_dynptr_is_null()
Ddynptr_fail.c1404 bpf_dynptr_is_null(&ptr); in dynptr_is_null_invalid()
/Linux-v6.6/kernel/bpf/
Dhelpers.c2384 __bpf_kfunc bool bpf_dynptr_is_null(struct bpf_dynptr_kern *ptr) in bpf_dynptr_is_null() function
2492 BTF_ID_FLAGS(func, bpf_dynptr_is_null)