Searched refs:NEIGH_CACHE_STAT_INC (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/net/core/ |
D | neighbour.c | 232 NEIGH_CACHE_STAT_INC(tbl, forced_gc_runs); in neigh_forced_gc() 415 NEIGH_CACHE_STAT_INC(tbl, table_fulls); in neigh_alloc() 436 NEIGH_CACHE_STAT_INC(tbl, allocs); in neigh_alloc() 509 NEIGH_CACHE_STAT_INC(tbl, hash_grows); in neigh_hash_grow() 549 NEIGH_CACHE_STAT_INC(tbl, lookups); in neigh_lookup() 556 NEIGH_CACHE_STAT_INC(tbl, hits); in neigh_lookup() 572 NEIGH_CACHE_STAT_INC(tbl, lookups); in neigh_lookup_nodev() 585 NEIGH_CACHE_STAT_INC(tbl, hits); in neigh_lookup_nodev() 853 NEIGH_CACHE_STAT_INC(neigh->tbl, destroys); in neigh_destroy() 914 NEIGH_CACHE_STAT_INC(tbl, periodic_gc_runs); in neigh_periodic_work() [all …]
|
/kernel/linux/linux-5.10/include/net/ |
D | neighbour.h | 132 #define NEIGH_CACHE_STAT_INC(tbl, field) this_cpu_inc((tbl)->stats->field) macro
|
/kernel/linux/linux-5.10/net/ipv6/ |
D | ndisc.c | 925 NEIGH_CACHE_STAT_INC(&nd_tbl, rcv_probes_mcast); in ndisc_recv_ns() 927 NEIGH_CACHE_STAT_INC(&nd_tbl, rcv_probes_ucast); in ndisc_recv_ns()
|