Lines Matching refs:ipv6
343 struct rt6_info *rt = dst_alloc(&net->ipv6.ip6_dst_ops, dev, in ip6_dst_alloc()
348 atomic_inc(&net->ipv6.rt6_stats->fib_rt_alloc); in ip6_dst_alloc()
566 res->f6i = net->ipv6.fib6_null_entry; in rt6_device_match()
580 res->f6i = net->ipv6.fib6_null_entry; in rt6_device_match()
875 if (!leaf || leaf == net->ipv6.fib6_null_entry) in rt6_select()
914 res->f6i = net->ipv6.fib6_null_entry; in rt6_select()
1167 rt = net->ipv6.ip6_null_entry; in ip6_hold_safe()
1198 nrt = dev_net(dev)->ipv6.ip6_null_entry; in ip6_create_rt_rcu()
1218 res.f6i = net->ipv6.fib6_null_entry; in ip6_pol_route_lookup()
1223 if (res.f6i == net->ipv6.fib6_null_entry) { in ip6_pol_route_lookup()
1228 rt = net->ipv6.ip6_null_entry; in ip6_pol_route_lookup()
1453 net->ipv6.rt6_stats->fib_rt_cache--; in rt6_remove_exception()
1714 net->ipv6.rt6_stats->fib_rt_cache++; in rt6_insert_exception()
2184 if (res->f6i == net->ipv6.fib6_null_entry) { in fib6_table_lookup()
2214 if (net->ipv6.devconf_all->forwarding == 0) in ip6_pol_route()
2220 if (res.f6i == net->ipv6.fib6_null_entry) in ip6_pol_route()
2261 rt = net->ipv6.ip6_null_entry; in ip6_pol_route()
2643 dst = &net->ipv6.ip6_null_entry->dst; in ip6_route_output_flags()
2662 atomic_inc(&net->ipv6.rt6_stats->fib_rt_alloc); in ip6_blackhole_route()
2831 rt6_update_expires(rt, net->ipv6.sysctl.ip6_rt_mtu_expires); in rt6_do_update_pmtu()
3093 rt = net->ipv6.fib6_null_entry; in __ip6_route_redirect()
3095 ret = net->ipv6.ip6_null_entry; in __ip6_route_redirect()
3099 if (rt == net->ipv6.fib6_null_entry) { in __ip6_route_redirect()
3191 if (mtu < net->ipv6.sysctl.ip6_rt_min_advmss) in ip6_default_advmss()
3192 mtu = net->ipv6.sysctl.ip6_rt_min_advmss; in ip6_default_advmss()
3291 struct net *net = container_of(ops, struct net, ipv6.ip6_dst_ops); in ip6_dst_gc()
3292 int rt_min_interval = net->ipv6.sysctl.ip6_rt_gc_min_interval; in ip6_dst_gc()
3293 int rt_elasticity = net->ipv6.sysctl.ip6_rt_gc_elasticity; in ip6_dst_gc()
3294 int rt_gc_timeout = net->ipv6.sysctl.ip6_rt_gc_timeout; in ip6_dst_gc()
3295 unsigned long rt_last_gc = net->ipv6.ip6_rt_last_gc; in ip6_dst_gc()
3302 fib6_run_gc(atomic_inc_return(&net->ipv6.ip6_rt_gc_expire), net, true); in ip6_dst_gc()
3305 atomic_set(&net->ipv6.ip6_rt_gc_expire, rt_gc_timeout >> 1); in ip6_dst_gc()
3307 val = atomic_read(&net->ipv6.ip6_rt_gc_expire); in ip6_dst_gc()
3308 atomic_set(&net->ipv6.ip6_rt_gc_expire, val - (val >> rt_elasticity)); in ip6_dst_gc()
3333 if (!err && res->f6i != net->ipv6.fib6_null_entry) in ip6_nh_lookup_table()
3859 if (rt == net->ipv6.fib6_null_entry) { in __ip6_del_rt()
3892 if (rt == net->ipv6.fib6_null_entry) in __ip6_del_rt_siblings()
4419 head = &net->ipv6.fib_table_hash[h]; in rt6_purge_dflt_routers()
4577 (net->ipv6.devconf_all->disable_policy || in addrconf_f6i_alloc()
4597 rt != net->ipv6.fib6_null_entry && in fib6_remove_prefsrc()
4756 if (rt != net->ipv6.fib6_null_entry && !rt->nh && in fib6_ifup()
4842 if (rt == net->ipv6.fib6_null_entry || rt->nh) in fib6_ifdown()
4889 if (net->ipv6.sysctl.skip_notify_on_dev_down) in rt6_sync_down_dev()
5890 if (rt == net->ipv6.fib6_null_entry) in rt6_dump_route()
6117 if (rt == net->ipv6.ip6_null_entry) { in inet6_rtm_getroute()
6233 if (net->ipv6.sysctl.fib_notify_on_flag_change == 2 && in fib6_info_hw_flags_set()
6245 if (!net->ipv6.sysctl.fib_notify_on_flag_change) in fib6_info_hw_flags_set()
6281 net->ipv6.fib6_null_entry->fib6_nh->fib_nh_dev = dev; in ip6_route_dev_notify()
6282 net->ipv6.ip6_null_entry->dst.dev = dev; in ip6_route_dev_notify()
6283 net->ipv6.ip6_null_entry->rt6i_idev = in6_dev_get(dev); in ip6_route_dev_notify()
6285 net->ipv6.ip6_prohibit_entry->dst.dev = dev; in ip6_route_dev_notify()
6286 net->ipv6.ip6_prohibit_entry->rt6i_idev = in6_dev_get(dev); in ip6_route_dev_notify()
6287 net->ipv6.ip6_blk_hole_entry->dst.dev = dev; in ip6_route_dev_notify()
6288 net->ipv6.ip6_blk_hole_entry->rt6i_idev = in6_dev_get(dev); in ip6_route_dev_notify()
6295 in6_dev_put_clear(&net->ipv6.ip6_null_entry->rt6i_idev); in ip6_route_dev_notify()
6297 in6_dev_put_clear(&net->ipv6.ip6_prohibit_entry->rt6i_idev); in ip6_route_dev_notify()
6298 in6_dev_put_clear(&net->ipv6.ip6_blk_hole_entry->rt6i_idev); in ip6_route_dev_notify()
6314 net->ipv6.rt6_stats->fib_nodes, in rt6_stats_seq_show()
6315 net->ipv6.rt6_stats->fib_route_nodes, in rt6_stats_seq_show()
6316 atomic_read(&net->ipv6.rt6_stats->fib_rt_alloc), in rt6_stats_seq_show()
6317 net->ipv6.rt6_stats->fib_rt_entries, in rt6_stats_seq_show()
6318 net->ipv6.rt6_stats->fib_rt_cache, in rt6_stats_seq_show()
6319 dst_entries_get_slow(&net->ipv6.ip6_dst_ops), in rt6_stats_seq_show()
6320 net->ipv6.rt6_stats->fib_discarded_routes); in rt6_stats_seq_show()
6338 delay = net->ipv6.sysctl.flush_delay; in ipv6_sysctl_rtcache_flush()
6350 .data = &init_net.ipv6.sysctl.ip6_rt_max_size,
6364 .data = &init_net.ipv6.sysctl.flush_delay,
6371 .data = &init_net.ipv6.sysctl.ip6_rt_gc_min_interval,
6378 .data = &init_net.ipv6.sysctl.ip6_rt_gc_timeout,
6385 .data = &init_net.ipv6.sysctl.ip6_rt_gc_interval,
6392 .data = &init_net.ipv6.sysctl.ip6_rt_gc_elasticity,
6399 .data = &init_net.ipv6.sysctl.ip6_rt_mtu_expires,
6406 .data = &init_net.ipv6.sysctl.ip6_rt_min_advmss,
6413 .data = &init_net.ipv6.sysctl.ip6_rt_gc_min_interval,
6420 .data = &init_net.ipv6.sysctl.skip_notify_on_dev_down,
6439 table[0].data = &net->ipv6.sysctl.ip6_rt_max_size; in ipv6_route_sysctl_init()
6440 table[1].data = &net->ipv6.ip6_dst_ops.gc_thresh; in ipv6_route_sysctl_init()
6441 table[2].data = &net->ipv6.sysctl.flush_delay; in ipv6_route_sysctl_init()
6443 table[3].data = &net->ipv6.sysctl.ip6_rt_gc_min_interval; in ipv6_route_sysctl_init()
6444 table[4].data = &net->ipv6.sysctl.ip6_rt_gc_timeout; in ipv6_route_sysctl_init()
6445 table[5].data = &net->ipv6.sysctl.ip6_rt_gc_interval; in ipv6_route_sysctl_init()
6446 table[6].data = &net->ipv6.sysctl.ip6_rt_gc_elasticity; in ipv6_route_sysctl_init()
6447 table[7].data = &net->ipv6.sysctl.ip6_rt_mtu_expires; in ipv6_route_sysctl_init()
6448 table[8].data = &net->ipv6.sysctl.ip6_rt_min_advmss; in ipv6_route_sysctl_init()
6449 table[9].data = &net->ipv6.sysctl.ip6_rt_gc_min_interval; in ipv6_route_sysctl_init()
6450 table[10].data = &net->ipv6.sysctl.skip_notify_on_dev_down; in ipv6_route_sysctl_init()
6474 memcpy(&net->ipv6.ip6_dst_ops, &ip6_dst_ops_template, in ip6_route_net_init()
6475 sizeof(net->ipv6.ip6_dst_ops)); in ip6_route_net_init()
6477 if (dst_entries_init(&net->ipv6.ip6_dst_ops) < 0) in ip6_route_net_init()
6480 net->ipv6.fib6_null_entry = fib6_info_alloc(GFP_KERNEL, true); in ip6_route_net_init()
6481 if (!net->ipv6.fib6_null_entry) in ip6_route_net_init()
6483 memcpy(net->ipv6.fib6_null_entry, &fib6_null_entry_template, in ip6_route_net_init()
6484 sizeof(*net->ipv6.fib6_null_entry)); in ip6_route_net_init()
6486 net->ipv6.ip6_null_entry = kmemdup(&ip6_null_entry_template, in ip6_route_net_init()
6487 sizeof(*net->ipv6.ip6_null_entry), in ip6_route_net_init()
6489 if (!net->ipv6.ip6_null_entry) in ip6_route_net_init()
6491 net->ipv6.ip6_null_entry->dst.ops = &net->ipv6.ip6_dst_ops; in ip6_route_net_init()
6492 dst_init_metrics(&net->ipv6.ip6_null_entry->dst, in ip6_route_net_init()
6494 INIT_LIST_HEAD(&net->ipv6.ip6_null_entry->dst.rt_uncached); in ip6_route_net_init()
6497 net->ipv6.fib6_has_custom_rules = false; in ip6_route_net_init()
6498 net->ipv6.ip6_prohibit_entry = kmemdup(&ip6_prohibit_entry_template, in ip6_route_net_init()
6499 sizeof(*net->ipv6.ip6_prohibit_entry), in ip6_route_net_init()
6501 if (!net->ipv6.ip6_prohibit_entry) in ip6_route_net_init()
6503 net->ipv6.ip6_prohibit_entry->dst.ops = &net->ipv6.ip6_dst_ops; in ip6_route_net_init()
6504 dst_init_metrics(&net->ipv6.ip6_prohibit_entry->dst, in ip6_route_net_init()
6506 INIT_LIST_HEAD(&net->ipv6.ip6_prohibit_entry->dst.rt_uncached); in ip6_route_net_init()
6508 net->ipv6.ip6_blk_hole_entry = kmemdup(&ip6_blk_hole_entry_template, in ip6_route_net_init()
6509 sizeof(*net->ipv6.ip6_blk_hole_entry), in ip6_route_net_init()
6511 if (!net->ipv6.ip6_blk_hole_entry) in ip6_route_net_init()
6513 net->ipv6.ip6_blk_hole_entry->dst.ops = &net->ipv6.ip6_dst_ops; in ip6_route_net_init()
6514 dst_init_metrics(&net->ipv6.ip6_blk_hole_entry->dst, in ip6_route_net_init()
6516 INIT_LIST_HEAD(&net->ipv6.ip6_blk_hole_entry->dst.rt_uncached); in ip6_route_net_init()
6518 net->ipv6.fib6_routes_require_src = 0; in ip6_route_net_init()
6522 net->ipv6.sysctl.flush_delay = 0; in ip6_route_net_init()
6523 net->ipv6.sysctl.ip6_rt_max_size = INT_MAX; in ip6_route_net_init()
6524 net->ipv6.sysctl.ip6_rt_gc_min_interval = HZ / 2; in ip6_route_net_init()
6525 net->ipv6.sysctl.ip6_rt_gc_timeout = 60*HZ; in ip6_route_net_init()
6526 net->ipv6.sysctl.ip6_rt_gc_interval = 30*HZ; in ip6_route_net_init()
6527 net->ipv6.sysctl.ip6_rt_gc_elasticity = 9; in ip6_route_net_init()
6528 net->ipv6.sysctl.ip6_rt_mtu_expires = 10*60*HZ; in ip6_route_net_init()
6529 net->ipv6.sysctl.ip6_rt_min_advmss = IPV6_MIN_MTU - 20 - 40; in ip6_route_net_init()
6530 net->ipv6.sysctl.skip_notify_on_dev_down = 0; in ip6_route_net_init()
6532 atomic_set(&net->ipv6.ip6_rt_gc_expire, 30*HZ); in ip6_route_net_init()
6540 kfree(net->ipv6.ip6_prohibit_entry); in ip6_route_net_init()
6542 kfree(net->ipv6.ip6_null_entry); in ip6_route_net_init()
6545 kfree(net->ipv6.fib6_null_entry); in ip6_route_net_init()
6547 dst_entries_destroy(&net->ipv6.ip6_dst_ops); in ip6_route_net_init()
6554 kfree(net->ipv6.fib6_null_entry); in ip6_route_net_exit()
6555 kfree(net->ipv6.ip6_null_entry); in ip6_route_net_exit()
6557 kfree(net->ipv6.ip6_prohibit_entry); in ip6_route_net_exit()
6558 kfree(net->ipv6.ip6_blk_hole_entry); in ip6_route_net_exit()
6560 dst_entries_destroy(&net->ipv6.ip6_dst_ops); in ip6_route_net_exit()
6600 net->ipv6.peers = bp; in ipv6_inetpeer_init()
6606 struct inet_peer_base *bp = net->ipv6.peers; in ipv6_inetpeer_exit()
6608 net->ipv6.peers = NULL; in ipv6_inetpeer_exit()
6633 init_net.ipv6.fib6_null_entry->fib6_nh->fib_nh_dev = init_net.loopback_dev; in ip6_route_init_special_entries()
6634 init_net.ipv6.ip6_null_entry->dst.dev = init_net.loopback_dev; in ip6_route_init_special_entries()
6635 init_net.ipv6.ip6_null_entry->rt6i_idev = in6_dev_get(init_net.loopback_dev); in ip6_route_init_special_entries()
6637 init_net.ipv6.ip6_prohibit_entry->dst.dev = init_net.loopback_dev; in ip6_route_init_special_entries()
6638 init_net.ipv6.ip6_prohibit_entry->rt6i_idev = in6_dev_get(init_net.loopback_dev); in ip6_route_init_special_entries()
6639 init_net.ipv6.ip6_blk_hole_entry->dst.dev = init_net.loopback_dev; in ip6_route_init_special_entries()
6640 init_net.ipv6.ip6_blk_hole_entry->rt6i_idev = in6_dev_get(init_net.loopback_dev); in ip6_route_init_special_entries()