blob: 8fdd969e12bd22f4a012b760323544ce78bd7f77 [file] [log] [blame]
Per Lidenb97bf3f2006-01-02 19:04:38 +01001/*
Jon Paul Maloy02c00c22014-06-09 11:08:18 -05002 * net/tipc/socket.c: TIPC socket API
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09003 *
Jon Maloy75da2162017-10-13 11:04:23 +02004 * Copyright (c) 2001-2007, 2012-2017, Ericsson AB
Ying Xuec5fa7b32013-06-17 10:54:39 -04005 * Copyright (c) 2004-2008, 2010-2013, Wind River Systems
Per Lidenb97bf3f2006-01-02 19:04:38 +01006 * All rights reserved.
7 *
Per Liden9ea1fd32006-01-11 13:30:43 +01008 * Redistribution and use in source and binary forms, with or without
Per Lidenb97bf3f2006-01-02 19:04:38 +01009 * modification, are permitted provided that the following conditions are met:
10 *
Per Liden9ea1fd32006-01-11 13:30:43 +010011 * 1. Redistributions of source code must retain the above copyright
12 * notice, this list of conditions and the following disclaimer.
13 * 2. Redistributions in binary form must reproduce the above copyright
14 * notice, this list of conditions and the following disclaimer in the
15 * documentation and/or other materials provided with the distribution.
16 * 3. Neither the names of the copyright holders nor the names of its
17 * contributors may be used to endorse or promote products derived from
18 * this software without specific prior written permission.
Per Lidenb97bf3f2006-01-02 19:04:38 +010019 *
Per Liden9ea1fd32006-01-11 13:30:43 +010020 * Alternatively, this software may be distributed under the terms of the
21 * GNU General Public License ("GPL") version 2 as published by the Free
22 * Software Foundation.
23 *
24 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
25 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
26 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
27 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
28 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
29 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
30 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
31 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
32 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
33 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
Per Lidenb97bf3f2006-01-02 19:04:38 +010034 * POSSIBILITY OF SUCH DAMAGE.
35 */
36
Ying Xue07f6c4b2015-01-07 13:41:58 +080037#include <linux/rhashtable.h>
Ingo Molnar174cd4b2017-02-02 19:15:33 +010038#include <linux/sched/signal.h>
39
Per Lidenb97bf3f2006-01-02 19:04:38 +010040#include "core.h"
Jon Paul Maloye2dafe82014-06-25 20:41:37 -050041#include "name_table.h"
Erik Hugne78acb1f2014-04-24 16:26:47 +020042#include "node.h"
Jon Paul Maloye2dafe82014-06-25 20:41:37 -050043#include "link.h"
Jon Paul Maloyc637c102015-02-05 08:36:41 -050044#include "name_distr.h"
Jon Paul Maloy2e84c602014-08-22 18:09:18 -040045#include "socket.h"
Jon Paul Maloya6bf70f2015-05-14 10:46:13 -040046#include "bcast.h"
Richard Alpe49cc66e2016-03-04 17:04:42 +010047#include "netlink.h"
Jon Maloy75da2162017-10-13 11:04:23 +020048#include "group.h"
Erik Hugne2cf8aa12012-06-29 00:16:37 -040049
Ying Xue07f6c4b2015-01-07 13:41:58 +080050#define CONN_TIMEOUT_DEFAULT 8000 /* default connect timeout = 8s */
Ying Xue2f55c432015-01-09 15:27:00 +080051#define CONN_PROBING_INTERVAL msecs_to_jiffies(3600000) /* [ms] => 1 h */
Ying Xue07f6c4b2015-01-07 13:41:58 +080052#define TIPC_FWD_MSG 1
Ying Xue07f6c4b2015-01-07 13:41:58 +080053#define TIPC_MAX_PORT 0xffffffff
54#define TIPC_MIN_PORT 1
Jon Paul Maloye9f8b102017-05-02 18:16:53 +020055#define TIPC_ACK_RATE 4 /* ACK at 1/4 of of rcv window size */
Jon Paul Maloy301bae52014-08-22 18:09:20 -040056
Parthasarathy Bhuvaragan0c288c82016-11-01 14:02:43 +010057enum {
58 TIPC_LISTEN = TCP_LISTEN,
Parthasarathy Bhuvaragan8ea642e2016-11-01 14:02:44 +010059 TIPC_ESTABLISHED = TCP_ESTABLISHED,
Parthasarathy Bhuvaragan438adca2016-11-01 14:02:45 +010060 TIPC_OPEN = TCP_CLOSE,
Parthasarathy Bhuvaragan9fd4b072016-11-01 14:02:46 +010061 TIPC_DISCONNECTING = TCP_CLOSE_WAIT,
Parthasarathy Bhuvaragan99a20882016-11-01 14:02:48 +010062 TIPC_CONNECTING = TCP_SYN_SENT,
Parthasarathy Bhuvaragan0c288c82016-11-01 14:02:43 +010063};
64
Jon Maloy31c82a22017-10-13 11:04:24 +020065struct sockaddr_pair {
66 struct sockaddr_tipc sock;
67 struct sockaddr_tipc member;
68};
69
Jon Paul Maloy301bae52014-08-22 18:09:20 -040070/**
71 * struct tipc_sock - TIPC socket structure
72 * @sk: socket - interacts with 'port' and with user via the socket API
Jon Paul Maloy301bae52014-08-22 18:09:20 -040073 * @conn_type: TIPC type used when connection was established
74 * @conn_instance: TIPC instance used when connection was established
75 * @published: non-zero if port has one or more associated names
76 * @max_pkt: maximum packet size "hint" used when building messages sent by port
Ying Xue07f6c4b2015-01-07 13:41:58 +080077 * @portid: unique port identity in TIPC socket hash table
Jon Paul Maloy301bae52014-08-22 18:09:20 -040078 * @phdr: preformatted message header used when sending messages
Jon Paul Maloy365ad352017-01-03 10:55:11 -050079 * #cong_links: list of congested links
Jon Paul Maloy301bae52014-08-22 18:09:20 -040080 * @publications: list of publications for port
Jon Paul Maloy365ad352017-01-03 10:55:11 -050081 * @blocking_link: address of the congested link we are currently sleeping on
Jon Paul Maloy301bae52014-08-22 18:09:20 -040082 * @pub_count: total # of publications port has made during its lifetime
83 * @probing_state:
Jon Paul Maloy301bae52014-08-22 18:09:20 -040084 * @conn_timeout: the time we can wait for an unresponded setup request
85 * @dupl_rcvcnt: number of bytes counted twice, in both backlog and rcv queue
Jon Paul Maloy365ad352017-01-03 10:55:11 -050086 * @cong_link_cnt: number of congested links
Jon Maloy75da2162017-10-13 11:04:23 +020087 * @snt_unacked: # messages sent by socket, and not yet acked by peer
Jon Paul Maloy301bae52014-08-22 18:09:20 -040088 * @rcv_unacked: # messages read by user, but not yet acked back to peer
Parthasarathy Bhuvaraganaeda16b2016-11-01 14:02:38 +010089 * @peer: 'connected' peer for dgram/rdm
Ying Xue07f6c4b2015-01-07 13:41:58 +080090 * @node: hash table node
Jon Paul Maloy01fd12b2017-01-18 13:50:53 -050091 * @mc_method: cookie for use between socket and broadcast layer
Ying Xue07f6c4b2015-01-07 13:41:58 +080092 * @rcu: rcu struct for tipc_sock
Jon Paul Maloy301bae52014-08-22 18:09:20 -040093 */
94struct tipc_sock {
95 struct sock sk;
Jon Paul Maloy301bae52014-08-22 18:09:20 -040096 u32 conn_type;
97 u32 conn_instance;
98 int published;
99 u32 max_pkt;
Ying Xue07f6c4b2015-01-07 13:41:58 +0800100 u32 portid;
Jon Paul Maloy301bae52014-08-22 18:09:20 -0400101 struct tipc_msg phdr;
Jon Paul Maloy365ad352017-01-03 10:55:11 -0500102 struct list_head cong_links;
Jon Paul Maloy301bae52014-08-22 18:09:20 -0400103 struct list_head publications;
104 u32 pub_count;
Jon Paul Maloy301bae52014-08-22 18:09:20 -0400105 uint conn_timeout;
106 atomic_t dupl_rcvcnt;
Parthasarathy Bhuvaragan8ea642e2016-11-01 14:02:44 +0100107 bool probe_unacked;
Jon Paul Maloy365ad352017-01-03 10:55:11 -0500108 u16 cong_link_cnt;
Jon Paul Maloy10724cc2016-05-02 11:58:47 -0400109 u16 snt_unacked;
110 u16 snd_win;
Jon Paul Maloy60020e12016-05-02 11:58:46 -0400111 u16 peer_caps;
Jon Paul Maloy10724cc2016-05-02 11:58:47 -0400112 u16 rcv_unacked;
113 u16 rcv_win;
Parthasarathy Bhuvaraganaeda16b2016-11-01 14:02:38 +0100114 struct sockaddr_tipc peer;
Ying Xue07f6c4b2015-01-07 13:41:58 +0800115 struct rhash_head node;
Jon Paul Maloy01fd12b2017-01-18 13:50:53 -0500116 struct tipc_mc_method mc_method;
Ying Xue07f6c4b2015-01-07 13:41:58 +0800117 struct rcu_head rcu;
Jon Maloy75da2162017-10-13 11:04:23 +0200118 struct tipc_group *group;
Jon Paul Maloy301bae52014-08-22 18:09:20 -0400119};
Per Lidenb97bf3f2006-01-02 19:04:38 +0100120
Jon Maloy64ac5f52017-10-13 11:04:20 +0200121static int tipc_sk_backlog_rcv(struct sock *sk, struct sk_buff *skb);
David S. Miller676d2362014-04-11 16:15:36 -0400122static void tipc_data_ready(struct sock *sk);
Ying Xuef288bef2012-08-21 11:16:57 +0800123static void tipc_write_space(struct sock *sk);
Ying Xuef4195d12015-11-22 15:46:05 +0800124static void tipc_sock_destruct(struct sock *sk);
Ying Xue247f0f32014-02-18 16:06:46 +0800125static int tipc_release(struct socket *sock);
David Howellscdfbabf2017-03-09 08:09:05 +0000126static int tipc_accept(struct socket *sock, struct socket *new_sock, int flags,
127 bool kern);
Ying Xuef2f2a962015-01-09 15:27:02 +0800128static void tipc_sk_timeout(unsigned long data);
Jon Paul Maloy301bae52014-08-22 18:09:20 -0400129static int tipc_sk_publish(struct tipc_sock *tsk, uint scope,
Jon Paul Maloy0fc87aa2014-08-22 18:09:17 -0400130 struct tipc_name_seq const *seq);
Jon Paul Maloy301bae52014-08-22 18:09:20 -0400131static int tipc_sk_withdraw(struct tipc_sock *tsk, uint scope,
Jon Paul Maloy0fc87aa2014-08-22 18:09:17 -0400132 struct tipc_name_seq const *seq);
Jon Maloy75da2162017-10-13 11:04:23 +0200133static int tipc_sk_leave(struct tipc_sock *tsk);
Ying Xuee05b31f2015-01-09 15:27:08 +0800134static struct tipc_sock *tipc_sk_lookup(struct net *net, u32 portid);
Ying Xue07f6c4b2015-01-07 13:41:58 +0800135static int tipc_sk_insert(struct tipc_sock *tsk);
136static void tipc_sk_remove(struct tipc_sock *tsk);
Jon Paul Maloy365ad352017-01-03 10:55:11 -0500137static int __tipc_sendstream(struct socket *sock, struct msghdr *m, size_t dsz);
Ying Xue39a02952015-03-02 15:37:47 +0800138static int __tipc_sendmsg(struct socket *sock, struct msghdr *m, size_t dsz);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100139
Florian Westphalbca65ea2008-02-07 18:18:01 -0800140static const struct proto_ops packet_ops;
141static const struct proto_ops stream_ops;
142static const struct proto_ops msg_ops;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100143static struct proto tipc_proto;
Herbert Xu6cca72892015-03-20 21:57:05 +1100144static const struct rhashtable_params tsk_rht_params;
145
Jon Paul Maloyc5898632015-02-05 08:36:36 -0500146static u32 tsk_own_node(struct tipc_sock *tsk)
147{
148 return msg_prevnode(&tsk->phdr);
149}
150
Jon Paul Maloy301bae52014-08-22 18:09:20 -0400151static u32 tsk_peer_node(struct tipc_sock *tsk)
Jon Paul Maloy2e84c602014-08-22 18:09:18 -0400152{
Jon Paul Maloy301bae52014-08-22 18:09:20 -0400153 return msg_destnode(&tsk->phdr);
Jon Paul Maloy2e84c602014-08-22 18:09:18 -0400154}
155
Jon Paul Maloy301bae52014-08-22 18:09:20 -0400156static u32 tsk_peer_port(struct tipc_sock *tsk)
Jon Paul Maloy2e84c602014-08-22 18:09:18 -0400157{
Jon Paul Maloy301bae52014-08-22 18:09:20 -0400158 return msg_destport(&tsk->phdr);
Jon Paul Maloy2e84c602014-08-22 18:09:18 -0400159}
160
Jon Paul Maloy301bae52014-08-22 18:09:20 -0400161static bool tsk_unreliable(struct tipc_sock *tsk)
Jon Paul Maloy2e84c602014-08-22 18:09:18 -0400162{
Jon Paul Maloy301bae52014-08-22 18:09:20 -0400163 return msg_src_droppable(&tsk->phdr) != 0;
Jon Paul Maloy2e84c602014-08-22 18:09:18 -0400164}
165
Jon Paul Maloy301bae52014-08-22 18:09:20 -0400166static void tsk_set_unreliable(struct tipc_sock *tsk, bool unreliable)
Jon Paul Maloy2e84c602014-08-22 18:09:18 -0400167{
Jon Paul Maloy301bae52014-08-22 18:09:20 -0400168 msg_set_src_droppable(&tsk->phdr, unreliable ? 1 : 0);
Jon Paul Maloy2e84c602014-08-22 18:09:18 -0400169}
170
Jon Paul Maloy301bae52014-08-22 18:09:20 -0400171static bool tsk_unreturnable(struct tipc_sock *tsk)
Jon Paul Maloy2e84c602014-08-22 18:09:18 -0400172{
Jon Paul Maloy301bae52014-08-22 18:09:20 -0400173 return msg_dest_droppable(&tsk->phdr) != 0;
Jon Paul Maloy2e84c602014-08-22 18:09:18 -0400174}
175
Jon Paul Maloy301bae52014-08-22 18:09:20 -0400176static void tsk_set_unreturnable(struct tipc_sock *tsk, bool unreturnable)
Jon Paul Maloy2e84c602014-08-22 18:09:18 -0400177{
Jon Paul Maloy301bae52014-08-22 18:09:20 -0400178 msg_set_dest_droppable(&tsk->phdr, unreturnable ? 1 : 0);
Jon Paul Maloy2e84c602014-08-22 18:09:18 -0400179}
180
Jon Paul Maloy301bae52014-08-22 18:09:20 -0400181static int tsk_importance(struct tipc_sock *tsk)
Jon Paul Maloy2e84c602014-08-22 18:09:18 -0400182{
Jon Paul Maloy301bae52014-08-22 18:09:20 -0400183 return msg_importance(&tsk->phdr);
Jon Paul Maloy2e84c602014-08-22 18:09:18 -0400184}
185
Jon Paul Maloy301bae52014-08-22 18:09:20 -0400186static int tsk_set_importance(struct tipc_sock *tsk, int imp)
Jon Paul Maloy2e84c602014-08-22 18:09:18 -0400187{
188 if (imp > TIPC_CRITICAL_IMPORTANCE)
189 return -EINVAL;
Jon Paul Maloy301bae52014-08-22 18:09:20 -0400190 msg_set_importance(&tsk->phdr, (u32)imp);
Jon Paul Maloy2e84c602014-08-22 18:09:18 -0400191 return 0;
192}
Jon Paul Maloy8826cde2014-03-12 11:31:09 -0400193
Jon Paul Maloy301bae52014-08-22 18:09:20 -0400194static struct tipc_sock *tipc_sk(const struct sock *sk)
195{
196 return container_of(sk, struct tipc_sock, sk);
197}
198
Jon Paul Maloy10724cc2016-05-02 11:58:47 -0400199static bool tsk_conn_cong(struct tipc_sock *tsk)
Jon Paul Maloy301bae52014-08-22 18:09:20 -0400200{
Jon Paul Maloy6998cc62016-11-24 18:47:07 -0500201 return tsk->snt_unacked > tsk->snd_win;
Jon Paul Maloy10724cc2016-05-02 11:58:47 -0400202}
203
Jon Maloyb7d42632017-10-13 11:04:26 +0200204static u16 tsk_blocks(int len)
205{
206 return ((len / FLOWCTL_BLK_SZ) + 1);
207}
208
Jon Paul Maloy10724cc2016-05-02 11:58:47 -0400209/* tsk_blocks(): translate a buffer size in bytes to number of
210 * advertisable blocks, taking into account the ratio truesize(len)/len
211 * We can trust that this ratio is always < 4 for len >= FLOWCTL_BLK_SZ
212 */
213static u16 tsk_adv_blocks(int len)
214{
215 return len / FLOWCTL_BLK_SZ / 4;
216}
217
218/* tsk_inc(): increment counter for sent or received data
219 * - If block based flow control is not supported by peer we
220 * fall back to message based ditto, incrementing the counter
221 */
222static u16 tsk_inc(struct tipc_sock *tsk, int msglen)
223{
224 if (likely(tsk->peer_caps & TIPC_BLOCK_FLOWCTL))
225 return ((msglen / FLOWCTL_BLK_SZ) + 1);
226 return 1;
Jon Paul Maloy301bae52014-08-22 18:09:20 -0400227}
228
Per Lidenb97bf3f2006-01-02 19:04:38 +0100229/**
Jon Paul Maloy2e84c602014-08-22 18:09:18 -0400230 * tsk_advance_rx_queue - discard first buffer in socket receive queue
Allan Stephens0c3141e2008-04-15 00:22:02 -0700231 *
232 * Caller must hold socket lock
Per Lidenb97bf3f2006-01-02 19:04:38 +0100233 */
Jon Paul Maloy2e84c602014-08-22 18:09:18 -0400234static void tsk_advance_rx_queue(struct sock *sk)
Per Lidenb97bf3f2006-01-02 19:04:38 +0100235{
Allan Stephens5f6d9122011-11-04 13:24:29 -0400236 kfree_skb(__skb_dequeue(&sk->sk_receive_queue));
Per Lidenb97bf3f2006-01-02 19:04:38 +0100237}
238
Jon Paul Maloybcd3ffd2015-07-22 10:11:19 -0400239/* tipc_sk_respond() : send response message back to sender
240 */
241static void tipc_sk_respond(struct sock *sk, struct sk_buff *skb, int err)
242{
243 u32 selector;
244 u32 dnode;
245 u32 onode = tipc_own_addr(sock_net(sk));
246
247 if (!tipc_msg_reverse(onode, &skb, err))
248 return;
249
250 dnode = msg_destnode(buf_msg(skb));
251 selector = msg_origport(buf_msg(skb));
252 tipc_node_xmit_skb(sock_net(sk), skb, dnode, selector);
253}
254
Per Lidenb97bf3f2006-01-02 19:04:38 +0100255/**
Jon Paul Maloy2e84c602014-08-22 18:09:18 -0400256 * tsk_rej_rx_queue - reject all buffers in socket receive queue
Allan Stephens0c3141e2008-04-15 00:22:02 -0700257 *
258 * Caller must hold socket lock
259 */
Jon Paul Maloy2e84c602014-08-22 18:09:18 -0400260static void tsk_rej_rx_queue(struct sock *sk)
Allan Stephens0c3141e2008-04-15 00:22:02 -0700261{
Ying Xuea6ca1092014-11-26 11:41:55 +0800262 struct sk_buff *skb;
Allan Stephens0c3141e2008-04-15 00:22:02 -0700263
Jon Paul Maloybcd3ffd2015-07-22 10:11:19 -0400264 while ((skb = __skb_dequeue(&sk->sk_receive_queue)))
265 tipc_sk_respond(sk, skb, TIPC_ERR_NO_PORT);
Allan Stephens0c3141e2008-04-15 00:22:02 -0700266}
267
Parthasarathy Bhuvaragand6fb7e92016-11-01 14:02:40 +0100268static bool tipc_sk_connected(struct sock *sk)
269{
Parthasarathy Bhuvaraganf40acba2016-11-01 14:02:49 +0100270 return sk->sk_state == TIPC_ESTABLISHED;
Parthasarathy Bhuvaragand6fb7e92016-11-01 14:02:40 +0100271}
272
Parthasarathy Bhuvaraganc7520232016-11-01 14:02:42 +0100273/* tipc_sk_type_connectionless - check if the socket is datagram socket
274 * @sk: socket
275 *
276 * Returns true if connection less, false otherwise
277 */
278static bool tipc_sk_type_connectionless(struct sock *sk)
279{
280 return sk->sk_type == SOCK_RDM || sk->sk_type == SOCK_DGRAM;
281}
282
Jon Paul Maloy2e84c602014-08-22 18:09:18 -0400283/* tsk_peer_msg - verify if message was sent by connected port's peer
Jon Paul Maloy0fc87aa2014-08-22 18:09:17 -0400284 *
285 * Handles cases where the node's network address has changed from
286 * the default of <0.0.0> to its configured setting.
287 */
Jon Paul Maloy2e84c602014-08-22 18:09:18 -0400288static bool tsk_peer_msg(struct tipc_sock *tsk, struct tipc_msg *msg)
Jon Paul Maloy0fc87aa2014-08-22 18:09:17 -0400289{
Parthasarathy Bhuvaragand6fb7e92016-11-01 14:02:40 +0100290 struct sock *sk = &tsk->sk;
291 struct tipc_net *tn = net_generic(sock_net(sk), tipc_net_id);
Jon Paul Maloy301bae52014-08-22 18:09:20 -0400292 u32 peer_port = tsk_peer_port(tsk);
Jon Paul Maloy0fc87aa2014-08-22 18:09:17 -0400293 u32 orig_node;
294 u32 peer_node;
295
Parthasarathy Bhuvaragand6fb7e92016-11-01 14:02:40 +0100296 if (unlikely(!tipc_sk_connected(sk)))
Jon Paul Maloy0fc87aa2014-08-22 18:09:17 -0400297 return false;
298
299 if (unlikely(msg_origport(msg) != peer_port))
300 return false;
301
302 orig_node = msg_orignode(msg);
Jon Paul Maloy301bae52014-08-22 18:09:20 -0400303 peer_node = tsk_peer_node(tsk);
Jon Paul Maloy0fc87aa2014-08-22 18:09:17 -0400304
305 if (likely(orig_node == peer_node))
306 return true;
307
Ying Xue34747532015-01-09 15:27:10 +0800308 if (!orig_node && (peer_node == tn->own_addr))
Jon Paul Maloy0fc87aa2014-08-22 18:09:17 -0400309 return true;
310
Ying Xue34747532015-01-09 15:27:10 +0800311 if (!peer_node && (orig_node == tn->own_addr))
Jon Paul Maloy0fc87aa2014-08-22 18:09:17 -0400312 return true;
313
314 return false;
315}
316
Parthasarathy Bhuvaragan0c288c82016-11-01 14:02:43 +0100317/* tipc_set_sk_state - set the sk_state of the socket
318 * @sk: socket
319 *
320 * Caller must hold socket lock
321 *
322 * Returns 0 on success, errno otherwise
323 */
324static int tipc_set_sk_state(struct sock *sk, int state)
325{
Parthasarathy Bhuvaragan438adca2016-11-01 14:02:45 +0100326 int oldsk_state = sk->sk_state;
Parthasarathy Bhuvaragan0c288c82016-11-01 14:02:43 +0100327 int res = -EINVAL;
328
329 switch (state) {
Parthasarathy Bhuvaragan438adca2016-11-01 14:02:45 +0100330 case TIPC_OPEN:
331 res = 0;
332 break;
Parthasarathy Bhuvaragan0c288c82016-11-01 14:02:43 +0100333 case TIPC_LISTEN:
Parthasarathy Bhuvaragan99a20882016-11-01 14:02:48 +0100334 case TIPC_CONNECTING:
Parthasarathy Bhuvaragan438adca2016-11-01 14:02:45 +0100335 if (oldsk_state == TIPC_OPEN)
Parthasarathy Bhuvaragan0c288c82016-11-01 14:02:43 +0100336 res = 0;
337 break;
Parthasarathy Bhuvaragan8ea642e2016-11-01 14:02:44 +0100338 case TIPC_ESTABLISHED:
Parthasarathy Bhuvaragan99a20882016-11-01 14:02:48 +0100339 if (oldsk_state == TIPC_CONNECTING ||
Parthasarathy Bhuvaragan438adca2016-11-01 14:02:45 +0100340 oldsk_state == TIPC_OPEN)
Parthasarathy Bhuvaragan8ea642e2016-11-01 14:02:44 +0100341 res = 0;
342 break;
Parthasarathy Bhuvaragan9fd4b072016-11-01 14:02:46 +0100343 case TIPC_DISCONNECTING:
Parthasarathy Bhuvaragan99a20882016-11-01 14:02:48 +0100344 if (oldsk_state == TIPC_CONNECTING ||
Parthasarathy Bhuvaragan9fd4b072016-11-01 14:02:46 +0100345 oldsk_state == TIPC_ESTABLISHED)
346 res = 0;
347 break;
Parthasarathy Bhuvaragan0c288c82016-11-01 14:02:43 +0100348 }
349
350 if (!res)
351 sk->sk_state = state;
352
353 return res;
354}
355
Jon Paul Maloy8c44e1a2017-01-03 10:55:09 -0500356static int tipc_sk_sock_err(struct socket *sock, long *timeout)
357{
358 struct sock *sk = sock->sk;
359 int err = sock_error(sk);
360 int typ = sock->type;
361
362 if (err)
363 return err;
364 if (typ == SOCK_STREAM || typ == SOCK_SEQPACKET) {
365 if (sk->sk_state == TIPC_DISCONNECTING)
366 return -EPIPE;
367 else if (!tipc_sk_connected(sk))
368 return -ENOTCONN;
369 }
370 if (!*timeout)
371 return -EAGAIN;
372 if (signal_pending(current))
373 return sock_intr_errno(*timeout);
374
375 return 0;
376}
377
Jon Paul Maloy844cf762017-05-11 20:28:15 +0200378#define tipc_wait_for_cond(sock_, timeo_, condition_) \
379({ \
380 struct sock *sk_; \
381 int rc_; \
382 \
383 while ((rc_ = !(condition_))) { \
384 DEFINE_WAIT_FUNC(wait_, woken_wake_function); \
385 sk_ = (sock_)->sk; \
386 rc_ = tipc_sk_sock_err((sock_), timeo_); \
387 if (rc_) \
388 break; \
389 prepare_to_wait(sk_sleep(sk_), &wait_, TASK_INTERRUPTIBLE); \
390 release_sock(sk_); \
391 *(timeo_) = wait_woken(&wait_, TASK_INTERRUPTIBLE, *(timeo_)); \
392 sched_annotate_sleep(); \
393 lock_sock(sk_); \
394 remove_wait_queue(sk_sleep(sk_), &wait_); \
395 } \
396 rc_; \
Jon Paul Maloy8c44e1a2017-01-03 10:55:09 -0500397})
398
Allan Stephens0c3141e2008-04-15 00:22:02 -0700399/**
Ying Xuec5fa7b32013-06-17 10:54:39 -0400400 * tipc_sk_create - create a TIPC socket
Allan Stephens0c3141e2008-04-15 00:22:02 -0700401 * @net: network namespace (must be default network)
Per Lidenb97bf3f2006-01-02 19:04:38 +0100402 * @sock: pre-allocated socket structure
403 * @protocol: protocol indicator (must be 0)
Eric Paris3f378b62009-11-05 22:18:14 -0800404 * @kern: caused by kernel or by userspace?
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +0900405 *
Allan Stephens0c3141e2008-04-15 00:22:02 -0700406 * This routine creates additional data structures used by the TIPC socket,
407 * initializes them, and links them together.
Per Lidenb97bf3f2006-01-02 19:04:38 +0100408 *
409 * Returns 0 on success, errno otherwise
410 */
Jon Paul Maloy58ed9442014-03-12 11:31:12 -0400411static int tipc_sk_create(struct net *net, struct socket *sock,
412 int protocol, int kern)
Per Lidenb97bf3f2006-01-02 19:04:38 +0100413{
Jon Paul Maloyc5898632015-02-05 08:36:36 -0500414 struct tipc_net *tn;
Allan Stephens0c3141e2008-04-15 00:22:02 -0700415 const struct proto_ops *ops;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100416 struct sock *sk;
Jon Paul Maloy58ed9442014-03-12 11:31:12 -0400417 struct tipc_sock *tsk;
Jon Paul Maloy5b8fa7c2014-08-22 18:09:13 -0400418 struct tipc_msg *msg;
Allan Stephens0c3141e2008-04-15 00:22:02 -0700419
420 /* Validate arguments */
Per Lidenb97bf3f2006-01-02 19:04:38 +0100421 if (unlikely(protocol != 0))
422 return -EPROTONOSUPPORT;
423
Per Lidenb97bf3f2006-01-02 19:04:38 +0100424 switch (sock->type) {
425 case SOCK_STREAM:
Allan Stephens0c3141e2008-04-15 00:22:02 -0700426 ops = &stream_ops;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100427 break;
428 case SOCK_SEQPACKET:
Allan Stephens0c3141e2008-04-15 00:22:02 -0700429 ops = &packet_ops;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100430 break;
431 case SOCK_DGRAM:
Per Lidenb97bf3f2006-01-02 19:04:38 +0100432 case SOCK_RDM:
Allan Stephens0c3141e2008-04-15 00:22:02 -0700433 ops = &msg_ops;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100434 break;
Allan Stephens49978652006-06-25 23:47:18 -0700435 default:
Allan Stephens49978652006-06-25 23:47:18 -0700436 return -EPROTOTYPE;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100437 }
438
Allan Stephens0c3141e2008-04-15 00:22:02 -0700439 /* Allocate socket's protocol area */
Eric W. Biederman11aa9c22015-05-08 21:09:13 -0500440 sk = sk_alloc(net, AF_TIPC, GFP_KERNEL, &tipc_proto, kern);
Allan Stephens0c3141e2008-04-15 00:22:02 -0700441 if (sk == NULL)
442 return -ENOMEM;
443
Jon Paul Maloy58ed9442014-03-12 11:31:12 -0400444 tsk = tipc_sk(sk);
Jon Paul Maloy301bae52014-08-22 18:09:20 -0400445 tsk->max_pkt = MAX_PKT_DEFAULT;
Jon Paul Maloy301bae52014-08-22 18:09:20 -0400446 INIT_LIST_HEAD(&tsk->publications);
Jon Paul Maloy365ad352017-01-03 10:55:11 -0500447 INIT_LIST_HEAD(&tsk->cong_links);
Jon Paul Maloy301bae52014-08-22 18:09:20 -0400448 msg = &tsk->phdr;
Jon Paul Maloyc5898632015-02-05 08:36:36 -0500449 tn = net_generic(sock_net(sk), tipc_net_id);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100450
Allan Stephens0c3141e2008-04-15 00:22:02 -0700451 /* Finish initializing socket data structures */
Allan Stephens0c3141e2008-04-15 00:22:02 -0700452 sock->ops = ops;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100453 sock_init_data(sock, sk);
Parthasarathy Bhuvaragan438adca2016-11-01 14:02:45 +0100454 tipc_set_sk_state(sk, TIPC_OPEN);
Ying Xue07f6c4b2015-01-07 13:41:58 +0800455 if (tipc_sk_insert(tsk)) {
Masanari Iidac19ca6c2016-02-08 20:53:12 +0900456 pr_warn("Socket create failed; port number exhausted\n");
Ying Xue07f6c4b2015-01-07 13:41:58 +0800457 return -EINVAL;
458 }
Herbert Xu40f9f432017-02-11 19:26:46 +0800459
460 /* Ensure tsk is visible before we read own_addr. */
461 smp_mb();
462
463 tipc_msg_init(tn->own_addr, msg, TIPC_LOW_IMPORTANCE, TIPC_NAMED_MSG,
464 NAMED_H_SIZE, 0);
465
Ying Xue07f6c4b2015-01-07 13:41:58 +0800466 msg_set_origport(msg, tsk->portid);
Ying Xue3721e9c2015-01-13 17:07:48 +0800467 setup_timer(&sk->sk_timer, tipc_sk_timeout, (unsigned long)tsk);
Parthasarathy Bhuvaragan6f000892016-11-01 14:02:47 +0100468 sk->sk_shutdown = 0;
Jon Maloy64ac5f52017-10-13 11:04:20 +0200469 sk->sk_backlog_rcv = tipc_sk_backlog_rcv;
Ying Xuecc79dd12013-06-17 10:54:37 -0400470 sk->sk_rcvbuf = sysctl_tipc_rmem[1];
Ying Xuef288bef2012-08-21 11:16:57 +0800471 sk->sk_data_ready = tipc_data_ready;
472 sk->sk_write_space = tipc_write_space;
Ying Xuef4195d12015-11-22 15:46:05 +0800473 sk->sk_destruct = tipc_sock_destruct;
Jon Paul Maloy4f4482d2014-05-14 05:39:09 -0400474 tsk->conn_timeout = CONN_TIMEOUT_DEFAULT;
475 atomic_set(&tsk->dupl_rcvcnt, 0);
Allan Stephens7ef43eb2008-05-12 15:42:28 -0700476
Jon Paul Maloy10724cc2016-05-02 11:58:47 -0400477 /* Start out with safe limits until we receive an advertised window */
478 tsk->snd_win = tsk_adv_blocks(RCVBUF_MIN);
479 tsk->rcv_win = tsk->snd_win;
480
Parthasarathy Bhuvaraganc7520232016-11-01 14:02:42 +0100481 if (tipc_sk_type_connectionless(sk)) {
Jon Paul Maloy301bae52014-08-22 18:09:20 -0400482 tsk_set_unreturnable(tsk, true);
Allan Stephens0c3141e2008-04-15 00:22:02 -0700483 if (sock->type == SOCK_DGRAM)
Jon Paul Maloy301bae52014-08-22 18:09:20 -0400484 tsk_set_unreliable(tsk, true);
Allan Stephens0c3141e2008-04-15 00:22:02 -0700485 }
Parthasarathy Bhuvaragan438adca2016-11-01 14:02:45 +0100486
Per Lidenb97bf3f2006-01-02 19:04:38 +0100487 return 0;
488}
489
Ying Xue07f6c4b2015-01-07 13:41:58 +0800490static void tipc_sk_callback(struct rcu_head *head)
491{
492 struct tipc_sock *tsk = container_of(head, struct tipc_sock, rcu);
493
494 sock_put(&tsk->sk);
495}
496
Parthasarathy Bhuvaragan6f000892016-11-01 14:02:47 +0100497/* Caller should hold socket lock for the socket. */
498static void __tipc_shutdown(struct socket *sock, int error)
499{
500 struct sock *sk = sock->sk;
501 struct tipc_sock *tsk = tipc_sk(sk);
502 struct net *net = sock_net(sk);
Jon Paul Maloy365ad352017-01-03 10:55:11 -0500503 long timeout = CONN_TIMEOUT_DEFAULT;
Parthasarathy Bhuvaragan6f000892016-11-01 14:02:47 +0100504 u32 dnode = tsk_peer_node(tsk);
505 struct sk_buff *skb;
506
Jon Paul Maloy365ad352017-01-03 10:55:11 -0500507 /* Avoid that hi-prio shutdown msgs bypass msgs in link wakeup queue */
508 tipc_wait_for_cond(sock, &timeout, (!tsk->cong_link_cnt &&
509 !tsk_conn_cong(tsk)));
510
Parthasarathy Bhuvaragan6f000892016-11-01 14:02:47 +0100511 /* Reject all unreceived messages, except on an active connection
512 * (which disconnects locally & sends a 'FIN+' to peer).
513 */
514 while ((skb = __skb_dequeue(&sk->sk_receive_queue)) != NULL) {
515 if (TIPC_SKB_CB(skb)->bytes_read) {
516 kfree_skb(skb);
Jon Paul Maloy693c5642016-12-22 07:22:29 -0500517 continue;
Parthasarathy Bhuvaragan6f000892016-11-01 14:02:47 +0100518 }
Jon Paul Maloy693c5642016-12-22 07:22:29 -0500519 if (!tipc_sk_type_connectionless(sk) &&
520 sk->sk_state != TIPC_DISCONNECTING) {
521 tipc_set_sk_state(sk, TIPC_DISCONNECTING);
522 tipc_node_remove_conn(net, dnode, tsk->portid);
523 }
524 tipc_sk_respond(sk, skb, error);
Parthasarathy Bhuvaragan6f000892016-11-01 14:02:47 +0100525 }
Jon Paul Maloy693c5642016-12-22 07:22:29 -0500526
527 if (tipc_sk_type_connectionless(sk))
528 return;
529
Parthasarathy Bhuvaragan6f000892016-11-01 14:02:47 +0100530 if (sk->sk_state != TIPC_DISCONNECTING) {
531 skb = tipc_msg_create(TIPC_CRITICAL_IMPORTANCE,
532 TIPC_CONN_MSG, SHORT_H_SIZE, 0, dnode,
533 tsk_own_node(tsk), tsk_peer_port(tsk),
534 tsk->portid, error);
535 if (skb)
536 tipc_node_xmit_skb(net, skb, dnode, tsk->portid);
Jon Paul Maloy693c5642016-12-22 07:22:29 -0500537 tipc_node_remove_conn(net, dnode, tsk->portid);
538 tipc_set_sk_state(sk, TIPC_DISCONNECTING);
Parthasarathy Bhuvaragan6f000892016-11-01 14:02:47 +0100539 }
540}
541
Ying Xuec5fa7b32013-06-17 10:54:39 -0400542/**
Ying Xue247f0f32014-02-18 16:06:46 +0800543 * tipc_release - destroy a TIPC socket
Per Lidenb97bf3f2006-01-02 19:04:38 +0100544 * @sock: socket to destroy
545 *
546 * This routine cleans up any messages that are still queued on the socket.
547 * For DGRAM and RDM socket types, all queued messages are rejected.
548 * For SEQPACKET and STREAM socket types, the first message is rejected
549 * and any others are discarded. (If the first message on a STREAM socket
550 * is partially-read, it is discarded and the next one is rejected instead.)
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +0900551 *
Per Lidenb97bf3f2006-01-02 19:04:38 +0100552 * NOTE: Rejected messages are not necessarily returned to the sender! They
553 * are returned or discarded according to the "destination droppable" setting
554 * specified for the message by the sender.
555 *
556 * Returns 0 on success, errno otherwise
557 */
Ying Xue247f0f32014-02-18 16:06:46 +0800558static int tipc_release(struct socket *sock)
Per Lidenb97bf3f2006-01-02 19:04:38 +0100559{
Per Lidenb97bf3f2006-01-02 19:04:38 +0100560 struct sock *sk = sock->sk;
Jon Paul Maloy58ed9442014-03-12 11:31:12 -0400561 struct tipc_sock *tsk;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100562
Allan Stephens0c3141e2008-04-15 00:22:02 -0700563 /*
564 * Exit if socket isn't fully initialized (occurs when a failed accept()
565 * releases a pre-allocated child socket that was never used)
566 */
Allan Stephens0c3141e2008-04-15 00:22:02 -0700567 if (sk == NULL)
568 return 0;
569
Jon Paul Maloy58ed9442014-03-12 11:31:12 -0400570 tsk = tipc_sk(sk);
Allan Stephens0c3141e2008-04-15 00:22:02 -0700571 lock_sock(sk);
572
Parthasarathy Bhuvaragan6f000892016-11-01 14:02:47 +0100573 __tipc_shutdown(sock, TIPC_ERR_NO_PORT);
574 sk->sk_shutdown = SHUTDOWN_MASK;
Jon Maloy75da2162017-10-13 11:04:23 +0200575 tipc_sk_leave(tsk);
Jon Paul Maloy301bae52014-08-22 18:09:20 -0400576 tipc_sk_withdraw(tsk, 0, NULL);
Ying Xue1ea23a22015-05-28 13:19:22 +0800577 sk_stop_timer(sk, &sk->sk_timer);
Ying Xue07f6c4b2015-01-07 13:41:58 +0800578 tipc_sk_remove(tsk);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100579
Allan Stephens0c3141e2008-04-15 00:22:02 -0700580 /* Reject any messages that accumulated in backlog queue */
Allan Stephens0c3141e2008-04-15 00:22:02 -0700581 release_sock(sk);
Jon Maloya80ae532017-10-13 11:04:22 +0200582 tipc_dest_list_purge(&tsk->cong_links);
Jon Paul Maloy365ad352017-01-03 10:55:11 -0500583 tsk->cong_link_cnt = 0;
Ying Xue07f6c4b2015-01-07 13:41:58 +0800584 call_rcu(&tsk->rcu, tipc_sk_callback);
Allan Stephens0c3141e2008-04-15 00:22:02 -0700585 sock->sk = NULL;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100586
Geert Uytterhoeven065d7e32014-04-06 15:56:14 +0200587 return 0;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100588}
589
590/**
Ying Xue247f0f32014-02-18 16:06:46 +0800591 * tipc_bind - associate or disassocate TIPC name(s) with a socket
Per Lidenb97bf3f2006-01-02 19:04:38 +0100592 * @sock: socket structure
593 * @uaddr: socket address describing name(s) and desired operation
594 * @uaddr_len: size of socket address data structure
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +0900595 *
Per Lidenb97bf3f2006-01-02 19:04:38 +0100596 * Name and name sequence binding is indicated using a positive scope value;
597 * a negative scope value unbinds the specified name. Specifying no name
598 * (i.e. a socket address length of 0) unbinds all names from the socket.
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +0900599 *
Per Lidenb97bf3f2006-01-02 19:04:38 +0100600 * Returns 0 on success, errno otherwise
Allan Stephens0c3141e2008-04-15 00:22:02 -0700601 *
602 * NOTE: This routine doesn't need to take the socket lock since it doesn't
603 * access any non-constant socket information.
Per Lidenb97bf3f2006-01-02 19:04:38 +0100604 */
Ying Xue247f0f32014-02-18 16:06:46 +0800605static int tipc_bind(struct socket *sock, struct sockaddr *uaddr,
606 int uaddr_len)
Per Lidenb97bf3f2006-01-02 19:04:38 +0100607{
Ying Xue84602762013-12-27 10:18:28 +0800608 struct sock *sk = sock->sk;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100609 struct sockaddr_tipc *addr = (struct sockaddr_tipc *)uaddr;
Jon Paul Maloy58ed9442014-03-12 11:31:12 -0400610 struct tipc_sock *tsk = tipc_sk(sk);
Ying Xue84602762013-12-27 10:18:28 +0800611 int res = -EINVAL;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100612
Ying Xue84602762013-12-27 10:18:28 +0800613 lock_sock(sk);
614 if (unlikely(!uaddr_len)) {
Jon Paul Maloy301bae52014-08-22 18:09:20 -0400615 res = tipc_sk_withdraw(tsk, 0, NULL);
Ying Xue84602762013-12-27 10:18:28 +0800616 goto exit;
617 }
Jon Maloy75da2162017-10-13 11:04:23 +0200618 if (tsk->group) {
619 res = -EACCES;
620 goto exit;
621 }
Ying Xue84602762013-12-27 10:18:28 +0800622 if (uaddr_len < sizeof(struct sockaddr_tipc)) {
623 res = -EINVAL;
624 goto exit;
625 }
626 if (addr->family != AF_TIPC) {
627 res = -EAFNOSUPPORT;
628 goto exit;
629 }
Per Lidenb97bf3f2006-01-02 19:04:38 +0100630
Per Lidenb97bf3f2006-01-02 19:04:38 +0100631 if (addr->addrtype == TIPC_ADDR_NAME)
632 addr->addr.nameseq.upper = addr->addr.nameseq.lower;
Ying Xue84602762013-12-27 10:18:28 +0800633 else if (addr->addrtype != TIPC_ADDR_NAMESEQ) {
634 res = -EAFNOSUPPORT;
635 goto exit;
636 }
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +0900637
Ying Xue13a2e892013-06-17 10:54:40 -0400638 if ((addr->addr.nameseq.type < TIPC_RESERVED_TYPES) &&
Ying Xue7d0ab172013-06-17 10:54:41 -0400639 (addr->addr.nameseq.type != TIPC_TOP_SRV) &&
Ying Xue84602762013-12-27 10:18:28 +0800640 (addr->addr.nameseq.type != TIPC_CFG_SRV)) {
641 res = -EACCES;
642 goto exit;
643 }
Allan Stephensc422f1b2011-11-02 15:49:40 -0400644
Ying Xue84602762013-12-27 10:18:28 +0800645 res = (addr->scope > 0) ?
Jon Paul Maloy301bae52014-08-22 18:09:20 -0400646 tipc_sk_publish(tsk, addr->scope, &addr->addr.nameseq) :
647 tipc_sk_withdraw(tsk, -addr->scope, &addr->addr.nameseq);
Ying Xue84602762013-12-27 10:18:28 +0800648exit:
649 release_sock(sk);
650 return res;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100651}
652
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +0900653/**
Ying Xue247f0f32014-02-18 16:06:46 +0800654 * tipc_getname - get port ID of socket or peer socket
Per Lidenb97bf3f2006-01-02 19:04:38 +0100655 * @sock: socket structure
656 * @uaddr: area for returned socket address
657 * @uaddr_len: area for returned length of socket address
Allan Stephens2da59912008-07-14 22:43:32 -0700658 * @peer: 0 = own ID, 1 = current peer ID, 2 = current/former peer ID
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +0900659 *
Per Lidenb97bf3f2006-01-02 19:04:38 +0100660 * Returns 0 on success, errno otherwise
Allan Stephens0c3141e2008-04-15 00:22:02 -0700661 *
Allan Stephens2da59912008-07-14 22:43:32 -0700662 * NOTE: This routine doesn't need to take the socket lock since it only
663 * accesses socket information that is unchanging (or which changes in
Allan Stephens0e659672010-12-31 18:59:32 +0000664 * a completely predictable manner).
Per Lidenb97bf3f2006-01-02 19:04:38 +0100665 */
Ying Xue247f0f32014-02-18 16:06:46 +0800666static int tipc_getname(struct socket *sock, struct sockaddr *uaddr,
667 int *uaddr_len, int peer)
Per Lidenb97bf3f2006-01-02 19:04:38 +0100668{
Per Lidenb97bf3f2006-01-02 19:04:38 +0100669 struct sockaddr_tipc *addr = (struct sockaddr_tipc *)uaddr;
Parthasarathy Bhuvaragan9fd4b072016-11-01 14:02:46 +0100670 struct sock *sk = sock->sk;
671 struct tipc_sock *tsk = tipc_sk(sk);
Ying Xue34747532015-01-09 15:27:10 +0800672 struct tipc_net *tn = net_generic(sock_net(sock->sk), tipc_net_id);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100673
Kulikov Vasiliy88f8a5e2010-10-31 07:10:32 +0000674 memset(addr, 0, sizeof(*addr));
Allan Stephens0c3141e2008-04-15 00:22:02 -0700675 if (peer) {
Parthasarathy Bhuvaraganf40acba2016-11-01 14:02:49 +0100676 if ((!tipc_sk_connected(sk)) &&
Parthasarathy Bhuvaragan9fd4b072016-11-01 14:02:46 +0100677 ((peer != 2) || (sk->sk_state != TIPC_DISCONNECTING)))
Allan Stephens2da59912008-07-14 22:43:32 -0700678 return -ENOTCONN;
Jon Paul Maloy301bae52014-08-22 18:09:20 -0400679 addr->addr.id.ref = tsk_peer_port(tsk);
680 addr->addr.id.node = tsk_peer_node(tsk);
Allan Stephens0c3141e2008-04-15 00:22:02 -0700681 } else {
Ying Xue07f6c4b2015-01-07 13:41:58 +0800682 addr->addr.id.ref = tsk->portid;
Ying Xue34747532015-01-09 15:27:10 +0800683 addr->addr.id.node = tn->own_addr;
Allan Stephens0c3141e2008-04-15 00:22:02 -0700684 }
Per Lidenb97bf3f2006-01-02 19:04:38 +0100685
686 *uaddr_len = sizeof(*addr);
687 addr->addrtype = TIPC_ADDR_ID;
688 addr->family = AF_TIPC;
689 addr->scope = 0;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100690 addr->addr.name.domain = 0;
691
Allan Stephens0c3141e2008-04-15 00:22:02 -0700692 return 0;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100693}
694
695/**
Ying Xue247f0f32014-02-18 16:06:46 +0800696 * tipc_poll - read and possibly block on pollmask
Per Lidenb97bf3f2006-01-02 19:04:38 +0100697 * @file: file structure associated with the socket
698 * @sock: socket for which to calculate the poll bits
699 * @wait: ???
700 *
Allan Stephens9b674e82008-03-26 16:48:21 -0700701 * Returns pollmask value
702 *
703 * COMMENTARY:
704 * It appears that the usual socket locking mechanisms are not useful here
705 * since the pollmask info is potentially out-of-date the moment this routine
706 * exits. TCP and other protocols seem to rely on higher level poll routines
707 * to handle any preventable race conditions, so TIPC will do the same ...
708 *
Allan Stephensf662c072010-08-17 11:00:06 +0000709 * IMPORTANT: The fact that a read or write operation is indicated does NOT
710 * imply that the operation will succeed, merely that it should be performed
711 * and will not block.
Per Lidenb97bf3f2006-01-02 19:04:38 +0100712 */
Ying Xue247f0f32014-02-18 16:06:46 +0800713static unsigned int tipc_poll(struct file *file, struct socket *sock,
714 poll_table *wait)
Per Lidenb97bf3f2006-01-02 19:04:38 +0100715{
Allan Stephens9b674e82008-03-26 16:48:21 -0700716 struct sock *sk = sock->sk;
Jon Maloyae236fb2017-10-13 11:04:25 +0200717 struct sk_buff *skb = skb_peek(&sk->sk_receive_queue);
Jon Paul Maloy58ed9442014-03-12 11:31:12 -0400718 struct tipc_sock *tsk = tipc_sk(sk);
Jon Maloy75da2162017-10-13 11:04:23 +0200719 struct tipc_group *grp = tsk->group;
Jon Maloyae236fb2017-10-13 11:04:25 +0200720 u32 revents = 0;
Allan Stephens9b674e82008-03-26 16:48:21 -0700721
Ying Xuef288bef2012-08-21 11:16:57 +0800722 sock_poll_wait(file, sk_sleep(sk), wait);
Allan Stephens9b674e82008-03-26 16:48:21 -0700723
Parthasarathy Bhuvaragan6f000892016-11-01 14:02:47 +0100724 if (sk->sk_shutdown & RCV_SHUTDOWN)
Jon Maloyae236fb2017-10-13 11:04:25 +0200725 revents |= POLLRDHUP | POLLIN | POLLRDNORM;
Parthasarathy Bhuvaragan6f000892016-11-01 14:02:47 +0100726 if (sk->sk_shutdown == SHUTDOWN_MASK)
Jon Maloyae236fb2017-10-13 11:04:25 +0200727 revents |= POLLHUP;
Parthasarathy Bhuvaragan6f000892016-11-01 14:02:47 +0100728
Parthasarathy Bhuvaraganf40acba2016-11-01 14:02:49 +0100729 switch (sk->sk_state) {
730 case TIPC_ESTABLISHED:
Jon Paul Maloy365ad352017-01-03 10:55:11 -0500731 if (!tsk->cong_link_cnt && !tsk_conn_cong(tsk))
Jon Maloyae236fb2017-10-13 11:04:25 +0200732 revents |= POLLOUT;
Parthasarathy Bhuvaraganf40acba2016-11-01 14:02:49 +0100733 /* fall thru' */
734 case TIPC_LISTEN:
735 case TIPC_CONNECTING:
Jon Maloyae236fb2017-10-13 11:04:25 +0200736 if (skb)
737 revents |= POLLIN | POLLRDNORM;
Parthasarathy Bhuvaraganf40acba2016-11-01 14:02:49 +0100738 break;
739 case TIPC_OPEN:
Jon Maloy75da2162017-10-13 11:04:23 +0200740 if (!grp || tipc_group_size(grp))
741 if (!tsk->cong_link_cnt)
Jon Maloyae236fb2017-10-13 11:04:25 +0200742 revents |= POLLOUT;
743 if (!tipc_sk_type_connectionless(sk))
744 break;
745 if (!skb)
746 break;
747 revents |= POLLIN | POLLRDNORM;
Parthasarathy Bhuvaraganf40acba2016-11-01 14:02:49 +0100748 break;
749 case TIPC_DISCONNECTING:
Jon Maloyae236fb2017-10-13 11:04:25 +0200750 revents = POLLIN | POLLRDNORM | POLLHUP;
Parthasarathy Bhuvaraganf40acba2016-11-01 14:02:49 +0100751 break;
Allan Stephensf662c072010-08-17 11:00:06 +0000752 }
Jon Maloyae236fb2017-10-13 11:04:25 +0200753 return revents;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100754}
755
Jon Paul Maloy0abd8ff2014-07-16 20:41:01 -0400756/**
757 * tipc_sendmcast - send multicast message
758 * @sock: socket structure
759 * @seq: destination address
Al Viro562640f2014-11-15 01:13:43 -0500760 * @msg: message to send
Jon Paul Maloy365ad352017-01-03 10:55:11 -0500761 * @dlen: length of data to send
762 * @timeout: timeout to wait for wakeup
Jon Paul Maloy0abd8ff2014-07-16 20:41:01 -0400763 *
764 * Called from function tipc_sendmsg(), which has done all sanity checks
765 * Returns the number of bytes sent on success, or errno
766 */
767static int tipc_sendmcast(struct socket *sock, struct tipc_name_seq *seq,
Jon Paul Maloy365ad352017-01-03 10:55:11 -0500768 struct msghdr *msg, size_t dlen, long timeout)
Jon Paul Maloy0abd8ff2014-07-16 20:41:01 -0400769{
770 struct sock *sk = sock->sk;
Jon Paul Maloyc5898632015-02-05 08:36:36 -0500771 struct tipc_sock *tsk = tipc_sk(sk);
Jon Paul Maloy365ad352017-01-03 10:55:11 -0500772 struct tipc_msg *hdr = &tsk->phdr;
Ying Xuef2f98002015-01-09 15:27:05 +0800773 struct net *net = sock_net(sk);
Jon Paul Maloy365ad352017-01-03 10:55:11 -0500774 int mtu = tipc_bcast_get_mtu(net);
Jon Paul Maloy01fd12b2017-01-18 13:50:53 -0500775 struct tipc_mc_method *method = &tsk->mc_method;
Jon Paul Maloya853e4c2017-01-18 13:50:52 -0500776 u32 domain = addr_domain(net, TIPC_CLUSTER_SCOPE);
Jon Paul Maloy365ad352017-01-03 10:55:11 -0500777 struct sk_buff_head pkts;
Jon Paul Maloya853e4c2017-01-18 13:50:52 -0500778 struct tipc_nlist dsts;
Jon Paul Maloy0abd8ff2014-07-16 20:41:01 -0400779 int rc;
780
Jon Maloy75da2162017-10-13 11:04:23 +0200781 if (tsk->group)
782 return -EACCES;
783
Jon Paul Maloya853e4c2017-01-18 13:50:52 -0500784 /* Block or return if any destination link is congested */
Jon Paul Maloy365ad352017-01-03 10:55:11 -0500785 rc = tipc_wait_for_cond(sock, &timeout, !tsk->cong_link_cnt);
786 if (unlikely(rc))
Jon Paul Maloy0abd8ff2014-07-16 20:41:01 -0400787 return rc;
788
Jon Paul Maloya853e4c2017-01-18 13:50:52 -0500789 /* Lookup destination nodes */
790 tipc_nlist_init(&dsts, tipc_own_addr(net));
791 tipc_nametbl_lookup_dst_nodes(net, seq->type, seq->lower,
792 seq->upper, domain, &dsts);
793 if (!dsts.local && !dsts.remote)
794 return -EHOSTUNREACH;
795
796 /* Build message header */
Jon Paul Maloy365ad352017-01-03 10:55:11 -0500797 msg_set_type(hdr, TIPC_MCAST_MSG);
Jon Paul Maloya853e4c2017-01-18 13:50:52 -0500798 msg_set_hdr_sz(hdr, MCAST_H_SIZE);
Jon Paul Maloy365ad352017-01-03 10:55:11 -0500799 msg_set_lookup_scope(hdr, TIPC_CLUSTER_SCOPE);
800 msg_set_destport(hdr, 0);
801 msg_set_destnode(hdr, 0);
802 msg_set_nametype(hdr, seq->type);
803 msg_set_namelower(hdr, seq->lower);
804 msg_set_nameupper(hdr, seq->upper);
Jon Paul Maloy22d85c72015-07-16 16:54:23 -0400805
Jon Paul Maloya853e4c2017-01-18 13:50:52 -0500806 /* Build message as chain of buffers */
Jon Paul Maloy365ad352017-01-03 10:55:11 -0500807 skb_queue_head_init(&pkts);
808 rc = tipc_msg_build(hdr, msg, 0, dlen, mtu, &pkts);
Jon Paul Maloy365ad352017-01-03 10:55:11 -0500809
Jon Paul Maloya853e4c2017-01-18 13:50:52 -0500810 /* Send message if build was successful */
811 if (unlikely(rc == dlen))
Jon Paul Maloy01fd12b2017-01-18 13:50:53 -0500812 rc = tipc_mcast_xmit(net, &pkts, method, &dsts,
Jon Paul Maloya853e4c2017-01-18 13:50:52 -0500813 &tsk->cong_link_cnt);
814
815 tipc_nlist_purge(&dsts);
Jon Paul Maloy365ad352017-01-03 10:55:11 -0500816
817 return rc ? rc : dlen;
Jon Paul Maloy0abd8ff2014-07-16 20:41:01 -0400818}
819
Jon Paul Maloycb1b7282015-02-05 08:36:44 -0500820/**
Jon Maloy27bd9ec2017-10-13 11:04:27 +0200821 * tipc_send_group_msg - send a message to a member in the group
822 * @net: network namespace
823 * @m: message to send
824 * @mb: group member
825 * @dnode: destination node
826 * @dport: destination port
827 * @dlen: total length of message data
828 */
829static int tipc_send_group_msg(struct net *net, struct tipc_sock *tsk,
830 struct msghdr *m, struct tipc_member *mb,
831 u32 dnode, u32 dport, int dlen)
832{
833 int blks = tsk_blocks(GROUP_H_SIZE + dlen);
834 struct tipc_msg *hdr = &tsk->phdr;
835 struct sk_buff_head pkts;
836 int mtu, rc;
837
838 /* Complete message header */
839 msg_set_type(hdr, TIPC_GRP_UCAST_MSG);
840 msg_set_hdr_sz(hdr, GROUP_H_SIZE);
841 msg_set_destport(hdr, dport);
842 msg_set_destnode(hdr, dnode);
843
844 /* Build message as chain of buffers */
845 skb_queue_head_init(&pkts);
846 mtu = tipc_node_get_mtu(net, dnode, tsk->portid);
847 rc = tipc_msg_build(hdr, m, 0, dlen, mtu, &pkts);
848 if (unlikely(rc != dlen))
849 return rc;
850
851 /* Send message */
852 rc = tipc_node_xmit(net, &pkts, dnode, tsk->portid);
853 if (unlikely(rc == -ELINKCONG)) {
854 tipc_dest_push(&tsk->cong_links, dnode, 0);
855 tsk->cong_link_cnt++;
856 }
857
858 /* Update send window and sequence number */
859 tipc_group_update_member(mb, blks);
860
861 return dlen;
862}
863
864/**
865 * tipc_send_group_unicast - send message to a member in the group
866 * @sock: socket structure
867 * @m: message to send
868 * @dlen: total length of message data
869 * @timeout: timeout to wait for wakeup
870 *
871 * Called from function tipc_sendmsg(), which has done all sanity checks
872 * Returns the number of bytes sent on success, or errno
873 */
874static int tipc_send_group_unicast(struct socket *sock, struct msghdr *m,
875 int dlen, long timeout)
876{
877 struct sock *sk = sock->sk;
878 DECLARE_SOCKADDR(struct sockaddr_tipc *, dest, m->msg_name);
879 int blks = tsk_blocks(GROUP_H_SIZE + dlen);
880 struct tipc_sock *tsk = tipc_sk(sk);
881 struct tipc_group *grp = tsk->group;
882 struct net *net = sock_net(sk);
883 struct tipc_member *mb = NULL;
884 u32 node, port;
885 int rc;
886
887 node = dest->addr.id.node;
888 port = dest->addr.id.ref;
889 if (!port && !node)
890 return -EHOSTUNREACH;
891
892 /* Block or return if destination link or member is congested */
893 rc = tipc_wait_for_cond(sock, &timeout,
894 !tipc_dest_find(&tsk->cong_links, node, 0) &&
895 !tipc_group_cong(grp, node, port, blks, &mb));
896 if (unlikely(rc))
897 return rc;
898
899 if (unlikely(!mb))
900 return -EHOSTUNREACH;
901
902 rc = tipc_send_group_msg(net, tsk, m, mb, node, port, dlen);
903
904 return rc ? rc : dlen;
905}
906
907/**
Jon Maloyee106d72017-10-13 11:04:28 +0200908 * tipc_send_group_anycast - send message to any member with given identity
909 * @sock: socket structure
910 * @m: message to send
911 * @dlen: total length of message data
912 * @timeout: timeout to wait for wakeup
913 *
914 * Called from function tipc_sendmsg(), which has done all sanity checks
915 * Returns the number of bytes sent on success, or errno
916 */
917static int tipc_send_group_anycast(struct socket *sock, struct msghdr *m,
918 int dlen, long timeout)
919{
920 DECLARE_SOCKADDR(struct sockaddr_tipc *, dest, m->msg_name);
921 struct sock *sk = sock->sk;
922 struct tipc_sock *tsk = tipc_sk(sk);
923 struct list_head *cong_links = &tsk->cong_links;
924 int blks = tsk_blocks(GROUP_H_SIZE + dlen);
925 struct tipc_group *grp = tsk->group;
926 struct tipc_member *first = NULL;
927 struct tipc_member *mbr = NULL;
928 struct net *net = sock_net(sk);
929 u32 node, port, exclude;
930 u32 type, inst, domain;
931 struct list_head dsts;
932 int lookups = 0;
933 int dstcnt, rc;
934 bool cong;
935
936 INIT_LIST_HEAD(&dsts);
937
938 type = dest->addr.name.name.type;
939 inst = dest->addr.name.name.instance;
940 domain = addr_domain(net, dest->scope);
941 exclude = tipc_group_exclude(grp);
942
943 while (++lookups < 4) {
944 first = NULL;
945
946 /* Look for a non-congested destination member, if any */
947 while (1) {
948 if (!tipc_nametbl_lookup(net, type, inst, domain, &dsts,
949 &dstcnt, exclude, false))
950 return -EHOSTUNREACH;
951 tipc_dest_pop(&dsts, &node, &port);
952 cong = tipc_group_cong(grp, node, port, blks, &mbr);
953 if (!cong)
954 break;
955 if (mbr == first)
956 break;
957 if (!first)
958 first = mbr;
959 }
960
961 /* Start over if destination was not in member list */
962 if (unlikely(!mbr))
963 continue;
964
965 if (likely(!cong && !tipc_dest_find(cong_links, node, 0)))
966 break;
967
968 /* Block or return if destination link or member is congested */
969 rc = tipc_wait_for_cond(sock, &timeout,
970 !tipc_dest_find(cong_links, node, 0) &&
971 !tipc_group_cong(grp, node, port,
972 blks, &mbr));
973 if (unlikely(rc))
974 return rc;
975
976 /* Send, unless destination disappeared while waiting */
977 if (likely(mbr))
978 break;
979 }
980
981 if (unlikely(lookups >= 4))
982 return -EHOSTUNREACH;
983
984 rc = tipc_send_group_msg(net, tsk, m, mbr, node, port, dlen);
985
986 return rc ? rc : dlen;
987}
988
989/**
Jon Maloy75da2162017-10-13 11:04:23 +0200990 * tipc_send_group_bcast - send message to all members in communication group
991 * @sk: socket structure
992 * @m: message to send
993 * @dlen: total length of message data
994 * @timeout: timeout to wait for wakeup
995 *
996 * Called from function tipc_sendmsg(), which has done all sanity checks
997 * Returns the number of bytes sent on success, or errno
998 */
999static int tipc_send_group_bcast(struct socket *sock, struct msghdr *m,
1000 int dlen, long timeout)
1001{
Jon Maloy5b8dddb2017-10-13 11:04:29 +02001002 DECLARE_SOCKADDR(struct sockaddr_tipc *, dest, m->msg_name);
Jon Maloy75da2162017-10-13 11:04:23 +02001003 struct sock *sk = sock->sk;
1004 struct net *net = sock_net(sk);
1005 struct tipc_sock *tsk = tipc_sk(sk);
1006 struct tipc_group *grp = tsk->group;
1007 struct tipc_nlist *dsts = tipc_group_dests(grp);
1008 struct tipc_mc_method *method = &tsk->mc_method;
Jon Maloyb7d42632017-10-13 11:04:26 +02001009 int blks = tsk_blocks(MCAST_H_SIZE + dlen);
Jon Maloy75da2162017-10-13 11:04:23 +02001010 struct tipc_msg *hdr = &tsk->phdr;
1011 int mtu = tipc_bcast_get_mtu(net);
1012 struct sk_buff_head pkts;
1013 int rc = -EHOSTUNREACH;
1014
1015 if (!dsts->local && !dsts->remote)
1016 return -EHOSTUNREACH;
1017
Jon Maloyb7d42632017-10-13 11:04:26 +02001018 /* Block or return if any destination link or member is congested */
1019 rc = tipc_wait_for_cond(sock, &timeout, !tsk->cong_link_cnt &&
1020 !tipc_group_bc_cong(grp, blks));
Jon Maloy75da2162017-10-13 11:04:23 +02001021 if (unlikely(rc))
1022 return rc;
1023
1024 /* Complete message header */
Jon Maloy5b8dddb2017-10-13 11:04:29 +02001025 if (dest) {
1026 msg_set_type(hdr, TIPC_GRP_MCAST_MSG);
1027 msg_set_nameinst(hdr, dest->addr.name.name.instance);
1028 } else {
1029 msg_set_type(hdr, TIPC_GRP_BCAST_MSG);
1030 msg_set_nameinst(hdr, 0);
1031 }
Jon Maloyb7d42632017-10-13 11:04:26 +02001032 msg_set_hdr_sz(hdr, GROUP_H_SIZE);
Jon Maloy75da2162017-10-13 11:04:23 +02001033 msg_set_destport(hdr, 0);
1034 msg_set_destnode(hdr, 0);
Jon Maloy75da2162017-10-13 11:04:23 +02001035 msg_set_grp_bc_seqno(hdr, tipc_group_bc_snd_nxt(grp));
1036
1037 /* Build message as chain of buffers */
1038 skb_queue_head_init(&pkts);
1039 rc = tipc_msg_build(hdr, m, 0, dlen, mtu, &pkts);
1040 if (unlikely(rc != dlen))
1041 return rc;
1042
1043 /* Send message */
1044 rc = tipc_mcast_xmit(net, &pkts, method, dsts,
1045 &tsk->cong_link_cnt);
1046 if (unlikely(rc))
1047 return rc;
1048
Jon Maloyb7d42632017-10-13 11:04:26 +02001049 /* Update broadcast sequence number and send windows */
1050 tipc_group_update_bc_members(tsk->group, blks);
Jon Maloy75da2162017-10-13 11:04:23 +02001051 return dlen;
1052}
1053
1054/**
Jon Maloy5b8dddb2017-10-13 11:04:29 +02001055 * tipc_send_group_mcast - send message to all members with given identity
1056 * @sock: socket structure
1057 * @m: message to send
1058 * @dlen: total length of message data
1059 * @timeout: timeout to wait for wakeup
1060 *
1061 * Called from function tipc_sendmsg(), which has done all sanity checks
1062 * Returns the number of bytes sent on success, or errno
1063 */
1064static int tipc_send_group_mcast(struct socket *sock, struct msghdr *m,
1065 int dlen, long timeout)
1066{
1067 struct sock *sk = sock->sk;
1068 DECLARE_SOCKADDR(struct sockaddr_tipc *, dest, m->msg_name);
1069 struct tipc_name_seq *seq = &dest->addr.nameseq;
1070 struct tipc_sock *tsk = tipc_sk(sk);
1071 struct tipc_group *grp = tsk->group;
1072 struct net *net = sock_net(sk);
1073 u32 domain, exclude, dstcnt;
1074 struct list_head dsts;
1075
1076 INIT_LIST_HEAD(&dsts);
1077
1078 if (seq->lower != seq->upper)
1079 return -ENOTSUPP;
1080
1081 domain = addr_domain(net, dest->scope);
1082 exclude = tipc_group_exclude(grp);
1083 if (!tipc_nametbl_lookup(net, seq->type, seq->lower, domain,
1084 &dsts, &dstcnt, exclude, true))
1085 return -EHOSTUNREACH;
1086
1087 if (dstcnt == 1) {
1088 tipc_dest_pop(&dsts, &dest->addr.id.node, &dest->addr.id.ref);
1089 return tipc_send_group_unicast(sock, m, dlen, timeout);
1090 }
1091
1092 tipc_dest_list_purge(&dsts);
1093 return tipc_send_group_bcast(sock, m, dlen, timeout);
1094}
1095
1096/**
Jon Paul Maloycb1b7282015-02-05 08:36:44 -05001097 * tipc_sk_mcast_rcv - Deliver multicast messages to all destination sockets
1098 * @arrvq: queue with arriving messages, to be cloned after destination lookup
1099 * @inputq: queue with cloned messages, delivered to socket after dest lookup
1100 *
1101 * Multi-threaded: parallel calls with reference to same queues may occur
Jon Paul Maloy078bec82014-07-16 20:41:00 -04001102 */
Jon Paul Maloycb1b7282015-02-05 08:36:44 -05001103void tipc_sk_mcast_rcv(struct net *net, struct sk_buff_head *arrvq,
1104 struct sk_buff_head *inputq)
Jon Paul Maloy078bec82014-07-16 20:41:00 -04001105{
Jon Paul Maloy078bec82014-07-16 20:41:00 -04001106 u32 scope = TIPC_CLUSTER_SCOPE;
Jon Maloy75da2162017-10-13 11:04:23 +02001107 u32 self = tipc_own_addr(net);
Jon Paul Maloycb1b7282015-02-05 08:36:44 -05001108 struct sk_buff *skb, *_skb;
Jon Maloy75da2162017-10-13 11:04:23 +02001109 u32 lower = 0, upper = ~0;
1110 struct sk_buff_head tmpq;
1111 u32 portid, oport, onode;
1112 struct list_head dports;
1113 struct tipc_msg *msg;
1114 int hsz;
Jon Paul Maloy3c724ac2015-02-05 08:36:43 -05001115
Jon Paul Maloycb1b7282015-02-05 08:36:44 -05001116 __skb_queue_head_init(&tmpq);
Jon Paul Maloy4d8642d2017-01-03 10:55:10 -05001117 INIT_LIST_HEAD(&dports);
Jon Paul Maloy078bec82014-07-16 20:41:00 -04001118
Jon Paul Maloycb1b7282015-02-05 08:36:44 -05001119 skb = tipc_skb_peek(arrvq, &inputq->lock);
1120 for (; skb; skb = tipc_skb_peek(arrvq, &inputq->lock)) {
1121 msg = buf_msg(skb);
1122 hsz = skb_headroom(skb) + msg_hdr_sz(msg);
Jon Maloy75da2162017-10-13 11:04:23 +02001123 oport = msg_origport(msg);
1124 onode = msg_orignode(msg);
1125 if (onode == self)
Jon Paul Maloycb1b7282015-02-05 08:36:44 -05001126 scope = TIPC_NODE_SCOPE;
1127
1128 /* Create destination port list and message clones: */
Jon Maloy75da2162017-10-13 11:04:23 +02001129 if (!msg_in_group(msg)) {
1130 lower = msg_namelower(msg);
1131 upper = msg_nameupper(msg);
1132 }
1133 tipc_nametbl_mc_translate(net, msg_nametype(msg), lower, upper,
1134 scope, &dports);
Jon Maloya80ae532017-10-13 11:04:22 +02001135 while (tipc_dest_pop(&dports, NULL, &portid)) {
Jon Paul Maloycb1b7282015-02-05 08:36:44 -05001136 _skb = __pskb_copy(skb, hsz, GFP_ATOMIC);
1137 if (_skb) {
1138 msg_set_destport(buf_msg(_skb), portid);
1139 __skb_queue_tail(&tmpq, _skb);
1140 continue;
1141 }
1142 pr_warn("Failed to clone mcast rcv buffer\n");
Jon Paul Maloy078bec82014-07-16 20:41:00 -04001143 }
Jon Paul Maloycb1b7282015-02-05 08:36:44 -05001144 /* Append to inputq if not already done by other thread */
1145 spin_lock_bh(&inputq->lock);
1146 if (skb_peek(arrvq) == skb) {
1147 skb_queue_splice_tail_init(&tmpq, inputq);
1148 kfree_skb(__skb_dequeue(arrvq));
1149 }
1150 spin_unlock_bh(&inputq->lock);
1151 __skb_queue_purge(&tmpq);
1152 kfree_skb(skb);
Jon Paul Maloy078bec82014-07-16 20:41:00 -04001153 }
Jon Paul Maloycb1b7282015-02-05 08:36:44 -05001154 tipc_sk_rcv(net, inputq);
Jon Paul Maloy078bec82014-07-16 20:41:00 -04001155}
1156
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001157/**
Jon Maloy64ac5f52017-10-13 11:04:20 +02001158 * tipc_sk_conn_proto_rcv - receive a connection mng protocol message
Jon Paul Maloyac0074e2014-06-25 20:41:41 -05001159 * @tsk: receiving socket
Jon Paul Maloybcd3ffd2015-07-22 10:11:19 -04001160 * @skb: pointer to message buffer.
Jon Paul Maloyac0074e2014-06-25 20:41:41 -05001161 */
Jon Maloy64ac5f52017-10-13 11:04:20 +02001162static void tipc_sk_conn_proto_rcv(struct tipc_sock *tsk, struct sk_buff *skb,
1163 struct sk_buff_head *xmitq)
Jon Paul Maloyac0074e2014-06-25 20:41:41 -05001164{
Jon Paul Maloybcd3ffd2015-07-22 10:11:19 -04001165 struct tipc_msg *hdr = buf_msg(skb);
Jon Maloy64ac5f52017-10-13 11:04:20 +02001166 u32 onode = tsk_own_node(tsk);
1167 struct sock *sk = &tsk->sk;
Jon Paul Maloybcd3ffd2015-07-22 10:11:19 -04001168 int mtyp = msg_type(hdr);
Jon Paul Maloy10724cc2016-05-02 11:58:47 -04001169 bool conn_cong;
Jon Paul Maloybcd3ffd2015-07-22 10:11:19 -04001170
Jon Paul Maloyac0074e2014-06-25 20:41:41 -05001171 /* Ignore if connection cannot be validated: */
Jon Paul Maloybcd3ffd2015-07-22 10:11:19 -04001172 if (!tsk_peer_msg(tsk, hdr))
Jon Paul Maloyac0074e2014-06-25 20:41:41 -05001173 goto exit;
1174
Parthasarathy Bhuvaraganc1be7752017-04-26 10:05:02 +02001175 if (unlikely(msg_errcode(hdr))) {
1176 tipc_set_sk_state(sk, TIPC_DISCONNECTING);
1177 tipc_node_remove_conn(sock_net(sk), tsk_peer_node(tsk),
1178 tsk_peer_port(tsk));
1179 sk->sk_state_change(sk);
1180 goto exit;
1181 }
1182
Parthasarathy Bhuvaragan8ea642e2016-11-01 14:02:44 +01001183 tsk->probe_unacked = false;
Jon Paul Maloyac0074e2014-06-25 20:41:41 -05001184
Jon Paul Maloybcd3ffd2015-07-22 10:11:19 -04001185 if (mtyp == CONN_PROBE) {
1186 msg_set_type(hdr, CONN_PROBE_REPLY);
Jon Paul Maloyf1d048f2016-06-17 06:35:57 -04001187 if (tipc_msg_reverse(onode, &skb, TIPC_OK))
1188 __skb_queue_tail(xmitq, skb);
Jon Paul Maloybcd3ffd2015-07-22 10:11:19 -04001189 return;
1190 } else if (mtyp == CONN_ACK) {
Jon Paul Maloy301bae52014-08-22 18:09:20 -04001191 conn_cong = tsk_conn_cong(tsk);
Jon Paul Maloy10724cc2016-05-02 11:58:47 -04001192 tsk->snt_unacked -= msg_conn_ack(hdr);
1193 if (tsk->peer_caps & TIPC_BLOCK_FLOWCTL)
1194 tsk->snd_win = msg_adv_win(hdr);
Jon Paul Maloy60120522014-06-25 20:41:42 -05001195 if (conn_cong)
Jon Paul Maloybcd3ffd2015-07-22 10:11:19 -04001196 sk->sk_write_space(sk);
1197 } else if (mtyp != CONN_PROBE_REPLY) {
1198 pr_warn("Received unknown CONN_PROTO msg\n");
Jon Paul Maloyac0074e2014-06-25 20:41:41 -05001199 }
Jon Paul Maloyac0074e2014-06-25 20:41:41 -05001200exit:
Jon Paul Maloybcd3ffd2015-07-22 10:11:19 -04001201 kfree_skb(skb);
Jon Paul Maloyac0074e2014-06-25 20:41:41 -05001202}
1203
Jon Paul Maloye2dafe82014-06-25 20:41:37 -05001204/**
Ying Xue247f0f32014-02-18 16:06:46 +08001205 * tipc_sendmsg - send message in connectionless manner
Per Lidenb97bf3f2006-01-02 19:04:38 +01001206 * @sock: socket structure
1207 * @m: message to send
Jon Paul Maloye2dafe82014-06-25 20:41:37 -05001208 * @dsz: amount of user data to be sent
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001209 *
Per Lidenb97bf3f2006-01-02 19:04:38 +01001210 * Message must have an destination specified explicitly.
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001211 * Used for SOCK_RDM and SOCK_DGRAM messages,
Per Lidenb97bf3f2006-01-02 19:04:38 +01001212 * and for 'SYN' messages on SOCK_SEQPACKET and SOCK_STREAM connections.
1213 * (Note: 'SYN+' is prohibited on SOCK_STREAM.)
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001214 *
Per Lidenb97bf3f2006-01-02 19:04:38 +01001215 * Returns the number of bytes sent on success, or errno otherwise
1216 */
Ying Xue1b784142015-03-02 15:37:48 +08001217static int tipc_sendmsg(struct socket *sock,
Jon Paul Maloye2dafe82014-06-25 20:41:37 -05001218 struct msghdr *m, size_t dsz)
Per Lidenb97bf3f2006-01-02 19:04:38 +01001219{
Ying Xue39a02952015-03-02 15:37:47 +08001220 struct sock *sk = sock->sk;
1221 int ret;
1222
1223 lock_sock(sk);
1224 ret = __tipc_sendmsg(sock, m, dsz);
1225 release_sock(sk);
1226
1227 return ret;
1228}
1229
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001230static int __tipc_sendmsg(struct socket *sock, struct msghdr *m, size_t dlen)
Ying Xue39a02952015-03-02 15:37:47 +08001231{
Allan Stephens0c3141e2008-04-15 00:22:02 -07001232 struct sock *sk = sock->sk;
Ying Xuef2f98002015-01-09 15:27:05 +08001233 struct net *net = sock_net(sk);
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001234 struct tipc_sock *tsk = tipc_sk(sk);
1235 DECLARE_SOCKADDR(struct sockaddr_tipc *, dest, m->msg_name);
1236 long timeout = sock_sndtimeo(sk, m->msg_flags & MSG_DONTWAIT);
1237 struct list_head *clinks = &tsk->cong_links;
1238 bool syn = !tipc_sk_type_connectionless(sk);
Jon Maloy75da2162017-10-13 11:04:23 +02001239 struct tipc_group *grp = tsk->group;
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001240 struct tipc_msg *hdr = &tsk->phdr;
Erik Hugnef2f80362015-03-19 09:02:19 +01001241 struct tipc_name_seq *seq;
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001242 struct sk_buff_head pkts;
1243 u32 type, inst, domain;
1244 u32 dnode, dport;
1245 int mtu, rc;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001246
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001247 if (unlikely(dlen > TIPC_MAX_USER_MSG_SIZE))
Allan Stephensc29c3f72010-04-20 17:58:24 -04001248 return -EMSGSIZE;
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001249
Jon Maloy27bd9ec2017-10-13 11:04:27 +02001250 if (likely(dest)) {
1251 if (unlikely(m->msg_namelen < sizeof(*dest)))
1252 return -EINVAL;
1253 if (unlikely(dest->family != AF_TIPC))
1254 return -EINVAL;
1255 }
1256
1257 if (grp) {
1258 if (!dest)
1259 return tipc_send_group_bcast(sock, m, dlen, timeout);
Jon Maloyee106d72017-10-13 11:04:28 +02001260 if (dest->addrtype == TIPC_ADDR_NAME)
1261 return tipc_send_group_anycast(sock, m, dlen, timeout);
Jon Maloy27bd9ec2017-10-13 11:04:27 +02001262 if (dest->addrtype == TIPC_ADDR_ID)
1263 return tipc_send_group_unicast(sock, m, dlen, timeout);
Jon Maloy5b8dddb2017-10-13 11:04:29 +02001264 if (dest->addrtype == TIPC_ADDR_MCAST)
1265 return tipc_send_group_mcast(sock, m, dlen, timeout);
Jon Maloy27bd9ec2017-10-13 11:04:27 +02001266 return -EINVAL;
1267 }
Jon Maloy75da2162017-10-13 11:04:23 +02001268
Erik Hugnef2f80362015-03-19 09:02:19 +01001269 if (unlikely(!dest)) {
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001270 dest = &tsk->peer;
1271 if (!syn || dest->family != AF_TIPC)
Erik Hugnef2f80362015-03-19 09:02:19 +01001272 return -EDESTADDRREQ;
Erik Hugnef2f80362015-03-19 09:02:19 +01001273 }
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001274
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001275 if (unlikely(syn)) {
Parthasarathy Bhuvaragan0c288c82016-11-01 14:02:43 +01001276 if (sk->sk_state == TIPC_LISTEN)
Ying Xue39a02952015-03-02 15:37:47 +08001277 return -EPIPE;
Parthasarathy Bhuvaragan438adca2016-11-01 14:02:45 +01001278 if (sk->sk_state != TIPC_OPEN)
Ying Xue39a02952015-03-02 15:37:47 +08001279 return -EISCONN;
1280 if (tsk->published)
1281 return -EOPNOTSUPP;
Allan Stephens0c3141e2008-04-15 00:22:02 -07001282 if (dest->addrtype == TIPC_ADDR_NAME) {
Jon Paul Maloy301bae52014-08-22 18:09:20 -04001283 tsk->conn_type = dest->addr.name.name.type;
1284 tsk->conn_instance = dest->addr.name.name.instance;
Allan Stephens0c3141e2008-04-15 00:22:02 -07001285 }
Per Lidenb97bf3f2006-01-02 19:04:38 +01001286 }
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001287
Erik Hugnef2f80362015-03-19 09:02:19 +01001288 seq = &dest->addr.nameseq;
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001289 if (dest->addrtype == TIPC_ADDR_MCAST)
1290 return tipc_sendmcast(sock, seq, m, dlen, timeout);
Jon Paul Maloye2dafe82014-06-25 20:41:37 -05001291
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001292 if (dest->addrtype == TIPC_ADDR_NAME) {
1293 type = dest->addr.name.name.type;
1294 inst = dest->addr.name.name.instance;
1295 domain = dest->addr.name.domain;
Jon Paul Maloye2dafe82014-06-25 20:41:37 -05001296 dnode = domain;
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001297 msg_set_type(hdr, TIPC_NAMED_MSG);
1298 msg_set_hdr_sz(hdr, NAMED_H_SIZE);
1299 msg_set_nametype(hdr, type);
1300 msg_set_nameinst(hdr, inst);
1301 msg_set_lookup_scope(hdr, tipc_addr_scope(domain));
Ying Xue4ac1c8d2015-01-09 15:27:09 +08001302 dport = tipc_nametbl_translate(net, type, inst, &dnode);
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001303 msg_set_destnode(hdr, dnode);
1304 msg_set_destport(hdr, dport);
Ying Xue39a02952015-03-02 15:37:47 +08001305 if (unlikely(!dport && !dnode))
1306 return -EHOSTUNREACH;
Jon Paul Maloye2dafe82014-06-25 20:41:37 -05001307 } else if (dest->addrtype == TIPC_ADDR_ID) {
1308 dnode = dest->addr.id.node;
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001309 msg_set_type(hdr, TIPC_DIRECT_MSG);
1310 msg_set_lookup_scope(hdr, 0);
1311 msg_set_destnode(hdr, dnode);
1312 msg_set_destport(hdr, dest->addr.id.ref);
1313 msg_set_hdr_sz(hdr, BASIC_H_SIZE);
Jon Paul Maloye2dafe82014-06-25 20:41:37 -05001314 }
1315
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001316 /* Block or return if destination link is congested */
Jon Maloya80ae532017-10-13 11:04:22 +02001317 rc = tipc_wait_for_cond(sock, &timeout,
1318 !tipc_dest_find(clinks, dnode, 0));
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001319 if (unlikely(rc))
Ying Xue39a02952015-03-02 15:37:47 +08001320 return rc;
Jon Paul Maloye2dafe82014-06-25 20:41:37 -05001321
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001322 skb_queue_head_init(&pkts);
1323 mtu = tipc_node_get_mtu(net, dnode, tsk->portid);
1324 rc = tipc_msg_build(hdr, m, 0, dlen, mtu, &pkts);
1325 if (unlikely(rc != dlen))
1326 return rc;
Jon Paul Maloye2dafe82014-06-25 20:41:37 -05001327
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001328 rc = tipc_node_xmit(net, &pkts, dnode, tsk->portid);
1329 if (unlikely(rc == -ELINKCONG)) {
Jon Maloya80ae532017-10-13 11:04:22 +02001330 tipc_dest_push(clinks, dnode, 0);
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001331 tsk->cong_link_cnt++;
1332 rc = 0;
1333 }
1334
1335 if (unlikely(syn && !rc))
1336 tipc_set_sk_state(sk, TIPC_CONNECTING);
1337
1338 return rc ? rc : dlen;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001339}
1340
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001341/**
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001342 * tipc_sendstream - send stream-oriented data
Per Lidenb97bf3f2006-01-02 19:04:38 +01001343 * @sock: socket structure
1344 * @m: data to send
Jon Paul Maloy4ccfe5e2014-06-25 20:41:38 -05001345 * @dsz: total length of data to be transmitted
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001346 *
Per Lidenb97bf3f2006-01-02 19:04:38 +01001347 * Used for SOCK_STREAM data.
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001348 *
1349 * Returns the number of bytes sent on success (or partial success),
Allan Stephens1303e8f2006-06-25 23:46:50 -07001350 * or errno if no data sent
Per Lidenb97bf3f2006-01-02 19:04:38 +01001351 */
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001352static int tipc_sendstream(struct socket *sock, struct msghdr *m, size_t dsz)
Per Lidenb97bf3f2006-01-02 19:04:38 +01001353{
Allan Stephens0c3141e2008-04-15 00:22:02 -07001354 struct sock *sk = sock->sk;
Ying Xue39a02952015-03-02 15:37:47 +08001355 int ret;
1356
1357 lock_sock(sk);
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001358 ret = __tipc_sendstream(sock, m, dsz);
Ying Xue39a02952015-03-02 15:37:47 +08001359 release_sock(sk);
1360
1361 return ret;
1362}
1363
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001364static int __tipc_sendstream(struct socket *sock, struct msghdr *m, size_t dlen)
Ying Xue39a02952015-03-02 15:37:47 +08001365{
1366 struct sock *sk = sock->sk;
Jon Paul Maloy4ccfe5e2014-06-25 20:41:38 -05001367 DECLARE_SOCKADDR(struct sockaddr_tipc *, dest, m->msg_name);
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001368 long timeout = sock_sndtimeo(sk, m->msg_flags & MSG_DONTWAIT);
1369 struct tipc_sock *tsk = tipc_sk(sk);
1370 struct tipc_msg *hdr = &tsk->phdr;
1371 struct net *net = sock_net(sk);
1372 struct sk_buff_head pkts;
1373 u32 dnode = tsk_peer_node(tsk);
1374 int send, sent = 0;
1375 int rc = 0;
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001376
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001377 skb_queue_head_init(&pkts);
1378
1379 if (unlikely(dlen > INT_MAX))
Jon Paul Maloy4ccfe5e2014-06-25 20:41:38 -05001380 return -EMSGSIZE;
Allan Stephens0c3141e2008-04-15 00:22:02 -07001381
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001382 /* Handle implicit connection setup */
1383 if (unlikely(dest)) {
1384 rc = __tipc_sendmsg(sock, m, dlen);
1385 if (dlen && (dlen == rc))
1386 tsk->snt_unacked = tsk_inc(tsk, dlen + msg_hdr_sz(hdr));
1387 return rc;
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001388 }
Per Lidenb97bf3f2006-01-02 19:04:38 +01001389
Jon Paul Maloy4ccfe5e2014-06-25 20:41:38 -05001390 do {
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001391 rc = tipc_wait_for_cond(sock, &timeout,
1392 (!tsk->cong_link_cnt &&
Jon Paul Maloy8c44e1a2017-01-03 10:55:09 -05001393 !tsk_conn_cong(tsk) &&
1394 tipc_sk_connected(sk)));
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001395 if (unlikely(rc))
1396 break;
Ying Xue39a02952015-03-02 15:37:47 +08001397
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001398 send = min_t(size_t, dlen - sent, TIPC_MAX_USER_MSG_SIZE);
1399 rc = tipc_msg_build(hdr, m, sent, send, tsk->max_pkt, &pkts);
1400 if (unlikely(rc != send))
1401 break;
1402
1403 rc = tipc_node_xmit(net, &pkts, dnode, tsk->portid);
1404 if (unlikely(rc == -ELINKCONG)) {
1405 tsk->cong_link_cnt = 1;
1406 rc = 0;
1407 }
1408 if (likely(!rc)) {
1409 tsk->snt_unacked += tsk_inc(tsk, send + MIN_H_SIZE);
1410 sent += send;
1411 }
1412 } while (sent < dlen && !rc);
1413
Parthasarathy Bhuvaragan3364d612017-04-24 15:00:42 +02001414 return sent ? sent : rc;
Jon Paul Maloy4ccfe5e2014-06-25 20:41:38 -05001415}
1416
1417/**
1418 * tipc_send_packet - send a connection-oriented message
Jon Paul Maloy4ccfe5e2014-06-25 20:41:38 -05001419 * @sock: socket structure
1420 * @m: message to send
1421 * @dsz: length of data to be transmitted
1422 *
1423 * Used for SOCK_SEQPACKET messages.
1424 *
1425 * Returns the number of bytes sent on success, or errno otherwise
1426 */
Ying Xue1b784142015-03-02 15:37:48 +08001427static int tipc_send_packet(struct socket *sock, struct msghdr *m, size_t dsz)
Jon Paul Maloy4ccfe5e2014-06-25 20:41:38 -05001428{
1429 if (dsz > TIPC_MAX_USER_MSG_SIZE)
1430 return -EMSGSIZE;
1431
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001432 return tipc_sendstream(sock, m, dsz);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001433}
1434
Jon Paul Maloydadebc02014-08-22 18:09:11 -04001435/* tipc_sk_finish_conn - complete the setup of a connection
Per Lidenb97bf3f2006-01-02 19:04:38 +01001436 */
Jon Paul Maloy301bae52014-08-22 18:09:20 -04001437static void tipc_sk_finish_conn(struct tipc_sock *tsk, u32 peer_port,
Jon Paul Maloydadebc02014-08-22 18:09:11 -04001438 u32 peer_node)
Per Lidenb97bf3f2006-01-02 19:04:38 +01001439{
Ying Xue3721e9c2015-01-13 17:07:48 +08001440 struct sock *sk = &tsk->sk;
1441 struct net *net = sock_net(sk);
Jon Paul Maloy301bae52014-08-22 18:09:20 -04001442 struct tipc_msg *msg = &tsk->phdr;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001443
Jon Paul Maloydadebc02014-08-22 18:09:11 -04001444 msg_set_destnode(msg, peer_node);
1445 msg_set_destport(msg, peer_port);
1446 msg_set_type(msg, TIPC_CONN_MSG);
1447 msg_set_lookup_scope(msg, 0);
1448 msg_set_hdr_sz(msg, SHORT_H_SIZE);
Jon Paul Maloyf9fef182014-03-12 11:31:08 -04001449
Parthasarathy Bhuvaragan360aab62016-11-01 14:02:41 +01001450 sk_reset_timer(sk, &sk->sk_timer, jiffies + CONN_PROBING_INTERVAL);
Parthasarathy Bhuvaragan8ea642e2016-11-01 14:02:44 +01001451 tipc_set_sk_state(sk, TIPC_ESTABLISHED);
Ying Xuef2f98002015-01-09 15:27:05 +08001452 tipc_node_add_conn(net, peer_node, tsk->portid, peer_port);
1453 tsk->max_pkt = tipc_node_get_mtu(net, peer_node, tsk->portid);
Jon Paul Maloy60020e12016-05-02 11:58:46 -04001454 tsk->peer_caps = tipc_node_get_capabilities(net, peer_node);
Jon Paul Maloy10724cc2016-05-02 11:58:47 -04001455 if (tsk->peer_caps & TIPC_BLOCK_FLOWCTL)
1456 return;
1457
1458 /* Fall back to message based flow control */
1459 tsk->rcv_win = FLOWCTL_MSG_WIN;
1460 tsk->snd_win = FLOWCTL_MSG_WIN;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001461}
1462
1463/**
Jon Maloy31c82a22017-10-13 11:04:24 +02001464 * tipc_sk_set_orig_addr - capture sender's address for received message
Per Lidenb97bf3f2006-01-02 19:04:38 +01001465 * @m: descriptor for message info
Jon Maloy31c82a22017-10-13 11:04:24 +02001466 * @hdr: received message header
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001467 *
Per Lidenb97bf3f2006-01-02 19:04:38 +01001468 * Note: Address is not captured if not requested by receiver.
1469 */
Jon Maloy31c82a22017-10-13 11:04:24 +02001470static void tipc_sk_set_orig_addr(struct msghdr *m, struct sk_buff *skb)
Per Lidenb97bf3f2006-01-02 19:04:38 +01001471{
Jon Maloy31c82a22017-10-13 11:04:24 +02001472 DECLARE_SOCKADDR(struct sockaddr_pair *, srcaddr, m->msg_name);
1473 struct tipc_msg *hdr = buf_msg(skb);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001474
Jon Maloy31c82a22017-10-13 11:04:24 +02001475 if (!srcaddr)
1476 return;
1477
1478 srcaddr->sock.family = AF_TIPC;
1479 srcaddr->sock.addrtype = TIPC_ADDR_ID;
1480 srcaddr->sock.addr.id.ref = msg_origport(hdr);
1481 srcaddr->sock.addr.id.node = msg_orignode(hdr);
1482 srcaddr->sock.addr.name.domain = 0;
1483 srcaddr->sock.scope = 0;
1484 m->msg_namelen = sizeof(struct sockaddr_tipc);
1485
1486 if (!msg_in_group(hdr))
1487 return;
1488
1489 /* Group message users may also want to know sending member's id */
1490 srcaddr->member.family = AF_TIPC;
1491 srcaddr->member.addrtype = TIPC_ADDR_NAME;
1492 srcaddr->member.addr.name.name.type = msg_nametype(hdr);
1493 srcaddr->member.addr.name.name.instance = TIPC_SKB_CB(skb)->orig_member;
1494 srcaddr->member.addr.name.domain = 0;
1495 m->msg_namelen = sizeof(*srcaddr);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001496}
1497
1498/**
Jon Paul Maloy301bae52014-08-22 18:09:20 -04001499 * tipc_sk_anc_data_recv - optionally capture ancillary data for received message
Per Lidenb97bf3f2006-01-02 19:04:38 +01001500 * @m: descriptor for message info
1501 * @msg: received message header
Jon Paul Maloy301bae52014-08-22 18:09:20 -04001502 * @tsk: TIPC port associated with message
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001503 *
Per Lidenb97bf3f2006-01-02 19:04:38 +01001504 * Note: Ancillary data is not captured if not requested by receiver.
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001505 *
Per Lidenb97bf3f2006-01-02 19:04:38 +01001506 * Returns 0 if successful, otherwise errno
1507 */
Jon Paul Maloy301bae52014-08-22 18:09:20 -04001508static int tipc_sk_anc_data_recv(struct msghdr *m, struct tipc_msg *msg,
1509 struct tipc_sock *tsk)
Per Lidenb97bf3f2006-01-02 19:04:38 +01001510{
1511 u32 anc_data[3];
1512 u32 err;
1513 u32 dest_type;
Allan Stephens3546c752006-06-25 23:45:24 -07001514 int has_name;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001515 int res;
1516
1517 if (likely(m->msg_controllen == 0))
1518 return 0;
1519
1520 /* Optionally capture errored message object(s) */
Per Lidenb97bf3f2006-01-02 19:04:38 +01001521 err = msg ? msg_errcode(msg) : 0;
1522 if (unlikely(err)) {
1523 anc_data[0] = err;
1524 anc_data[1] = msg_data_sz(msg);
Allan Stephens2db99832010-12-31 18:59:33 +00001525 res = put_cmsg(m, SOL_TIPC, TIPC_ERRINFO, 8, anc_data);
1526 if (res)
Per Lidenb97bf3f2006-01-02 19:04:38 +01001527 return res;
Allan Stephens2db99832010-12-31 18:59:33 +00001528 if (anc_data[1]) {
1529 res = put_cmsg(m, SOL_TIPC, TIPC_RETDATA, anc_data[1],
1530 msg_data(msg));
1531 if (res)
1532 return res;
1533 }
Per Lidenb97bf3f2006-01-02 19:04:38 +01001534 }
1535
1536 /* Optionally capture message destination object */
Per Lidenb97bf3f2006-01-02 19:04:38 +01001537 dest_type = msg ? msg_type(msg) : TIPC_DIRECT_MSG;
1538 switch (dest_type) {
1539 case TIPC_NAMED_MSG:
Allan Stephens3546c752006-06-25 23:45:24 -07001540 has_name = 1;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001541 anc_data[0] = msg_nametype(msg);
1542 anc_data[1] = msg_namelower(msg);
1543 anc_data[2] = msg_namelower(msg);
1544 break;
1545 case TIPC_MCAST_MSG:
Allan Stephens3546c752006-06-25 23:45:24 -07001546 has_name = 1;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001547 anc_data[0] = msg_nametype(msg);
1548 anc_data[1] = msg_namelower(msg);
1549 anc_data[2] = msg_nameupper(msg);
1550 break;
1551 case TIPC_CONN_MSG:
Jon Paul Maloy301bae52014-08-22 18:09:20 -04001552 has_name = (tsk->conn_type != 0);
1553 anc_data[0] = tsk->conn_type;
1554 anc_data[1] = tsk->conn_instance;
1555 anc_data[2] = tsk->conn_instance;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001556 break;
1557 default:
Allan Stephens3546c752006-06-25 23:45:24 -07001558 has_name = 0;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001559 }
Allan Stephens2db99832010-12-31 18:59:33 +00001560 if (has_name) {
1561 res = put_cmsg(m, SOL_TIPC, TIPC_DESTNAME, 12, anc_data);
1562 if (res)
1563 return res;
1564 }
Per Lidenb97bf3f2006-01-02 19:04:38 +01001565
1566 return 0;
1567}
1568
Jon Paul Maloy10724cc2016-05-02 11:58:47 -04001569static void tipc_sk_send_ack(struct tipc_sock *tsk)
Jon Paul Maloy739f5e42014-08-22 18:09:12 -04001570{
Parthasarathy Bhuvaragand6fb7e92016-11-01 14:02:40 +01001571 struct sock *sk = &tsk->sk;
1572 struct net *net = sock_net(sk);
Ying Xuea6ca1092014-11-26 11:41:55 +08001573 struct sk_buff *skb = NULL;
Jon Paul Maloy739f5e42014-08-22 18:09:12 -04001574 struct tipc_msg *msg;
Jon Paul Maloy301bae52014-08-22 18:09:20 -04001575 u32 peer_port = tsk_peer_port(tsk);
1576 u32 dnode = tsk_peer_node(tsk);
Jon Paul Maloy739f5e42014-08-22 18:09:12 -04001577
Parthasarathy Bhuvaragand6fb7e92016-11-01 14:02:40 +01001578 if (!tipc_sk_connected(sk))
Jon Paul Maloy739f5e42014-08-22 18:09:12 -04001579 return;
Jon Paul Maloyc5898632015-02-05 08:36:36 -05001580 skb = tipc_msg_create(CONN_MANAGER, CONN_ACK, INT_H_SIZE, 0,
1581 dnode, tsk_own_node(tsk), peer_port,
1582 tsk->portid, TIPC_OK);
Ying Xuea6ca1092014-11-26 11:41:55 +08001583 if (!skb)
Jon Paul Maloy739f5e42014-08-22 18:09:12 -04001584 return;
Ying Xuea6ca1092014-11-26 11:41:55 +08001585 msg = buf_msg(skb);
Jon Paul Maloy10724cc2016-05-02 11:58:47 -04001586 msg_set_conn_ack(msg, tsk->rcv_unacked);
1587 tsk->rcv_unacked = 0;
1588
1589 /* Adjust to and advertize the correct window limit */
1590 if (tsk->peer_caps & TIPC_BLOCK_FLOWCTL) {
1591 tsk->rcv_win = tsk_adv_blocks(tsk->sk.sk_rcvbuf);
1592 msg_set_adv_win(msg, tsk->rcv_win);
1593 }
Jon Paul Maloyaf9b0282015-07-16 16:54:24 -04001594 tipc_node_xmit_skb(net, skb, dnode, msg_link_selector(msg));
Jon Paul Maloy739f5e42014-08-22 18:09:12 -04001595}
1596
Arnaldo Carvalho de Melo85d3fc92014-05-23 15:55:12 -04001597static int tipc_wait_for_rcvmsg(struct socket *sock, long *timeop)
Ying Xue9bbb4ec2014-01-17 09:50:07 +08001598{
1599 struct sock *sk = sock->sk;
1600 DEFINE_WAIT(wait);
Arnaldo Carvalho de Melo85d3fc92014-05-23 15:55:12 -04001601 long timeo = *timeop;
Parthasarathy Bhuvaragan4e0df492017-04-26 10:05:01 +02001602 int err = sock_error(sk);
1603
1604 if (err)
1605 return err;
Ying Xue9bbb4ec2014-01-17 09:50:07 +08001606
1607 for (;;) {
1608 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE);
Ying Xuefe8e4642014-03-06 14:40:18 +01001609 if (timeo && skb_queue_empty(&sk->sk_receive_queue)) {
Parthasarathy Bhuvaragan6f000892016-11-01 14:02:47 +01001610 if (sk->sk_shutdown & RCV_SHUTDOWN) {
Ying Xue9bbb4ec2014-01-17 09:50:07 +08001611 err = -ENOTCONN;
1612 break;
1613 }
1614 release_sock(sk);
1615 timeo = schedule_timeout(timeo);
1616 lock_sock(sk);
1617 }
1618 err = 0;
1619 if (!skb_queue_empty(&sk->sk_receive_queue))
1620 break;
Ying Xue9bbb4ec2014-01-17 09:50:07 +08001621 err = -EAGAIN;
1622 if (!timeo)
1623 break;
Erik Hugne143fe222015-03-09 10:43:42 +01001624 err = sock_intr_errno(timeo);
1625 if (signal_pending(current))
1626 break;
Parthasarathy Bhuvaragan4e0df492017-04-26 10:05:01 +02001627
1628 err = sock_error(sk);
1629 if (err)
1630 break;
Ying Xue9bbb4ec2014-01-17 09:50:07 +08001631 }
1632 finish_wait(sk_sleep(sk), &wait);
Arnaldo Carvalho de Melo85d3fc92014-05-23 15:55:12 -04001633 *timeop = timeo;
Ying Xue9bbb4ec2014-01-17 09:50:07 +08001634 return err;
1635}
1636
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001637/**
Ying Xue247f0f32014-02-18 16:06:46 +08001638 * tipc_recvmsg - receive packet-oriented message
Per Lidenb97bf3f2006-01-02 19:04:38 +01001639 * @m: descriptor for message info
Jon Paul Maloye9f8b102017-05-02 18:16:53 +02001640 * @buflen: length of user buffer area
Per Lidenb97bf3f2006-01-02 19:04:38 +01001641 * @flags: receive flags
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001642 *
Per Lidenb97bf3f2006-01-02 19:04:38 +01001643 * Used for SOCK_DGRAM, SOCK_RDM, and SOCK_SEQPACKET messages.
1644 * If the complete message doesn't fit in user area, truncate it.
1645 *
1646 * Returns size of returned message data, errno otherwise
1647 */
Jon Paul Maloye9f8b102017-05-02 18:16:53 +02001648static int tipc_recvmsg(struct socket *sock, struct msghdr *m,
1649 size_t buflen, int flags)
Per Lidenb97bf3f2006-01-02 19:04:38 +01001650{
Allan Stephens0c3141e2008-04-15 00:22:02 -07001651 struct sock *sk = sock->sk;
Jon Paul Maloye9f8b102017-05-02 18:16:53 +02001652 bool connected = !tipc_sk_type_connectionless(sk);
Jon Maloyae236fb2017-10-13 11:04:25 +02001653 struct tipc_sock *tsk = tipc_sk(sk);
Jon Paul Maloye9f8b102017-05-02 18:16:53 +02001654 int rc, err, hlen, dlen, copy;
Jon Maloyb7d42632017-10-13 11:04:26 +02001655 struct sk_buff_head xmitq;
Jon Maloyae236fb2017-10-13 11:04:25 +02001656 struct tipc_msg *hdr;
1657 struct sk_buff *skb;
1658 bool grp_evt;
Jon Paul Maloye9f8b102017-05-02 18:16:53 +02001659 long timeout;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001660
Allan Stephens0c3141e2008-04-15 00:22:02 -07001661 /* Catch invalid receive requests */
Jon Paul Maloye9f8b102017-05-02 18:16:53 +02001662 if (unlikely(!buflen))
Per Lidenb97bf3f2006-01-02 19:04:38 +01001663 return -EINVAL;
1664
Allan Stephens0c3141e2008-04-15 00:22:02 -07001665 lock_sock(sk);
Jon Paul Maloye9f8b102017-05-02 18:16:53 +02001666 if (unlikely(connected && sk->sk_state == TIPC_OPEN)) {
1667 rc = -ENOTCONN;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001668 goto exit;
1669 }
Jon Paul Maloye9f8b102017-05-02 18:16:53 +02001670 timeout = sock_rcvtimeo(sk, flags & MSG_DONTWAIT);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001671
Jon Maloyb7d42632017-10-13 11:04:26 +02001672 /* Step rcv queue to first msg with data or error; wait if necessary */
Jon Paul Maloye9f8b102017-05-02 18:16:53 +02001673 do {
Jon Paul Maloye9f8b102017-05-02 18:16:53 +02001674 rc = tipc_wait_for_rcvmsg(sock, &timeout);
1675 if (unlikely(rc))
Per Lidenb97bf3f2006-01-02 19:04:38 +01001676 goto exit;
Jon Paul Maloye9f8b102017-05-02 18:16:53 +02001677 skb = skb_peek(&sk->sk_receive_queue);
1678 hdr = buf_msg(skb);
1679 dlen = msg_data_sz(hdr);
1680 hlen = msg_hdr_sz(hdr);
1681 err = msg_errcode(hdr);
Jon Maloyae236fb2017-10-13 11:04:25 +02001682 grp_evt = msg_is_grp_evt(hdr);
Jon Paul Maloye9f8b102017-05-02 18:16:53 +02001683 if (likely(dlen || err))
1684 break;
1685 tsk_advance_rx_queue(sk);
1686 } while (1);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001687
Jon Paul Maloye9f8b102017-05-02 18:16:53 +02001688 /* Collect msg meta data, including error code and rejected data */
Jon Maloy31c82a22017-10-13 11:04:24 +02001689 tipc_sk_set_orig_addr(m, skb);
Jon Paul Maloye9f8b102017-05-02 18:16:53 +02001690 rc = tipc_sk_anc_data_recv(m, hdr, tsk);
1691 if (unlikely(rc))
1692 goto exit;
1693
1694 /* Capture data if non-error msg, otherwise just set return value */
1695 if (likely(!err)) {
1696 copy = min_t(int, dlen, buflen);
1697 if (unlikely(copy != dlen))
1698 m->msg_flags |= MSG_TRUNC;
1699 rc = skb_copy_datagram_msg(skb, hlen, m, copy);
1700 } else {
1701 copy = 0;
1702 rc = 0;
1703 if (err != TIPC_CONN_SHUTDOWN && connected && !m->msg_control)
1704 rc = -ECONNRESET;
1705 }
1706 if (unlikely(rc))
1707 goto exit;
1708
Jon Maloyae236fb2017-10-13 11:04:25 +02001709 /* Mark message as group event if applicable */
1710 if (unlikely(grp_evt)) {
1711 if (msg_grp_evt(hdr) == TIPC_WITHDRAWN)
1712 m->msg_flags |= MSG_EOR;
1713 m->msg_flags |= MSG_OOB;
1714 copy = 0;
1715 }
1716
Jon Paul Maloye9f8b102017-05-02 18:16:53 +02001717 /* Caption of data or error code/rejected data was successful */
Jon Paul Maloy10724cc2016-05-02 11:58:47 -04001718 if (unlikely(flags & MSG_PEEK))
1719 goto exit;
1720
Jon Maloyb7d42632017-10-13 11:04:26 +02001721 /* Send group flow control advertisement when applicable */
1722 if (tsk->group && msg_in_group(hdr) && !grp_evt) {
1723 skb_queue_head_init(&xmitq);
1724 tipc_group_update_rcv_win(tsk->group, tsk_blocks(hlen + dlen),
1725 msg_orignode(hdr), msg_origport(hdr),
1726 &xmitq);
1727 tipc_node_distr_xmit(sock_net(sk), &xmitq);
1728 }
1729
Jon Paul Maloy10724cc2016-05-02 11:58:47 -04001730 tsk_advance_rx_queue(sk);
Jon Maloyae236fb2017-10-13 11:04:25 +02001731
Jon Paul Maloye9f8b102017-05-02 18:16:53 +02001732 if (likely(!connected))
1733 goto exit;
1734
Jon Maloyb7d42632017-10-13 11:04:26 +02001735 /* Send connection flow control advertisement when applicable */
Jon Paul Maloye9f8b102017-05-02 18:16:53 +02001736 tsk->rcv_unacked += tsk_inc(tsk, hlen + dlen);
1737 if (tsk->rcv_unacked >= tsk->rcv_win / TIPC_ACK_RATE)
1738 tipc_sk_send_ack(tsk);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001739exit:
Allan Stephens0c3141e2008-04-15 00:22:02 -07001740 release_sock(sk);
Jon Paul Maloye9f8b102017-05-02 18:16:53 +02001741 return rc ? rc : copy;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001742}
1743
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001744/**
Jon Paul Maloyec8a09f2017-05-02 18:16:54 +02001745 * tipc_recvstream - receive stream-oriented data
Per Lidenb97bf3f2006-01-02 19:04:38 +01001746 * @m: descriptor for message info
Jon Paul Maloyec8a09f2017-05-02 18:16:54 +02001747 * @buflen: total size of user buffer area
Per Lidenb97bf3f2006-01-02 19:04:38 +01001748 * @flags: receive flags
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001749 *
1750 * Used for SOCK_STREAM messages only. If not enough data is available
Per Lidenb97bf3f2006-01-02 19:04:38 +01001751 * will optionally wait for more; never truncates data.
1752 *
1753 * Returns size of returned message data, errno otherwise
1754 */
Jon Paul Maloyec8a09f2017-05-02 18:16:54 +02001755static int tipc_recvstream(struct socket *sock, struct msghdr *m,
1756 size_t buflen, int flags)
Per Lidenb97bf3f2006-01-02 19:04:38 +01001757{
Allan Stephens0c3141e2008-04-15 00:22:02 -07001758 struct sock *sk = sock->sk;
Jon Paul Maloy58ed9442014-03-12 11:31:12 -04001759 struct tipc_sock *tsk = tipc_sk(sk);
Jon Paul Maloyec8a09f2017-05-02 18:16:54 +02001760 struct sk_buff *skb;
1761 struct tipc_msg *hdr;
1762 struct tipc_skb_cb *skb_cb;
1763 bool peek = flags & MSG_PEEK;
1764 int offset, required, copy, copied = 0;
1765 int hlen, dlen, err, rc;
1766 long timeout;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001767
1768 /* Catch invalid receive attempts */
Jon Paul Maloyec8a09f2017-05-02 18:16:54 +02001769 if (unlikely(!buflen))
Per Lidenb97bf3f2006-01-02 19:04:38 +01001770 return -EINVAL;
1771
Allan Stephens0c3141e2008-04-15 00:22:02 -07001772 lock_sock(sk);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001773
Parthasarathy Bhuvaragan438adca2016-11-01 14:02:45 +01001774 if (unlikely(sk->sk_state == TIPC_OPEN)) {
Jon Paul Maloyec8a09f2017-05-02 18:16:54 +02001775 rc = -ENOTCONN;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001776 goto exit;
1777 }
Jon Paul Maloyec8a09f2017-05-02 18:16:54 +02001778 required = sock_rcvlowat(sk, flags & MSG_WAITALL, buflen);
1779 timeout = sock_rcvtimeo(sk, flags & MSG_DONTWAIT);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001780
Jon Paul Maloyec8a09f2017-05-02 18:16:54 +02001781 do {
1782 /* Look at first msg in receive queue; wait if necessary */
1783 rc = tipc_wait_for_rcvmsg(sock, &timeout);
1784 if (unlikely(rc))
1785 break;
1786 skb = skb_peek(&sk->sk_receive_queue);
1787 skb_cb = TIPC_SKB_CB(skb);
1788 hdr = buf_msg(skb);
1789 dlen = msg_data_sz(hdr);
1790 hlen = msg_hdr_sz(hdr);
1791 err = msg_errcode(hdr);
Paul Gortmaker617d3c72012-04-30 15:29:02 -04001792
Jon Paul Maloyec8a09f2017-05-02 18:16:54 +02001793 /* Discard any empty non-errored (SYN-) message */
1794 if (unlikely(!dlen && !err)) {
1795 tsk_advance_rx_queue(sk);
1796 continue;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001797 }
Per Lidenb97bf3f2006-01-02 19:04:38 +01001798
Jon Paul Maloyec8a09f2017-05-02 18:16:54 +02001799 /* Collect msg meta data, incl. error code and rejected data */
1800 if (!copied) {
Jon Maloy31c82a22017-10-13 11:04:24 +02001801 tipc_sk_set_orig_addr(m, skb);
Jon Paul Maloyec8a09f2017-05-02 18:16:54 +02001802 rc = tipc_sk_anc_data_recv(m, hdr, tsk);
1803 if (rc)
1804 break;
1805 }
Per Lidenb97bf3f2006-01-02 19:04:38 +01001806
Jon Paul Maloyec8a09f2017-05-02 18:16:54 +02001807 /* Copy data if msg ok, otherwise return error/partial data */
1808 if (likely(!err)) {
1809 offset = skb_cb->bytes_read;
1810 copy = min_t(int, dlen - offset, buflen - copied);
1811 rc = skb_copy_datagram_msg(skb, hlen + offset, m, copy);
1812 if (unlikely(rc))
1813 break;
1814 copied += copy;
1815 offset += copy;
1816 if (unlikely(offset < dlen)) {
1817 if (!peek)
1818 skb_cb->bytes_read = offset;
1819 break;
1820 }
1821 } else {
1822 rc = 0;
1823 if ((err != TIPC_CONN_SHUTDOWN) && !m->msg_control)
1824 rc = -ECONNRESET;
1825 if (copied || rc)
1826 break;
1827 }
Jon Paul Maloy10724cc2016-05-02 11:58:47 -04001828
Jon Paul Maloyec8a09f2017-05-02 18:16:54 +02001829 if (unlikely(peek))
1830 break;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001831
Jon Paul Maloyec8a09f2017-05-02 18:16:54 +02001832 tsk_advance_rx_queue(sk);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001833
Jon Paul Maloyec8a09f2017-05-02 18:16:54 +02001834 /* Send connection flow control advertisement when applicable */
1835 tsk->rcv_unacked += tsk_inc(tsk, hlen + dlen);
1836 if (unlikely(tsk->rcv_unacked >= tsk->rcv_win / TIPC_ACK_RATE))
1837 tipc_sk_send_ack(tsk);
1838
1839 /* Exit if all requested data or FIN/error received */
1840 if (copied == buflen || err)
1841 break;
1842
1843 } while (!skb_queue_empty(&sk->sk_receive_queue) || copied < required);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001844exit:
Allan Stephens0c3141e2008-04-15 00:22:02 -07001845 release_sock(sk);
Jon Paul Maloyec8a09f2017-05-02 18:16:54 +02001846 return copied ? copied : rc;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001847}
1848
1849/**
Ying Xuef288bef2012-08-21 11:16:57 +08001850 * tipc_write_space - wake up thread if port congestion is released
1851 * @sk: socket
1852 */
1853static void tipc_write_space(struct sock *sk)
1854{
1855 struct socket_wq *wq;
1856
1857 rcu_read_lock();
1858 wq = rcu_dereference(sk->sk_wq);
Herbert Xu1ce0bf52015-11-26 13:55:39 +08001859 if (skwq_has_sleeper(wq))
Ying Xuef288bef2012-08-21 11:16:57 +08001860 wake_up_interruptible_sync_poll(&wq->wait, POLLOUT |
1861 POLLWRNORM | POLLWRBAND);
1862 rcu_read_unlock();
1863}
1864
1865/**
1866 * tipc_data_ready - wake up threads to indicate messages have been received
1867 * @sk: socket
1868 * @len: the length of messages
1869 */
David S. Miller676d2362014-04-11 16:15:36 -04001870static void tipc_data_ready(struct sock *sk)
Ying Xuef288bef2012-08-21 11:16:57 +08001871{
1872 struct socket_wq *wq;
1873
1874 rcu_read_lock();
1875 wq = rcu_dereference(sk->sk_wq);
Herbert Xu1ce0bf52015-11-26 13:55:39 +08001876 if (skwq_has_sleeper(wq))
Ying Xuef288bef2012-08-21 11:16:57 +08001877 wake_up_interruptible_sync_poll(&wq->wait, POLLIN |
1878 POLLRDNORM | POLLRDBAND);
1879 rcu_read_unlock();
1880}
1881
Ying Xuef4195d12015-11-22 15:46:05 +08001882static void tipc_sock_destruct(struct sock *sk)
1883{
1884 __skb_queue_purge(&sk->sk_receive_queue);
1885}
1886
Jon Maloy64ac5f52017-10-13 11:04:20 +02001887static void tipc_sk_proto_rcv(struct sock *sk,
1888 struct sk_buff_head *inputq,
1889 struct sk_buff_head *xmitq)
1890{
1891 struct sk_buff *skb = __skb_dequeue(inputq);
1892 struct tipc_sock *tsk = tipc_sk(sk);
1893 struct tipc_msg *hdr = buf_msg(skb);
Jon Maloy75da2162017-10-13 11:04:23 +02001894 struct tipc_group *grp = tsk->group;
Jon Maloyb7d42632017-10-13 11:04:26 +02001895 bool wakeup = false;
Jon Maloy64ac5f52017-10-13 11:04:20 +02001896
1897 switch (msg_user(hdr)) {
1898 case CONN_MANAGER:
1899 tipc_sk_conn_proto_rcv(tsk, skb, xmitq);
1900 return;
1901 case SOCK_WAKEUP:
Jon Maloya80ae532017-10-13 11:04:22 +02001902 tipc_dest_del(&tsk->cong_links, msg_orignode(hdr), 0);
Jon Maloy64ac5f52017-10-13 11:04:20 +02001903 tsk->cong_link_cnt--;
Jon Maloyb7d42632017-10-13 11:04:26 +02001904 wakeup = true;
Jon Maloy64ac5f52017-10-13 11:04:20 +02001905 break;
Jon Maloy75da2162017-10-13 11:04:23 +02001906 case GROUP_PROTOCOL:
Jon Maloyb7d42632017-10-13 11:04:26 +02001907 tipc_group_proto_rcv(grp, &wakeup, hdr, inputq, xmitq);
Jon Maloy75da2162017-10-13 11:04:23 +02001908 break;
Jon Maloy64ac5f52017-10-13 11:04:20 +02001909 case TOP_SRV:
Jon Maloyb7d42632017-10-13 11:04:26 +02001910 tipc_group_member_evt(tsk->group, &wakeup, &sk->sk_rcvbuf,
1911 skb, inputq, xmitq);
Jon Maloy75da2162017-10-13 11:04:23 +02001912 skb = NULL;
Jon Maloy64ac5f52017-10-13 11:04:20 +02001913 break;
1914 default:
1915 break;
1916 }
1917
Jon Maloyb7d42632017-10-13 11:04:26 +02001918 if (wakeup)
1919 sk->sk_write_space(sk);
1920
Jon Maloy64ac5f52017-10-13 11:04:20 +02001921 kfree_skb(skb);
1922}
1923
Ying Xuef288bef2012-08-21 11:16:57 +08001924/**
Jon Maloy64ac5f52017-10-13 11:04:20 +02001925 * tipc_filter_connect - Handle incoming message for a connection-based socket
Jon Paul Maloy58ed9442014-03-12 11:31:12 -04001926 * @tsk: TIPC socket
Jon Paul Maloy1186adf2015-02-05 08:36:37 -05001927 * @skb: pointer to message buffer. Set to NULL if buffer is consumed
Ying Xue7e6c1312012-11-29 18:39:14 -05001928 *
Jon Paul Maloycda36962015-07-22 10:11:20 -04001929 * Returns true if everything ok, false otherwise
Ying Xue7e6c1312012-11-29 18:39:14 -05001930 */
Jon Maloy64ac5f52017-10-13 11:04:20 +02001931static bool tipc_sk_filter_connect(struct tipc_sock *tsk, struct sk_buff *skb)
Ying Xue7e6c1312012-11-29 18:39:14 -05001932{
Jon Paul Maloy58ed9442014-03-12 11:31:12 -04001933 struct sock *sk = &tsk->sk;
Ying Xuef2f98002015-01-09 15:27:05 +08001934 struct net *net = sock_net(sk);
Jon Paul Maloycda36962015-07-22 10:11:20 -04001935 struct tipc_msg *hdr = buf_msg(skb);
Parthasarathy Bhuvaragan4e0df492017-04-26 10:05:01 +02001936 u32 pport = msg_origport(hdr);
1937 u32 pnode = msg_orignode(hdr);
Ying Xue7e6c1312012-11-29 18:39:14 -05001938
Jon Paul Maloycda36962015-07-22 10:11:20 -04001939 if (unlikely(msg_mcast(hdr)))
1940 return false;
Ying Xue7e6c1312012-11-29 18:39:14 -05001941
Parthasarathy Bhuvaragan99a20882016-11-01 14:02:48 +01001942 switch (sk->sk_state) {
1943 case TIPC_CONNECTING:
Ying Xue7e6c1312012-11-29 18:39:14 -05001944 /* Accept only ACK or NACK message */
Parthasarathy Bhuvaragan4e0df492017-04-26 10:05:01 +02001945 if (unlikely(!msg_connected(hdr))) {
1946 if (pport != tsk_peer_port(tsk) ||
1947 pnode != tsk_peer_node(tsk))
1948 return false;
1949
1950 tipc_set_sk_state(sk, TIPC_DISCONNECTING);
1951 sk->sk_err = ECONNREFUSED;
1952 sk->sk_state_change(sk);
1953 return true;
1954 }
Jon Paul Maloydadebc02014-08-22 18:09:11 -04001955
Jon Paul Maloycda36962015-07-22 10:11:20 -04001956 if (unlikely(msg_errcode(hdr))) {
Parthasarathy Bhuvaragan9fd4b072016-11-01 14:02:46 +01001957 tipc_set_sk_state(sk, TIPC_DISCONNECTING);
Erik Hugne2c8d8512013-08-28 09:29:58 +02001958 sk->sk_err = ECONNREFUSED;
Parthasarathy Bhuvaragan4e0df492017-04-26 10:05:01 +02001959 sk->sk_state_change(sk);
Jon Paul Maloycda36962015-07-22 10:11:20 -04001960 return true;
Ying Xue584d24b2012-11-29 18:51:19 -05001961 }
1962
Jon Paul Maloycda36962015-07-22 10:11:20 -04001963 if (unlikely(!msg_isdata(hdr))) {
Parthasarathy Bhuvaragan9fd4b072016-11-01 14:02:46 +01001964 tipc_set_sk_state(sk, TIPC_DISCONNECTING);
Jon Paul Maloydadebc02014-08-22 18:09:11 -04001965 sk->sk_err = EINVAL;
Parthasarathy Bhuvaragan4e0df492017-04-26 10:05:01 +02001966 sk->sk_state_change(sk);
Jon Paul Maloycda36962015-07-22 10:11:20 -04001967 return true;
Ying Xue584d24b2012-11-29 18:51:19 -05001968 }
1969
Jon Paul Maloycda36962015-07-22 10:11:20 -04001970 tipc_sk_finish_conn(tsk, msg_origport(hdr), msg_orignode(hdr));
1971 msg_set_importance(&tsk->phdr, msg_importance(hdr));
Jon Paul Maloydadebc02014-08-22 18:09:11 -04001972
Jon Paul Maloycda36962015-07-22 10:11:20 -04001973 /* If 'ACK+' message, add to socket receive queue */
1974 if (msg_data_sz(hdr))
1975 return true;
1976
1977 /* If empty 'ACK-' message, wake up sleeping connect() */
Parthasarathy Bhuvaragan42b531d2017-04-26 10:05:00 +02001978 sk->sk_data_ready(sk);
Jon Paul Maloycda36962015-07-22 10:11:20 -04001979
1980 /* 'ACK-' message is neither accepted nor rejected: */
1981 msg_set_dest_droppable(hdr, 1);
1982 return false;
Jon Paul Maloycda36962015-07-22 10:11:20 -04001983
Parthasarathy Bhuvaragan438adca2016-11-01 14:02:45 +01001984 case TIPC_OPEN:
Parthasarathy Bhuvaragan9fd4b072016-11-01 14:02:46 +01001985 case TIPC_DISCONNECTING:
Parthasarathy Bhuvaragan438adca2016-11-01 14:02:45 +01001986 break;
1987 case TIPC_LISTEN:
Ying Xue7e6c1312012-11-29 18:39:14 -05001988 /* Accept only SYN message */
Jon Paul Maloycda36962015-07-22 10:11:20 -04001989 if (!msg_connected(hdr) && !(msg_errcode(hdr)))
1990 return true;
Ying Xue7e6c1312012-11-29 18:39:14 -05001991 break;
Parthasarathy Bhuvaraganf40acba2016-11-01 14:02:49 +01001992 case TIPC_ESTABLISHED:
1993 /* Accept only connection-based messages sent by peer */
1994 if (unlikely(!tsk_peer_msg(tsk, hdr)))
1995 return false;
1996
1997 if (unlikely(msg_errcode(hdr))) {
1998 tipc_set_sk_state(sk, TIPC_DISCONNECTING);
1999 /* Let timer expire on it's own */
2000 tipc_node_remove_conn(net, tsk_peer_node(tsk),
2001 tsk->portid);
2002 sk->sk_state_change(sk);
2003 }
2004 return true;
Ying Xue7e6c1312012-11-29 18:39:14 -05002005 default:
Parthasarathy Bhuvaragan438adca2016-11-01 14:02:45 +01002006 pr_err("Unknown sk_state %u\n", sk->sk_state);
Ying Xue7e6c1312012-11-29 18:39:14 -05002007 }
Parthasarathy Bhuvaragan438adca2016-11-01 14:02:45 +01002008
Jon Paul Maloycda36962015-07-22 10:11:20 -04002009 return false;
Ying Xue7e6c1312012-11-29 18:39:14 -05002010}
2011
2012/**
Ying Xueaba79f32013-01-20 23:30:09 +01002013 * rcvbuf_limit - get proper overload limit of socket receive queue
2014 * @sk: socket
Jon Paul Maloy10724cc2016-05-02 11:58:47 -04002015 * @skb: message
Ying Xueaba79f32013-01-20 23:30:09 +01002016 *
Jon Paul Maloy10724cc2016-05-02 11:58:47 -04002017 * For connection oriented messages, irrespective of importance,
2018 * default queue limit is 2 MB.
Ying Xueaba79f32013-01-20 23:30:09 +01002019 *
Jon Paul Maloy10724cc2016-05-02 11:58:47 -04002020 * For connectionless messages, queue limits are based on message
2021 * importance as follows:
Ying Xueaba79f32013-01-20 23:30:09 +01002022 *
Jon Paul Maloy10724cc2016-05-02 11:58:47 -04002023 * TIPC_LOW_IMPORTANCE (2 MB)
2024 * TIPC_MEDIUM_IMPORTANCE (4 MB)
2025 * TIPC_HIGH_IMPORTANCE (8 MB)
2026 * TIPC_CRITICAL_IMPORTANCE (16 MB)
Ying Xueaba79f32013-01-20 23:30:09 +01002027 *
2028 * Returns overload limit according to corresponding message importance
2029 */
Jon Paul Maloy10724cc2016-05-02 11:58:47 -04002030static unsigned int rcvbuf_limit(struct sock *sk, struct sk_buff *skb)
Ying Xueaba79f32013-01-20 23:30:09 +01002031{
Jon Paul Maloy10724cc2016-05-02 11:58:47 -04002032 struct tipc_sock *tsk = tipc_sk(sk);
2033 struct tipc_msg *hdr = buf_msg(skb);
Ying Xueaba79f32013-01-20 23:30:09 +01002034
Jon Maloyb7d42632017-10-13 11:04:26 +02002035 if (unlikely(msg_in_group(hdr)))
2036 return sk->sk_rcvbuf;
2037
Jon Paul Maloy10724cc2016-05-02 11:58:47 -04002038 if (unlikely(!msg_connected(hdr)))
2039 return sk->sk_rcvbuf << msg_importance(hdr);
wangweidong0cee6bb2013-12-12 09:36:39 +08002040
Jon Paul Maloy10724cc2016-05-02 11:58:47 -04002041 if (likely(tsk->peer_caps & TIPC_BLOCK_FLOWCTL))
2042 return sk->sk_rcvbuf;
2043
2044 return FLOWCTL_MSG_LIM;
Ying Xueaba79f32013-01-20 23:30:09 +01002045}
2046
2047/**
Jon Maloy64ac5f52017-10-13 11:04:20 +02002048 * tipc_sk_filter_rcv - validate incoming message
Allan Stephens0c3141e2008-04-15 00:22:02 -07002049 * @sk: socket
Jon Paul Maloycda36962015-07-22 10:11:20 -04002050 * @skb: pointer to message.
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002051 *
Allan Stephens0c3141e2008-04-15 00:22:02 -07002052 * Enqueues message on receive queue if acceptable; optionally handles
2053 * disconnect indication for a connected socket.
2054 *
Jon Paul Maloy1186adf2015-02-05 08:36:37 -05002055 * Called with socket lock already taken
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002056 *
Per Lidenb97bf3f2006-01-02 19:04:38 +01002057 */
Jon Maloy64ac5f52017-10-13 11:04:20 +02002058static void tipc_sk_filter_rcv(struct sock *sk, struct sk_buff *skb,
2059 struct sk_buff_head *xmitq)
Per Lidenb97bf3f2006-01-02 19:04:38 +01002060{
Jon Maloy64ac5f52017-10-13 11:04:20 +02002061 bool sk_conn = !tipc_sk_type_connectionless(sk);
Jon Paul Maloy58ed9442014-03-12 11:31:12 -04002062 struct tipc_sock *tsk = tipc_sk(sk);
Jon Maloy75da2162017-10-13 11:04:23 +02002063 struct tipc_group *grp = tsk->group;
Jon Paul Maloycda36962015-07-22 10:11:20 -04002064 struct tipc_msg *hdr = buf_msg(skb);
Jon Maloy64ac5f52017-10-13 11:04:20 +02002065 struct net *net = sock_net(sk);
2066 struct sk_buff_head inputq;
2067 int limit, err = TIPC_OK;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002068
Parthasarathy Bhuvaraganba8aebe2016-11-01 14:02:37 +01002069 TIPC_SKB_CB(skb)->bytes_read = 0;
Jon Maloy64ac5f52017-10-13 11:04:20 +02002070 __skb_queue_head_init(&inputq);
2071 __skb_queue_tail(&inputq, skb);
Allan Stephens0c3141e2008-04-15 00:22:02 -07002072
Jon Maloy64ac5f52017-10-13 11:04:20 +02002073 if (unlikely(!msg_isdata(hdr)))
2074 tipc_sk_proto_rcv(sk, &inputq, xmitq);
Jon Paul Maloycda36962015-07-22 10:11:20 -04002075
Jon Maloy75da2162017-10-13 11:04:23 +02002076 if (unlikely(grp))
2077 tipc_group_filter_msg(grp, &inputq, xmitq);
2078
Jon Maloy64ac5f52017-10-13 11:04:20 +02002079 /* Validate and add to receive buffer if there is space */
2080 while ((skb = __skb_dequeue(&inputq))) {
2081 hdr = buf_msg(skb);
2082 limit = rcvbuf_limit(sk, skb);
2083 if ((sk_conn && !tipc_sk_filter_connect(tsk, skb)) ||
Jon Maloy75da2162017-10-13 11:04:23 +02002084 (!sk_conn && msg_connected(hdr)) ||
2085 (!grp && msg_in_group(hdr)))
Jon Maloy64ac5f52017-10-13 11:04:20 +02002086 err = TIPC_ERR_NO_PORT;
2087 else if (sk_rmem_alloc_get(sk) + skb->truesize >= limit)
2088 err = TIPC_ERR_OVERLOAD;
2089
2090 if (unlikely(err)) {
2091 tipc_skb_reject(net, err, skb, xmitq);
2092 err = TIPC_OK;
2093 continue;
2094 }
2095 __skb_queue_tail(&sk->sk_receive_queue, skb);
2096 skb_set_owner_r(skb, sk);
2097 sk->sk_data_ready(sk);
2098 }
Per Lidenb97bf3f2006-01-02 19:04:38 +01002099}
2100
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002101/**
Jon Maloy64ac5f52017-10-13 11:04:20 +02002102 * tipc_sk_backlog_rcv - handle incoming message from backlog queue
Allan Stephens0c3141e2008-04-15 00:22:02 -07002103 * @sk: socket
Ying Xuea6ca1092014-11-26 11:41:55 +08002104 * @skb: message
Allan Stephens0c3141e2008-04-15 00:22:02 -07002105 *
Jon Paul Maloye3a77562015-02-05 08:36:39 -05002106 * Caller must hold socket lock
Allan Stephens0c3141e2008-04-15 00:22:02 -07002107 */
Jon Maloy64ac5f52017-10-13 11:04:20 +02002108static int tipc_sk_backlog_rcv(struct sock *sk, struct sk_buff *skb)
Allan Stephens0c3141e2008-04-15 00:22:02 -07002109{
Jon Maloy64ac5f52017-10-13 11:04:20 +02002110 unsigned int before = sk_rmem_alloc_get(sk);
Jon Paul Maloyf1d048f2016-06-17 06:35:57 -04002111 struct sk_buff_head xmitq;
Jon Maloy64ac5f52017-10-13 11:04:20 +02002112 unsigned int added;
Allan Stephens0c3141e2008-04-15 00:22:02 -07002113
Jon Paul Maloyf1d048f2016-06-17 06:35:57 -04002114 __skb_queue_head_init(&xmitq);
2115
Jon Maloy64ac5f52017-10-13 11:04:20 +02002116 tipc_sk_filter_rcv(sk, skb, &xmitq);
2117 added = sk_rmem_alloc_get(sk) - before;
2118 atomic_add(added, &tipc_sk(sk)->dupl_rcvcnt);
2119
2120 /* Send pending response/rejected messages, if any */
Jon Maloyf70d37b2017-10-13 11:04:21 +02002121 tipc_node_distr_xmit(sock_net(sk), &xmitq);
Allan Stephens0c3141e2008-04-15 00:22:02 -07002122 return 0;
2123}
2124
2125/**
Jon Paul Maloyc637c102015-02-05 08:36:41 -05002126 * tipc_sk_enqueue - extract all buffers with destination 'dport' from
2127 * inputq and try adding them to socket or backlog queue
2128 * @inputq: list of incoming buffers with potentially different destinations
2129 * @sk: socket where the buffers should be enqueued
2130 * @dport: port number for the socket
Jon Paul Maloyd570d862015-02-05 08:36:38 -05002131 *
2132 * Caller must hold socket lock
Jon Paul Maloyd570d862015-02-05 08:36:38 -05002133 */
Jon Paul Maloycda36962015-07-22 10:11:20 -04002134static void tipc_sk_enqueue(struct sk_buff_head *inputq, struct sock *sk,
Jon Paul Maloyf1d048f2016-06-17 06:35:57 -04002135 u32 dport, struct sk_buff_head *xmitq)
Jon Paul Maloyd570d862015-02-05 08:36:38 -05002136{
Jon Paul Maloyf1d048f2016-06-17 06:35:57 -04002137 unsigned long time_limit = jiffies + 2;
2138 struct sk_buff *skb;
Jon Paul Maloyd570d862015-02-05 08:36:38 -05002139 unsigned int lim;
2140 atomic_t *dcnt;
Jon Paul Maloyf1d048f2016-06-17 06:35:57 -04002141 u32 onode;
Jon Paul Maloyd570d862015-02-05 08:36:38 -05002142
Jon Paul Maloyc637c102015-02-05 08:36:41 -05002143 while (skb_queue_len(inputq)) {
Jon Paul Maloy51a00da2015-02-08 11:10:50 -05002144 if (unlikely(time_after_eq(jiffies, time_limit)))
Jon Paul Maloycda36962015-07-22 10:11:20 -04002145 return;
2146
Jon Paul Maloyc637c102015-02-05 08:36:41 -05002147 skb = tipc_skb_dequeue(inputq, dport);
2148 if (unlikely(!skb))
Jon Paul Maloycda36962015-07-22 10:11:20 -04002149 return;
2150
2151 /* Add message directly to receive queue if possible */
Jon Paul Maloyc637c102015-02-05 08:36:41 -05002152 if (!sock_owned_by_user(sk)) {
Jon Maloy64ac5f52017-10-13 11:04:20 +02002153 tipc_sk_filter_rcv(sk, skb, xmitq);
Jon Paul Maloycda36962015-07-22 10:11:20 -04002154 continue;
Jon Paul Maloyc637c102015-02-05 08:36:41 -05002155 }
Jon Paul Maloycda36962015-07-22 10:11:20 -04002156
2157 /* Try backlog, compensating for double-counted bytes */
Jon Paul Maloyc637c102015-02-05 08:36:41 -05002158 dcnt = &tipc_sk(sk)->dupl_rcvcnt;
Jon Paul Maloy7c8bcfb2016-05-02 11:58:45 -04002159 if (!sk->sk_backlog.len)
Jon Paul Maloyc637c102015-02-05 08:36:41 -05002160 atomic_set(dcnt, 0);
2161 lim = rcvbuf_limit(sk, skb) + atomic_read(dcnt);
2162 if (likely(!sk_add_backlog(sk, skb, lim)))
2163 continue;
Jon Paul Maloycda36962015-07-22 10:11:20 -04002164
2165 /* Overload => reject message back to sender */
Jon Paul Maloyf1d048f2016-06-17 06:35:57 -04002166 onode = tipc_own_addr(sock_net(sk));
2167 if (tipc_msg_reverse(onode, &skb, TIPC_ERR_OVERLOAD))
2168 __skb_queue_tail(xmitq, skb);
Jon Paul Maloycda36962015-07-22 10:11:20 -04002169 break;
Jon Paul Maloyc637c102015-02-05 08:36:41 -05002170 }
Jon Paul Maloyd570d862015-02-05 08:36:38 -05002171}
2172
2173/**
Jon Paul Maloyc637c102015-02-05 08:36:41 -05002174 * tipc_sk_rcv - handle a chain of incoming buffers
2175 * @inputq: buffer list containing the buffers
2176 * Consumes all buffers in list until inputq is empty
2177 * Note: may be called in multiple threads referring to the same queue
Allan Stephens0c3141e2008-04-15 00:22:02 -07002178 */
Jon Paul Maloycda36962015-07-22 10:11:20 -04002179void tipc_sk_rcv(struct net *net, struct sk_buff_head *inputq)
Allan Stephens0c3141e2008-04-15 00:22:02 -07002180{
Jon Paul Maloyf1d048f2016-06-17 06:35:57 -04002181 struct sk_buff_head xmitq;
Jon Paul Maloyc637c102015-02-05 08:36:41 -05002182 u32 dnode, dport = 0;
Erik Hugne9871b272015-04-23 09:37:39 -04002183 int err;
Jon Paul Maloy9816f062014-05-14 05:39:15 -04002184 struct tipc_sock *tsk;
Jon Paul Maloy9816f062014-05-14 05:39:15 -04002185 struct sock *sk;
Jon Paul Maloycda36962015-07-22 10:11:20 -04002186 struct sk_buff *skb;
Jon Paul Maloy9816f062014-05-14 05:39:15 -04002187
Jon Paul Maloyf1d048f2016-06-17 06:35:57 -04002188 __skb_queue_head_init(&xmitq);
Jon Paul Maloyc637c102015-02-05 08:36:41 -05002189 while (skb_queue_len(inputq)) {
Jon Paul Maloyc637c102015-02-05 08:36:41 -05002190 dport = tipc_skb_peek_port(inputq, dport);
2191 tsk = tipc_sk_lookup(net, dport);
Jon Paul Maloycda36962015-07-22 10:11:20 -04002192
Jon Paul Maloyc637c102015-02-05 08:36:41 -05002193 if (likely(tsk)) {
2194 sk = &tsk->sk;
2195 if (likely(spin_trylock_bh(&sk->sk_lock.slock))) {
Jon Paul Maloyf1d048f2016-06-17 06:35:57 -04002196 tipc_sk_enqueue(inputq, sk, dport, &xmitq);
Jon Paul Maloyc637c102015-02-05 08:36:41 -05002197 spin_unlock_bh(&sk->sk_lock.slock);
Jon Paul Maloyc637c102015-02-05 08:36:41 -05002198 }
Jon Paul Maloyf1d048f2016-06-17 06:35:57 -04002199 /* Send pending response/rejected messages, if any */
Jon Maloyf70d37b2017-10-13 11:04:21 +02002200 tipc_node_distr_xmit(sock_net(sk), &xmitq);
Jon Paul Maloyc637c102015-02-05 08:36:41 -05002201 sock_put(sk);
Jon Paul Maloyc637c102015-02-05 08:36:41 -05002202 continue;
Jon Paul Maloyc637c102015-02-05 08:36:41 -05002203 }
Jon Paul Maloycda36962015-07-22 10:11:20 -04002204 /* No destination socket => dequeue skb if still there */
2205 skb = tipc_skb_dequeue(inputq, dport);
2206 if (!skb)
2207 return;
2208
2209 /* Try secondary lookup if unresolved named message */
2210 err = TIPC_ERR_NO_PORT;
2211 if (tipc_msg_lookup_dest(net, skb, &err))
2212 goto xmit;
2213
2214 /* Prepare for message rejection */
2215 if (!tipc_msg_reverse(tipc_own_addr(net), &skb, err))
Jon Paul Maloyc637c102015-02-05 08:36:41 -05002216 continue;
Jon Paul Maloye3a77562015-02-05 08:36:39 -05002217xmit:
Jon Paul Maloycda36962015-07-22 10:11:20 -04002218 dnode = msg_destnode(buf_msg(skb));
Jon Paul Maloyaf9b0282015-07-16 16:54:24 -04002219 tipc_node_xmit_skb(net, skb, dnode, dport);
Jon Paul Maloyc637c102015-02-05 08:36:41 -05002220 }
Allan Stephens0c3141e2008-04-15 00:22:02 -07002221}
2222
Ying Xue78eb3a52014-01-17 09:50:03 +08002223static int tipc_wait_for_connect(struct socket *sock, long *timeo_p)
2224{
WANG Congd9dc8b02016-11-11 10:20:50 -08002225 DEFINE_WAIT_FUNC(wait, woken_wake_function);
Ying Xue78eb3a52014-01-17 09:50:03 +08002226 struct sock *sk = sock->sk;
Ying Xue78eb3a52014-01-17 09:50:03 +08002227 int done;
2228
2229 do {
2230 int err = sock_error(sk);
2231 if (err)
2232 return err;
2233 if (!*timeo_p)
2234 return -ETIMEDOUT;
2235 if (signal_pending(current))
2236 return sock_intr_errno(*timeo_p);
2237
WANG Congd9dc8b02016-11-11 10:20:50 -08002238 add_wait_queue(sk_sleep(sk), &wait);
Parthasarathy Bhuvaragan99a20882016-11-01 14:02:48 +01002239 done = sk_wait_event(sk, timeo_p,
WANG Congd9dc8b02016-11-11 10:20:50 -08002240 sk->sk_state != TIPC_CONNECTING, &wait);
2241 remove_wait_queue(sk_sleep(sk), &wait);
Ying Xue78eb3a52014-01-17 09:50:03 +08002242 } while (!done);
2243 return 0;
2244}
2245
Per Lidenb97bf3f2006-01-02 19:04:38 +01002246/**
Ying Xue247f0f32014-02-18 16:06:46 +08002247 * tipc_connect - establish a connection to another TIPC port
Per Lidenb97bf3f2006-01-02 19:04:38 +01002248 * @sock: socket structure
2249 * @dest: socket address for destination port
2250 * @destlen: size of socket address data structure
Allan Stephens0c3141e2008-04-15 00:22:02 -07002251 * @flags: file-related flags associated with socket
Per Lidenb97bf3f2006-01-02 19:04:38 +01002252 *
2253 * Returns 0 on success, errno otherwise
2254 */
Ying Xue247f0f32014-02-18 16:06:46 +08002255static int tipc_connect(struct socket *sock, struct sockaddr *dest,
2256 int destlen, int flags)
Per Lidenb97bf3f2006-01-02 19:04:38 +01002257{
Allan Stephens0c3141e2008-04-15 00:22:02 -07002258 struct sock *sk = sock->sk;
Erik Hugnef2f80362015-03-19 09:02:19 +01002259 struct tipc_sock *tsk = tipc_sk(sk);
Allan Stephensb89741a2008-04-15 00:20:37 -07002260 struct sockaddr_tipc *dst = (struct sockaddr_tipc *)dest;
2261 struct msghdr m = {NULL,};
Erik Hugnef2f80362015-03-19 09:02:19 +01002262 long timeout = (flags & O_NONBLOCK) ? 0 : tsk->conn_timeout;
Parthasarathy Bhuvaragan99a20882016-11-01 14:02:48 +01002263 int previous;
Erik Hugnef2f80362015-03-19 09:02:19 +01002264 int res = 0;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002265
Jon Maloy23998832017-10-13 11:04:18 +02002266 if (destlen != sizeof(struct sockaddr_tipc))
2267 return -EINVAL;
2268
Allan Stephens0c3141e2008-04-15 00:22:02 -07002269 lock_sock(sk);
2270
Jon Maloy75da2162017-10-13 11:04:23 +02002271 if (tsk->group) {
2272 res = -EINVAL;
2273 goto exit;
2274 }
2275
Jon Maloy23998832017-10-13 11:04:18 +02002276 if (dst->family == AF_UNSPEC) {
2277 memset(&tsk->peer, 0, sizeof(struct sockaddr_tipc));
2278 if (!tipc_sk_type_connectionless(sk))
2279 res = -EINVAL;
2280 goto exit;
2281 } else if (dst->family != AF_TIPC) {
2282 res = -EINVAL;
2283 }
2284 if (dst->addrtype != TIPC_ADDR_ID && dst->addrtype != TIPC_ADDR_NAME)
2285 res = -EINVAL;
2286 if (res)
2287 goto exit;
2288
Erik Hugnef2f80362015-03-19 09:02:19 +01002289 /* DGRAM/RDM connect(), just save the destaddr */
Parthasarathy Bhuvaraganc7520232016-11-01 14:02:42 +01002290 if (tipc_sk_type_connectionless(sk)) {
Jon Maloy23998832017-10-13 11:04:18 +02002291 memcpy(&tsk->peer, dest, destlen);
Allan Stephens0c3141e2008-04-15 00:22:02 -07002292 goto exit;
2293 }
2294
Parthasarathy Bhuvaragan99a20882016-11-01 14:02:48 +01002295 previous = sk->sk_state;
Parthasarathy Bhuvaragan438adca2016-11-01 14:02:45 +01002296
2297 switch (sk->sk_state) {
2298 case TIPC_OPEN:
Ying Xue584d24b2012-11-29 18:51:19 -05002299 /* Send a 'SYN-' to destination */
2300 m.msg_name = dest;
2301 m.msg_namelen = destlen;
2302
2303 /* If connect is in non-blocking case, set MSG_DONTWAIT to
2304 * indicate send_msg() is never blocked.
2305 */
2306 if (!timeout)
2307 m.msg_flags = MSG_DONTWAIT;
2308
Ying Xue39a02952015-03-02 15:37:47 +08002309 res = __tipc_sendmsg(sock, &m, 0);
Ying Xue584d24b2012-11-29 18:51:19 -05002310 if ((res < 0) && (res != -EWOULDBLOCK))
2311 goto exit;
2312
Parthasarathy Bhuvaragan99a20882016-11-01 14:02:48 +01002313 /* Just entered TIPC_CONNECTING state; the only
Ying Xue584d24b2012-11-29 18:51:19 -05002314 * difference is that return value in non-blocking
2315 * case is EINPROGRESS, rather than EALREADY.
2316 */
2317 res = -EINPROGRESS;
Parthasarathy Bhuvaragan99a20882016-11-01 14:02:48 +01002318 /* fall thru' */
2319 case TIPC_CONNECTING:
2320 if (!timeout) {
2321 if (previous == TIPC_CONNECTING)
2322 res = -EALREADY;
Ying Xue78eb3a52014-01-17 09:50:03 +08002323 goto exit;
Parthasarathy Bhuvaragan99a20882016-11-01 14:02:48 +01002324 }
Ying Xue78eb3a52014-01-17 09:50:03 +08002325 timeout = msecs_to_jiffies(timeout);
2326 /* Wait until an 'ACK' or 'RST' arrives, or a timeout occurs */
2327 res = tipc_wait_for_connect(sock, &timeout);
Parthasarathy Bhuvaraganf40acba2016-11-01 14:02:49 +01002328 break;
2329 case TIPC_ESTABLISHED:
Parthasarathy Bhuvaragan99a20882016-11-01 14:02:48 +01002330 res = -EISCONN;
Parthasarathy Bhuvaraganf40acba2016-11-01 14:02:49 +01002331 break;
2332 default:
Parthasarathy Bhuvaragan99a20882016-11-01 14:02:48 +01002333 res = -EINVAL;
Parthasarathy Bhuvaraganf40acba2016-11-01 14:02:49 +01002334 }
Parthasarathy Bhuvaragan99a20882016-11-01 14:02:48 +01002335
Allan Stephens0c3141e2008-04-15 00:22:02 -07002336exit:
2337 release_sock(sk);
Allan Stephensb89741a2008-04-15 00:20:37 -07002338 return res;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002339}
2340
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002341/**
Ying Xue247f0f32014-02-18 16:06:46 +08002342 * tipc_listen - allow socket to listen for incoming connections
Per Lidenb97bf3f2006-01-02 19:04:38 +01002343 * @sock: socket structure
2344 * @len: (unused)
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002345 *
Per Lidenb97bf3f2006-01-02 19:04:38 +01002346 * Returns 0 on success, errno otherwise
2347 */
Ying Xue247f0f32014-02-18 16:06:46 +08002348static int tipc_listen(struct socket *sock, int len)
Per Lidenb97bf3f2006-01-02 19:04:38 +01002349{
Allan Stephens0c3141e2008-04-15 00:22:02 -07002350 struct sock *sk = sock->sk;
2351 int res;
2352
2353 lock_sock(sk);
Parthasarathy Bhuvaragan0c288c82016-11-01 14:02:43 +01002354 res = tipc_set_sk_state(sk, TIPC_LISTEN);
Allan Stephens0c3141e2008-04-15 00:22:02 -07002355 release_sock(sk);
Parthasarathy Bhuvaragan0c288c82016-11-01 14:02:43 +01002356
Allan Stephens0c3141e2008-04-15 00:22:02 -07002357 return res;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002358}
2359
Ying Xue6398e232014-01-17 09:50:04 +08002360static int tipc_wait_for_accept(struct socket *sock, long timeo)
2361{
2362 struct sock *sk = sock->sk;
2363 DEFINE_WAIT(wait);
2364 int err;
2365
2366 /* True wake-one mechanism for incoming connections: only
2367 * one process gets woken up, not the 'whole herd'.
2368 * Since we do not 'race & poll' for established sockets
2369 * anymore, the common case will execute the loop only once.
2370 */
2371 for (;;) {
2372 prepare_to_wait_exclusive(sk_sleep(sk), &wait,
2373 TASK_INTERRUPTIBLE);
Ying Xuefe8e4642014-03-06 14:40:18 +01002374 if (timeo && skb_queue_empty(&sk->sk_receive_queue)) {
Ying Xue6398e232014-01-17 09:50:04 +08002375 release_sock(sk);
2376 timeo = schedule_timeout(timeo);
2377 lock_sock(sk);
2378 }
2379 err = 0;
2380 if (!skb_queue_empty(&sk->sk_receive_queue))
2381 break;
Ying Xue6398e232014-01-17 09:50:04 +08002382 err = -EAGAIN;
2383 if (!timeo)
2384 break;
Erik Hugne143fe222015-03-09 10:43:42 +01002385 err = sock_intr_errno(timeo);
2386 if (signal_pending(current))
2387 break;
Ying Xue6398e232014-01-17 09:50:04 +08002388 }
2389 finish_wait(sk_sleep(sk), &wait);
2390 return err;
2391}
2392
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002393/**
Ying Xue247f0f32014-02-18 16:06:46 +08002394 * tipc_accept - wait for connection request
Per Lidenb97bf3f2006-01-02 19:04:38 +01002395 * @sock: listening socket
2396 * @newsock: new socket that is to be connected
2397 * @flags: file-related flags associated with socket
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002398 *
Per Lidenb97bf3f2006-01-02 19:04:38 +01002399 * Returns 0 on success, errno otherwise
2400 */
David Howellscdfbabf2017-03-09 08:09:05 +00002401static int tipc_accept(struct socket *sock, struct socket *new_sock, int flags,
2402 bool kern)
Per Lidenb97bf3f2006-01-02 19:04:38 +01002403{
Paul Gortmaker0fef8f22012-12-04 11:01:55 -05002404 struct sock *new_sk, *sk = sock->sk;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002405 struct sk_buff *buf;
Jon Paul Maloy301bae52014-08-22 18:09:20 -04002406 struct tipc_sock *new_tsock;
Paul Gortmaker0fef8f22012-12-04 11:01:55 -05002407 struct tipc_msg *msg;
Ying Xue6398e232014-01-17 09:50:04 +08002408 long timeo;
Allan Stephens0c3141e2008-04-15 00:22:02 -07002409 int res;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002410
Allan Stephens0c3141e2008-04-15 00:22:02 -07002411 lock_sock(sk);
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002412
Parthasarathy Bhuvaragan0c288c82016-11-01 14:02:43 +01002413 if (sk->sk_state != TIPC_LISTEN) {
Allan Stephens0c3141e2008-04-15 00:22:02 -07002414 res = -EINVAL;
2415 goto exit;
2416 }
Ying Xue6398e232014-01-17 09:50:04 +08002417 timeo = sock_rcvtimeo(sk, flags & O_NONBLOCK);
2418 res = tipc_wait_for_accept(sock, timeo);
2419 if (res)
2420 goto exit;
Allan Stephens0c3141e2008-04-15 00:22:02 -07002421
2422 buf = skb_peek(&sk->sk_receive_queue);
2423
David Howellscdfbabf2017-03-09 08:09:05 +00002424 res = tipc_sk_create(sock_net(sock->sk), new_sock, 0, kern);
Paul Gortmaker0fef8f22012-12-04 11:01:55 -05002425 if (res)
2426 goto exit;
Stephen Smalleyfdd75ea2015-07-07 09:43:45 -04002427 security_sk_clone(sock->sk, new_sock->sk);
Allan Stephens0c3141e2008-04-15 00:22:02 -07002428
Paul Gortmaker0fef8f22012-12-04 11:01:55 -05002429 new_sk = new_sock->sk;
Jon Paul Maloy301bae52014-08-22 18:09:20 -04002430 new_tsock = tipc_sk(new_sk);
Paul Gortmaker0fef8f22012-12-04 11:01:55 -05002431 msg = buf_msg(buf);
Allan Stephens0c3141e2008-04-15 00:22:02 -07002432
Paul Gortmaker0fef8f22012-12-04 11:01:55 -05002433 /* we lock on new_sk; but lockdep sees the lock on sk */
2434 lock_sock_nested(new_sk, SINGLE_DEPTH_NESTING);
Allan Stephens0c3141e2008-04-15 00:22:02 -07002435
Paul Gortmaker0fef8f22012-12-04 11:01:55 -05002436 /*
2437 * Reject any stray messages received by new socket
2438 * before the socket lock was taken (very, very unlikely)
2439 */
Jon Paul Maloy2e84c602014-08-22 18:09:18 -04002440 tsk_rej_rx_queue(new_sk);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002441
Paul Gortmaker0fef8f22012-12-04 11:01:55 -05002442 /* Connect new socket to it's peer */
Jon Paul Maloy301bae52014-08-22 18:09:20 -04002443 tipc_sk_finish_conn(new_tsock, msg_origport(msg), msg_orignode(msg));
Per Lidenb97bf3f2006-01-02 19:04:38 +01002444
Jon Paul Maloy301bae52014-08-22 18:09:20 -04002445 tsk_set_importance(new_tsock, msg_importance(msg));
Paul Gortmaker0fef8f22012-12-04 11:01:55 -05002446 if (msg_named(msg)) {
Jon Paul Maloy301bae52014-08-22 18:09:20 -04002447 new_tsock->conn_type = msg_nametype(msg);
2448 new_tsock->conn_instance = msg_nameinst(msg);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002449 }
Paul Gortmaker0fef8f22012-12-04 11:01:55 -05002450
2451 /*
2452 * Respond to 'SYN-' by discarding it & returning 'ACK'-.
2453 * Respond to 'SYN+' by queuing it on new socket.
2454 */
2455 if (!msg_data_sz(msg)) {
2456 struct msghdr m = {NULL,};
2457
Jon Paul Maloy2e84c602014-08-22 18:09:18 -04002458 tsk_advance_rx_queue(sk);
Jon Paul Maloy365ad352017-01-03 10:55:11 -05002459 __tipc_sendstream(new_sock, &m, 0);
Paul Gortmaker0fef8f22012-12-04 11:01:55 -05002460 } else {
2461 __skb_dequeue(&sk->sk_receive_queue);
2462 __skb_queue_head(&new_sk->sk_receive_queue, buf);
Ying Xueaba79f32013-01-20 23:30:09 +01002463 skb_set_owner_r(buf, new_sk);
Paul Gortmaker0fef8f22012-12-04 11:01:55 -05002464 }
2465 release_sock(new_sk);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002466exit:
Allan Stephens0c3141e2008-04-15 00:22:02 -07002467 release_sock(sk);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002468 return res;
2469}
2470
2471/**
Ying Xue247f0f32014-02-18 16:06:46 +08002472 * tipc_shutdown - shutdown socket connection
Per Lidenb97bf3f2006-01-02 19:04:38 +01002473 * @sock: socket structure
Allan Stephense247a8f2008-03-06 15:05:38 -08002474 * @how: direction to close (must be SHUT_RDWR)
Per Lidenb97bf3f2006-01-02 19:04:38 +01002475 *
2476 * Terminates connection (if necessary), then purges socket's receive queue.
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002477 *
Per Lidenb97bf3f2006-01-02 19:04:38 +01002478 * Returns 0 on success, errno otherwise
2479 */
Ying Xue247f0f32014-02-18 16:06:46 +08002480static int tipc_shutdown(struct socket *sock, int how)
Per Lidenb97bf3f2006-01-02 19:04:38 +01002481{
Allan Stephens0c3141e2008-04-15 00:22:02 -07002482 struct sock *sk = sock->sk;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002483 int res;
2484
Allan Stephense247a8f2008-03-06 15:05:38 -08002485 if (how != SHUT_RDWR)
2486 return -EINVAL;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002487
Allan Stephens0c3141e2008-04-15 00:22:02 -07002488 lock_sock(sk);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002489
Parthasarathy Bhuvaragan6f000892016-11-01 14:02:47 +01002490 __tipc_shutdown(sock, TIPC_CONN_SHUTDOWN);
2491 sk->sk_shutdown = SEND_SHUTDOWN;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002492
Parthasarathy Bhuvaragan6f000892016-11-01 14:02:47 +01002493 if (sk->sk_state == TIPC_DISCONNECTING) {
Ying Xue75031152012-10-29 09:38:15 -04002494 /* Discard any unreceived messages */
Ying Xue57467e52013-01-20 23:30:08 +01002495 __skb_queue_purge(&sk->sk_receive_queue);
Ying Xue75031152012-10-29 09:38:15 -04002496
2497 /* Wake up anyone sleeping in poll */
2498 sk->sk_state_change(sk);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002499 res = 0;
Parthasarathy Bhuvaragan6f000892016-11-01 14:02:47 +01002500 } else {
Per Lidenb97bf3f2006-01-02 19:04:38 +01002501 res = -ENOTCONN;
2502 }
2503
Allan Stephens0c3141e2008-04-15 00:22:02 -07002504 release_sock(sk);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002505 return res;
2506}
2507
Ying Xuef2f2a962015-01-09 15:27:02 +08002508static void tipc_sk_timeout(unsigned long data)
Jon Paul Maloy57289012014-08-22 18:09:09 -04002509{
Ying Xuef2f2a962015-01-09 15:27:02 +08002510 struct tipc_sock *tsk = (struct tipc_sock *)data;
2511 struct sock *sk = &tsk->sk;
Ying Xuea6ca1092014-11-26 11:41:55 +08002512 struct sk_buff *skb = NULL;
Jon Paul Maloy57289012014-08-22 18:09:09 -04002513 u32 peer_port, peer_node;
Jon Paul Maloyc5898632015-02-05 08:36:36 -05002514 u32 own_node = tsk_own_node(tsk);
Jon Paul Maloy57289012014-08-22 18:09:09 -04002515
Jon Paul Maloy57289012014-08-22 18:09:09 -04002516 bh_lock_sock(sk);
Parthasarathy Bhuvaragand6fb7e92016-11-01 14:02:40 +01002517 if (!tipc_sk_connected(sk)) {
Jon Paul Maloy6c9808c2014-08-22 18:09:16 -04002518 bh_unlock_sock(sk);
2519 goto exit;
2520 }
Jon Paul Maloy301bae52014-08-22 18:09:20 -04002521 peer_port = tsk_peer_port(tsk);
2522 peer_node = tsk_peer_node(tsk);
Jon Paul Maloy57289012014-08-22 18:09:09 -04002523
Parthasarathy Bhuvaragan8ea642e2016-11-01 14:02:44 +01002524 if (tsk->probe_unacked) {
Erik Hugneb3be5e32015-06-09 17:27:12 +02002525 if (!sock_owned_by_user(sk)) {
Parthasarathy Bhuvaragan9fd4b072016-11-01 14:02:46 +01002526 tipc_set_sk_state(sk, TIPC_DISCONNECTING);
Erik Hugneb3be5e32015-06-09 17:27:12 +02002527 tipc_node_remove_conn(sock_net(sk), tsk_peer_node(tsk),
2528 tsk_peer_port(tsk));
2529 sk->sk_state_change(sk);
2530 } else {
2531 /* Try again later */
2532 sk_reset_timer(sk, &sk->sk_timer, (HZ / 20));
2533 }
2534
Parthasarathy Bhuvaragan360aab62016-11-01 14:02:41 +01002535 bh_unlock_sock(sk);
2536 goto exit;
Jon Paul Maloy57289012014-08-22 18:09:09 -04002537 }
Parthasarathy Bhuvaragan360aab62016-11-01 14:02:41 +01002538
2539 skb = tipc_msg_create(CONN_MANAGER, CONN_PROBE,
2540 INT_H_SIZE, 0, peer_node, own_node,
2541 peer_port, tsk->portid, TIPC_OK);
Parthasarathy Bhuvaragan8ea642e2016-11-01 14:02:44 +01002542 tsk->probe_unacked = true;
Parthasarathy Bhuvaragan360aab62016-11-01 14:02:41 +01002543 sk_reset_timer(sk, &sk->sk_timer, jiffies + CONN_PROBING_INTERVAL);
Jon Paul Maloy57289012014-08-22 18:09:09 -04002544 bh_unlock_sock(sk);
Ying Xuea6ca1092014-11-26 11:41:55 +08002545 if (skb)
Jon Paul Maloyaf9b0282015-07-16 16:54:24 -04002546 tipc_node_xmit_skb(sock_net(sk), skb, peer_node, tsk->portid);
Jon Paul Maloy6c9808c2014-08-22 18:09:16 -04002547exit:
Ying Xue07f6c4b2015-01-07 13:41:58 +08002548 sock_put(sk);
Jon Paul Maloy57289012014-08-22 18:09:09 -04002549}
2550
Jon Paul Maloy301bae52014-08-22 18:09:20 -04002551static int tipc_sk_publish(struct tipc_sock *tsk, uint scope,
Jon Paul Maloy0fc87aa2014-08-22 18:09:17 -04002552 struct tipc_name_seq const *seq)
2553{
Parthasarathy Bhuvaragand6fb7e92016-11-01 14:02:40 +01002554 struct sock *sk = &tsk->sk;
2555 struct net *net = sock_net(sk);
Jon Paul Maloy0fc87aa2014-08-22 18:09:17 -04002556 struct publication *publ;
2557 u32 key;
2558
Parthasarathy Bhuvaragand6fb7e92016-11-01 14:02:40 +01002559 if (tipc_sk_connected(sk))
Jon Paul Maloy0fc87aa2014-08-22 18:09:17 -04002560 return -EINVAL;
Ying Xue07f6c4b2015-01-07 13:41:58 +08002561 key = tsk->portid + tsk->pub_count + 1;
2562 if (key == tsk->portid)
Jon Paul Maloy0fc87aa2014-08-22 18:09:17 -04002563 return -EADDRINUSE;
2564
Ying Xuef2f98002015-01-09 15:27:05 +08002565 publ = tipc_nametbl_publish(net, seq->type, seq->lower, seq->upper,
Ying Xue07f6c4b2015-01-07 13:41:58 +08002566 scope, tsk->portid, key);
Jon Paul Maloy0fc87aa2014-08-22 18:09:17 -04002567 if (unlikely(!publ))
2568 return -EINVAL;
2569
Jon Paul Maloy301bae52014-08-22 18:09:20 -04002570 list_add(&publ->pport_list, &tsk->publications);
2571 tsk->pub_count++;
2572 tsk->published = 1;
Jon Paul Maloy0fc87aa2014-08-22 18:09:17 -04002573 return 0;
2574}
2575
Jon Paul Maloy301bae52014-08-22 18:09:20 -04002576static int tipc_sk_withdraw(struct tipc_sock *tsk, uint scope,
Jon Paul Maloy0fc87aa2014-08-22 18:09:17 -04002577 struct tipc_name_seq const *seq)
2578{
Ying Xuef2f98002015-01-09 15:27:05 +08002579 struct net *net = sock_net(&tsk->sk);
Jon Paul Maloy0fc87aa2014-08-22 18:09:17 -04002580 struct publication *publ;
2581 struct publication *safe;
2582 int rc = -EINVAL;
2583
Jon Paul Maloy301bae52014-08-22 18:09:20 -04002584 list_for_each_entry_safe(publ, safe, &tsk->publications, pport_list) {
Jon Paul Maloy0fc87aa2014-08-22 18:09:17 -04002585 if (seq) {
2586 if (publ->scope != scope)
2587 continue;
2588 if (publ->type != seq->type)
2589 continue;
2590 if (publ->lower != seq->lower)
2591 continue;
2592 if (publ->upper != seq->upper)
2593 break;
Ying Xuef2f98002015-01-09 15:27:05 +08002594 tipc_nametbl_withdraw(net, publ->type, publ->lower,
Jon Paul Maloy0fc87aa2014-08-22 18:09:17 -04002595 publ->ref, publ->key);
2596 rc = 0;
2597 break;
2598 }
Ying Xuef2f98002015-01-09 15:27:05 +08002599 tipc_nametbl_withdraw(net, publ->type, publ->lower,
Jon Paul Maloy0fc87aa2014-08-22 18:09:17 -04002600 publ->ref, publ->key);
2601 rc = 0;
2602 }
Jon Paul Maloy301bae52014-08-22 18:09:20 -04002603 if (list_empty(&tsk->publications))
2604 tsk->published = 0;
Jon Paul Maloy0fc87aa2014-08-22 18:09:17 -04002605 return rc;
2606}
2607
Jon Paul Maloy5a9ee0be2014-08-22 18:09:14 -04002608/* tipc_sk_reinit: set non-zero address in all existing sockets
2609 * when we go from standalone to network mode.
2610 */
Ying Xuee05b31f2015-01-09 15:27:08 +08002611void tipc_sk_reinit(struct net *net)
Jon Paul Maloy5a9ee0be2014-08-22 18:09:14 -04002612{
Ying Xuee05b31f2015-01-09 15:27:08 +08002613 struct tipc_net *tn = net_generic(net, tipc_net_id);
Herbert Xu40f9f432017-02-11 19:26:46 +08002614 struct rhashtable_iter iter;
Ying Xue07f6c4b2015-01-07 13:41:58 +08002615 struct tipc_sock *tsk;
Jon Paul Maloy5a9ee0be2014-08-22 18:09:14 -04002616 struct tipc_msg *msg;
Jon Paul Maloy5a9ee0be2014-08-22 18:09:14 -04002617
Herbert Xu40f9f432017-02-11 19:26:46 +08002618 rhashtable_walk_enter(&tn->sk_rht, &iter);
2619
2620 do {
2621 tsk = ERR_PTR(rhashtable_walk_start(&iter));
Bob Peterson6c7e9832017-08-23 10:43:02 -04002622 if (IS_ERR(tsk))
2623 goto walk_stop;
Herbert Xu40f9f432017-02-11 19:26:46 +08002624
2625 while ((tsk = rhashtable_walk_next(&iter)) && !IS_ERR(tsk)) {
Ying Xue07f6c4b2015-01-07 13:41:58 +08002626 spin_lock_bh(&tsk->sk.sk_lock.slock);
2627 msg = &tsk->phdr;
Ying Xue34747532015-01-09 15:27:10 +08002628 msg_set_prevnode(msg, tn->own_addr);
2629 msg_set_orignode(msg, tn->own_addr);
Ying Xue07f6c4b2015-01-07 13:41:58 +08002630 spin_unlock_bh(&tsk->sk.sk_lock.slock);
2631 }
Bob Peterson6c7e9832017-08-23 10:43:02 -04002632walk_stop:
Herbert Xu40f9f432017-02-11 19:26:46 +08002633 rhashtable_walk_stop(&iter);
2634 } while (tsk == ERR_PTR(-EAGAIN));
Ying Xue07f6c4b2015-01-07 13:41:58 +08002635}
2636
Ying Xuee05b31f2015-01-09 15:27:08 +08002637static struct tipc_sock *tipc_sk_lookup(struct net *net, u32 portid)
Ying Xue07f6c4b2015-01-07 13:41:58 +08002638{
Ying Xuee05b31f2015-01-09 15:27:08 +08002639 struct tipc_net *tn = net_generic(net, tipc_net_id);
Ying Xue07f6c4b2015-01-07 13:41:58 +08002640 struct tipc_sock *tsk;
2641
2642 rcu_read_lock();
Herbert Xu6cca72892015-03-20 21:57:05 +11002643 tsk = rhashtable_lookup_fast(&tn->sk_rht, &portid, tsk_rht_params);
Ying Xue07f6c4b2015-01-07 13:41:58 +08002644 if (tsk)
2645 sock_hold(&tsk->sk);
2646 rcu_read_unlock();
2647
2648 return tsk;
2649}
2650
2651static int tipc_sk_insert(struct tipc_sock *tsk)
2652{
Ying Xuee05b31f2015-01-09 15:27:08 +08002653 struct sock *sk = &tsk->sk;
2654 struct net *net = sock_net(sk);
2655 struct tipc_net *tn = net_generic(net, tipc_net_id);
Ying Xue07f6c4b2015-01-07 13:41:58 +08002656 u32 remaining = (TIPC_MAX_PORT - TIPC_MIN_PORT) + 1;
2657 u32 portid = prandom_u32() % remaining + TIPC_MIN_PORT;
2658
2659 while (remaining--) {
2660 portid++;
2661 if ((portid < TIPC_MIN_PORT) || (portid > TIPC_MAX_PORT))
2662 portid = TIPC_MIN_PORT;
2663 tsk->portid = portid;
2664 sock_hold(&tsk->sk);
Herbert Xu6cca72892015-03-20 21:57:05 +11002665 if (!rhashtable_lookup_insert_fast(&tn->sk_rht, &tsk->node,
2666 tsk_rht_params))
Ying Xue07f6c4b2015-01-07 13:41:58 +08002667 return 0;
2668 sock_put(&tsk->sk);
2669 }
2670
2671 return -1;
2672}
2673
2674static void tipc_sk_remove(struct tipc_sock *tsk)
2675{
2676 struct sock *sk = &tsk->sk;
Ying Xuee05b31f2015-01-09 15:27:08 +08002677 struct tipc_net *tn = net_generic(sock_net(sk), tipc_net_id);
Ying Xue07f6c4b2015-01-07 13:41:58 +08002678
Herbert Xu6cca72892015-03-20 21:57:05 +11002679 if (!rhashtable_remove_fast(&tn->sk_rht, &tsk->node, tsk_rht_params)) {
Reshetova, Elena41c6d652017-06-30 13:08:01 +03002680 WARN_ON(refcount_read(&sk->sk_refcnt) == 1);
Ying Xue07f6c4b2015-01-07 13:41:58 +08002681 __sock_put(sk);
Jon Paul Maloy5a9ee0be2014-08-22 18:09:14 -04002682 }
2683}
2684
Herbert Xu6cca72892015-03-20 21:57:05 +11002685static const struct rhashtable_params tsk_rht_params = {
2686 .nelem_hint = 192,
2687 .head_offset = offsetof(struct tipc_sock, node),
2688 .key_offset = offsetof(struct tipc_sock, portid),
2689 .key_len = sizeof(u32), /* portid */
Herbert Xu6cca72892015-03-20 21:57:05 +11002690 .max_size = 1048576,
2691 .min_size = 256,
Thomas Grafb5e2c152015-03-24 20:42:19 +00002692 .automatic_shrinking = true,
Herbert Xu6cca72892015-03-20 21:57:05 +11002693};
2694
Ying Xuee05b31f2015-01-09 15:27:08 +08002695int tipc_sk_rht_init(struct net *net)
Jon Paul Maloy808d90f2014-08-22 18:09:19 -04002696{
Ying Xuee05b31f2015-01-09 15:27:08 +08002697 struct tipc_net *tn = net_generic(net, tipc_net_id);
Jon Paul Maloy808d90f2014-08-22 18:09:19 -04002698
Herbert Xu6cca72892015-03-20 21:57:05 +11002699 return rhashtable_init(&tn->sk_rht, &tsk_rht_params);
Jon Paul Maloy808d90f2014-08-22 18:09:19 -04002700}
2701
Ying Xuee05b31f2015-01-09 15:27:08 +08002702void tipc_sk_rht_destroy(struct net *net)
Jon Paul Maloy808d90f2014-08-22 18:09:19 -04002703{
Ying Xuee05b31f2015-01-09 15:27:08 +08002704 struct tipc_net *tn = net_generic(net, tipc_net_id);
2705
Ying Xue07f6c4b2015-01-07 13:41:58 +08002706 /* Wait for socket readers to complete */
2707 synchronize_net();
Jon Paul Maloy808d90f2014-08-22 18:09:19 -04002708
Ying Xuee05b31f2015-01-09 15:27:08 +08002709 rhashtable_destroy(&tn->sk_rht);
Jon Paul Maloy808d90f2014-08-22 18:09:19 -04002710}
2711
Jon Maloy75da2162017-10-13 11:04:23 +02002712static int tipc_sk_join(struct tipc_sock *tsk, struct tipc_group_req *mreq)
2713{
2714 struct net *net = sock_net(&tsk->sk);
2715 u32 domain = addr_domain(net, mreq->scope);
2716 struct tipc_group *grp = tsk->group;
2717 struct tipc_msg *hdr = &tsk->phdr;
2718 struct tipc_name_seq seq;
2719 int rc;
2720
2721 if (mreq->type < TIPC_RESERVED_TYPES)
2722 return -EACCES;
2723 if (grp)
2724 return -EACCES;
2725 grp = tipc_group_create(net, tsk->portid, mreq);
2726 if (!grp)
2727 return -ENOMEM;
2728 tsk->group = grp;
2729 msg_set_lookup_scope(hdr, mreq->scope);
2730 msg_set_nametype(hdr, mreq->type);
2731 msg_set_dest_droppable(hdr, true);
2732 seq.type = mreq->type;
2733 seq.lower = mreq->instance;
2734 seq.upper = seq.lower;
2735 tipc_nametbl_build_group(net, grp, mreq->type, domain);
2736 rc = tipc_sk_publish(tsk, mreq->scope, &seq);
2737 if (rc)
2738 tipc_group_delete(net, grp);
2739 return rc;
2740}
2741
2742static int tipc_sk_leave(struct tipc_sock *tsk)
2743{
2744 struct net *net = sock_net(&tsk->sk);
2745 struct tipc_group *grp = tsk->group;
2746 struct tipc_name_seq seq;
2747 int scope;
2748
2749 if (!grp)
2750 return -EINVAL;
2751 tipc_group_self(grp, &seq, &scope);
2752 tipc_group_delete(net, grp);
2753 tsk->group = NULL;
2754 tipc_sk_withdraw(tsk, scope, &seq);
2755 return 0;
2756}
2757
Jon Paul Maloy808d90f2014-08-22 18:09:19 -04002758/**
Ying Xue247f0f32014-02-18 16:06:46 +08002759 * tipc_setsockopt - set socket option
Per Lidenb97bf3f2006-01-02 19:04:38 +01002760 * @sock: socket structure
2761 * @lvl: option level
2762 * @opt: option identifier
2763 * @ov: pointer to new option value
2764 * @ol: length of option value
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002765 *
2766 * For stream sockets only, accepts and ignores all IPPROTO_TCP options
Per Lidenb97bf3f2006-01-02 19:04:38 +01002767 * (to ease compatibility).
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002768 *
Per Lidenb97bf3f2006-01-02 19:04:38 +01002769 * Returns 0 on success, errno otherwise
2770 */
Ying Xue247f0f32014-02-18 16:06:46 +08002771static int tipc_setsockopt(struct socket *sock, int lvl, int opt,
2772 char __user *ov, unsigned int ol)
Per Lidenb97bf3f2006-01-02 19:04:38 +01002773{
Allan Stephens0c3141e2008-04-15 00:22:02 -07002774 struct sock *sk = sock->sk;
Jon Paul Maloy58ed9442014-03-12 11:31:12 -04002775 struct tipc_sock *tsk = tipc_sk(sk);
Jon Maloy75da2162017-10-13 11:04:23 +02002776 struct tipc_group_req mreq;
Jon Paul Maloy01fd12b2017-01-18 13:50:53 -05002777 u32 value = 0;
Dan Carpentera08ef472017-01-24 12:49:35 +03002778 int res = 0;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002779
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002780 if ((lvl == IPPROTO_TCP) && (sock->type == SOCK_STREAM))
2781 return 0;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002782 if (lvl != SOL_TIPC)
2783 return -ENOPROTOOPT;
Jon Paul Maloy01fd12b2017-01-18 13:50:53 -05002784
2785 switch (opt) {
2786 case TIPC_IMPORTANCE:
2787 case TIPC_SRC_DROPPABLE:
2788 case TIPC_DEST_DROPPABLE:
2789 case TIPC_CONN_TIMEOUT:
2790 if (ol < sizeof(value))
2791 return -EINVAL;
Jon Maloy75da2162017-10-13 11:04:23 +02002792 if (get_user(value, (u32 __user *)ov))
2793 return -EFAULT;
2794 break;
2795 case TIPC_GROUP_JOIN:
2796 if (ol < sizeof(mreq))
2797 return -EINVAL;
2798 if (copy_from_user(&mreq, ov, sizeof(mreq)))
2799 return -EFAULT;
Jon Paul Maloy01fd12b2017-01-18 13:50:53 -05002800 break;
2801 default:
2802 if (ov || ol)
2803 return -EINVAL;
2804 }
Per Lidenb97bf3f2006-01-02 19:04:38 +01002805
Allan Stephens0c3141e2008-04-15 00:22:02 -07002806 lock_sock(sk);
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002807
Per Lidenb97bf3f2006-01-02 19:04:38 +01002808 switch (opt) {
2809 case TIPC_IMPORTANCE:
Jon Paul Maloy301bae52014-08-22 18:09:20 -04002810 res = tsk_set_importance(tsk, value);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002811 break;
2812 case TIPC_SRC_DROPPABLE:
2813 if (sock->type != SOCK_STREAM)
Jon Paul Maloy301bae52014-08-22 18:09:20 -04002814 tsk_set_unreliable(tsk, value);
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002815 else
Per Lidenb97bf3f2006-01-02 19:04:38 +01002816 res = -ENOPROTOOPT;
2817 break;
2818 case TIPC_DEST_DROPPABLE:
Jon Paul Maloy301bae52014-08-22 18:09:20 -04002819 tsk_set_unreturnable(tsk, value);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002820 break;
2821 case TIPC_CONN_TIMEOUT:
Allan Stephensa0f40f02011-05-26 13:44:34 -04002822 tipc_sk(sk)->conn_timeout = value;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002823 break;
Jon Paul Maloy01fd12b2017-01-18 13:50:53 -05002824 case TIPC_MCAST_BROADCAST:
2825 tsk->mc_method.rcast = false;
2826 tsk->mc_method.mandatory = true;
2827 break;
2828 case TIPC_MCAST_REPLICAST:
2829 tsk->mc_method.rcast = true;
2830 tsk->mc_method.mandatory = true;
2831 break;
Jon Maloy75da2162017-10-13 11:04:23 +02002832 case TIPC_GROUP_JOIN:
2833 res = tipc_sk_join(tsk, &mreq);
2834 break;
2835 case TIPC_GROUP_LEAVE:
2836 res = tipc_sk_leave(tsk);
2837 break;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002838 default:
2839 res = -EINVAL;
2840 }
2841
Allan Stephens0c3141e2008-04-15 00:22:02 -07002842 release_sock(sk);
2843
Per Lidenb97bf3f2006-01-02 19:04:38 +01002844 return res;
2845}
2846
2847/**
Ying Xue247f0f32014-02-18 16:06:46 +08002848 * tipc_getsockopt - get socket option
Per Lidenb97bf3f2006-01-02 19:04:38 +01002849 * @sock: socket structure
2850 * @lvl: option level
2851 * @opt: option identifier
2852 * @ov: receptacle for option value
2853 * @ol: receptacle for length of option value
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002854 *
2855 * For stream sockets only, returns 0 length result for all IPPROTO_TCP options
Per Lidenb97bf3f2006-01-02 19:04:38 +01002856 * (to ease compatibility).
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002857 *
Per Lidenb97bf3f2006-01-02 19:04:38 +01002858 * Returns 0 on success, errno otherwise
2859 */
Ying Xue247f0f32014-02-18 16:06:46 +08002860static int tipc_getsockopt(struct socket *sock, int lvl, int opt,
2861 char __user *ov, int __user *ol)
Per Lidenb97bf3f2006-01-02 19:04:38 +01002862{
Allan Stephens0c3141e2008-04-15 00:22:02 -07002863 struct sock *sk = sock->sk;
Jon Paul Maloy58ed9442014-03-12 11:31:12 -04002864 struct tipc_sock *tsk = tipc_sk(sk);
Jon Maloy75da2162017-10-13 11:04:23 +02002865 struct tipc_name_seq seq;
2866 int len, scope;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002867 u32 value;
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002868 int res;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002869
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002870 if ((lvl == IPPROTO_TCP) && (sock->type == SOCK_STREAM))
2871 return put_user(0, ol);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002872 if (lvl != SOL_TIPC)
2873 return -ENOPROTOOPT;
Allan Stephens2db99832010-12-31 18:59:33 +00002874 res = get_user(len, ol);
2875 if (res)
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002876 return res;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002877
Allan Stephens0c3141e2008-04-15 00:22:02 -07002878 lock_sock(sk);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002879
2880 switch (opt) {
2881 case TIPC_IMPORTANCE:
Jon Paul Maloy301bae52014-08-22 18:09:20 -04002882 value = tsk_importance(tsk);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002883 break;
2884 case TIPC_SRC_DROPPABLE:
Jon Paul Maloy301bae52014-08-22 18:09:20 -04002885 value = tsk_unreliable(tsk);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002886 break;
2887 case TIPC_DEST_DROPPABLE:
Jon Paul Maloy301bae52014-08-22 18:09:20 -04002888 value = tsk_unreturnable(tsk);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002889 break;
2890 case TIPC_CONN_TIMEOUT:
Jon Paul Maloy301bae52014-08-22 18:09:20 -04002891 value = tsk->conn_timeout;
Allan Stephens0c3141e2008-04-15 00:22:02 -07002892 /* no need to set "res", since already 0 at this point */
Per Lidenb97bf3f2006-01-02 19:04:38 +01002893 break;
Allan Stephens0e659672010-12-31 18:59:32 +00002894 case TIPC_NODE_RECVQ_DEPTH:
Ying Xue9da3d472012-11-27 06:15:27 -05002895 value = 0; /* was tipc_queue_size, now obsolete */
oscar.medina@motorola.com66506132009-06-30 03:25:39 +00002896 break;
Allan Stephens0e659672010-12-31 18:59:32 +00002897 case TIPC_SOCK_RECVQ_DEPTH:
oscar.medina@motorola.com66506132009-06-30 03:25:39 +00002898 value = skb_queue_len(&sk->sk_receive_queue);
2899 break;
Jon Maloy75da2162017-10-13 11:04:23 +02002900 case TIPC_GROUP_JOIN:
2901 seq.type = 0;
2902 if (tsk->group)
2903 tipc_group_self(tsk->group, &seq, &scope);
2904 value = seq.type;
2905 break;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002906 default:
2907 res = -EINVAL;
2908 }
2909
Allan Stephens0c3141e2008-04-15 00:22:02 -07002910 release_sock(sk);
2911
Paul Gortmaker25860c32010-12-31 18:59:31 +00002912 if (res)
2913 return res; /* "get" failed */
Per Lidenb97bf3f2006-01-02 19:04:38 +01002914
Paul Gortmaker25860c32010-12-31 18:59:31 +00002915 if (len < sizeof(value))
2916 return -EINVAL;
2917
2918 if (copy_to_user(ov, &value, sizeof(value)))
2919 return -EFAULT;
2920
2921 return put_user(sizeof(value), ol);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002922}
2923
Ying Xuef2f98002015-01-09 15:27:05 +08002924static int tipc_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg)
Erik Hugne78acb1f2014-04-24 16:26:47 +02002925{
Ying Xuef2f98002015-01-09 15:27:05 +08002926 struct sock *sk = sock->sk;
Erik Hugne78acb1f2014-04-24 16:26:47 +02002927 struct tipc_sioc_ln_req lnr;
2928 void __user *argp = (void __user *)arg;
2929
2930 switch (cmd) {
2931 case SIOCGETLINKNAME:
2932 if (copy_from_user(&lnr, argp, sizeof(lnr)))
2933 return -EFAULT;
Ying Xuef2f98002015-01-09 15:27:05 +08002934 if (!tipc_node_get_linkname(sock_net(sk),
2935 lnr.bearer_id & 0xffff, lnr.peer,
Erik Hugne78acb1f2014-04-24 16:26:47 +02002936 lnr.linkname, TIPC_MAX_LINK_NAME)) {
2937 if (copy_to_user(argp, &lnr, sizeof(lnr)))
2938 return -EFAULT;
2939 return 0;
2940 }
2941 return -EADDRNOTAVAIL;
Erik Hugne78acb1f2014-04-24 16:26:47 +02002942 default:
2943 return -ENOIOCTLCMD;
2944 }
2945}
2946
Erik Hugne70b03752017-03-29 11:22:16 +02002947static int tipc_socketpair(struct socket *sock1, struct socket *sock2)
2948{
2949 struct tipc_sock *tsk2 = tipc_sk(sock2->sk);
2950 struct tipc_sock *tsk1 = tipc_sk(sock1->sk);
Erik Hugne66bc1e82017-03-29 11:22:17 +02002951 u32 onode = tipc_own_addr(sock_net(sock1->sk));
Erik Hugne70b03752017-03-29 11:22:16 +02002952
Erik Hugne66bc1e82017-03-29 11:22:17 +02002953 tsk1->peer.family = AF_TIPC;
2954 tsk1->peer.addrtype = TIPC_ADDR_ID;
2955 tsk1->peer.scope = TIPC_NODE_SCOPE;
2956 tsk1->peer.addr.id.ref = tsk2->portid;
2957 tsk1->peer.addr.id.node = onode;
2958 tsk2->peer.family = AF_TIPC;
2959 tsk2->peer.addrtype = TIPC_ADDR_ID;
2960 tsk2->peer.scope = TIPC_NODE_SCOPE;
2961 tsk2->peer.addr.id.ref = tsk1->portid;
2962 tsk2->peer.addr.id.node = onode;
2963
2964 tipc_sk_finish_conn(tsk1, tsk2->portid, onode);
2965 tipc_sk_finish_conn(tsk2, tsk1->portid, onode);
Erik Hugne70b03752017-03-29 11:22:16 +02002966 return 0;
2967}
2968
Ben Hutchingsae86b9e2012-07-10 10:55:35 +00002969/* Protocol switches for the various types of TIPC sockets */
2970
Florian Westphalbca65ea2008-02-07 18:18:01 -08002971static const struct proto_ops msg_ops = {
Allan Stephens0e659672010-12-31 18:59:32 +00002972 .owner = THIS_MODULE,
Per Lidenb97bf3f2006-01-02 19:04:38 +01002973 .family = AF_TIPC,
Ying Xue247f0f32014-02-18 16:06:46 +08002974 .release = tipc_release,
2975 .bind = tipc_bind,
2976 .connect = tipc_connect,
Erik Hugne66bc1e82017-03-29 11:22:17 +02002977 .socketpair = tipc_socketpair,
Ying Xue245f3d32011-07-06 06:01:13 -04002978 .accept = sock_no_accept,
Ying Xue247f0f32014-02-18 16:06:46 +08002979 .getname = tipc_getname,
2980 .poll = tipc_poll,
Erik Hugne78acb1f2014-04-24 16:26:47 +02002981 .ioctl = tipc_ioctl,
Ying Xue245f3d32011-07-06 06:01:13 -04002982 .listen = sock_no_listen,
Ying Xue247f0f32014-02-18 16:06:46 +08002983 .shutdown = tipc_shutdown,
2984 .setsockopt = tipc_setsockopt,
2985 .getsockopt = tipc_getsockopt,
2986 .sendmsg = tipc_sendmsg,
2987 .recvmsg = tipc_recvmsg,
YOSHIFUJI Hideaki82387452007-07-19 10:44:56 +09002988 .mmap = sock_no_mmap,
2989 .sendpage = sock_no_sendpage
Per Lidenb97bf3f2006-01-02 19:04:38 +01002990};
2991
Florian Westphalbca65ea2008-02-07 18:18:01 -08002992static const struct proto_ops packet_ops = {
Allan Stephens0e659672010-12-31 18:59:32 +00002993 .owner = THIS_MODULE,
Per Lidenb97bf3f2006-01-02 19:04:38 +01002994 .family = AF_TIPC,
Ying Xue247f0f32014-02-18 16:06:46 +08002995 .release = tipc_release,
2996 .bind = tipc_bind,
2997 .connect = tipc_connect,
Erik Hugne70b03752017-03-29 11:22:16 +02002998 .socketpair = tipc_socketpair,
Ying Xue247f0f32014-02-18 16:06:46 +08002999 .accept = tipc_accept,
3000 .getname = tipc_getname,
3001 .poll = tipc_poll,
Erik Hugne78acb1f2014-04-24 16:26:47 +02003002 .ioctl = tipc_ioctl,
Ying Xue247f0f32014-02-18 16:06:46 +08003003 .listen = tipc_listen,
3004 .shutdown = tipc_shutdown,
3005 .setsockopt = tipc_setsockopt,
3006 .getsockopt = tipc_getsockopt,
3007 .sendmsg = tipc_send_packet,
3008 .recvmsg = tipc_recvmsg,
YOSHIFUJI Hideaki82387452007-07-19 10:44:56 +09003009 .mmap = sock_no_mmap,
3010 .sendpage = sock_no_sendpage
Per Lidenb97bf3f2006-01-02 19:04:38 +01003011};
3012
Florian Westphalbca65ea2008-02-07 18:18:01 -08003013static const struct proto_ops stream_ops = {
Allan Stephens0e659672010-12-31 18:59:32 +00003014 .owner = THIS_MODULE,
Per Lidenb97bf3f2006-01-02 19:04:38 +01003015 .family = AF_TIPC,
Ying Xue247f0f32014-02-18 16:06:46 +08003016 .release = tipc_release,
3017 .bind = tipc_bind,
3018 .connect = tipc_connect,
Erik Hugne70b03752017-03-29 11:22:16 +02003019 .socketpair = tipc_socketpair,
Ying Xue247f0f32014-02-18 16:06:46 +08003020 .accept = tipc_accept,
3021 .getname = tipc_getname,
3022 .poll = tipc_poll,
Erik Hugne78acb1f2014-04-24 16:26:47 +02003023 .ioctl = tipc_ioctl,
Ying Xue247f0f32014-02-18 16:06:46 +08003024 .listen = tipc_listen,
3025 .shutdown = tipc_shutdown,
3026 .setsockopt = tipc_setsockopt,
3027 .getsockopt = tipc_getsockopt,
Jon Paul Maloy365ad352017-01-03 10:55:11 -05003028 .sendmsg = tipc_sendstream,
Jon Paul Maloyec8a09f2017-05-02 18:16:54 +02003029 .recvmsg = tipc_recvstream,
YOSHIFUJI Hideaki82387452007-07-19 10:44:56 +09003030 .mmap = sock_no_mmap,
3031 .sendpage = sock_no_sendpage
Per Lidenb97bf3f2006-01-02 19:04:38 +01003032};
3033
Florian Westphalbca65ea2008-02-07 18:18:01 -08003034static const struct net_proto_family tipc_family_ops = {
Allan Stephens0e659672010-12-31 18:59:32 +00003035 .owner = THIS_MODULE,
Per Lidenb97bf3f2006-01-02 19:04:38 +01003036 .family = AF_TIPC,
Ying Xuec5fa7b32013-06-17 10:54:39 -04003037 .create = tipc_sk_create
Per Lidenb97bf3f2006-01-02 19:04:38 +01003038};
3039
3040static struct proto tipc_proto = {
3041 .name = "TIPC",
3042 .owner = THIS_MODULE,
Ying Xuecc79dd12013-06-17 10:54:37 -04003043 .obj_size = sizeof(struct tipc_sock),
3044 .sysctl_rmem = sysctl_tipc_rmem
Per Lidenb97bf3f2006-01-02 19:04:38 +01003045};
3046
3047/**
Per Liden4323add2006-01-18 00:38:21 +01003048 * tipc_socket_init - initialize TIPC socket interface
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09003049 *
Per Lidenb97bf3f2006-01-02 19:04:38 +01003050 * Returns 0 on success, errno otherwise
3051 */
Per Liden4323add2006-01-18 00:38:21 +01003052int tipc_socket_init(void)
Per Lidenb97bf3f2006-01-02 19:04:38 +01003053{
3054 int res;
3055
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09003056 res = proto_register(&tipc_proto, 1);
Per Lidenb97bf3f2006-01-02 19:04:38 +01003057 if (res) {
Erik Hugne2cf8aa12012-06-29 00:16:37 -04003058 pr_err("Failed to register TIPC protocol type\n");
Per Lidenb97bf3f2006-01-02 19:04:38 +01003059 goto out;
3060 }
3061
3062 res = sock_register(&tipc_family_ops);
3063 if (res) {
Erik Hugne2cf8aa12012-06-29 00:16:37 -04003064 pr_err("Failed to register TIPC socket type\n");
Per Lidenb97bf3f2006-01-02 19:04:38 +01003065 proto_unregister(&tipc_proto);
3066 goto out;
3067 }
Per Lidenb97bf3f2006-01-02 19:04:38 +01003068 out:
3069 return res;
3070}
3071
3072/**
Per Liden4323add2006-01-18 00:38:21 +01003073 * tipc_socket_stop - stop TIPC socket interface
Per Lidenb97bf3f2006-01-02 19:04:38 +01003074 */
Per Liden4323add2006-01-18 00:38:21 +01003075void tipc_socket_stop(void)
Per Lidenb97bf3f2006-01-02 19:04:38 +01003076{
Per Lidenb97bf3f2006-01-02 19:04:38 +01003077 sock_unregister(tipc_family_ops.family);
3078 proto_unregister(&tipc_proto);
3079}
Richard Alpe34b78a122014-11-20 10:29:10 +01003080
3081/* Caller should hold socket lock for the passed tipc socket. */
Richard Alped8182802014-11-24 11:10:29 +01003082static int __tipc_nl_add_sk_con(struct sk_buff *skb, struct tipc_sock *tsk)
Richard Alpe34b78a122014-11-20 10:29:10 +01003083{
3084 u32 peer_node;
3085 u32 peer_port;
3086 struct nlattr *nest;
3087
3088 peer_node = tsk_peer_node(tsk);
3089 peer_port = tsk_peer_port(tsk);
3090
3091 nest = nla_nest_start(skb, TIPC_NLA_SOCK_CON);
3092
3093 if (nla_put_u32(skb, TIPC_NLA_CON_NODE, peer_node))
3094 goto msg_full;
3095 if (nla_put_u32(skb, TIPC_NLA_CON_SOCK, peer_port))
3096 goto msg_full;
3097
3098 if (tsk->conn_type != 0) {
3099 if (nla_put_flag(skb, TIPC_NLA_CON_FLAG))
3100 goto msg_full;
3101 if (nla_put_u32(skb, TIPC_NLA_CON_TYPE, tsk->conn_type))
3102 goto msg_full;
3103 if (nla_put_u32(skb, TIPC_NLA_CON_INST, tsk->conn_instance))
3104 goto msg_full;
3105 }
3106 nla_nest_end(skb, nest);
3107
3108 return 0;
3109
3110msg_full:
3111 nla_nest_cancel(skb, nest);
3112
3113 return -EMSGSIZE;
3114}
3115
3116/* Caller should hold socket lock for the passed tipc socket. */
Richard Alped8182802014-11-24 11:10:29 +01003117static int __tipc_nl_add_sk(struct sk_buff *skb, struct netlink_callback *cb,
3118 struct tipc_sock *tsk)
Richard Alpe34b78a122014-11-20 10:29:10 +01003119{
3120 int err;
3121 void *hdr;
3122 struct nlattr *attrs;
Ying Xue34747532015-01-09 15:27:10 +08003123 struct net *net = sock_net(skb->sk);
3124 struct tipc_net *tn = net_generic(net, tipc_net_id);
Parthasarathy Bhuvaragand6fb7e92016-11-01 14:02:40 +01003125 struct sock *sk = &tsk->sk;
Richard Alpe34b78a122014-11-20 10:29:10 +01003126
3127 hdr = genlmsg_put(skb, NETLINK_CB(cb->skb).portid, cb->nlh->nlmsg_seq,
Richard Alpebfb3e5d2015-02-09 09:50:03 +01003128 &tipc_genl_family, NLM_F_MULTI, TIPC_NL_SOCK_GET);
Richard Alpe34b78a122014-11-20 10:29:10 +01003129 if (!hdr)
3130 goto msg_cancel;
3131
3132 attrs = nla_nest_start(skb, TIPC_NLA_SOCK);
3133 if (!attrs)
3134 goto genlmsg_cancel;
Ying Xue07f6c4b2015-01-07 13:41:58 +08003135 if (nla_put_u32(skb, TIPC_NLA_SOCK_REF, tsk->portid))
Richard Alpe34b78a122014-11-20 10:29:10 +01003136 goto attr_msg_cancel;
Ying Xue34747532015-01-09 15:27:10 +08003137 if (nla_put_u32(skb, TIPC_NLA_SOCK_ADDR, tn->own_addr))
Richard Alpe34b78a122014-11-20 10:29:10 +01003138 goto attr_msg_cancel;
3139
Parthasarathy Bhuvaragand6fb7e92016-11-01 14:02:40 +01003140 if (tipc_sk_connected(sk)) {
Richard Alpe34b78a122014-11-20 10:29:10 +01003141 err = __tipc_nl_add_sk_con(skb, tsk);
3142 if (err)
3143 goto attr_msg_cancel;
3144 } else if (!list_empty(&tsk->publications)) {
3145 if (nla_put_flag(skb, TIPC_NLA_SOCK_HAS_PUBL))
3146 goto attr_msg_cancel;
3147 }
3148 nla_nest_end(skb, attrs);
3149 genlmsg_end(skb, hdr);
3150
3151 return 0;
3152
3153attr_msg_cancel:
3154 nla_nest_cancel(skb, attrs);
3155genlmsg_cancel:
3156 genlmsg_cancel(skb, hdr);
3157msg_cancel:
3158 return -EMSGSIZE;
3159}
3160
3161int tipc_nl_sk_dump(struct sk_buff *skb, struct netlink_callback *cb)
3162{
3163 int err;
3164 struct tipc_sock *tsk;
Ying Xue07f6c4b2015-01-07 13:41:58 +08003165 const struct bucket_table *tbl;
3166 struct rhash_head *pos;
Ying Xuee05b31f2015-01-09 15:27:08 +08003167 struct net *net = sock_net(skb->sk);
3168 struct tipc_net *tn = net_generic(net, tipc_net_id);
Richard Alped6e164e2015-01-16 12:30:40 +01003169 u32 tbl_id = cb->args[0];
3170 u32 prev_portid = cb->args[1];
Richard Alpe34b78a122014-11-20 10:29:10 +01003171
Ying Xue07f6c4b2015-01-07 13:41:58 +08003172 rcu_read_lock();
Ying Xuee05b31f2015-01-09 15:27:08 +08003173 tbl = rht_dereference_rcu((&tn->sk_rht)->tbl, &tn->sk_rht);
Richard Alped6e164e2015-01-16 12:30:40 +01003174 for (; tbl_id < tbl->size; tbl_id++) {
3175 rht_for_each_entry_rcu(tsk, pos, tbl, tbl_id, node) {
Ying Xue07f6c4b2015-01-07 13:41:58 +08003176 spin_lock_bh(&tsk->sk.sk_lock.slock);
Richard Alped6e164e2015-01-16 12:30:40 +01003177 if (prev_portid && prev_portid != tsk->portid) {
3178 spin_unlock_bh(&tsk->sk.sk_lock.slock);
3179 continue;
3180 }
Richard Alpe34b78a122014-11-20 10:29:10 +01003181
Richard Alped6e164e2015-01-16 12:30:40 +01003182 err = __tipc_nl_add_sk(skb, cb, tsk);
3183 if (err) {
3184 prev_portid = tsk->portid;
3185 spin_unlock_bh(&tsk->sk.sk_lock.slock);
3186 goto out;
3187 }
3188 prev_portid = 0;
3189 spin_unlock_bh(&tsk->sk.sk_lock.slock);
Ying Xue07f6c4b2015-01-07 13:41:58 +08003190 }
Richard Alpe34b78a122014-11-20 10:29:10 +01003191 }
Richard Alped6e164e2015-01-16 12:30:40 +01003192out:
Ying Xue07f6c4b2015-01-07 13:41:58 +08003193 rcu_read_unlock();
Richard Alped6e164e2015-01-16 12:30:40 +01003194 cb->args[0] = tbl_id;
3195 cb->args[1] = prev_portid;
Richard Alpe34b78a122014-11-20 10:29:10 +01003196
3197 return skb->len;
3198}
Richard Alpe1a1a1432014-11-20 10:29:11 +01003199
3200/* Caller should hold socket lock for the passed tipc socket. */
Richard Alped8182802014-11-24 11:10:29 +01003201static int __tipc_nl_add_sk_publ(struct sk_buff *skb,
3202 struct netlink_callback *cb,
3203 struct publication *publ)
Richard Alpe1a1a1432014-11-20 10:29:11 +01003204{
3205 void *hdr;
3206 struct nlattr *attrs;
3207
3208 hdr = genlmsg_put(skb, NETLINK_CB(cb->skb).portid, cb->nlh->nlmsg_seq,
Richard Alpebfb3e5d2015-02-09 09:50:03 +01003209 &tipc_genl_family, NLM_F_MULTI, TIPC_NL_PUBL_GET);
Richard Alpe1a1a1432014-11-20 10:29:11 +01003210 if (!hdr)
3211 goto msg_cancel;
3212
3213 attrs = nla_nest_start(skb, TIPC_NLA_PUBL);
3214 if (!attrs)
3215 goto genlmsg_cancel;
3216
3217 if (nla_put_u32(skb, TIPC_NLA_PUBL_KEY, publ->key))
3218 goto attr_msg_cancel;
3219 if (nla_put_u32(skb, TIPC_NLA_PUBL_TYPE, publ->type))
3220 goto attr_msg_cancel;
3221 if (nla_put_u32(skb, TIPC_NLA_PUBL_LOWER, publ->lower))
3222 goto attr_msg_cancel;
3223 if (nla_put_u32(skb, TIPC_NLA_PUBL_UPPER, publ->upper))
3224 goto attr_msg_cancel;
3225
3226 nla_nest_end(skb, attrs);
3227 genlmsg_end(skb, hdr);
3228
3229 return 0;
3230
3231attr_msg_cancel:
3232 nla_nest_cancel(skb, attrs);
3233genlmsg_cancel:
3234 genlmsg_cancel(skb, hdr);
3235msg_cancel:
3236 return -EMSGSIZE;
3237}
3238
3239/* Caller should hold socket lock for the passed tipc socket. */
Richard Alped8182802014-11-24 11:10:29 +01003240static int __tipc_nl_list_sk_publ(struct sk_buff *skb,
3241 struct netlink_callback *cb,
3242 struct tipc_sock *tsk, u32 *last_publ)
Richard Alpe1a1a1432014-11-20 10:29:11 +01003243{
3244 int err;
3245 struct publication *p;
3246
3247 if (*last_publ) {
3248 list_for_each_entry(p, &tsk->publications, pport_list) {
3249 if (p->key == *last_publ)
3250 break;
3251 }
3252 if (p->key != *last_publ) {
3253 /* We never set seq or call nl_dump_check_consistent()
3254 * this means that setting prev_seq here will cause the
3255 * consistence check to fail in the netlink callback
3256 * handler. Resulting in the last NLMSG_DONE message
3257 * having the NLM_F_DUMP_INTR flag set.
3258 */
3259 cb->prev_seq = 1;
3260 *last_publ = 0;
3261 return -EPIPE;
3262 }
3263 } else {
3264 p = list_first_entry(&tsk->publications, struct publication,
3265 pport_list);
3266 }
3267
3268 list_for_each_entry_from(p, &tsk->publications, pport_list) {
3269 err = __tipc_nl_add_sk_publ(skb, cb, p);
3270 if (err) {
3271 *last_publ = p->key;
3272 return err;
3273 }
3274 }
3275 *last_publ = 0;
3276
3277 return 0;
3278}
3279
3280int tipc_nl_publ_dump(struct sk_buff *skb, struct netlink_callback *cb)
3281{
3282 int err;
Ying Xue07f6c4b2015-01-07 13:41:58 +08003283 u32 tsk_portid = cb->args[0];
Richard Alpe1a1a1432014-11-20 10:29:11 +01003284 u32 last_publ = cb->args[1];
3285 u32 done = cb->args[2];
Ying Xuee05b31f2015-01-09 15:27:08 +08003286 struct net *net = sock_net(skb->sk);
Richard Alpe1a1a1432014-11-20 10:29:11 +01003287 struct tipc_sock *tsk;
3288
Ying Xue07f6c4b2015-01-07 13:41:58 +08003289 if (!tsk_portid) {
Richard Alpe1a1a1432014-11-20 10:29:11 +01003290 struct nlattr **attrs;
3291 struct nlattr *sock[TIPC_NLA_SOCK_MAX + 1];
3292
3293 err = tipc_nlmsg_parse(cb->nlh, &attrs);
3294 if (err)
3295 return err;
3296
Richard Alpe45e093a2016-05-16 11:14:54 +02003297 if (!attrs[TIPC_NLA_SOCK])
3298 return -EINVAL;
3299
Richard Alpe1a1a1432014-11-20 10:29:11 +01003300 err = nla_parse_nested(sock, TIPC_NLA_SOCK_MAX,
3301 attrs[TIPC_NLA_SOCK],
Johannes Bergfceb6432017-04-12 14:34:07 +02003302 tipc_nl_sock_policy, NULL);
Richard Alpe1a1a1432014-11-20 10:29:11 +01003303 if (err)
3304 return err;
3305
3306 if (!sock[TIPC_NLA_SOCK_REF])
3307 return -EINVAL;
3308
Ying Xue07f6c4b2015-01-07 13:41:58 +08003309 tsk_portid = nla_get_u32(sock[TIPC_NLA_SOCK_REF]);
Richard Alpe1a1a1432014-11-20 10:29:11 +01003310 }
3311
3312 if (done)
3313 return 0;
3314
Ying Xuee05b31f2015-01-09 15:27:08 +08003315 tsk = tipc_sk_lookup(net, tsk_portid);
Richard Alpe1a1a1432014-11-20 10:29:11 +01003316 if (!tsk)
3317 return -EINVAL;
3318
3319 lock_sock(&tsk->sk);
3320 err = __tipc_nl_list_sk_publ(skb, cb, tsk, &last_publ);
3321 if (!err)
3322 done = 1;
3323 release_sock(&tsk->sk);
Ying Xue07f6c4b2015-01-07 13:41:58 +08003324 sock_put(&tsk->sk);
Richard Alpe1a1a1432014-11-20 10:29:11 +01003325
Ying Xue07f6c4b2015-01-07 13:41:58 +08003326 cb->args[0] = tsk_portid;
Richard Alpe1a1a1432014-11-20 10:29:11 +01003327 cb->args[1] = last_publ;
3328 cb->args[2] = done;
3329
3330 return skb->len;
3331}