aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/node.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/tipc/node.h')
-rw-r--r--net/tipc/node.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/net/tipc/node.h b/net/tipc/node.h
index 4f59a30e989a..2404225c5d58 100644
--- a/net/tipc/node.h
+++ b/net/tipc/node.h
@@ -51,7 +51,8 @@ enum {
51 TIPC_BLOCK_FLOWCTL = (1 << 3), 51 TIPC_BLOCK_FLOWCTL = (1 << 3),
52 TIPC_BCAST_RCAST = (1 << 4), 52 TIPC_BCAST_RCAST = (1 << 4),
53 TIPC_NODE_ID128 = (1 << 5), 53 TIPC_NODE_ID128 = (1 << 5),
54 TIPC_LINK_PROTO_SEQNO = (1 << 6) 54 TIPC_LINK_PROTO_SEQNO = (1 << 6),
55 TIPC_MCAST_RBCTL = (1 << 7)
55}; 56};
56 57
57#define TIPC_NODE_CAPABILITIES (TIPC_SYN_BIT | \ 58#define TIPC_NODE_CAPABILITIES (TIPC_SYN_BIT | \
@@ -60,7 +61,8 @@ enum {
60 TIPC_BCAST_RCAST | \ 61 TIPC_BCAST_RCAST | \
61 TIPC_BLOCK_FLOWCTL | \ 62 TIPC_BLOCK_FLOWCTL | \
62 TIPC_NODE_ID128 | \ 63 TIPC_NODE_ID128 | \
63 TIPC_LINK_PROTO_SEQNO) 64 TIPC_LINK_PROTO_SEQNO | \
65 TIPC_MCAST_RBCTL)
64#define INVALID_BEARER_ID -1 66#define INVALID_BEARER_ID -1
65 67
66void tipc_node_stop(struct net *net); 68void tipc_node_stop(struct net *net);