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

/linux-master/net/core/
H A Dneighbour.c262 NEIGH_CACHE_STAT_INC(tbl, forced_gc_runs);
488 NEIGH_CACHE_STAT_INC(tbl, table_fulls);
509 NEIGH_CACHE_STAT_INC(tbl, allocs);
583 NEIGH_CACHE_STAT_INC(tbl, hash_grows);
623 NEIGH_CACHE_STAT_INC(tbl, lookups);
630 NEIGH_CACHE_STAT_INC(tbl, hits);
893 NEIGH_CACHE_STAT_INC(neigh->tbl, destroys);
954 NEIGH_CACHE_STAT_INC(tbl, periodic_gc_runs);
1047 NEIGH_CACHE_STAT_INC(neigh->tbl, res_failed);
1232 NEIGH_CACHE_STAT_INC(neig
[all...]
/linux-master/include/net/
H A Dneighbour.h135 #define NEIGH_CACHE_STAT_INC(tbl, field) this_cpu_inc((tbl)->stats->field) macro
/linux-master/net/ipv6/
H A Dndisc.c942 NEIGH_CACHE_STAT_INC(&nd_tbl, rcv_probes_mcast);
944 NEIGH_CACHE_STAT_INC(&nd_tbl, rcv_probes_ucast);

Completed in 298 milliseconds