Searched refs:dst_lru (Results 1 – 1 of 1) sorted by relevance
566 struct real_pos_lru *dst_lru; in connection_table_lookup() local570 dst_lru = bpf_map_lookup_elem(lru_map, &pckt->flow); in connection_table_lookup()571 if (!dst_lru) in connection_table_lookup()575 if (cur_time - dst_lru->atime > 300000) in connection_table_lookup()577 dst_lru->atime = cur_time; in connection_table_lookup()579 key = dst_lru->pos; in connection_table_lookup()