Searched refs:gnet_stats_start_copy_compat (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/net/core/ |
D | gen_stats.c | 61 gnet_stats_start_copy_compat(struct sk_buff *skb, int type, int tc_stats_type, in gnet_stats_start_copy_compat() function 80 EXPORT_SYMBOL(gnet_stats_start_copy_compat); 99 return gnet_stats_start_copy_compat(skb, type, 0, 0, lock, d); in gnet_stats_start_copy()
|
/linux-4.4.14/include/net/ |
D | gen_stats.h | 30 int gnet_stats_start_copy_compat(struct sk_buff *skb, int type,
|
/linux-4.4.14/Documentation/networking/ |
D | gen_stats.txt | 58 if (gnet_stats_start_copy_compat(skb, TCA_STATS2, TCA_STATS,
|
/linux-4.4.14/net/sched/ |
D | sch_api.c | 1367 if (gnet_stats_start_copy_compat(skb, TCA_STATS2, TCA_STATS, TCA_XSTATS, in tc_fill_qdisc() 1681 if (gnet_stats_start_copy_compat(skb, TCA_STATS2, TCA_STATS, TCA_XSTATS, in tc_fill_tclass()
|
D | act_api.c | 631 err = gnet_stats_start_copy_compat(skb, 0, in tcf_action_copy_stats()
|