Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/bpf/
Dhelpers.c275 const struct bpf_func_proto bpf_spin_lock_proto = { variable
Dcore.c2032 const struct bpf_func_proto bpf_spin_lock_proto __weak;
/Linux-v5.4/include/linux/
Dbpf.h1052 extern const struct bpf_func_proto bpf_spin_lock_proto;
/Linux-v5.4/net/core/
Dfilter.c6000 return &bpf_spin_lock_proto; in bpf_base_func_proto()