Home
last modified time | relevance | path

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

/samples/bpf/
Dxdp_rxq_info_user.c37 static struct bpf_map *rx_queue_index_map; variable
212 unsigned int nr_rxqs = bpf_map__def(rx_queue_index_map)->max_entries; in alloc_record_per_rxq()
225 unsigned int nr_rxqs = bpf_map__def(rx_queue_index_map)->max_entries; in alloc_stats_record()
244 unsigned int nr_rxqs = bpf_map__def(rx_queue_index_map)->max_entries; in free_stats_record()
291 fd = bpf_map__fd(rx_queue_index_map); in stats_collect()
292 max_rxqs = bpf_map__def(rx_queue_index_map)->max_entries; in stats_collect()
338 unsigned int nr_rxqs = bpf_map__def(rx_queue_index_map)->max_entries; in stats_print()
481 rx_queue_index_map = bpf_object__find_map_by_name(obj, "rx_queue_index_map"); in main()
482 if (!map || !stats_global_map || !rx_queue_index_map) { in main()
Dxdp_rxq_info_kern.c55 } rx_queue_index_map SEC(".maps");
112 rxq_rec = bpf_map_lookup_elem(&rx_queue_index_map, &key); in xdp_prognum0()