Home
last modified time | relevance | path

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

/linux-6.1.9/include/trace/events/
Dneigh.h27 bool exempt_from_gc),
29 TP_ARGS(tbl, dev, pkey, n, exempt_from_gc),
49 __entry->gc_exempt = exempt_from_gc;
/linux-6.1.9/net/core/
Dneighbour.c131 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()
453 u32 flags, bool exempt_from_gc) in neigh_alloc() argument
459 if (exempt_from_gc) in neigh_alloc()
503 if (!exempt_from_gc) in neigh_alloc()
654 bool exempt_from_gc, bool want_ref) in ___neigh_create() argument
661 n = neigh_alloc(tbl, dev, flags, exempt_from_gc); in ___neigh_create()
662 trace_neigh_create(tbl, dev, pkey, n, exempt_from_gc); in ___neigh_create()
[all …]