Searched refs:rt6_stats (Results 1 – 5 of 5) sorted by relevance
188 net->ipv6.rt6_stats->fib_nodes++; in node_alloc()196 net->ipv6.rt6_stats->fib_nodes--; in node_free_immediate()209 net->ipv6.rt6_stats->fib_nodes--; in node_free()1251 info->nl_net->ipv6.rt6_stats->fib_rt_entries++; in fib6_add_rt2node()1930 net->ipv6.rt6_stats->fib_rt_entries--; in fib6_del_route()1931 net->ipv6.rt6_stats->fib_discarded_routes++; in fib6_del_route()1977 net->ipv6.rt6_stats->fib_route_nodes--; in fib6_del_route()2367 net->ipv6.rt6_stats = kzalloc(sizeof(*net->ipv6.rt6_stats), GFP_KERNEL); in fib6_net_init()2368 if (!net->ipv6.rt6_stats) in fib6_net_init()2413 kfree(net->ipv6.rt6_stats); in fib6_net_init()[all …]
95 atomic_inc(&dev_net(dev)->ipv6.rt6_stats->fib_rt_uncache); in xfrm6_fill_dst()
156 atomic_dec(&net->ipv6.rt6_stats->fib_rt_uncache); in rt6_uncached_list_del()346 atomic_inc(&net->ipv6.rt6_stats->fib_rt_alloc); in ip6_dst_alloc()1452 net->ipv6.rt6_stats->fib_rt_cache--; in rt6_remove_exception()1713 net->ipv6.rt6_stats->fib_rt_cache++; in rt6_insert_exception()2665 atomic_inc(&net->ipv6.rt6_stats->fib_rt_alloc); in ip6_blackhole_route()3290 atomic_inc(&net->ipv6.rt6_stats->fib_rt_uncache); in icmp6_dst_alloc()6321 net->ipv6.rt6_stats->fib_nodes, in rt6_stats_seq_show()6322 net->ipv6.rt6_stats->fib_route_nodes, in rt6_stats_seq_show()6324 net->ipv6.rt6_stats->fib_rt_entries, in rt6_stats_seq_show()6325 net->ipv6.rt6_stats->fib_rt_cache, in rt6_stats_seq_show()[all …]
71 struct rt6_statistics *rt6_stats; member
1281 rt6_stats Global IPv6 routing tables statistics
Completed in 40 milliseconds