Searched refs:NEIGH_CACHE_STAT_INC (Results 1 – 3 of 3) sorted by relevance
/linux/net/core/ |
A D | neighbour.c | 259 NEIGH_CACHE_STAT_INC(tbl, forced_gc_runs); in neigh_forced_gc() 427 NEIGH_CACHE_STAT_INC(tbl, table_fulls); in neigh_alloc() 448 NEIGH_CACHE_STAT_INC(tbl, allocs); in neigh_alloc() 522 NEIGH_CACHE_STAT_INC(tbl, hash_grows); in neigh_hash_grow() 562 NEIGH_CACHE_STAT_INC(tbl, lookups); in neigh_lookup() 569 NEIGH_CACHE_STAT_INC(tbl, hits); in neigh_lookup() 585 NEIGH_CACHE_STAT_INC(tbl, lookups); in neigh_lookup_nodev() 598 NEIGH_CACHE_STAT_INC(tbl, hits); in neigh_lookup_nodev() 863 NEIGH_CACHE_STAT_INC(neigh->tbl, destroys); in neigh_destroy() 924 NEIGH_CACHE_STAT_INC(tbl, periodic_gc_runs); in neigh_periodic_work() [all …]
|
/linux/include/net/ |
A D | neighbour.h | 132 #define NEIGH_CACHE_STAT_INC(tbl, field) this_cpu_inc((tbl)->stats->field) macro
|
/linux/net/ipv6/ |
A 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()
|
Completed in 14 milliseconds