Searched refs:dst_lru (Results 1 – 1 of 1) sorted by relevance
617 struct real_pos_lru *dst_lru; in connection_table_lookup() local621 dst_lru = bpf_map_lookup_elem(lru_map, &pckt->flow); in connection_table_lookup()622 if (!dst_lru) in connection_table_lookup()626 if (cur_time - dst_lru->atime > 300000) in connection_table_lookup()628 dst_lru->atime = cur_time; in connection_table_lookup()630 key = dst_lru->pos; in connection_table_lookup()