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
301 void bpf_struct_ops_desc_release(struct bpf_struct_ops_desc *st_ops_desc) in bpf_struct_ops_desc_release()
327 int bpf_struct_ops_desc_init(struct bpf_struct_ops_desc *st_ops_desc, in bpf_struct_ops_desc_init()
658 const struct bpf_struct_ops_desc *st_ops_desc = st_map->st_ops_desc; in bpf_struct_ops_map_update_elem() local
1007 const struct bpf_struct_ops_desc *st_ops_desc; in bpf_struct_ops_map_alloc() local
1101 const struct bpf_struct_ops_desc *st_ops_desc = st_map->st_ops_desc; in bpf_struct_ops_map_mem_usage() local
H A Dverifier.c22398 const struct bpf_struct_ops_desc *st_ops_desc; in check_struct_ops_btf_id() local
/linux/include/linux/
H A Dbpf.h1942 static inline void bpf_struct_ops_desc_release(struct bpf_struct_ops_desc *st_ops_desc) in bpf_struct_ops_desc_release()