Home
last modified time | relevance | path

Searched refs:ip6_dst_ops (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/include/net/netns/
Dipv6.h61 struct dst_ops ip6_dst_ops; member
/linux-4.4.14/net/ipv6/
Droute.c331 struct rt6_info *rt = dst_alloc(&net->ipv6.ip6_dst_ops, dev, in __ip6_dst_alloc()
1673 struct net *net = container_of(ops, struct net, ipv6.ip6_dst_ops); in ip6_dst_gc()
3394 dst_entries_get_slow(&net->ipv6.ip6_dst_ops), in rt6_stats_seq_show()
3517 table[1].data = &net->ipv6.ip6_dst_ops.gc_thresh; in ipv6_route_sysctl_init()
3540 memcpy(&net->ipv6.ip6_dst_ops, &ip6_dst_ops_template, in ip6_route_net_init()
3541 sizeof(net->ipv6.ip6_dst_ops)); in ip6_route_net_init()
3543 if (dst_entries_init(&net->ipv6.ip6_dst_ops) < 0) in ip6_route_net_init()
3553 net->ipv6.ip6_null_entry->dst.ops = &net->ipv6.ip6_dst_ops; in ip6_route_net_init()
3565 net->ipv6.ip6_prohibit_entry->dst.ops = &net->ipv6.ip6_dst_ops; in ip6_route_net_init()
3576 net->ipv6.ip6_blk_hole_entry->dst.ops = &net->ipv6.ip6_dst_ops; in ip6_route_net_init()
[all …]