Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dbpf_struct_ops.c24 struct bpf_struct_ops_map { struct
485 struct bpf_struct_ops_map *st_map = (struct bpf_struct_ops_map *)map; in bpf_struct_ops_map_sys_lookup_elem()
524 static void bpf_struct_ops_map_put_progs(struct bpf_struct_ops_map *st_map) in bpf_struct_ops_map_put_progs()
536 static void bpf_struct_ops_map_free_image(struct bpf_struct_ops_map *st_map) in bpf_struct_ops_map_free_image()
642 static void bpf_struct_ops_map_add_ksyms(struct bpf_struct_ops_map *st_map) in bpf_struct_ops_map_add_ksyms()
653 static void bpf_struct_ops_map_del_ksyms(struct bpf_struct_ops_map *st_map) in bpf_struct_ops_map_del_ksyms()
664 static void bpf_struct_ops_map_free_ksyms(struct bpf_struct_ops_map *st_map) in bpf_struct_ops_map_free_ksyms()
679 struct bpf_struct_ops_map *st_map = (struct bpf_struct_ops_map *)map; in bpf_struct_ops_map_update_elem()
910 struct bpf_struct_ops_map *st_map; in bpf_struct_ops_map_delete_elem()
912 st_map = (struct bpf_struct_ops_map *)map; in bpf_struct_ops_map_delete_elem()
[all …]