Home
last modified time | relevance | path

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

/net/core/
Dneighbour.c130 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()
[all …]