Searched refs:NEIGH_CACHE_STAT_INC (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/net/core/ |
A D | neighbour.c | 259 NEIGH_CACHE_STAT_INC(tbl, forced_gc_runs); in neigh_forced_gc() 480 NEIGH_CACHE_STAT_INC(tbl, table_fulls); in neigh_alloc() 501 NEIGH_CACHE_STAT_INC(tbl, allocs); in neigh_alloc() 575 NEIGH_CACHE_STAT_INC(tbl, hash_grows); in neigh_hash_grow() 615 NEIGH_CACHE_STAT_INC(tbl, lookups); in neigh_lookup() 622 NEIGH_CACHE_STAT_INC(tbl, hits); in neigh_lookup() 638 NEIGH_CACHE_STAT_INC(tbl, lookups); in neigh_lookup_nodev() 651 NEIGH_CACHE_STAT_INC(tbl, hits); in neigh_lookup_nodev() 916 NEIGH_CACHE_STAT_INC(neigh->tbl, destroys); in neigh_destroy() 977 NEIGH_CACHE_STAT_INC(tbl, periodic_gc_runs); in neigh_periodic_work() [all …]
|
/linux-6.3-rc2/include/net/ |
A D | neighbour.h | 135 #define NEIGH_CACHE_STAT_INC(tbl, field) this_cpu_inc((tbl)->stats->field) macro
|
/linux-6.3-rc2/net/ipv6/ |
A D | ndisc.c | 940 NEIGH_CACHE_STAT_INC(&nd_tbl, rcv_probes_mcast); in ndisc_recv_ns() 942 NEIGH_CACHE_STAT_INC(&nd_tbl, rcv_probes_ucast); in ndisc_recv_ns()
|
Completed in 16 milliseconds