Home
last modified time | relevance | path

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

/Linux-v4.19/samples/bpf/
Dxdp_rxq_info_user.c36 static struct bpf_map *rx_queue_index_map; variable
200 unsigned int nr_rxqs = bpf_map__def(rx_queue_index_map)->max_entries; in alloc_record_per_rxq()
216 unsigned int nr_rxqs = bpf_map__def(rx_queue_index_map)->max_entries; in alloc_stats_record()
236 unsigned int nr_rxqs = bpf_map__def(rx_queue_index_map)->max_entries; in free_stats_record()
283 fd = bpf_map__fd(rx_queue_index_map); in stats_collect()
284 max_rxqs = bpf_map__def(rx_queue_index_map)->max_entries; in stats_collect()
330 unsigned int nr_rxqs = bpf_map__def(rx_queue_index_map)->max_entries; in stats_print()
477 rx_queue_index_map = bpf_map__next(stats_global_map, obj); in main()
478 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()