Searched refs:gnet_stats_start_copy_compat (Results 1 - 4 of 4) sorted by relevance
/linux-4.1.27/net/core/ |
H A D | gen_stats.c | 43 * gnet_stats_start_copy_compat - start dumping procedure in compatibility mode 61 gnet_stats_start_copy_compat(struct sk_buff *skb, int type, int tc_stats_type, 80 EXPORT_SYMBOL(gnet_stats_start_copy_compat); variable 83 * gnet_stats_start_copy_compat - start dumping procedure in compatibility mode 99 return gnet_stats_start_copy_compat(skb, type, 0, 0, lock, d); gnet_stats_start_copy() 335 * if gnet_stats_start_copy_compat() was used and releases the statistics
|
/linux-4.1.27/include/net/ |
H A D | gen_stats.h | 30 int gnet_stats_start_copy_compat(struct sk_buff *skb, int type,
|
/linux-4.1.27/net/sched/ |
H A D | act_api.c | 613 err = gnet_stats_start_copy_compat(skb, 0, tcf_action_copy_stats()
|
H A D | sch_api.c | 1365 if (gnet_stats_start_copy_compat(skb, TCA_STATS2, TCA_STATS, TCA_XSTATS, tc_fill_qdisc() 1679 if (gnet_stats_start_copy_compat(skb, TCA_STATS2, TCA_STATS, TCA_XSTATS, tc_fill_tclass()
|
Completed in 351 milliseconds