diff options
Diffstat (limited to 'net/tipc/link.h')
-rw-r--r-- | net/tipc/link.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/net/tipc/link.h b/net/tipc/link.h index 34d3f55c4cea..7aeb52092bf3 100644 --- a/net/tipc/link.h +++ b/net/tipc/link.h | |||
@@ -215,14 +215,6 @@ void tipc_link_reset_fragments(struct tipc_link *l_ptr); | |||
215 | int tipc_link_is_up(struct tipc_link *l_ptr); | 215 | int tipc_link_is_up(struct tipc_link *l_ptr); |
216 | int tipc_link_is_active(struct tipc_link *l_ptr); | 216 | int tipc_link_is_active(struct tipc_link *l_ptr); |
217 | void tipc_link_purge_queues(struct tipc_link *l_ptr); | 217 | void tipc_link_purge_queues(struct tipc_link *l_ptr); |
218 | struct sk_buff *tipc_link_cmd_config(struct net *net, const void *req_tlv_area, | ||
219 | int req_tlv_space, u16 cmd); | ||
220 | struct sk_buff *tipc_link_cmd_show_stats(struct net *net, | ||
221 | const void *req_tlv_area, | ||
222 | int req_tlv_space); | ||
223 | struct sk_buff *tipc_link_cmd_reset_stats(struct net *net, | ||
224 | const void *req_tlv_area, | ||
225 | int req_tlv_space); | ||
226 | void tipc_link_reset_all(struct tipc_node *node); | 218 | void tipc_link_reset_all(struct tipc_node *node); |
227 | void tipc_link_reset(struct tipc_link *l_ptr); | 219 | void tipc_link_reset(struct tipc_link *l_ptr); |
228 | void tipc_link_reset_list(struct net *net, unsigned int bearer_id); | 220 | void tipc_link_reset_list(struct net *net, unsigned int bearer_id); |