Lines Matching refs:ip6_dst_ops
353 struct rt6_info *rt = dst_alloc(&net->ipv6.ip6_dst_ops, dev, in ip6_dst_alloc()
2714 struct net *net = container_of(ops, struct net, ipv6.ip6_dst_ops); in ip6_dst_gc()
5062 dst_entries_get_slow(&net->ipv6.ip6_dst_ops), in rt6_stats_seq_show()
5172 table[1].data = &net->ipv6.ip6_dst_ops.gc_thresh; in ipv6_route_sysctl_init()
5195 memcpy(&net->ipv6.ip6_dst_ops, &ip6_dst_ops_template, in ip6_route_net_init()
5196 sizeof(net->ipv6.ip6_dst_ops)); in ip6_route_net_init()
5198 if (dst_entries_init(&net->ipv6.ip6_dst_ops) < 0) in ip6_route_net_init()
5212 net->ipv6.ip6_null_entry->dst.ops = &net->ipv6.ip6_dst_ops; in ip6_route_net_init()
5223 net->ipv6.ip6_prohibit_entry->dst.ops = &net->ipv6.ip6_dst_ops; in ip6_route_net_init()
5232 net->ipv6.ip6_blk_hole_entry->dst.ops = &net->ipv6.ip6_dst_ops; in ip6_route_net_init()
5261 dst_entries_destroy(&net->ipv6.ip6_dst_ops); in ip6_route_net_init()
5274 dst_entries_destroy(&net->ipv6.ip6_dst_ops); in ip6_route_net_exit()