14d13 < * Ira Burton : Support for SOCK_CLUSTER 78,91d76 < < /* Ira Burton, SOCK_CLUSTER protocol */ < static struct inet_protocol cluster_protocol = { < handler: cluster_rcv, < err_handler: tcp_v4_err, < next: IPPROTO_PREVIOUS, < protocol: IPPROTO_CLUSTER, < name: "CL" < }; < < < #undef IPPROTO_PREVIOUS < #define IPPROTO_PREVIOUS &cluster_protocol <