Searched refs:bpf_map_def (Results 1 – 18 of 18) sorted by relevance
12 static bool bpf_map_def__is_per_cpu(const struct bpf_map_def *def) in bpf_map_def__is_per_cpu()20 static void *bpf_map_def__alloc_value(const struct bpf_map_def *def) in bpf_map_def__alloc_value()30 const struct bpf_map_def *def = bpf_map__def(map); in bpf_map__fprintf()
1002 const struct bpf_map_def *def = bpf_map__def(map); in __bpf_map__config_value()1061 const struct bpf_map_def *def; in __bpf_map__config_event()1132 const struct bpf_map_def *def; in config_map_indices_range_check()1248 const struct bpf_map_def *pdef,1255 int map_fd, const struct bpf_map_def *pdef, in foreach_key_array_all()1275 const struct bpf_map_def *pdef, in foreach_key_array_ranges()1306 const struct bpf_map_def *def; in bpf_map_config_foreach_key()1451 const struct bpf_map_def *pdef, in apply_obj_config_map_for_key()
5 struct bpf_map_def SEC("maps") htab = {12 struct bpf_map_def SEC("maps") array = {
10 struct bpf_map_def SEC("maps") sock_map = {
11 struct bpf_map_def SEC("maps") btf_map = {
12 struct bpf_map_def SEC("maps") btf_map = {
13 struct bpf_map_def SEC("maps") cgroup_ids = {
13 struct bpf_map_def SEC("maps") btf_map_legacy = {
20 struct bpf_map_def SEC("maps") flow_map = {
19 struct bpf_map_def SEC("maps") results = {
20 struct bpf_map_def { struct28 struct bpf_map_def SEC("maps") my_table = { argument
20 struct bpf_map_def { struct28 struct bpf_map_def SEC("maps") flip_table = { argument
130 struct bpf_map_def { struct
521 struct bpf_map_def { struct575 LIBBPF_API const struct bpf_map_def *bpf_map__def(const struct bpf_map *map);
386 struct bpf_map_def def;1505 struct bpf_map_def *def; in bpf_object__init_internal_map()1953 struct bpf_map_def *def; in bpf_object__init_user_maps()1994 def = (struct bpf_map_def *)(data->d_buf + sym->st_value); in bpf_object__init_user_maps()2001 if (map_def_sz <= sizeof(struct bpf_map_def)) { in bpf_object__init_user_maps()2012 for (b = ((char *)def) + sizeof(struct bpf_map_def); in bpf_object__init_user_maps()2021 memcpy(&map->def, def, sizeof(struct bpf_map_def)); in bpf_object__init_user_maps()4111 struct bpf_map_def *def = &map->def; in bpf_map_find_btf_info()4825 struct bpf_map_def *def = &map->def; in bpf_object__create_map()8839 const struct bpf_map_def *bpf_map__def(const struct bpf_map *map) in bpf_map__def()
483 const struct bpf_map_def *def; in do_register()
1416 const struct bpf_map_def *def; in test_ops_cleanup()1446 const struct bpf_map_def *def; in map_type_str()
557 struct bpf_map_def SEC("maps") btf_map = {816 struct bpf_map_def SEC("maps") tmpmap = {
Completed in 50 milliseconds