Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/decnet/
Ddn_route.c116 static struct dst_ops dn_dst_ops = { variable
789 if ((rt = dst_alloc(&dn_dst_ops)) == NULL) { in dn_route_output_slow()
970 if ((rt = dst_alloc(&dn_dst_ops)) == NULL) { in dn_route_input_slow()
1244 dn_dst_ops.kmem_cachep = kmem_cache_create("dn_dst_cache", in dn_route_init()
1249 if (!dn_dst_ops.kmem_cachep) in dn_route_init()
1292 dn_dst_ops.gc_thresh = (dn_rt_hash_mask + 1); in dn_route_init()