TCP: Add comments to (near) all functions in tcp_output.c v3
[safe/jmp/linux-2.6] / net / ipv4 / udplite.c
index d8ea8e5..c784891 100644 (file)
@@ -51,6 +51,7 @@ struct proto  udplite_prot = {
        .unhash            = udp_lib_unhash,
        .get_port          = udp_v4_get_port,
        .obj_size          = sizeof(struct udp_sock),
+       .slab_flags        = SLAB_DESTROY_BY_RCU,
        .h.udp_table       = &udplite_table,
 #ifdef CONFIG_COMPAT
        .compat_setsockopt = compat_udp_setsockopt,