Home
last modified time | relevance | path

Searched refs:bpf_struct_ops_desc (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dbpf.h2021 struct bpf_struct_ops_desc { struct
2142 int bpf_struct_ops_desc_init(struct bpf_struct_ops_desc *st_ops_desc,
2146 void bpf_struct_ops_desc_release(struct bpf_struct_ops_desc *st_ops_desc);
2186 static inline void bpf_struct_ops_desc_release(struct bpf_struct_ops_desc *st_ops_desc) in bpf_struct_ops_desc_release()
/linux/kernel/bpf/
H A Dbtf.c251 struct bpf_struct_ops_desc ops[];
9719 const struct bpf_struct_ops_desc *
9722 const struct bpf_struct_ops_desc *st_ops_list; in bpf_struct_ops_find_value()
9741 const struct bpf_struct_ops_desc *
9744 const struct bpf_struct_ops_desc *st_ops_list; in bpf_struct_ops_find()
H A Dverifier.c18930 const struct bpf_struct_ops_desc *st_ops_desc; in check_struct_ops_btf_id()