Searched refs:dst_lru (Results 1 – 1 of 1) sorted by relevance
579 struct real_pos_lru *dst_lru; in connection_table_lookup() local583 dst_lru = bpf_map_lookup_elem(lru_map, &pckt->flow); in connection_table_lookup()584 if (!dst_lru) in connection_table_lookup()588 if (cur_time - dst_lru->atime > 300000) in connection_table_lookup()590 dst_lru->atime = cur_time; in connection_table_lookup()592 key = dst_lru->pos; in connection_table_lookup()