Searched refs:exempt_from_gc (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/include/trace/events/ |
| D | neigh.h | 27 bool exempt_from_gc), 29 TP_ARGS(tbl, dev, pkey, n, exempt_from_gc), 49 __entry->gc_exempt = exempt_from_gc;
|
| /Linux-v5.4/net/core/ |
| D | neighbour.c | 133 bool on_gc_list, exempt_from_gc; in neigh_update_gc_list() local 141 exempt_from_gc = n->nud_state & NUD_PERMANENT || 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() 379 bool exempt_from_gc) in neigh_alloc() argument 385 if (exempt_from_gc) in neigh_alloc() 427 if (!exempt_from_gc) in neigh_alloc() 578 bool exempt_from_gc, bool want_ref) in ___neigh_create() argument 580 struct neighbour *n1, *rc, *n = neigh_alloc(tbl, dev, exempt_from_gc); in ___neigh_create() 586 trace_neigh_create(tbl, dev, pkey, n, exempt_from_gc); in ___neigh_create() [all …]
|