diff options
Diffstat (limited to 'net/tipc/port.h')
-rw-r--r-- | net/tipc/port.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net/tipc/port.h b/net/tipc/port.h index 4660e3065790..fb66e2e5f4d1 100644 --- a/net/tipc/port.h +++ b/net/tipc/port.h | |||
@@ -190,7 +190,7 @@ int tipc_publish(u32 portref, unsigned int scope, | |||
190 | int tipc_withdraw(u32 portref, unsigned int scope, | 190 | int tipc_withdraw(u32 portref, unsigned int scope, |
191 | struct tipc_name_seq const *name_seq); | 191 | struct tipc_name_seq const *name_seq); |
192 | 192 | ||
193 | int tipc_connect2port(u32 portref, struct tipc_portid const *port); | 193 | int tipc_connect(u32 portref, struct tipc_portid const *port); |
194 | 194 | ||
195 | int tipc_disconnect(u32 portref); | 195 | int tipc_disconnect(u32 portref); |
196 | 196 | ||
@@ -200,7 +200,9 @@ int tipc_shutdown(u32 ref); | |||
200 | /* | 200 | /* |
201 | * The following routines require that the port be locked on entry | 201 | * The following routines require that the port be locked on entry |
202 | */ | 202 | */ |
203 | int tipc_disconnect_port(struct tipc_port *tp_ptr); | 203 | int __tipc_disconnect(struct tipc_port *tp_ptr); |
204 | int __tipc_connect(u32 ref, struct tipc_port *p_ptr, | ||
205 | struct tipc_portid const *peer); | ||
204 | int tipc_port_peer_msg(struct tipc_port *p_ptr, struct tipc_msg *msg); | 206 | int tipc_port_peer_msg(struct tipc_port *p_ptr, struct tipc_msg *msg); |
205 | 207 | ||
206 | /* | 208 | /* |