Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dbtf.h531 const struct bpf_struct_ops_desc *bpf_struct_ops_find_value(struct btf *btf, u32 value_id);
532 const struct bpf_struct_ops_desc *bpf_struct_ops_find(struct btf *btf, u32 type_id);
534 static inline const struct bpf_struct_ops_desc *bpf_struct_ops_find(struct btf *btf, u32 type_id) in bpf_struct_ops_find()
H A Dbpf.h1857 struct bpf_struct_ops_desc { struct
1940 int bpf_struct_ops_desc_init(struct bpf_struct_ops_desc *st_ops_desc,
1944 void bpf_struct_ops_desc_release(struct bpf_struct_ops_desc *st_ops_desc);
1973 static inline void bpf_struct_ops_desc_release(struct bpf_struct_ops_desc *st_ops_desc) in bpf_struct_ops_desc_release()
/linux-6.15/kernel/bpf/
H A Dbpf_struct_ops.c26 const struct bpf_struct_ops_desc *st_ops_desc;
298 void bpf_struct_ops_desc_release(struct bpf_struct_ops_desc *st_ops_desc) in bpf_struct_ops_desc_release()
331 int bpf_struct_ops_desc_init(struct bpf_struct_ops_desc *st_ops_desc, in bpf_struct_ops_desc_init()
680 const struct bpf_struct_ops_desc *st_ops_desc = st_map->st_ops_desc; in bpf_struct_ops_map_update_elem()
1029 const struct bpf_struct_ops_desc *st_ops_desc; in bpf_struct_ops_map_alloc()
1123 const struct bpf_struct_ops_desc *st_ops_desc = st_map->st_ops_desc; in bpf_struct_ops_map_mem_usage()
H A Dbtf.c249 struct bpf_struct_ops_desc ops[];
9445 const struct bpf_struct_ops_desc *
9448 const struct bpf_struct_ops_desc *st_ops_list; in bpf_struct_ops_find_value()
9467 const struct bpf_struct_ops_desc *
9470 const struct bpf_struct_ops_desc *st_ops_list; in bpf_struct_ops_find()
H A Dverifier.c22910 const struct bpf_struct_ops_desc *st_ops_desc; in check_struct_ops_btf_id()