aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/msg.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/tipc/msg.h')
-rw-r--r--net/tipc/msg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tipc/msg.h b/net/tipc/msg.h
index 0ea7b695ac4d..d7d2ba2afe6c 100644
--- a/net/tipc/msg.h
+++ b/net/tipc/msg.h
@@ -743,7 +743,7 @@ bool tipc_msg_bundle(struct sk_buff *bbuf, struct sk_buff *buf, u32 mtu);
743 743
744bool tipc_msg_make_bundle(struct sk_buff **buf, u32 mtu, u32 dnode); 744bool tipc_msg_make_bundle(struct sk_buff **buf, u32 mtu, u32 dnode);
745 745
746int tipc_msg_build(struct tipc_msg *mhdr, struct iovec const *iov, 746int tipc_msg_build(struct tipc_msg *mhdr, struct msghdr *m,
747 int offset, int dsz, int mtu , struct sk_buff **chain); 747 int offset, int dsz, int mtu , struct sk_buff **chain);
748 748
749struct sk_buff *tipc_msg_reassemble(struct sk_buff *chain); 749struct sk_buff *tipc_msg_reassemble(struct sk_buff *chain);