Searched refs:st_map (Results 1 - 1 of 1) sorted by relevance

/linux-master/kernel/bpf/
H A Dbpf_struct_ops.c439 struct bpf_struct_ops_map *st_map = (struct bpf_struct_ops_map *)map; local
447 kvalue = &st_map->kvalue;
459 memcpy(uvalue, st_map->uvalue, map->value_size);
478 static void bpf_struct_ops_map_put_progs(struct bpf_struct_ops_map *st_map) argument
482 for (i = 0; i < st_map->links_cnt; i++) {
483 if (st_map->links[i]) {
484 bpf_link_put(st_map->links[i]);
485 st_map->links[i] = NULL;
490 static void bpf_struct_ops_map_free_image(struct bpf_struct_ops_map *st_map) argument
494 for (i = 0; i < st_map
590 struct bpf_struct_ops_map *st_map = (struct bpf_struct_ops_map *)map; local
795 struct bpf_struct_ops_map *st_map; local
823 struct bpf_struct_ops_map *st_map = (struct bpf_struct_ops_map *)map; local
844 struct bpf_struct_ops_map *st_map = (struct bpf_struct_ops_map *)map; local
856 struct bpf_struct_ops_map *st_map = (struct bpf_struct_ops_map *)map; local
898 struct bpf_struct_ops_map *st_map; local
985 struct bpf_struct_ops_map *st_map = (struct bpf_struct_ops_map *)map; local
1018 struct bpf_struct_ops_map *st_map; local
1031 struct bpf_struct_ops_map *st_map; local
1041 struct bpf_struct_ops_map *st_map = (struct bpf_struct_ops_map *)map; local
1052 struct bpf_struct_ops_map *st_map; local
1097 struct bpf_struct_ops_map *st_map, *old_st_map; local
1151 struct bpf_struct_ops_map *st_map; local
1195 struct bpf_struct_ops_map *st_map = (struct bpf_struct_ops_map *)map; local
[all...]

Completed in 103 milliseconds