Home
last modified time | relevance | path

Searched refs:exempt_from_gc (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/trace/events/
H A Dneigh.h27 bool exempt_from_gc),
29 TP_ARGS(tbl, dev, pkey, n, exempt_from_gc),
48 __entry->gc_exempt = exempt_from_gc;
/kernel/linux/linux-6.6/include/trace/events/
H A Dneigh.h27 bool exempt_from_gc),
29 TP_ARGS(tbl, dev, pkey, n, exempt_from_gc),
48 __entry->gc_exempt = exempt_from_gc;
/kernel/linux/linux-5.10/net/core/
H A Dneighbour.c130 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()
416 u8 flags, bool exempt_from_gc) in neigh_alloc()
422 if (exempt_from_gc) in neigh_alloc()
465 if (!exempt_from_gc) in neigh_alloc()
585 bool exempt_from_gc, bool want_ref) in ___neigh_create()
592 n = neigh_alloc(tbl, dev, flags, exempt_from_gc); in ___neigh_create()
593 trace_neigh_create(tbl, dev, pkey, n, exempt_from_gc); in ___neigh_create()
414 neigh_alloc(struct neigh_table *tbl, struct net_device *dev, u8 flags, bool exempt_from_gc) neigh_alloc() argument
583 ___neigh_create(struct neigh_table *tbl, const void *pkey, struct net_device *dev, u8 flags, bool exempt_from_gc, bool want_ref) ___neigh_create() argument
1958 bool exempt_from_gc; neigh_add() local
[all...]
/kernel/linux/linux-6.6/net/core/
H A 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()
471 u32 flags, bool exempt_from_gc) in neigh_alloc()
477 if (exempt_from_gc) in neigh_alloc()
521 if (!exempt_from_gc) in neigh_alloc()
641 bool exempt_from_gc, bool want_ref) in ___neigh_create()
648 n = neigh_alloc(tbl, dev, flags, exempt_from_gc); in ___neigh_create()
649 trace_neigh_create(tbl, dev, pkey, n, exempt_from_gc); in ___neigh_create()
469 neigh_alloc(struct neigh_table *tbl, struct net_device *dev, u32 flags, bool exempt_from_gc) neigh_alloc() argument
639 ___neigh_create(struct neigh_table *tbl, const void *pkey, struct net_device *dev, u32 flags, bool exempt_from_gc, bool want_ref) ___neigh_create() argument
2056 bool exempt_from_gc = ndm_permanent || neigh_add() local
[all...]

Completed in 7 milliseconds