include\net\dst_ops.h
static
inline
void
dst_entries_add(
struct
dst_ops *dst,
int
val)
{
percpu_counter_add(&dst->pcpuc_entries, val);
}