Home
last modified time | relevance | path

Searched defs:RT_CACHE_STAT_INC (Results 1 – 1 of 1) sorted by relevance

/linux/net/ipv4/
H A Droute.c193 #define RT_CACHE_STAT_INC(field) raw_cpu_inc(rt_cache_stat.field) macro
195 #define RT_CACHE_STAT_INC(field) this_cpu_inc(rt_cache_stat.field) macro