Home
last modified time | relevance | path

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

/Linux-v5.4/samples/bpf/
Dxdp_rxq_info_user.c215 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()
/Linux-v5.4/tools/perf/util/
Dbpf_map.c30 const struct bpf_map_def *def = bpf_map__def(map); in bpf_map__fprintf()
Dbpf-loader.c1010 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()
/Linux-v5.4/tools/lib/bpf/
Dlibbpf.map15 bpf_map__def;
Dlibbpf.h324 LIBBPF_API const struct bpf_map_def *bpf_map__def(const struct bpf_map *map);
Dlibbpf.c4647 const struct bpf_map_def *bpf_map__def(const struct bpf_map *map) in bpf_map__def() function
/Linux-v5.4/tools/testing/selftests/bpf/prog_tests/
Dglobal_data.c116 buff = malloc(bpf_map__def(map)->value_size); in test_global_data_rdonly()