--- zzzz-none-000/linux-4.4.60/include/linux/socket.h	2017-04-08 07:53:53.000000000 +0000
+++ jet-2400-727/linux-4.4.60/include/linux/socket.h	2021-03-17 14:36:41.000000000 +0000
@@ -200,7 +200,9 @@
 #define AF_ALG		38	/* Algorithm sockets		*/
 #define AF_NFC		39	/* NFC sockets			*/
 #define AF_VSOCK	40	/* vSockets			*/
-#define AF_MAX		41	/* For now.. */
+#define AF_OVPN		41	/* OpenVPN Sockets		*/
+#define AF_QIPCRTR	42	/* Qualcomm Technology Inc IPC Router */
+#define AF_MAX		43	/* For now.. */
 
 /* Protocol families, same as address families. */
 #define PF_UNSPEC	AF_UNSPEC
@@ -246,6 +248,8 @@
 #define PF_ALG		AF_ALG
 #define PF_NFC		AF_NFC
 #define PF_VSOCK	AF_VSOCK
+#define PF_OVPN		AF_OVPN
+#define PF_QIPCRTR	AF_QIPCRTR
 #define PF_MAX		AF_MAX
 
 /* Maximum queue length specifiable by listen.  */