Home
last modified time | relevance | path

Searched refs:NEIGH_CACHE_STAT_INC (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/net/core/
Dneighbour.c262 NEIGH_CACHE_STAT_INC(tbl, forced_gc_runs); in neigh_forced_gc()
488 NEIGH_CACHE_STAT_INC(tbl, table_fulls); in neigh_alloc()
509 NEIGH_CACHE_STAT_INC(tbl, allocs); in neigh_alloc()
583 NEIGH_CACHE_STAT_INC(tbl, hash_grows); in neigh_hash_grow()
623 NEIGH_CACHE_STAT_INC(tbl, lookups); in neigh_lookup()
630 NEIGH_CACHE_STAT_INC(tbl, hits); in neigh_lookup()
893 NEIGH_CACHE_STAT_INC(neigh->tbl, destroys); in neigh_destroy()
954 NEIGH_CACHE_STAT_INC(tbl, periodic_gc_runs); in neigh_periodic_work()
1047 NEIGH_CACHE_STAT_INC(neigh->tbl, res_failed); in neigh_invalidate()
1232 NEIGH_CACHE_STAT_INC(neigh->tbl, unres_discards); in __neigh_event_send()
/linux-6.6.21/include/net/
Dneighbour.h135 #define NEIGH_CACHE_STAT_INC(tbl, field) this_cpu_inc((tbl)->stats->field) macro
/linux-6.6.21/net/ipv6/
Dndisc.c941 NEIGH_CACHE_STAT_INC(&nd_tbl, rcv_probes_mcast); in ndisc_recv_ns()
943 NEIGH_CACHE_STAT_INC(&nd_tbl, rcv_probes_ucast); in ndisc_recv_ns()