Skip to content

Commit b97bf3f

Browse files
Per LidenDavid S. Miller
authored andcommitted
[TIPC] Initial merge
TIPC (Transparent Inter Process Communication) is a protocol designed for intra cluster communication. For more information see http://tipc.sourceforge.net Signed-off-by: Per Liden <[email protected]>
1 parent 58cba46 commit b97bf3f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+19464
-0
lines changed

include/linux/socket.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ struct ucred {
186186
#define AF_PPPOX 24 /* PPPoX sockets */
187187
#define AF_WANPIPE 25 /* Wanpipe API Sockets */
188188
#define AF_LLC 26 /* Linux LLC */
189+
#define AF_TIPC 30 /* TIPC sockets */
189190
#define AF_BLUETOOTH 31 /* Bluetooth sockets */
190191
#define AF_MAX 32 /* For now.. */
191192

@@ -218,6 +219,7 @@ struct ucred {
218219
#define PF_PPPOX AF_PPPOX
219220
#define PF_WANPIPE AF_WANPIPE
220221
#define PF_LLC AF_LLC
222+
#define PF_TIPC AF_TIPC
221223
#define PF_BLUETOOTH AF_BLUETOOTH
222224
#define PF_MAX AF_MAX
223225

@@ -279,6 +281,7 @@ struct ucred {
279281
#define SOL_LLC 268
280282
#define SOL_DCCP 269
281283
#define SOL_NETLINK 270
284+
#define SOL_TIPC 271
282285

283286
/* IPX options */
284287
#define IPX_TYPE 1

0 commit comments

Comments
 (0)