Home
last modified time | relevance | path

Searched refs:KF_RELEASE (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.1/Documentation/bpf/
Dkfuncs.rst94 BTF_ID_FLAGS(func, bpf_put_pid, KF_RELEASE)
119 2.4.3 KF_RELEASE flag
122 The KF_RELEASE flag is used to indicate that the kfunc releases the pointer
181 BTF_ID_FLAGS(func, bpf_put_pid, KF_RELEASE)
/Linux-v6.1/net/netfilter/
Dnf_conntrack_bpf.c480 BTF_ID_FLAGS(func, bpf_ct_insert_entry, KF_ACQUIRE | KF_RET_NULL | KF_RELEASE)
481 BTF_ID_FLAGS(func, bpf_ct_release, KF_RELEASE)
/Linux-v6.1/net/bpf/
Dtest_run.c744 BTF_ID_FLAGS(func, bpf_kfunc_call_test_release, KF_RELEASE) in BTF_ID_FLAGS()
745 BTF_ID_FLAGS(func, bpf_kfunc_call_memb_release, KF_RELEASE) in BTF_ID_FLAGS()
746 BTF_ID_FLAGS(func, bpf_kfunc_call_memb1_release, KF_RELEASE) in BTF_ID_FLAGS()
750 BTF_ID_FLAGS(func, bpf_kfunc_call_int_mem_release, KF_RELEASE) in BTF_ID_FLAGS()
/Linux-v6.1/include/linux/
Dbtf.h17 #define KF_RELEASE (1 << 1) /* kfunc is a release function */ macro
/Linux-v6.1/kernel/trace/
Dbpf_trace.c1365 BTF_ID_FLAGS(func, bpf_key_put, KF_RELEASE)
/Linux-v6.1/kernel/bpf/
Dbtf.c6271 rel = kfunc_meta->flags & KF_RELEASE; in btf_check_func_arg_match()