Home
last modified time | relevance | path

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

/Linux-v5.4/samples/bpf/
Dxdp_rxq_info_user.c37 static struct bpf_map *rx_queue_index_map; variable
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()
298 fd = bpf_map__fd(rx_queue_index_map); in stats_collect()
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()
494 rx_queue_index_map = bpf_map__next(stats_global_map, obj); in main()
495 if (!map || !stats_global_map || !rx_queue_index_map) { in main()
Dxdp_rxq_info_kern.c49 struct bpf_map_def SEC("maps") rx_queue_index_map = {
111 rxq_rec = bpf_map_lookup_elem(&rx_queue_index_map, &key); in xdp_prognum0()