Home
last modified time | relevance | path

Searched refs:gnet_stats_start_copy (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/include/net/
Dgen_stats.h27 int gnet_stats_start_copy(struct sk_buff *skb, int type, spinlock_t *lock,
/linux-4.1.27/net/core/
Dgen_stats.c96 gnet_stats_start_copy(struct sk_buff *skb, int type, spinlock_t *lock, in gnet_stats_start_copy() function
101 EXPORT_SYMBOL(gnet_stats_start_copy);
/linux-4.1.27/Documentation/networking/
Dgen_stats.txt36 if (gnet_stats_start_copy(skb, TCA_STATS2, &mystruct->lock, &dump) < 0)
/linux-4.1.27/net/sched/
Dact_api.c618 err = gnet_stats_start_copy(skb, TCA_ACT_STATS, in tcf_action_copy_stats()