Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/bpf/
Dhelpers.c292 const struct bpf_func_proto bpf_spin_unlock_proto = { variable
Dcore.c2033 const struct bpf_func_proto bpf_spin_unlock_proto __weak;
/Linux-v5.4/include/linux/
Dbpf.h1053 extern const struct bpf_func_proto bpf_spin_unlock_proto;
/Linux-v5.4/net/core/
Dfilter.c6002 return &bpf_spin_unlock_proto; in bpf_base_func_proto()