diff options
Diffstat (limited to 'net/tipc/link.h')
-rw-r--r-- | net/tipc/link.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/net/tipc/link.h b/net/tipc/link.h index 200d518b218e..782983ccd323 100644 --- a/net/tipc/link.h +++ b/net/tipc/link.h | |||
@@ -227,13 +227,8 @@ void tipc_link_reset_all(struct tipc_node *node); | |||
227 | void tipc_link_reset(struct tipc_link *l_ptr); | 227 | void tipc_link_reset(struct tipc_link *l_ptr); |
228 | void tipc_link_reset_list(unsigned int bearer_id); | 228 | void tipc_link_reset_list(unsigned int bearer_id); |
229 | int tipc_link_xmit(struct sk_buff *buf, u32 dest, u32 selector); | 229 | int tipc_link_xmit(struct sk_buff *buf, u32 dest, u32 selector); |
230 | void tipc_link_names_xmit(struct list_head *message_list, u32 dest); | 230 | int __tipc_link_xmit(struct tipc_link *link, struct sk_buff *buf); |
231 | int __tipc_link_xmit(struct tipc_link *l_ptr, struct sk_buff *buf); | ||
232 | int tipc_link_send_buf(struct tipc_link *l_ptr, struct sk_buff *buf); | ||
233 | u32 tipc_link_get_max_pkt(u32 dest, u32 selector); | 231 | u32 tipc_link_get_max_pkt(u32 dest, u32 selector); |
234 | int tipc_link_iovec_xmit_fast(struct tipc_port *sender, | ||
235 | struct iovec const *msg_sect, | ||
236 | unsigned int len, u32 destnode); | ||
237 | void tipc_link_bundle_rcv(struct sk_buff *buf); | 232 | void tipc_link_bundle_rcv(struct sk_buff *buf); |
238 | void tipc_link_proto_xmit(struct tipc_link *l_ptr, u32 msg_typ, int prob, | 233 | void tipc_link_proto_xmit(struct tipc_link *l_ptr, u32 msg_typ, int prob, |
239 | u32 gap, u32 tolerance, u32 priority, u32 acked_mtu); | 234 | u32 gap, u32 tolerance, u32 priority, u32 acked_mtu); |