Lines Matching refs:key
53 u32 jhash(const void *key, u32 length, u32 initval) in jhash() argument
56 const unsigned char *k = key; in jhash()
170 __type(key, struct vip_definition);
178 __type(key, struct flow_key);
185 __type(key, __u32);
192 __type(key, __u32);
199 __type(key, __u32);
206 __type(key, __u32);
515 __u32 *real_pos, hash, key; in get_packet_dst() local
528 key = 2 * vip_info->vip_num + hash % 2; in get_packet_dst()
529 real_pos = bpf_map_lookup_elem(&ch_rings, &key); in get_packet_dst()
532 key = *real_pos; in get_packet_dst()
533 *real = bpf_map_lookup_elem(&reals, &key); in get_packet_dst()
554 new_dst_lru.pos = key; in get_packet_dst()
568 __u32 key; in connection_table_lookup() local
579 key = dst_lru->pos; in connection_table_lookup()
580 *real = bpf_map_lookup_elem(&reals, &key); in connection_table_lookup()