Home
last modified time | relevance | path

Searched defs:st_ops_desc (Results 1 – 3 of 3) sorted by relevance

/linux/kernel/bpf/
H A Dbpf_struct_ops.c26 const struct bpf_struct_ops_desc *st_ops_desc; member
298 void bpf_struct_ops_desc_release(struct bpf_struct_ops_desc *st_ops_desc) in bpf_struct_ops_desc_release() argument
331 int bpf_struct_ops_desc_init(struct bpf_struct_ops_desc *st_ops_desc, in bpf_struct_ops_desc_init() argument
680 const struct bpf_struct_ops_desc *st_ops_desc = st_map->st_ops_desc; bpf_struct_ops_map_update_elem() local
1029 const struct bpf_struct_ops_desc *st_ops_desc; bpf_struct_ops_map_alloc() local
1123 const struct bpf_struct_ops_desc *st_ops_desc = st_map->st_ops_desc; bpf_struct_ops_map_mem_usage() local
[all...]
H A Dverifier.c23387 const struct bpf_struct_ops_desc *st_ops_desc; in check_struct_ops_btf_id() local
/linux/include/linux/
H A Dbpf.h2064 static inline void bpf_struct_ops_desc_release(struct bpf_struct_ops_desc *st_ops_desc) in bpf_struct_ops_desc_release()