Searched defs:bpf_struct_ops_map (Results 1 – 1 of 1) sorted by relevance
30 struct bpf_struct_ops_map { struct31 struct bpf_map map;32 struct rcu_head rcu;33 const struct bpf_struct_ops *st_ops;35 struct mutex lock;40 struct bpf_link **links;46 void *image;53 struct bpf_struct_ops_value *uvalue;58 struct bpf_struct_ops_value kvalue;
Completed in 4 milliseconds