Searched refs:rxq_rec (Results 1 – 1 of 1) sorted by relevance
79 struct datarec *rec, *rxq_rec; in xdp_prognum0() local112 rxq_rec = bpf_map_lookup_elem(&rx_queue_index_map, &key); in xdp_prognum0()113 if (!rxq_rec) in xdp_prognum0()115 rxq_rec->processed++; in xdp_prognum0()117 rxq_rec->issue++; in xdp_prognum0()