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

/linux-master/tools/testing/selftests/bpf/
H A Dbpf_kfuncs.h41 extern bool bpf_dynptr_is_null(const struct bpf_dynptr *ptr) __ksym __weak;
/linux-master/tools/testing/selftests/bpf/progs/
H A Ddynptr_success.c389 if (!bpf_dynptr_is_null(&ptr1)) {
401 if (bpf_dynptr_is_null(&ptr2)) {
H A Ddynptr_fail.c1396 /* bpf_dynptr_is_null can only be called on initialized dynptrs */
1404 bpf_dynptr_is_null(&ptr);
/linux-master/kernel/bpf/
H A Dhelpers.c2451 __bpf_kfunc bool bpf_dynptr_is_null(struct bpf_dynptr_kern *ptr) function
2620 BTF_ID_FLAGS(func, bpf_dynptr_is_null)

Completed in 108 milliseconds