Searched refs:bpf_dynptr_is_null (Results 1 – 4 of 4) sorted by relevance
39 extern bool bpf_dynptr_is_null(const struct bpf_dynptr *ptr) __ksym;
389 if (!bpf_dynptr_is_null(&ptr1)) { in test_dynptr_is_null()401 if (bpf_dynptr_is_null(&ptr2)) { in test_dynptr_is_null()
1404 bpf_dynptr_is_null(&ptr); in dynptr_is_null_invalid()
2478 __bpf_kfunc bool bpf_dynptr_is_null(struct bpf_dynptr_kern *ptr) in bpf_dynptr_is_null() function2586 BTF_ID_FLAGS(func, bpf_dynptr_is_null)