Searched refs:rt6_stats (Results 1 – 4 of 4) 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()1252 info->nl_net->ipv6.rt6_stats->fib_rt_entries++; in fib6_add_rt2node()1931 net->ipv6.rt6_stats->fib_rt_entries--; in fib6_del_route()1932 net->ipv6.rt6_stats->fib_discarded_routes++; in fib6_del_route()1978 net->ipv6.rt6_stats->fib_route_nodes--; in fib6_del_route()2368 net->ipv6.rt6_stats = kzalloc(sizeof(*net->ipv6.rt6_stats), GFP_KERNEL); in fib6_net_init()2369 if (!net->ipv6.rt6_stats) in fib6_net_init()2414 kfree(net->ipv6.rt6_stats); in fib6_net_init()[all …]
349 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()2661 atomic_inc(&net->ipv6.rt6_stats->fib_rt_alloc); in ip6_blackhole_route()6309 net->ipv6.rt6_stats->fib_nodes, in rt6_stats_seq_show()6310 net->ipv6.rt6_stats->fib_route_nodes, in rt6_stats_seq_show()6311 atomic_read(&net->ipv6.rt6_stats->fib_rt_alloc), in rt6_stats_seq_show()6312 net->ipv6.rt6_stats->fib_rt_entries, in rt6_stats_seq_show()6313 net->ipv6.rt6_stats->fib_rt_cache, in rt6_stats_seq_show()6315 net->ipv6.rt6_stats->fib_discarded_routes); in rt6_stats_seq_show()
71 struct rt6_statistics *rt6_stats; member
1260 rt6_stats Global IPv6 routing tables statistics
Completed in 23 milliseconds