Searched refs:KF_RELEASE (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.1/Documentation/bpf/ |
D | kfuncs.rst | 94 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/ |
D | nf_conntrack_bpf.c | 480 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/ |
D | test_run.c | 744 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/ |
D | btf.h | 17 #define KF_RELEASE (1 << 1) /* kfunc is a release function */ macro
|
/Linux-v6.1/kernel/trace/ |
D | bpf_trace.c | 1365 BTF_ID_FLAGS(func, bpf_key_put, KF_RELEASE)
|
/Linux-v6.1/kernel/bpf/ |
D | btf.c | 6271 rel = kfunc_meta->flags & KF_RELEASE; in btf_check_func_arg_match()
|