Searched refs:exempt_from_gc (Results 1 – 2 of 2) sorted by relevance
/linux/include/trace/events/ |
H A D | neigh.h | 27 bool exempt_from_gc), 29 TP_ARGS(tbl, dev, pkey, n, exempt_from_gc), 48 __entry->gc_exempt = exempt_from_gc;
|
/linux/net/core/ |
H A D | neighbour.c | 149 bool on_gc_list, exempt_from_gc; in neigh_update_gc_list() local 159 exempt_from_gc = n->nud_state & NUD_PERMANENT || in neigh_update_gc_list() 163 if (exempt_from_gc && on_gc_list) { in neigh_update_gc_list() 166 } else if (!exempt_from_gc && !on_gc_list) { in neigh_update_gc_list() 450 u32 flags, bool exempt_from_gc) in neigh_alloc() argument 456 if (exempt_from_gc) in neigh_alloc() 500 if (!exempt_from_gc) in neigh_alloc() 600 bool exempt_from_gc, bool want_ref) in ___neigh_create() argument 607 n = neigh_alloc(tbl, dev, flags, exempt_from_gc); in ___neigh_create() 608 trace_neigh_create(tbl, dev, pkey, n, exempt_from_gc); in ___neigh_create() [all …]
|