diff options
Diffstat (limited to 'net/tipc/msg.h')
-rw-r--r-- | net/tipc/msg.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/tipc/msg.h b/net/tipc/msg.h index 3e4384c222f7..b4ba1b4f9ae7 100644 --- a/net/tipc/msg.h +++ b/net/tipc/msg.h | |||
@@ -98,7 +98,7 @@ struct plist; | |||
98 | #define MAX_H_SIZE 60 /* Largest possible TIPC header size */ | 98 | #define MAX_H_SIZE 60 /* Largest possible TIPC header size */ |
99 | 99 | ||
100 | #define MAX_MSG_SIZE (MAX_H_SIZE + TIPC_MAX_USER_MSG_SIZE) | 100 | #define MAX_MSG_SIZE (MAX_H_SIZE + TIPC_MAX_USER_MSG_SIZE) |
101 | 101 | #define FB_MTU 3744 | |
102 | #define TIPC_MEDIA_INFO_OFFSET 5 | 102 | #define TIPC_MEDIA_INFO_OFFSET 5 |
103 | 103 | ||
104 | struct tipc_skb_cb { | 104 | struct tipc_skb_cb { |
@@ -943,6 +943,7 @@ bool tipc_msg_extract(struct sk_buff *skb, struct sk_buff **iskb, int *pos); | |||
943 | int tipc_msg_build(struct tipc_msg *mhdr, struct msghdr *m, | 943 | int tipc_msg_build(struct tipc_msg *mhdr, struct msghdr *m, |
944 | int offset, int dsz, int mtu, struct sk_buff_head *list); | 944 | int offset, int dsz, int mtu, struct sk_buff_head *list); |
945 | bool tipc_msg_lookup_dest(struct net *net, struct sk_buff *skb, int *err); | 945 | bool tipc_msg_lookup_dest(struct net *net, struct sk_buff *skb, int *err); |
946 | bool tipc_msg_assemble(struct sk_buff_head *list); | ||
946 | bool tipc_msg_reassemble(struct sk_buff_head *list, struct sk_buff_head *rcvq); | 947 | bool tipc_msg_reassemble(struct sk_buff_head *list, struct sk_buff_head *rcvq); |
947 | bool tipc_msg_pskb_copy(u32 dst, struct sk_buff_head *msg, | 948 | bool tipc_msg_pskb_copy(u32 dst, struct sk_buff_head *msg, |
948 | struct sk_buff_head *cpy); | 949 | struct sk_buff_head *cpy); |