Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv6/
H A Droute.c244 static struct dst_ops ip6_dst_ops_template = { variable
6203 .data = &ip6_dst_ops_template.gc_thresh,
6311 memcpy(&net->ipv6.ip6_dst_ops, &ip6_dst_ops_template, in ip6_route_net_init()
6524 ip6_dst_ops_template.kmem_cachep = in ip6_route_init()
6527 if (!ip6_dst_ops_template.kmem_cachep) in ip6_route_init()
6542 ip6_dst_blackhole_ops.kmem_cachep = ip6_dst_ops_template.kmem_cachep; in ip6_route_init()
6614 kmem_cache_destroy(ip6_dst_ops_template.kmem_cachep); in ip6_route_init()
6633 kmem_cache_destroy(ip6_dst_ops_template.kmem_cachep); in ip6_route_cleanup()
/kernel/linux/linux-6.6/net/ipv6/
H A Droute.c250 static struct dst_ops ip6_dst_ops_template = { variable
6350 .data = &ip6_dst_ops_template.gc_thresh,
6467 memcpy(&net->ipv6.ip6_dst_ops, &ip6_dst_ops_template, in ip6_route_net_init()
6680 ip6_dst_ops_template.kmem_cachep = in ip6_route_init()
6683 if (!ip6_dst_ops_template.kmem_cachep) in ip6_route_init()
6698 ip6_dst_blackhole_ops.kmem_cachep = ip6_dst_ops_template.kmem_cachep; in ip6_route_init()
6771 kmem_cache_destroy(ip6_dst_ops_template.kmem_cachep); in ip6_route_init()
6790 kmem_cache_destroy(ip6_dst_ops_template.kmem_cachep); in ip6_route_cleanup()

Completed in 16 milliseconds