Home
last modified time | relevance | path

Searched refs:on_gc_list (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/core/
H A Dneighbour.c131 bool on_gc_list, exempt_from_gc; in neigh_update_gc_list() local
143 on_gc_list = !list_empty(&n->gc_list); in neigh_update_gc_list()
145 if (exempt_from_gc && on_gc_list) { in neigh_update_gc_list()
148 } else if (!exempt_from_gc && !on_gc_list) { in neigh_update_gc_list()