Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dgen_stats.h41 int gnet_stats_start_copy(struct sk_buff *skb, int type, spinlock_t *lock,
/openbmc/linux/net/core/
H A Dgen_stats.c110 gnet_stats_start_copy(struct sk_buff *skb, int type, spinlock_t *lock, in gnet_stats_start_copy() function
115 EXPORT_SYMBOL(gnet_stats_start_copy);
/openbmc/linux/Documentation/networking/
H A Dgen_stats.rst45 if (gnet_stats_start_copy(skb, TCA_STATS2, &mystruct->lock, &dump,
/openbmc/linux/net/sched/
H A Dact_api.c1591 err = gnet_stats_start_copy(skb, TCA_ACT_STATS, in tcf_action_copy_stats()