Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv6/
H A Droute.c251 static struct dst_ops ip6_dst_ops_template = { variable
6377 .data = &ip6_dst_ops_template.gc_thresh,
6494 memcpy(&net->ipv6.ip6_dst_ops, &ip6_dst_ops_template, in ip6_route_net_init()
6707 ip6_dst_ops_template.kmem_cachep = in ip6_route_init()
6710 if (!ip6_dst_ops_template.kmem_cachep) in ip6_route_init()
6725 ip6_dst_blackhole_ops.kmem_cachep = ip6_dst_ops_template.kmem_cachep; in ip6_route_init()
6798 kmem_cache_destroy(ip6_dst_ops_template.kmem_cachep); in ip6_route_init()
6817 kmem_cache_destroy(ip6_dst_ops_template.kmem_cachep); in ip6_route_cleanup()