Lines Matching defs:key
29 __type(key, int);
42 __type(key, u32);
52 __type(key, u32);
82 u32 key = 0;
85 rec = bpf_map_lookup_elem(&stats_global_map, &key);
95 config = bpf_map_lookup_elem(&config_map, &key);
109 key = ctx->rx_queue_index;
110 if (key >= MAX_RXQs)
111 key = MAX_RXQs;
112 rxq_rec = bpf_map_lookup_elem(&rx_queue_index_map, &key);
116 if (key == MAX_RXQs)