Searched refs:nat_entries (Results 1 – 2 of 2) sorted by relevance
184 list_move_tail(&ne->list, &nm_i->nat_entries); in __clear_nat_cache_dirty()254 list_add_tail(&new->list, &nm_i->nat_entries); in grab_nat_entry()340 while (nr_shrink && !list_empty(&nm_i->nat_entries)) { in try_to_free_nats()342 ne = list_first_entry(&nm_i->nat_entries, in try_to_free_nats()2014 INIT_LIST_HEAD(&nm_i->nat_entries); in init_node_manager()
519 struct list_head nat_entries; /* cached nat entry list (clean) */ member