Lines Matching refs:ip6_dst_ops
339 /* allocate dst with ip6_dst_ops */
343 struct rt6_info *rt = dst_alloc(&net->ipv6.ip6_dst_ops, dev,
3291 struct net *net = container_of(ops, struct net, ipv6.ip6_dst_ops);
6312 dst_entries_get_slow(&net->ipv6.ip6_dst_ops),
6433 table[1].data = &net->ipv6.ip6_dst_ops.gc_thresh;
6467 memcpy(&net->ipv6.ip6_dst_ops, &ip6_dst_ops_template,
6468 sizeof(net->ipv6.ip6_dst_ops));
6470 if (dst_entries_init(&net->ipv6.ip6_dst_ops) < 0)
6484 net->ipv6.ip6_null_entry->dst.ops = &net->ipv6.ip6_dst_ops;
6496 net->ipv6.ip6_prohibit_entry->dst.ops = &net->ipv6.ip6_dst_ops;
6506 net->ipv6.ip6_blk_hole_entry->dst.ops = &net->ipv6.ip6_dst_ops;
6540 dst_entries_destroy(&net->ipv6.ip6_dst_ops);
6553 dst_entries_destroy(&net->ipv6.ip6_dst_ops);