Home
last modified time | relevance | path

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

/Linux-v6.1/Documentation/bpf/
Dkfuncs.rst127 2.4.4 KF_KPTR_GET flag
130 The KF_KPTR_GET flag is used to indicate that the kfunc takes the first argument
133 arguments of a kfunc. The KF_KPTR_GET flag should be used in conjunction with
/Linux-v6.1/include/linux/
Dbtf.h19 #define KF_KPTR_GET (1 << 3) /* kfunc returns reference to a kptr */ macro
/Linux-v6.1/net/bpf/
Dtest_run.c751 BTF_ID_FLAGS(func, bpf_kfunc_call_test_kptr_get, KF_ACQUIRE | KF_RET_NULL | KF_KPTR_GET) in BTF_ID_FLAGS()
/Linux-v6.1/kernel/bpf/
Dbtf.c6272 kptr_get = kfunc_meta->flags & KF_KPTR_GET; in btf_check_func_arg_match()