Searched refs:dst_lru (Results 1 – 1 of 1) sorted by relevance
606 struct real_pos_lru *dst_lru; in connection_table_lookup() local610 dst_lru = bpf_map_lookup_elem(lru_map, &pckt->flow); in connection_table_lookup()611 if (!dst_lru) in connection_table_lookup()615 if (cur_time - dst_lru->atime > 300000) in connection_table_lookup()617 dst_lru->atime = cur_time; in connection_table_lookup()619 key = dst_lru->pos; in connection_table_lookup()