memory-hotplug: remove sysfs file of node
[cascardo/linux.git] / include / linux / socket.h
index 9a546ff..2b9f74b 100644 (file)
@@ -178,7 +178,8 @@ struct ucred {
 #define AF_CAIF                37      /* CAIF sockets                 */
 #define AF_ALG         38      /* Algorithm sockets            */
 #define AF_NFC         39      /* NFC sockets                  */
-#define AF_MAX         40      /* For now.. */
+#define AF_VSOCK       40      /* vSockets                     */
+#define AF_MAX         41      /* For now.. */
 
 /* Protocol families, same as address families. */
 #define PF_UNSPEC      AF_UNSPEC
@@ -221,6 +222,7 @@ struct ucred {
 #define PF_CAIF                AF_CAIF
 #define PF_ALG         AF_ALG
 #define PF_NFC         AF_NFC
+#define PF_VSOCK       AF_VSOCK
 #define PF_MAX         AF_MAX
 
 /* Maximum queue length specifiable by listen.  */