Searched refs:KF_KPTR_GET (Results 1 – 4 of 4) sorted by relevance
127 2.4.4 KF_KPTR_GET flag130 The KF_KPTR_GET flag is used to indicate that the kfunc takes the first argument133 arguments of a kfunc. The KF_KPTR_GET flag should be used in conjunction with
19 #define KF_KPTR_GET (1 << 3) /* kfunc returns reference to a kptr */ macro
751 BTF_ID_FLAGS(func, bpf_kfunc_call_test_kptr_get, KF_ACQUIRE | KF_RET_NULL | KF_KPTR_GET) in BTF_ID_FLAGS()
6272 kptr_get = kfunc_meta->flags & KF_KPTR_GET; in btf_check_func_arg_match()