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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/tipc/msg.h b/net/tipc/msg.h
index 868fe22e3452..462fa194a6af 100644
--- a/net/tipc/msg.h
+++ b/net/tipc/msg.h
@@ -738,8 +738,8 @@ bool tipc_msg_bundle(struct sk_buff *bbuf, struct sk_buff *buf, u32 mtu);
738 738
739bool tipc_msg_make_bundle(struct sk_buff **buf, u32 mtu, u32 dnode); 739bool tipc_msg_make_bundle(struct sk_buff **buf, u32 mtu, u32 dnode);
740 740
741int tipc_msg_build2(struct tipc_msg *mhdr, struct iovec const *iov, 741int tipc_msg_build(struct tipc_msg *mhdr, struct iovec const *iov,
742 int offset, int dsz, int mtu , struct sk_buff **chain); 742 int offset, int dsz, int mtu , struct sk_buff **chain);
743 743
744struct sk_buff *tipc_msg_reassemble(struct sk_buff *chain); 744struct sk_buff *tipc_msg_reassemble(struct sk_buff *chain);
745 745