Home
last modified time | relevance | path

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

/include/linux/
Dbtf.h527 const struct bpf_struct_ops_desc *bpf_struct_ops_find_value(struct btf *btf, u32 value_id);
528 const struct bpf_struct_ops_desc *bpf_struct_ops_find(struct btf *btf, u32 type_id);
530 static inline const struct bpf_struct_ops_desc *bpf_struct_ops_find(struct btf *btf, u32 type_id) in bpf_struct_ops_find()
Dbpf.h1803 struct bpf_struct_ops_desc { struct
1887 int bpf_struct_ops_desc_init(struct bpf_struct_ops_desc *st_ops_desc,
1891 void bpf_struct_ops_desc_release(struct bpf_struct_ops_desc *st_ops_desc);
1920 static inline void bpf_struct_ops_desc_release(struct bpf_struct_ops_desc *st_ops_desc) in bpf_struct_ops_desc_release()