]>
git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - include/uapi/linux/kcm.h
2 * Kernel Connection Multiplexor
4 * Copyright (c) 2016 Tom Herbert <tom@herbertland.com>
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License version 2
8 * as published by the Free Software Foundation.
10 * User API to clone KCM sockets and attach transport socket to a KCM
30 #define SIOCKCMATTACH (SIOCPROTOPRIVATE + 0)
31 #define SIOCKCMUNATTACH (SIOCPROTOPRIVATE + 1)
32 #define SIOCKCMCLONE (SIOCPROTOPRIVATE + 2)
34 #define KCMPROTO_CONNECTED 0
37 #define KCM_RECV_DISABLE 1