exempt_from_gc     27 include/trace/events/neigh.h 		 bool exempt_from_gc),
exempt_from_gc     29 include/trace/events/neigh.h 	TP_ARGS(tbl, dev, pkey, n, exempt_from_gc),
exempt_from_gc     49 include/trace/events/neigh.h 		__entry->gc_exempt = exempt_from_gc;
exempt_from_gc    130 net/core/neighbour.c 	bool on_gc_list, exempt_from_gc;
exempt_from_gc    138 net/core/neighbour.c 	exempt_from_gc = n->nud_state & NUD_PERMANENT ||
exempt_from_gc    142 net/core/neighbour.c 	if (exempt_from_gc && on_gc_list) {
exempt_from_gc    145 net/core/neighbour.c 	} else if (!exempt_from_gc && !on_gc_list) {
exempt_from_gc    376 net/core/neighbour.c 				     bool exempt_from_gc)
exempt_from_gc    382 net/core/neighbour.c 	if (exempt_from_gc)
exempt_from_gc    424 net/core/neighbour.c 	if (!exempt_from_gc)
exempt_from_gc    575 net/core/neighbour.c 					 bool exempt_from_gc, bool want_ref)
exempt_from_gc    577 net/core/neighbour.c 	struct neighbour *n1, *rc, *n = neigh_alloc(tbl, dev, exempt_from_gc);
exempt_from_gc    583 net/core/neighbour.c 	trace_neigh_create(tbl, dev, pkey, n, exempt_from_gc);
exempt_from_gc    645 net/core/neighbour.c 	if (!exempt_from_gc)
exempt_from_gc    662 net/core/neighbour.c 	if (!exempt_from_gc)
exempt_from_gc   1931 net/core/neighbour.c 		bool exempt_from_gc;
exempt_from_gc   1938 net/core/neighbour.c 		exempt_from_gc = ndm->ndm_state & NUD_PERMANENT ||
exempt_from_gc   1940 net/core/neighbour.c 		neigh = ___neigh_create(tbl, dst, dev, exempt_from_gc, true);