Lines Matching refs:exempt_from_gc
130 bool on_gc_list, exempt_from_gc; in neigh_update_gc_list() local
138 exempt_from_gc = n->nud_state & NUD_PERMANENT || in neigh_update_gc_list()
142 if (exempt_from_gc && on_gc_list) { in neigh_update_gc_list()
145 } else if (!exempt_from_gc && !on_gc_list) { in neigh_update_gc_list()
376 bool exempt_from_gc) in neigh_alloc() argument
382 if (exempt_from_gc) in neigh_alloc()
424 if (!exempt_from_gc) in neigh_alloc()
575 bool exempt_from_gc, bool want_ref) in ___neigh_create() argument
577 struct neighbour *n1, *rc, *n = neigh_alloc(tbl, dev, exempt_from_gc); in ___neigh_create()
583 trace_neigh_create(tbl, dev, pkey, n, exempt_from_gc); in ___neigh_create()
645 if (!exempt_from_gc) in ___neigh_create()
662 if (!exempt_from_gc) in ___neigh_create()
1931 bool exempt_from_gc; in neigh_add() local
1938 exempt_from_gc = ndm->ndm_state & NUD_PERMANENT || in neigh_add()
1940 neigh = ___neigh_create(tbl, dst, dev, exempt_from_gc, true); in neigh_add()