Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/bpf/
Dbpf_struct_ops.c29 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()
[all …]