Searched refs:NEIGH_CACHE_STAT_INC (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/net/core/ |
D | neighbour.c | 259 NEIGH_CACHE_STAT_INC(tbl, forced_gc_runs); in neigh_forced_gc() 470 NEIGH_CACHE_STAT_INC(tbl, table_fulls); in neigh_alloc() 491 NEIGH_CACHE_STAT_INC(tbl, allocs); in neigh_alloc() 565 NEIGH_CACHE_STAT_INC(tbl, hash_grows); in neigh_hash_grow() 605 NEIGH_CACHE_STAT_INC(tbl, lookups); in neigh_lookup() 612 NEIGH_CACHE_STAT_INC(tbl, hits); in neigh_lookup() 628 NEIGH_CACHE_STAT_INC(tbl, lookups); in neigh_lookup_nodev() 641 NEIGH_CACHE_STAT_INC(tbl, hits); in neigh_lookup_nodev() 906 NEIGH_CACHE_STAT_INC(neigh->tbl, destroys); in neigh_destroy() 967 NEIGH_CACHE_STAT_INC(tbl, periodic_gc_runs); in neigh_periodic_work() [all …]
|
/linux-6.1.9/include/net/ |
D | neighbour.h | 135 #define NEIGH_CACHE_STAT_INC(tbl, field) this_cpu_inc((tbl)->stats->field) macro
|
/linux-6.1.9/net/ipv6/ |
D | ndisc.c | 941 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()
|