aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/bearer.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/tipc/bearer.h')
-rw-r--r--net/tipc/bearer.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/tipc/bearer.h b/net/tipc/bearer.h
index b67b7ea4cc36..2fa86bd67c0a 100644
--- a/net/tipc/bearer.h
+++ b/net/tipc/bearer.h
@@ -183,14 +183,14 @@ int tipc_l2_send_msg(struct sk_buff *buf, struct tipc_bearer *b,
183 struct tipc_media_addr *dest); 183 struct tipc_media_addr *dest);
184 184
185struct sk_buff *tipc_bearer_get_names(void); 185struct sk_buff *tipc_bearer_get_names(void);
186void tipc_bearer_add_dest(struct tipc_bearer *b_ptr, u32 dest); 186void tipc_bearer_add_dest(u32 bearer_id, u32 dest);
187void tipc_bearer_remove_dest(struct tipc_bearer *b_ptr, u32 dest); 187void tipc_bearer_remove_dest(u32 bearer_id, u32 dest);
188struct tipc_bearer *tipc_bearer_find(const char *name); 188struct tipc_bearer *tipc_bearer_find(const char *name);
189struct tipc_media *tipc_media_find(const char *name); 189struct tipc_media *tipc_media_find(const char *name);
190int tipc_bearer_setup(void); 190int tipc_bearer_setup(void);
191void tipc_bearer_cleanup(void); 191void tipc_bearer_cleanup(void);
192void tipc_bearer_stop(void); 192void tipc_bearer_stop(void);
193void tipc_bearer_send(struct tipc_bearer *b, struct sk_buff *buf, 193void tipc_bearer_send(u32 bearer_id, struct sk_buff *buf,
194 struct tipc_media_addr *dest); 194 struct tipc_media_addr *dest);
195 195
196#endif /* _TIPC_BEARER_H */ 196#endif /* _TIPC_BEARER_H */