Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/
H A Dbpf_kfuncs.h44 extern bool bpf_dynptr_is_null(const struct bpf_dynptr *ptr) __ksym __weak;
/linux/tools/testing/selftests/bpf/progs/
H A Ddynptr_success.c446 if (!bpf_dynptr_is_null(&ptr1)) { in test_dynptr_is_rdonly()
458 if (bpf_dynptr_is_null(&ptr2)) { in test_dynptr_is_rdonly()
H A Ddynptr_fail.c1656 /* bpf_dynptr_is_null can only be called on initialized dynptrs */ in clone_skb_packet_data()
1664 bpf_dynptr_is_null(&ptr); in clone_skb_packet_data()
/linux/kernel/bpf/
H A Dhelpers.c3094 __bpf_kfunc bool bpf_dynptr_is_null(const struct bpf_dynptr *p) in bpf_dynptr_is_null() function
4801 BTF_ID_FLAGS(func, bpf_dynptr_is_null)