Searched refs:bpf_map__def (Results 1 – 7 of 7) sorted by relevance
215 unsigned int nr_rxqs = bpf_map__def(rx_queue_index_map)->max_entries; in alloc_record_per_rxq()231 unsigned int nr_rxqs = bpf_map__def(rx_queue_index_map)->max_entries; in alloc_stats_record()251 unsigned int nr_rxqs = bpf_map__def(rx_queue_index_map)->max_entries; in free_stats_record()299 max_rxqs = bpf_map__def(rx_queue_index_map)->max_entries; in stats_collect()345 unsigned int nr_rxqs = bpf_map__def(rx_queue_index_map)->max_entries; in stats_print()
30 const struct bpf_map_def *def = bpf_map__def(map); in bpf_map__fprintf()
1010 const struct bpf_map_def *def = bpf_map__def(map); in __bpf_map__config_value()1081 def = bpf_map__def(map); in __bpf_map__config_event()1152 def = bpf_map__def(map); in config_map_indices_range_check()1328 def = bpf_map__def(map); in bpf_map_config_foreach_key()
15 bpf_map__def;
324 LIBBPF_API const struct bpf_map_def *bpf_map__def(const struct bpf_map *map);
4647 const struct bpf_map_def *bpf_map__def(const struct bpf_map *map) in bpf_map__def() function
116 buff = malloc(bpf_map__def(map)->value_size); in test_global_data_rdonly()