Lines Matching refs:bpf_struct_ops_map
29 struct bpf_struct_ops_map { struct
245 struct bpf_struct_ops_map *st_map = (struct bpf_struct_ops_map *)map; in bpf_struct_ops_map_sys_lookup_elem()
276 static void bpf_struct_ops_map_put_progs(struct bpf_struct_ops_map *st_map) in bpf_struct_ops_map_put_progs()
318 struct bpf_struct_ops_map *st_map = (struct bpf_struct_ops_map *)map; in bpf_struct_ops_map_update_elem()
489 struct bpf_struct_ops_map *st_map; in bpf_struct_ops_map_delete_elem()
491 st_map = (struct bpf_struct_ops_map *)map; in bpf_struct_ops_map_delete_elem()
534 struct bpf_struct_ops_map *st_map = (struct bpf_struct_ops_map *)map; in bpf_struct_ops_map_free()
556 struct bpf_struct_ops_map *st_map; in bpf_struct_ops_map_alloc()
631 struct bpf_struct_ops_map *st_map; in bpf_struct_ops_put_rcu()
633 st_map = container_of(head, struct bpf_struct_ops_map, rcu); in bpf_struct_ops_put_rcu()
643 struct bpf_struct_ops_map *st_map; in bpf_struct_ops_put()
645 st_map = container_of(kvalue, struct bpf_struct_ops_map, in bpf_struct_ops_put()