Home
last modified time | relevance | path

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

/Linux-v6.1/samples/bpf/
Dxdp_rxq_info_user.c36 static struct bpf_map *rx_queue_index_map; variable
221 unsigned int nr_rxqs = bpf_map__max_entries(rx_queue_index_map); in alloc_record_per_rxq()
234 unsigned int nr_rxqs = bpf_map__max_entries(rx_queue_index_map); in alloc_stats_record()
253 unsigned int nr_rxqs = bpf_map__max_entries(rx_queue_index_map); in free_stats_record()
300 fd = bpf_map__fd(rx_queue_index_map); in stats_collect()
301 max_rxqs = bpf_map__max_entries(rx_queue_index_map); in stats_collect()
347 unsigned int nr_rxqs = bpf_map__max_entries(rx_queue_index_map); in stats_print()
496 rx_queue_index_map = bpf_object__find_map_by_name(obj, "rx_queue_index_map"); in main()
497 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()