aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/link.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/tipc/link.h')
-rw-r--r--net/tipc/link.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/tipc/link.h b/net/tipc/link.h
index 8addc5ec5fc6..73beecb369e2 100644
--- a/net/tipc/link.h
+++ b/net/tipc/link.h
@@ -231,6 +231,7 @@ struct sk_buff *tipc_link_cmd_show_stats(const void *req_tlv_area,
231struct sk_buff *tipc_link_cmd_reset_stats(const void *req_tlv_area, 231struct sk_buff *tipc_link_cmd_reset_stats(const void *req_tlv_area,
232 int req_tlv_space); 232 int req_tlv_space);
233void tipc_link_reset(struct tipc_link *l_ptr); 233void tipc_link_reset(struct tipc_link *l_ptr);
234void tipc_link_reset_list(struct tipc_bearer *b_ptr);
234int tipc_link_send(struct sk_buff *buf, u32 dest, u32 selector); 235int tipc_link_send(struct sk_buff *buf, u32 dest, u32 selector);
235void tipc_link_send_names(struct list_head *message_list, u32 dest); 236void tipc_link_send_names(struct list_head *message_list, u32 dest);
236int tipc_link_send_buf(struct tipc_link *l_ptr, struct sk_buff *buf); 237int tipc_link_send_buf(struct tipc_link *l_ptr, struct sk_buff *buf);