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 160 exempt_from_gc = n->nud_state & NUD_PERMANENT || in neigh_update_gc_list() 164 if (exempt_from_gc && on_gc_list) { in neigh_update_gc_list() 167 } else if (!exempt_from_gc && !on_gc_list) { in neigh_update_gc_list() 498 u32 flags, bool exempt_from_gc) in neigh_alloc() argument 504 if (exempt_from_gc) in neigh_alloc() 548 if (!exempt_from_gc) in neigh_alloc() 648 bool exempt_from_gc, bool want_ref) in ___neigh_create() argument 655 n = neigh_alloc(tbl, dev, flags, exempt_from_gc); in ___neigh_create() 656 trace_neigh_create(tbl, dev, pkey, n, exempt_from_gc); in ___neigh_create() [all …]
|