Lines Matching refs:key
57 static inline u32 jhash(const void *key, u32 length, u32 initval) in jhash() argument
60 const unsigned char *k = key; in jhash()
173 __type(key, struct vip);
180 __type(key, __u32);
187 __type(key, __u32);
194 __type(key, __u32);
201 __type(key, __u32);
221 __u32 key = RING_SIZE * vip_info->vip_num + hash; in get_packet_dst() local
224 real_pos = bpf_map_lookup_elem(&ch_rings, &key); in get_packet_dst()
227 key = *real_pos; in get_packet_dst()
228 *real = bpf_map_lookup_elem(&reals, &key); in get_packet_dst()