]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - include/net/protocol.h
[IP_SOCKGLUE]: Remove most of the tcp specific calls
[net-next-2.6.git] / include / net / protocol.h
index 357691f6a45f1d19f6e2709fd604c59eee74fa25..a29cb29647d085e7b77dd9016fcaba6c0d744f00 100644 (file)
@@ -76,6 +76,7 @@ struct inet_protosw {
 };
 #define INET_PROTOSW_REUSE 0x01             /* Are ports automatically reusable? */
 #define INET_PROTOSW_PERMANENT 0x02  /* Permanent protocols are unremovable. */
+#define INET_PROTOSW_ICSK      0x04  /* Is this an inet_connection_sock? */
 
 extern struct net_protocol *inet_protocol_base;
 extern struct net_protocol *inet_protos[MAX_INET_PROTOS];