blob: 49810fdff4c5ba85ededc0dd713c127f58067598 [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 */
Jon Maloy0d5fcebf2017-10-20 11:21:32 +020051#define CONN_PROBING_INTV 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 Maloy60c25302018-01-17 16:42:46 +0100119 bool group_is_open;
Jon Paul Maloy301bae52014-08-22 18:09:20 -0400120};
Per Lidenb97bf3f2006-01-02 19:04:38 +0100121
Jon Maloy64ac5f52017-10-13 11:04:20 +0200122static int tipc_sk_backlog_rcv(struct sock *sk, struct sk_buff *skb);
David S. Miller676d2362014-04-11 16:15:36 -0400123static void tipc_data_ready(struct sock *sk);
Ying Xuef288bef2012-08-21 11:16:57 +0800124static void tipc_write_space(struct sock *sk);
Ying Xuef4195d12015-11-22 15:46:05 +0800125static void tipc_sock_destruct(struct sock *sk);
Ying Xue247f0f32014-02-18 16:06:46 +0800126static int tipc_release(struct socket *sock);
David Howellscdfbabf2017-03-09 08:09:05 +0000127static int tipc_accept(struct socket *sock, struct socket *new_sock, int flags,
128 bool kern);
Kees Cook31b102b2017-10-30 14:06:45 -0700129static void tipc_sk_timeout(struct timer_list *t);
Jon Paul Maloy301bae52014-08-22 18:09:20 -0400130static int tipc_sk_publish(struct tipc_sock *tsk, uint scope,
Jon Paul Maloy0fc87aa2014-08-22 18:09:17 -0400131 struct tipc_name_seq const *seq);
Jon Paul Maloy301bae52014-08-22 18:09:20 -0400132static int tipc_sk_withdraw(struct tipc_sock *tsk, uint scope,
Jon Paul Maloy0fc87aa2014-08-22 18:09:17 -0400133 struct tipc_name_seq const *seq);
Jon Maloy75da2162017-10-13 11:04:23 +0200134static int tipc_sk_leave(struct tipc_sock *tsk);
Ying Xuee05b31f2015-01-09 15:27:08 +0800135static struct tipc_sock *tipc_sk_lookup(struct net *net, u32 portid);
Ying Xue07f6c4b2015-01-07 13:41:58 +0800136static int tipc_sk_insert(struct tipc_sock *tsk);
137static void tipc_sk_remove(struct tipc_sock *tsk);
Jon Paul Maloy365ad352017-01-03 10:55:11 -0500138static int __tipc_sendstream(struct socket *sock, struct msghdr *m, size_t dsz);
Ying Xue39a02952015-03-02 15:37:47 +0800139static int __tipc_sendmsg(struct socket *sock, struct msghdr *m, size_t dsz);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100140
Florian Westphalbca65ea2008-02-07 18:18:01 -0800141static const struct proto_ops packet_ops;
142static const struct proto_ops stream_ops;
143static const struct proto_ops msg_ops;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100144static struct proto tipc_proto;
Herbert Xu6cca72892015-03-20 21:57:05 +1100145static const struct rhashtable_params tsk_rht_params;
146
Jon Paul Maloyc5898632015-02-05 08:36:36 -0500147static u32 tsk_own_node(struct tipc_sock *tsk)
148{
149 return msg_prevnode(&tsk->phdr);
150}
151
Jon Paul Maloy301bae52014-08-22 18:09:20 -0400152static u32 tsk_peer_node(struct tipc_sock *tsk)
Jon Paul Maloy2e84c602014-08-22 18:09:18 -0400153{
Jon Paul Maloy301bae52014-08-22 18:09:20 -0400154 return msg_destnode(&tsk->phdr);
Jon Paul Maloy2e84c602014-08-22 18:09:18 -0400155}
156
Jon Paul Maloy301bae52014-08-22 18:09:20 -0400157static u32 tsk_peer_port(struct tipc_sock *tsk)
Jon Paul Maloy2e84c602014-08-22 18:09:18 -0400158{
Jon Paul Maloy301bae52014-08-22 18:09:20 -0400159 return msg_destport(&tsk->phdr);
Jon Paul Maloy2e84c602014-08-22 18:09:18 -0400160}
161
Jon Paul Maloy301bae52014-08-22 18:09:20 -0400162static bool tsk_unreliable(struct tipc_sock *tsk)
Jon Paul Maloy2e84c602014-08-22 18:09:18 -0400163{
Jon Paul Maloy301bae52014-08-22 18:09:20 -0400164 return msg_src_droppable(&tsk->phdr) != 0;
Jon Paul Maloy2e84c602014-08-22 18:09:18 -0400165}
166
Jon Paul Maloy301bae52014-08-22 18:09:20 -0400167static void tsk_set_unreliable(struct tipc_sock *tsk, bool unreliable)
Jon Paul Maloy2e84c602014-08-22 18:09:18 -0400168{
Jon Paul Maloy301bae52014-08-22 18:09:20 -0400169 msg_set_src_droppable(&tsk->phdr, unreliable ? 1 : 0);
Jon Paul Maloy2e84c602014-08-22 18:09:18 -0400170}
171
Jon Paul Maloy301bae52014-08-22 18:09:20 -0400172static bool tsk_unreturnable(struct tipc_sock *tsk)
Jon Paul Maloy2e84c602014-08-22 18:09:18 -0400173{
Jon Paul Maloy301bae52014-08-22 18:09:20 -0400174 return msg_dest_droppable(&tsk->phdr) != 0;
Jon Paul Maloy2e84c602014-08-22 18:09:18 -0400175}
176
Jon Paul Maloy301bae52014-08-22 18:09:20 -0400177static void tsk_set_unreturnable(struct tipc_sock *tsk, bool unreturnable)
Jon Paul Maloy2e84c602014-08-22 18:09:18 -0400178{
Jon Paul Maloy301bae52014-08-22 18:09:20 -0400179 msg_set_dest_droppable(&tsk->phdr, unreturnable ? 1 : 0);
Jon Paul Maloy2e84c602014-08-22 18:09:18 -0400180}
181
Jon Paul Maloy301bae52014-08-22 18:09:20 -0400182static int tsk_importance(struct tipc_sock *tsk)
Jon Paul Maloy2e84c602014-08-22 18:09:18 -0400183{
Jon Paul Maloy301bae52014-08-22 18:09:20 -0400184 return msg_importance(&tsk->phdr);
Jon Paul Maloy2e84c602014-08-22 18:09:18 -0400185}
186
Jon Paul Maloy301bae52014-08-22 18:09:20 -0400187static int tsk_set_importance(struct tipc_sock *tsk, int imp)
Jon Paul Maloy2e84c602014-08-22 18:09:18 -0400188{
189 if (imp > TIPC_CRITICAL_IMPORTANCE)
190 return -EINVAL;
Jon Paul Maloy301bae52014-08-22 18:09:20 -0400191 msg_set_importance(&tsk->phdr, (u32)imp);
Jon Paul Maloy2e84c602014-08-22 18:09:18 -0400192 return 0;
193}
Jon Paul Maloy8826cde2014-03-12 11:31:09 -0400194
Jon Paul Maloy301bae52014-08-22 18:09:20 -0400195static struct tipc_sock *tipc_sk(const struct sock *sk)
196{
197 return container_of(sk, struct tipc_sock, sk);
198}
199
Jon Paul Maloy10724cc2016-05-02 11:58:47 -0400200static bool tsk_conn_cong(struct tipc_sock *tsk)
Jon Paul Maloy301bae52014-08-22 18:09:20 -0400201{
Jon Paul Maloy6998cc62016-11-24 18:47:07 -0500202 return tsk->snt_unacked > tsk->snd_win;
Jon Paul Maloy10724cc2016-05-02 11:58:47 -0400203}
204
Jon Maloyb7d42632017-10-13 11:04:26 +0200205static u16 tsk_blocks(int len)
206{
207 return ((len / FLOWCTL_BLK_SZ) + 1);
208}
209
Jon Paul Maloy10724cc2016-05-02 11:58:47 -0400210/* tsk_blocks(): translate a buffer size in bytes to number of
211 * advertisable blocks, taking into account the ratio truesize(len)/len
212 * We can trust that this ratio is always < 4 for len >= FLOWCTL_BLK_SZ
213 */
214static u16 tsk_adv_blocks(int len)
215{
216 return len / FLOWCTL_BLK_SZ / 4;
217}
218
219/* tsk_inc(): increment counter for sent or received data
220 * - If block based flow control is not supported by peer we
221 * fall back to message based ditto, incrementing the counter
222 */
223static u16 tsk_inc(struct tipc_sock *tsk, int msglen)
224{
225 if (likely(tsk->peer_caps & TIPC_BLOCK_FLOWCTL))
226 return ((msglen / FLOWCTL_BLK_SZ) + 1);
227 return 1;
Jon Paul Maloy301bae52014-08-22 18:09:20 -0400228}
229
Per Lidenb97bf3f2006-01-02 19:04:38 +0100230/**
Jon Paul Maloy2e84c602014-08-22 18:09:18 -0400231 * tsk_advance_rx_queue - discard first buffer in socket receive queue
Allan Stephens0c3141e2008-04-15 00:22:02 -0700232 *
233 * Caller must hold socket lock
Per Lidenb97bf3f2006-01-02 19:04:38 +0100234 */
Jon Paul Maloy2e84c602014-08-22 18:09:18 -0400235static void tsk_advance_rx_queue(struct sock *sk)
Per Lidenb97bf3f2006-01-02 19:04:38 +0100236{
Allan Stephens5f6d9122011-11-04 13:24:29 -0400237 kfree_skb(__skb_dequeue(&sk->sk_receive_queue));
Per Lidenb97bf3f2006-01-02 19:04:38 +0100238}
239
Jon Paul Maloybcd3ffd2015-07-22 10:11:19 -0400240/* tipc_sk_respond() : send response message back to sender
241 */
242static void tipc_sk_respond(struct sock *sk, struct sk_buff *skb, int err)
243{
244 u32 selector;
245 u32 dnode;
246 u32 onode = tipc_own_addr(sock_net(sk));
247
248 if (!tipc_msg_reverse(onode, &skb, err))
249 return;
250
251 dnode = msg_destnode(buf_msg(skb));
252 selector = msg_origport(buf_msg(skb));
253 tipc_node_xmit_skb(sock_net(sk), skb, dnode, selector);
254}
255
Per Lidenb97bf3f2006-01-02 19:04:38 +0100256/**
Jon Paul Maloy2e84c602014-08-22 18:09:18 -0400257 * tsk_rej_rx_queue - reject all buffers in socket receive queue
Allan Stephens0c3141e2008-04-15 00:22:02 -0700258 *
259 * Caller must hold socket lock
260 */
Jon Paul Maloy2e84c602014-08-22 18:09:18 -0400261static void tsk_rej_rx_queue(struct sock *sk)
Allan Stephens0c3141e2008-04-15 00:22:02 -0700262{
Ying Xuea6ca1092014-11-26 11:41:55 +0800263 struct sk_buff *skb;
Allan Stephens0c3141e2008-04-15 00:22:02 -0700264
Jon Paul Maloybcd3ffd2015-07-22 10:11:19 -0400265 while ((skb = __skb_dequeue(&sk->sk_receive_queue)))
266 tipc_sk_respond(sk, skb, TIPC_ERR_NO_PORT);
Allan Stephens0c3141e2008-04-15 00:22:02 -0700267}
268
Parthasarathy Bhuvaragand6fb7e92016-11-01 14:02:40 +0100269static bool tipc_sk_connected(struct sock *sk)
270{
Parthasarathy Bhuvaraganf40acba2016-11-01 14:02:49 +0100271 return sk->sk_state == TIPC_ESTABLISHED;
Parthasarathy Bhuvaragand6fb7e92016-11-01 14:02:40 +0100272}
273
Parthasarathy Bhuvaraganc7520232016-11-01 14:02:42 +0100274/* tipc_sk_type_connectionless - check if the socket is datagram socket
275 * @sk: socket
276 *
277 * Returns true if connection less, false otherwise
278 */
279static bool tipc_sk_type_connectionless(struct sock *sk)
280{
281 return sk->sk_type == SOCK_RDM || sk->sk_type == SOCK_DGRAM;
282}
283
Jon Paul Maloy2e84c602014-08-22 18:09:18 -0400284/* tsk_peer_msg - verify if message was sent by connected port's peer
Jon Paul Maloy0fc87aa2014-08-22 18:09:17 -0400285 *
286 * Handles cases where the node's network address has changed from
287 * the default of <0.0.0> to its configured setting.
288 */
Jon Paul Maloy2e84c602014-08-22 18:09:18 -0400289static bool tsk_peer_msg(struct tipc_sock *tsk, struct tipc_msg *msg)
Jon Paul Maloy0fc87aa2014-08-22 18:09:17 -0400290{
Parthasarathy Bhuvaragand6fb7e92016-11-01 14:02:40 +0100291 struct sock *sk = &tsk->sk;
Jon Maloy23fd3ea2018-03-22 20:42:49 +0100292 u32 self = tipc_own_addr(sock_net(sk));
Jon Paul Maloy301bae52014-08-22 18:09:20 -0400293 u32 peer_port = tsk_peer_port(tsk);
Jon Maloy23fd3ea2018-03-22 20:42:49 +0100294 u32 orig_node, peer_node;
Jon Paul Maloy0fc87aa2014-08-22 18:09:17 -0400295
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
Jon Maloy23fd3ea2018-03-22 20:42:49 +0100308 if (!orig_node && peer_node == self)
Jon Paul Maloy0fc87aa2014-08-22 18:09:17 -0400309 return true;
310
Jon Maloy23fd3ea2018-03-22 20:42:49 +0100311 if (!peer_node && orig_node == self)
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{
Allan Stephens0c3141e2008-04-15 00:22:02 -0700414 const struct proto_ops *ops;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100415 struct sock *sk;
Jon Paul Maloy58ed9442014-03-12 11:31:12 -0400416 struct tipc_sock *tsk;
Jon Paul Maloy5b8fa7c2014-08-22 18:09:13 -0400417 struct tipc_msg *msg;
Allan Stephens0c3141e2008-04-15 00:22:02 -0700418
419 /* Validate arguments */
Per Lidenb97bf3f2006-01-02 19:04:38 +0100420 if (unlikely(protocol != 0))
421 return -EPROTONOSUPPORT;
422
Per Lidenb97bf3f2006-01-02 19:04:38 +0100423 switch (sock->type) {
424 case SOCK_STREAM:
Allan Stephens0c3141e2008-04-15 00:22:02 -0700425 ops = &stream_ops;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100426 break;
427 case SOCK_SEQPACKET:
Allan Stephens0c3141e2008-04-15 00:22:02 -0700428 ops = &packet_ops;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100429 break;
430 case SOCK_DGRAM:
Per Lidenb97bf3f2006-01-02 19:04:38 +0100431 case SOCK_RDM:
Allan Stephens0c3141e2008-04-15 00:22:02 -0700432 ops = &msg_ops;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100433 break;
Allan Stephens49978652006-06-25 23:47:18 -0700434 default:
Allan Stephens49978652006-06-25 23:47:18 -0700435 return -EPROTOTYPE;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100436 }
437
Allan Stephens0c3141e2008-04-15 00:22:02 -0700438 /* Allocate socket's protocol area */
Eric W. Biederman11aa9c22015-05-08 21:09:13 -0500439 sk = sk_alloc(net, AF_TIPC, GFP_KERNEL, &tipc_proto, kern);
Allan Stephens0c3141e2008-04-15 00:22:02 -0700440 if (sk == NULL)
441 return -ENOMEM;
442
Jon Paul Maloy58ed9442014-03-12 11:31:12 -0400443 tsk = tipc_sk(sk);
Jon Paul Maloy301bae52014-08-22 18:09:20 -0400444 tsk->max_pkt = MAX_PKT_DEFAULT;
Jon Paul Maloy301bae52014-08-22 18:09:20 -0400445 INIT_LIST_HEAD(&tsk->publications);
Jon Paul Maloy365ad352017-01-03 10:55:11 -0500446 INIT_LIST_HEAD(&tsk->cong_links);
Jon Paul Maloy301bae52014-08-22 18:09:20 -0400447 msg = &tsk->phdr;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100448
Allan Stephens0c3141e2008-04-15 00:22:02 -0700449 /* Finish initializing socket data structures */
Allan Stephens0c3141e2008-04-15 00:22:02 -0700450 sock->ops = ops;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100451 sock_init_data(sock, sk);
Parthasarathy Bhuvaragan438adca2016-11-01 14:02:45 +0100452 tipc_set_sk_state(sk, TIPC_OPEN);
Ying Xue07f6c4b2015-01-07 13:41:58 +0800453 if (tipc_sk_insert(tsk)) {
Masanari Iidac19ca6c2016-02-08 20:53:12 +0900454 pr_warn("Socket create failed; port number exhausted\n");
Ying Xue07f6c4b2015-01-07 13:41:58 +0800455 return -EINVAL;
456 }
Herbert Xu40f9f432017-02-11 19:26:46 +0800457
458 /* Ensure tsk is visible before we read own_addr. */
459 smp_mb();
460
Jon Maloy23fd3ea2018-03-22 20:42:49 +0100461 tipc_msg_init(tipc_own_addr(net), msg, TIPC_LOW_IMPORTANCE,
462 TIPC_NAMED_MSG, NAMED_H_SIZE, 0);
Herbert Xu40f9f432017-02-11 19:26:46 +0800463
Ying Xue07f6c4b2015-01-07 13:41:58 +0800464 msg_set_origport(msg, tsk->portid);
Kees Cook31b102b2017-10-30 14:06:45 -0700465 timer_setup(&sk->sk_timer, tipc_sk_timeout, 0);
Parthasarathy Bhuvaragan6f000892016-11-01 14:02:47 +0100466 sk->sk_shutdown = 0;
Jon Maloy64ac5f52017-10-13 11:04:20 +0200467 sk->sk_backlog_rcv = tipc_sk_backlog_rcv;
Ying Xuecc79dd12013-06-17 10:54:37 -0400468 sk->sk_rcvbuf = sysctl_tipc_rmem[1];
Ying Xuef288bef2012-08-21 11:16:57 +0800469 sk->sk_data_ready = tipc_data_ready;
470 sk->sk_write_space = tipc_write_space;
Ying Xuef4195d12015-11-22 15:46:05 +0800471 sk->sk_destruct = tipc_sock_destruct;
Jon Paul Maloy4f4482d2014-05-14 05:39:09 -0400472 tsk->conn_timeout = CONN_TIMEOUT_DEFAULT;
Jon Maloy1b22bca2018-02-26 20:14:04 +0100473 tsk->group_is_open = true;
Jon Paul Maloy4f4482d2014-05-14 05:39:09 -0400474 atomic_set(&tsk->dupl_rcvcnt, 0);
Allan Stephens7ef43eb2008-05-12 15:42:28 -0700475
Jon Paul Maloy10724cc2016-05-02 11:58:47 -0400476 /* Start out with safe limits until we receive an advertised window */
477 tsk->snd_win = tsk_adv_blocks(RCVBUF_MIN);
478 tsk->rcv_win = tsk->snd_win;
479
Parthasarathy Bhuvaraganc7520232016-11-01 14:02:42 +0100480 if (tipc_sk_type_connectionless(sk)) {
Jon Paul Maloy301bae52014-08-22 18:09:20 -0400481 tsk_set_unreturnable(tsk, true);
Allan Stephens0c3141e2008-04-15 00:22:02 -0700482 if (sock->type == SOCK_DGRAM)
Jon Paul Maloy301bae52014-08-22 18:09:20 -0400483 tsk_set_unreliable(tsk, true);
Allan Stephens0c3141e2008-04-15 00:22:02 -0700484 }
Parthasarathy Bhuvaragan438adca2016-11-01 14:02:45 +0100485
Per Lidenb97bf3f2006-01-02 19:04:38 +0100486 return 0;
487}
488
Ying Xue07f6c4b2015-01-07 13:41:58 +0800489static void tipc_sk_callback(struct rcu_head *head)
490{
491 struct tipc_sock *tsk = container_of(head, struct tipc_sock, rcu);
492
493 sock_put(&tsk->sk);
494}
495
Parthasarathy Bhuvaragan6f000892016-11-01 14:02:47 +0100496/* Caller should hold socket lock for the socket. */
497static void __tipc_shutdown(struct socket *sock, int error)
498{
499 struct sock *sk = sock->sk;
500 struct tipc_sock *tsk = tipc_sk(sk);
501 struct net *net = sock_net(sk);
Jon Paul Maloy365ad352017-01-03 10:55:11 -0500502 long timeout = CONN_TIMEOUT_DEFAULT;
Parthasarathy Bhuvaragan6f000892016-11-01 14:02:47 +0100503 u32 dnode = tsk_peer_node(tsk);
504 struct sk_buff *skb;
505
Jon Paul Maloy365ad352017-01-03 10:55:11 -0500506 /* Avoid that hi-prio shutdown msgs bypass msgs in link wakeup queue */
507 tipc_wait_for_cond(sock, &timeout, (!tsk->cong_link_cnt &&
508 !tsk_conn_cong(tsk)));
509
Parthasarathy Bhuvaragan6f000892016-11-01 14:02:47 +0100510 /* Reject all unreceived messages, except on an active connection
511 * (which disconnects locally & sends a 'FIN+' to peer).
512 */
513 while ((skb = __skb_dequeue(&sk->sk_receive_queue)) != NULL) {
514 if (TIPC_SKB_CB(skb)->bytes_read) {
515 kfree_skb(skb);
Jon Paul Maloy693c5642016-12-22 07:22:29 -0500516 continue;
Parthasarathy Bhuvaragan6f000892016-11-01 14:02:47 +0100517 }
Jon Paul Maloy693c5642016-12-22 07:22:29 -0500518 if (!tipc_sk_type_connectionless(sk) &&
519 sk->sk_state != TIPC_DISCONNECTING) {
520 tipc_set_sk_state(sk, TIPC_DISCONNECTING);
521 tipc_node_remove_conn(net, dnode, tsk->portid);
522 }
523 tipc_sk_respond(sk, skb, error);
Parthasarathy Bhuvaragan6f000892016-11-01 14:02:47 +0100524 }
Jon Paul Maloy693c5642016-12-22 07:22:29 -0500525
526 if (tipc_sk_type_connectionless(sk))
527 return;
528
Parthasarathy Bhuvaragan6f000892016-11-01 14:02:47 +0100529 if (sk->sk_state != TIPC_DISCONNECTING) {
530 skb = tipc_msg_create(TIPC_CRITICAL_IMPORTANCE,
531 TIPC_CONN_MSG, SHORT_H_SIZE, 0, dnode,
532 tsk_own_node(tsk), tsk_peer_port(tsk),
533 tsk->portid, error);
534 if (skb)
535 tipc_node_xmit_skb(net, skb, dnode, tsk->portid);
Jon Paul Maloy693c5642016-12-22 07:22:29 -0500536 tipc_node_remove_conn(net, dnode, tsk->portid);
537 tipc_set_sk_state(sk, TIPC_DISCONNECTING);
Parthasarathy Bhuvaragan6f000892016-11-01 14:02:47 +0100538 }
539}
540
Ying Xuec5fa7b32013-06-17 10:54:39 -0400541/**
Ying Xue247f0f32014-02-18 16:06:46 +0800542 * tipc_release - destroy a TIPC socket
Per Lidenb97bf3f2006-01-02 19:04:38 +0100543 * @sock: socket to destroy
544 *
545 * This routine cleans up any messages that are still queued on the socket.
546 * For DGRAM and RDM socket types, all queued messages are rejected.
547 * For SEQPACKET and STREAM socket types, the first message is rejected
548 * and any others are discarded. (If the first message on a STREAM socket
549 * is partially-read, it is discarded and the next one is rejected instead.)
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +0900550 *
Per Lidenb97bf3f2006-01-02 19:04:38 +0100551 * NOTE: Rejected messages are not necessarily returned to the sender! They
552 * are returned or discarded according to the "destination droppable" setting
553 * specified for the message by the sender.
554 *
555 * Returns 0 on success, errno otherwise
556 */
Ying Xue247f0f32014-02-18 16:06:46 +0800557static int tipc_release(struct socket *sock)
Per Lidenb97bf3f2006-01-02 19:04:38 +0100558{
Per Lidenb97bf3f2006-01-02 19:04:38 +0100559 struct sock *sk = sock->sk;
Jon Paul Maloy58ed9442014-03-12 11:31:12 -0400560 struct tipc_sock *tsk;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100561
Allan Stephens0c3141e2008-04-15 00:22:02 -0700562 /*
563 * Exit if socket isn't fully initialized (occurs when a failed accept()
564 * releases a pre-allocated child socket that was never used)
565 */
Allan Stephens0c3141e2008-04-15 00:22:02 -0700566 if (sk == NULL)
567 return 0;
568
Jon Paul Maloy58ed9442014-03-12 11:31:12 -0400569 tsk = tipc_sk(sk);
Allan Stephens0c3141e2008-04-15 00:22:02 -0700570 lock_sock(sk);
571
Parthasarathy Bhuvaragan6f000892016-11-01 14:02:47 +0100572 __tipc_shutdown(sock, TIPC_ERR_NO_PORT);
573 sk->sk_shutdown = SHUTDOWN_MASK;
Jon Maloy75da2162017-10-13 11:04:23 +0200574 tipc_sk_leave(tsk);
Jon Paul Maloy301bae52014-08-22 18:09:20 -0400575 tipc_sk_withdraw(tsk, 0, NULL);
Ying Xue1ea23a22015-05-28 13:19:22 +0800576 sk_stop_timer(sk, &sk->sk_timer);
Ying Xue07f6c4b2015-01-07 13:41:58 +0800577 tipc_sk_remove(tsk);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100578
Cong Wang0a3b8b22018-09-03 19:12:41 -0700579 sock_orphan(sk);
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
Jon Maloy928df182018-03-15 16:48:51 +0100645 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,
Denys Vlasenko9b2c45d2018-02-12 20:00:20 +0100667 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);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100672
Kulikov Vasiliy88f8a5e2010-10-31 07:10:32 +0000673 memset(addr, 0, sizeof(*addr));
Allan Stephens0c3141e2008-04-15 00:22:02 -0700674 if (peer) {
Parthasarathy Bhuvaraganf40acba2016-11-01 14:02:49 +0100675 if ((!tipc_sk_connected(sk)) &&
Parthasarathy Bhuvaragan9fd4b072016-11-01 14:02:46 +0100676 ((peer != 2) || (sk->sk_state != TIPC_DISCONNECTING)))
Allan Stephens2da59912008-07-14 22:43:32 -0700677 return -ENOTCONN;
Jon Paul Maloy301bae52014-08-22 18:09:20 -0400678 addr->addr.id.ref = tsk_peer_port(tsk);
679 addr->addr.id.node = tsk_peer_node(tsk);
Allan Stephens0c3141e2008-04-15 00:22:02 -0700680 } else {
Ying Xue07f6c4b2015-01-07 13:41:58 +0800681 addr->addr.id.ref = tsk->portid;
Jon Maloy23fd3ea2018-03-22 20:42:49 +0100682 addr->addr.id.node = tipc_own_addr(sock_net(sk));
Allan Stephens0c3141e2008-04-15 00:22:02 -0700683 }
Per Lidenb97bf3f2006-01-02 19:04:38 +0100684
Per Lidenb97bf3f2006-01-02 19:04:38 +0100685 addr->addrtype = TIPC_ADDR_ID;
686 addr->family = AF_TIPC;
687 addr->scope = 0;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100688 addr->addr.name.domain = 0;
689
Denys Vlasenko9b2c45d2018-02-12 20:00:20 +0100690 return sizeof(*addr);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100691}
692
693/**
Linus Torvaldsa11e1d42018-06-28 09:43:44 -0700694 * tipc_poll - read and possibly block on pollmask
Per Lidenb97bf3f2006-01-02 19:04:38 +0100695 * @file: file structure associated with the socket
696 * @sock: socket for which to calculate the poll bits
Linus Torvaldsa11e1d42018-06-28 09:43:44 -0700697 * @wait: ???
Per Lidenb97bf3f2006-01-02 19:04:38 +0100698 *
Allan Stephens9b674e82008-03-26 16:48:21 -0700699 * Returns pollmask value
700 *
701 * COMMENTARY:
702 * It appears that the usual socket locking mechanisms are not useful here
703 * since the pollmask info is potentially out-of-date the moment this routine
704 * exits. TCP and other protocols seem to rely on higher level poll routines
705 * to handle any preventable race conditions, so TIPC will do the same ...
706 *
Allan Stephensf662c072010-08-17 11:00:06 +0000707 * IMPORTANT: The fact that a read or write operation is indicated does NOT
708 * imply that the operation will succeed, merely that it should be performed
709 * and will not block.
Per Lidenb97bf3f2006-01-02 19:04:38 +0100710 */
Linus Torvaldsa11e1d42018-06-28 09:43:44 -0700711static __poll_t tipc_poll(struct file *file, struct socket *sock,
712 poll_table *wait)
Per Lidenb97bf3f2006-01-02 19:04:38 +0100713{
Allan Stephens9b674e82008-03-26 16:48:21 -0700714 struct sock *sk = sock->sk;
Jon Paul Maloy58ed9442014-03-12 11:31:12 -0400715 struct tipc_sock *tsk = tipc_sk(sk);
Al Viroade994f2017-07-03 00:01:49 -0400716 __poll_t revents = 0;
Allan Stephens9b674e82008-03-26 16:48:21 -0700717
Christoph Hellwigdd979b42018-07-30 09:42:10 +0200718 sock_poll_wait(file, wait);
Linus Torvaldsa11e1d42018-06-28 09:43:44 -0700719
Parthasarathy Bhuvaragan6f000892016-11-01 14:02:47 +0100720 if (sk->sk_shutdown & RCV_SHUTDOWN)
Linus Torvaldsa9a08842018-02-11 14:34:03 -0800721 revents |= EPOLLRDHUP | EPOLLIN | EPOLLRDNORM;
Parthasarathy Bhuvaragan6f000892016-11-01 14:02:47 +0100722 if (sk->sk_shutdown == SHUTDOWN_MASK)
Linus Torvaldsa9a08842018-02-11 14:34:03 -0800723 revents |= EPOLLHUP;
Parthasarathy Bhuvaragan6f000892016-11-01 14:02:47 +0100724
Parthasarathy Bhuvaraganf40acba2016-11-01 14:02:49 +0100725 switch (sk->sk_state) {
726 case TIPC_ESTABLISHED:
Parthasarathy Bhuvaragan517d7c72017-12-28 12:03:06 +0100727 case TIPC_CONNECTING:
Jon Paul Maloy365ad352017-01-03 10:55:11 -0500728 if (!tsk->cong_link_cnt && !tsk_conn_cong(tsk))
Linus Torvaldsa9a08842018-02-11 14:34:03 -0800729 revents |= EPOLLOUT;
Parthasarathy Bhuvaraganf40acba2016-11-01 14:02:49 +0100730 /* fall thru' */
731 case TIPC_LISTEN:
Jon Maloycb4dc412017-10-19 16:42:04 +0200732 if (!skb_queue_empty(&sk->sk_receive_queue))
Linus Torvaldsa9a08842018-02-11 14:34:03 -0800733 revents |= EPOLLIN | EPOLLRDNORM;
Parthasarathy Bhuvaraganf40acba2016-11-01 14:02:49 +0100734 break;
735 case TIPC_OPEN:
Jon Maloy60c25302018-01-17 16:42:46 +0100736 if (tsk->group_is_open && !tsk->cong_link_cnt)
Linus Torvaldsa9a08842018-02-11 14:34:03 -0800737 revents |= EPOLLOUT;
Jon Maloyae236fb2017-10-13 11:04:25 +0200738 if (!tipc_sk_type_connectionless(sk))
739 break;
Jon Maloycb4dc412017-10-19 16:42:04 +0200740 if (skb_queue_empty(&sk->sk_receive_queue))
Jon Maloyae236fb2017-10-13 11:04:25 +0200741 break;
Linus Torvaldsa9a08842018-02-11 14:34:03 -0800742 revents |= EPOLLIN | EPOLLRDNORM;
Parthasarathy Bhuvaraganf40acba2016-11-01 14:02:49 +0100743 break;
744 case TIPC_DISCONNECTING:
Linus Torvaldsa9a08842018-02-11 14:34:03 -0800745 revents = EPOLLIN | EPOLLRDNORM | EPOLLHUP;
Parthasarathy Bhuvaraganf40acba2016-11-01 14:02:49 +0100746 break;
Allan Stephensf662c072010-08-17 11:00:06 +0000747 }
Jon Maloyae236fb2017-10-13 11:04:25 +0200748 return revents;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100749}
750
Jon Paul Maloy0abd8ff2014-07-16 20:41:01 -0400751/**
752 * tipc_sendmcast - send multicast message
753 * @sock: socket structure
754 * @seq: destination address
Al Viro562640f2014-11-15 01:13:43 -0500755 * @msg: message to send
Jon Paul Maloy365ad352017-01-03 10:55:11 -0500756 * @dlen: length of data to send
757 * @timeout: timeout to wait for wakeup
Jon Paul Maloy0abd8ff2014-07-16 20:41:01 -0400758 *
759 * Called from function tipc_sendmsg(), which has done all sanity checks
760 * Returns the number of bytes sent on success, or errno
761 */
762static int tipc_sendmcast(struct socket *sock, struct tipc_name_seq *seq,
Jon Paul Maloy365ad352017-01-03 10:55:11 -0500763 struct msghdr *msg, size_t dlen, long timeout)
Jon Paul Maloy0abd8ff2014-07-16 20:41:01 -0400764{
765 struct sock *sk = sock->sk;
Jon Paul Maloyc5898632015-02-05 08:36:36 -0500766 struct tipc_sock *tsk = tipc_sk(sk);
Jon Paul Maloy365ad352017-01-03 10:55:11 -0500767 struct tipc_msg *hdr = &tsk->phdr;
Ying Xuef2f98002015-01-09 15:27:05 +0800768 struct net *net = sock_net(sk);
Jon Paul Maloy365ad352017-01-03 10:55:11 -0500769 int mtu = tipc_bcast_get_mtu(net);
Jon Paul Maloy01fd12b2017-01-18 13:50:53 -0500770 struct tipc_mc_method *method = &tsk->mc_method;
Jon Paul Maloy365ad352017-01-03 10:55:11 -0500771 struct sk_buff_head pkts;
Jon Paul Maloya853e4c2017-01-18 13:50:52 -0500772 struct tipc_nlist dsts;
Jon Paul Maloy0abd8ff2014-07-16 20:41:01 -0400773 int rc;
774
Jon Maloy75da2162017-10-13 11:04:23 +0200775 if (tsk->group)
776 return -EACCES;
777
Jon Paul Maloya853e4c2017-01-18 13:50:52 -0500778 /* Block or return if any destination link is congested */
Jon Paul Maloy365ad352017-01-03 10:55:11 -0500779 rc = tipc_wait_for_cond(sock, &timeout, !tsk->cong_link_cnt);
780 if (unlikely(rc))
Jon Paul Maloy0abd8ff2014-07-16 20:41:01 -0400781 return rc;
782
Jon Paul Maloya853e4c2017-01-18 13:50:52 -0500783 /* Lookup destination nodes */
784 tipc_nlist_init(&dsts, tipc_own_addr(net));
785 tipc_nametbl_lookup_dst_nodes(net, seq->type, seq->lower,
Jon Maloye9a03442018-01-12 20:56:50 +0100786 seq->upper, &dsts);
Jon Paul Maloya853e4c2017-01-18 13:50:52 -0500787 if (!dsts.local && !dsts.remote)
788 return -EHOSTUNREACH;
789
790 /* Build message header */
Jon Paul Maloy365ad352017-01-03 10:55:11 -0500791 msg_set_type(hdr, TIPC_MCAST_MSG);
Jon Paul Maloya853e4c2017-01-18 13:50:52 -0500792 msg_set_hdr_sz(hdr, MCAST_H_SIZE);
Jon Paul Maloy365ad352017-01-03 10:55:11 -0500793 msg_set_lookup_scope(hdr, TIPC_CLUSTER_SCOPE);
794 msg_set_destport(hdr, 0);
795 msg_set_destnode(hdr, 0);
796 msg_set_nametype(hdr, seq->type);
797 msg_set_namelower(hdr, seq->lower);
798 msg_set_nameupper(hdr, seq->upper);
Jon Paul Maloy22d85c72015-07-16 16:54:23 -0400799
Jon Paul Maloya853e4c2017-01-18 13:50:52 -0500800 /* Build message as chain of buffers */
Jon Paul Maloy365ad352017-01-03 10:55:11 -0500801 skb_queue_head_init(&pkts);
802 rc = tipc_msg_build(hdr, msg, 0, dlen, mtu, &pkts);
Jon Paul Maloy365ad352017-01-03 10:55:11 -0500803
Jon Paul Maloya853e4c2017-01-18 13:50:52 -0500804 /* Send message if build was successful */
805 if (unlikely(rc == dlen))
Jon Paul Maloy01fd12b2017-01-18 13:50:53 -0500806 rc = tipc_mcast_xmit(net, &pkts, method, &dsts,
Jon Paul Maloya853e4c2017-01-18 13:50:52 -0500807 &tsk->cong_link_cnt);
808
809 tipc_nlist_purge(&dsts);
Jon Paul Maloy365ad352017-01-03 10:55:11 -0500810
811 return rc ? rc : dlen;
Jon Paul Maloy0abd8ff2014-07-16 20:41:01 -0400812}
813
Jon Paul Maloycb1b7282015-02-05 08:36:44 -0500814/**
Jon Maloy27bd9ec2017-10-13 11:04:27 +0200815 * tipc_send_group_msg - send a message to a member in the group
816 * @net: network namespace
817 * @m: message to send
818 * @mb: group member
819 * @dnode: destination node
820 * @dport: destination port
821 * @dlen: total length of message data
822 */
823static int tipc_send_group_msg(struct net *net, struct tipc_sock *tsk,
824 struct msghdr *m, struct tipc_member *mb,
825 u32 dnode, u32 dport, int dlen)
826{
Jon Maloyb87a5ea2017-10-13 11:04:30 +0200827 u16 bc_snd_nxt = tipc_group_bc_snd_nxt(tsk->group);
Jon Maloy2f487712017-10-13 11:04:31 +0200828 struct tipc_mc_method *method = &tsk->mc_method;
Jon Maloy27bd9ec2017-10-13 11:04:27 +0200829 int blks = tsk_blocks(GROUP_H_SIZE + dlen);
830 struct tipc_msg *hdr = &tsk->phdr;
831 struct sk_buff_head pkts;
832 int mtu, rc;
833
834 /* Complete message header */
835 msg_set_type(hdr, TIPC_GRP_UCAST_MSG);
836 msg_set_hdr_sz(hdr, GROUP_H_SIZE);
837 msg_set_destport(hdr, dport);
838 msg_set_destnode(hdr, dnode);
Jon Maloyb87a5ea2017-10-13 11:04:30 +0200839 msg_set_grp_bc_seqno(hdr, bc_snd_nxt);
Jon Maloy27bd9ec2017-10-13 11:04:27 +0200840
841 /* Build message as chain of buffers */
842 skb_queue_head_init(&pkts);
843 mtu = tipc_node_get_mtu(net, dnode, tsk->portid);
844 rc = tipc_msg_build(hdr, m, 0, dlen, mtu, &pkts);
845 if (unlikely(rc != dlen))
846 return rc;
847
848 /* Send message */
849 rc = tipc_node_xmit(net, &pkts, dnode, tsk->portid);
850 if (unlikely(rc == -ELINKCONG)) {
851 tipc_dest_push(&tsk->cong_links, dnode, 0);
852 tsk->cong_link_cnt++;
853 }
854
Jon Maloy2f487712017-10-13 11:04:31 +0200855 /* Update send window */
Jon Maloy27bd9ec2017-10-13 11:04:27 +0200856 tipc_group_update_member(mb, blks);
857
Jon Maloy2f487712017-10-13 11:04:31 +0200858 /* A broadcast sent within next EXPIRE period must follow same path */
859 method->rcast = true;
860 method->mandatory = true;
Jon Maloy27bd9ec2017-10-13 11:04:27 +0200861 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;
Jon Maloy232d07b2018-01-08 21:03:30 +0100926 struct tipc_msg *hdr = &tsk->phdr;
Jon Maloyee106d72017-10-13 11:04:28 +0200927 struct tipc_member *first = NULL;
928 struct tipc_member *mbr = NULL;
929 struct net *net = sock_net(sk);
930 u32 node, port, exclude;
Jon Maloyee106d72017-10-13 11:04:28 +0200931 struct list_head dsts;
Jon Maloy232d07b2018-01-08 21:03:30 +0100932 u32 type, inst, scope;
Jon Maloyee106d72017-10-13 11:04:28 +0200933 int lookups = 0;
934 int dstcnt, rc;
935 bool cong;
936
937 INIT_LIST_HEAD(&dsts);
938
Jon Maloy232d07b2018-01-08 21:03:30 +0100939 type = msg_nametype(hdr);
Jon Maloyee106d72017-10-13 11:04:28 +0200940 inst = dest->addr.name.name.instance;
Jon Maloy232d07b2018-01-08 21:03:30 +0100941 scope = msg_lookup_scope(hdr);
Jon Maloyee106d72017-10-13 11:04:28 +0200942 exclude = tipc_group_exclude(grp);
943
944 while (++lookups < 4) {
945 first = NULL;
946
947 /* Look for a non-congested destination member, if any */
948 while (1) {
Jon Maloy232d07b2018-01-08 21:03:30 +0100949 if (!tipc_nametbl_lookup(net, type, inst, scope, &dsts,
Jon Maloyee106d72017-10-13 11:04:28 +0200950 &dstcnt, exclude, false))
951 return -EHOSTUNREACH;
952 tipc_dest_pop(&dsts, &node, &port);
953 cong = tipc_group_cong(grp, node, port, blks, &mbr);
954 if (!cong)
955 break;
956 if (mbr == first)
957 break;
958 if (!first)
959 first = mbr;
960 }
961
962 /* Start over if destination was not in member list */
963 if (unlikely(!mbr))
964 continue;
965
966 if (likely(!cong && !tipc_dest_find(cong_links, node, 0)))
967 break;
968
969 /* Block or return if destination link or member is congested */
970 rc = tipc_wait_for_cond(sock, &timeout,
971 !tipc_dest_find(cong_links, node, 0) &&
972 !tipc_group_cong(grp, node, port,
973 blks, &mbr));
974 if (unlikely(rc))
975 return rc;
976
977 /* Send, unless destination disappeared while waiting */
978 if (likely(mbr))
979 break;
980 }
981
982 if (unlikely(lookups >= 4))
983 return -EHOSTUNREACH;
984
985 rc = tipc_send_group_msg(net, tsk, m, mbr, node, port, dlen);
986
987 return rc ? rc : dlen;
988}
989
990/**
Jon Maloy75da2162017-10-13 11:04:23 +0200991 * tipc_send_group_bcast - send message to all members in communication group
992 * @sk: socket structure
993 * @m: message to send
994 * @dlen: total length of message data
995 * @timeout: timeout to wait for wakeup
996 *
997 * Called from function tipc_sendmsg(), which has done all sanity checks
998 * Returns the number of bytes sent on success, or errno
999 */
1000static int tipc_send_group_bcast(struct socket *sock, struct msghdr *m,
1001 int dlen, long timeout)
1002{
Jon Maloy5b8dddb2017-10-13 11:04:29 +02001003 DECLARE_SOCKADDR(struct sockaddr_tipc *, dest, m->msg_name);
Jon Maloy75da2162017-10-13 11:04:23 +02001004 struct sock *sk = sock->sk;
1005 struct net *net = sock_net(sk);
1006 struct tipc_sock *tsk = tipc_sk(sk);
1007 struct tipc_group *grp = tsk->group;
1008 struct tipc_nlist *dsts = tipc_group_dests(grp);
1009 struct tipc_mc_method *method = &tsk->mc_method;
Jon Maloy2f487712017-10-13 11:04:31 +02001010 bool ack = method->mandatory && method->rcast;
Jon Maloyb7d42632017-10-13 11:04:26 +02001011 int blks = tsk_blocks(MCAST_H_SIZE + dlen);
Jon Maloy75da2162017-10-13 11:04:23 +02001012 struct tipc_msg *hdr = &tsk->phdr;
1013 int mtu = tipc_bcast_get_mtu(net);
1014 struct sk_buff_head pkts;
1015 int rc = -EHOSTUNREACH;
1016
1017 if (!dsts->local && !dsts->remote)
1018 return -EHOSTUNREACH;
1019
Jon Maloyb7d42632017-10-13 11:04:26 +02001020 /* Block or return if any destination link or member is congested */
1021 rc = tipc_wait_for_cond(sock, &timeout, !tsk->cong_link_cnt &&
1022 !tipc_group_bc_cong(grp, blks));
Jon Maloy75da2162017-10-13 11:04:23 +02001023 if (unlikely(rc))
1024 return rc;
1025
1026 /* Complete message header */
Jon Maloy5b8dddb2017-10-13 11:04:29 +02001027 if (dest) {
1028 msg_set_type(hdr, TIPC_GRP_MCAST_MSG);
1029 msg_set_nameinst(hdr, dest->addr.name.name.instance);
1030 } else {
1031 msg_set_type(hdr, TIPC_GRP_BCAST_MSG);
1032 msg_set_nameinst(hdr, 0);
1033 }
Jon Maloyb7d42632017-10-13 11:04:26 +02001034 msg_set_hdr_sz(hdr, GROUP_H_SIZE);
Jon Maloy75da2162017-10-13 11:04:23 +02001035 msg_set_destport(hdr, 0);
1036 msg_set_destnode(hdr, 0);
Jon Maloy75da2162017-10-13 11:04:23 +02001037 msg_set_grp_bc_seqno(hdr, tipc_group_bc_snd_nxt(grp));
1038
Jon Maloy2f487712017-10-13 11:04:31 +02001039 /* Avoid getting stuck with repeated forced replicasts */
1040 msg_set_grp_bc_ack_req(hdr, ack);
1041
Jon Maloy75da2162017-10-13 11:04:23 +02001042 /* Build message as chain of buffers */
1043 skb_queue_head_init(&pkts);
1044 rc = tipc_msg_build(hdr, m, 0, dlen, mtu, &pkts);
1045 if (unlikely(rc != dlen))
1046 return rc;
1047
1048 /* Send message */
Jon Maloy2f487712017-10-13 11:04:31 +02001049 rc = tipc_mcast_xmit(net, &pkts, method, dsts, &tsk->cong_link_cnt);
Jon Maloy75da2162017-10-13 11:04:23 +02001050 if (unlikely(rc))
1051 return rc;
1052
Jon Maloyb7d42632017-10-13 11:04:26 +02001053 /* Update broadcast sequence number and send windows */
Jon Maloy2f487712017-10-13 11:04:31 +02001054 tipc_group_update_bc_members(tsk->group, blks, ack);
1055
1056 /* Broadcast link is now free to choose method for next broadcast */
1057 method->mandatory = false;
1058 method->expires = jiffies;
1059
Jon Maloy75da2162017-10-13 11:04:23 +02001060 return dlen;
1061}
1062
1063/**
Jon Maloy5b8dddb2017-10-13 11:04:29 +02001064 * tipc_send_group_mcast - send message to all members with given identity
1065 * @sock: socket structure
1066 * @m: message to send
1067 * @dlen: total length of message data
1068 * @timeout: timeout to wait for wakeup
1069 *
1070 * Called from function tipc_sendmsg(), which has done all sanity checks
1071 * Returns the number of bytes sent on success, or errno
1072 */
1073static int tipc_send_group_mcast(struct socket *sock, struct msghdr *m,
1074 int dlen, long timeout)
1075{
1076 struct sock *sk = sock->sk;
1077 DECLARE_SOCKADDR(struct sockaddr_tipc *, dest, m->msg_name);
Jon Maloy5b8dddb2017-10-13 11:04:29 +02001078 struct tipc_sock *tsk = tipc_sk(sk);
1079 struct tipc_group *grp = tsk->group;
Jon Maloy232d07b2018-01-08 21:03:30 +01001080 struct tipc_msg *hdr = &tsk->phdr;
Jon Maloy5b8dddb2017-10-13 11:04:29 +02001081 struct net *net = sock_net(sk);
Jon Maloy232d07b2018-01-08 21:03:30 +01001082 u32 type, inst, scope, exclude;
Jon Maloy5b8dddb2017-10-13 11:04:29 +02001083 struct list_head dsts;
Jon Maloy232d07b2018-01-08 21:03:30 +01001084 u32 dstcnt;
Jon Maloy5b8dddb2017-10-13 11:04:29 +02001085
1086 INIT_LIST_HEAD(&dsts);
1087
Jon Maloy232d07b2018-01-08 21:03:30 +01001088 type = msg_nametype(hdr);
1089 inst = dest->addr.name.name.instance;
1090 scope = msg_lookup_scope(hdr);
Jon Maloy5b8dddb2017-10-13 11:04:29 +02001091 exclude = tipc_group_exclude(grp);
Jon Maloy232d07b2018-01-08 21:03:30 +01001092
1093 if (!tipc_nametbl_lookup(net, type, inst, scope, &dsts,
1094 &dstcnt, exclude, true))
Jon Maloy5b8dddb2017-10-13 11:04:29 +02001095 return -EHOSTUNREACH;
1096
1097 if (dstcnt == 1) {
1098 tipc_dest_pop(&dsts, &dest->addr.id.node, &dest->addr.id.ref);
1099 return tipc_send_group_unicast(sock, m, dlen, timeout);
1100 }
1101
1102 tipc_dest_list_purge(&dsts);
1103 return tipc_send_group_bcast(sock, m, dlen, timeout);
1104}
1105
1106/**
Jon Paul Maloycb1b7282015-02-05 08:36:44 -05001107 * tipc_sk_mcast_rcv - Deliver multicast messages to all destination sockets
1108 * @arrvq: queue with arriving messages, to be cloned after destination lookup
1109 * @inputq: queue with cloned messages, delivered to socket after dest lookup
1110 *
1111 * Multi-threaded: parallel calls with reference to same queues may occur
Jon Paul Maloy078bec82014-07-16 20:41:00 -04001112 */
Jon Paul Maloycb1b7282015-02-05 08:36:44 -05001113void tipc_sk_mcast_rcv(struct net *net, struct sk_buff_head *arrvq,
1114 struct sk_buff_head *inputq)
Jon Paul Maloy078bec82014-07-16 20:41:00 -04001115{
Jon Maloy75da2162017-10-13 11:04:23 +02001116 u32 self = tipc_own_addr(net);
Jon Maloy232d07b2018-01-08 21:03:30 +01001117 u32 type, lower, upper, scope;
Jon Paul Maloycb1b7282015-02-05 08:36:44 -05001118 struct sk_buff *skb, *_skb;
Colin Ian Kingb053fcc2018-07-31 17:01:37 +01001119 u32 portid, onode;
Jon Maloy232d07b2018-01-08 21:03:30 +01001120 struct sk_buff_head tmpq;
Jon Maloy75da2162017-10-13 11:04:23 +02001121 struct list_head dports;
Jon Maloy232d07b2018-01-08 21:03:30 +01001122 struct tipc_msg *hdr;
1123 int user, mtyp, hlen;
1124 bool exact;
Jon Paul Maloy3c724ac2015-02-05 08:36:43 -05001125
Jon Paul Maloycb1b7282015-02-05 08:36:44 -05001126 __skb_queue_head_init(&tmpq);
Jon Paul Maloy4d8642d2017-01-03 10:55:10 -05001127 INIT_LIST_HEAD(&dports);
Jon Paul Maloy078bec82014-07-16 20:41:00 -04001128
Jon Paul Maloycb1b7282015-02-05 08:36:44 -05001129 skb = tipc_skb_peek(arrvq, &inputq->lock);
1130 for (; skb; skb = tipc_skb_peek(arrvq, &inputq->lock)) {
Jon Maloy232d07b2018-01-08 21:03:30 +01001131 hdr = buf_msg(skb);
1132 user = msg_user(hdr);
1133 mtyp = msg_type(hdr);
1134 hlen = skb_headroom(skb) + msg_hdr_sz(hdr);
Jon Maloy232d07b2018-01-08 21:03:30 +01001135 onode = msg_orignode(hdr);
1136 type = msg_nametype(hdr);
1137
Jon Maloy2f487712017-10-13 11:04:31 +02001138 if (mtyp == TIPC_GRP_UCAST_MSG || user == GROUP_PROTOCOL) {
1139 spin_lock_bh(&inputq->lock);
1140 if (skb_peek(arrvq) == skb) {
1141 __skb_dequeue(arrvq);
1142 __skb_queue_tail(inputq, skb);
1143 }
Jon Maloyc545a942017-12-11 19:11:55 +01001144 kfree_skb(skb);
Jon Maloy2f487712017-10-13 11:04:31 +02001145 spin_unlock_bh(&inputq->lock);
1146 continue;
1147 }
Jon Paul Maloycb1b7282015-02-05 08:36:44 -05001148
Jon Maloy232d07b2018-01-08 21:03:30 +01001149 /* Group messages require exact scope match */
1150 if (msg_in_group(hdr)) {
1151 lower = 0;
1152 upper = ~0;
1153 scope = msg_lookup_scope(hdr);
1154 exact = true;
1155 } else {
1156 /* TIPC_NODE_SCOPE means "any scope" in this context */
1157 if (onode == self)
1158 scope = TIPC_NODE_SCOPE;
1159 else
1160 scope = TIPC_CLUSTER_SCOPE;
1161 exact = false;
1162 lower = msg_namelower(hdr);
1163 upper = msg_nameupper(hdr);
Jon Maloy75da2162017-10-13 11:04:23 +02001164 }
Jon Maloy232d07b2018-01-08 21:03:30 +01001165
1166 /* Create destination port list: */
1167 tipc_nametbl_mc_lookup(net, type, lower, upper,
1168 scope, exact, &dports);
1169
1170 /* Clone message per destination */
Jon Maloya80ae532017-10-13 11:04:22 +02001171 while (tipc_dest_pop(&dports, NULL, &portid)) {
Jon Maloy232d07b2018-01-08 21:03:30 +01001172 _skb = __pskb_copy(skb, hlen, GFP_ATOMIC);
Jon Paul Maloycb1b7282015-02-05 08:36:44 -05001173 if (_skb) {
1174 msg_set_destport(buf_msg(_skb), portid);
1175 __skb_queue_tail(&tmpq, _skb);
1176 continue;
1177 }
1178 pr_warn("Failed to clone mcast rcv buffer\n");
Jon Paul Maloy078bec82014-07-16 20:41:00 -04001179 }
Jon Paul Maloycb1b7282015-02-05 08:36:44 -05001180 /* Append to inputq if not already done by other thread */
1181 spin_lock_bh(&inputq->lock);
1182 if (skb_peek(arrvq) == skb) {
1183 skb_queue_splice_tail_init(&tmpq, inputq);
1184 kfree_skb(__skb_dequeue(arrvq));
1185 }
1186 spin_unlock_bh(&inputq->lock);
1187 __skb_queue_purge(&tmpq);
1188 kfree_skb(skb);
Jon Paul Maloy078bec82014-07-16 20:41:00 -04001189 }
Jon Paul Maloycb1b7282015-02-05 08:36:44 -05001190 tipc_sk_rcv(net, inputq);
Jon Paul Maloy078bec82014-07-16 20:41:00 -04001191}
1192
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001193/**
Jon Maloy64ac5f52017-10-13 11:04:20 +02001194 * tipc_sk_conn_proto_rcv - receive a connection mng protocol message
Jon Paul Maloyac0074e2014-06-25 20:41:41 -05001195 * @tsk: receiving socket
Jon Paul Maloybcd3ffd2015-07-22 10:11:19 -04001196 * @skb: pointer to message buffer.
Jon Paul Maloyac0074e2014-06-25 20:41:41 -05001197 */
Jon Maloy64ac5f52017-10-13 11:04:20 +02001198static void tipc_sk_conn_proto_rcv(struct tipc_sock *tsk, struct sk_buff *skb,
Parthasarathy Bhuvaragane7eb0582018-10-10 17:50:23 +02001199 struct sk_buff_head *inputq,
Jon Maloy64ac5f52017-10-13 11:04:20 +02001200 struct sk_buff_head *xmitq)
Jon Paul Maloyac0074e2014-06-25 20:41:41 -05001201{
Jon Paul Maloybcd3ffd2015-07-22 10:11:19 -04001202 struct tipc_msg *hdr = buf_msg(skb);
Jon Maloy64ac5f52017-10-13 11:04:20 +02001203 u32 onode = tsk_own_node(tsk);
1204 struct sock *sk = &tsk->sk;
Jon Paul Maloybcd3ffd2015-07-22 10:11:19 -04001205 int mtyp = msg_type(hdr);
Jon Paul Maloy10724cc2016-05-02 11:58:47 -04001206 bool conn_cong;
Jon Paul Maloybcd3ffd2015-07-22 10:11:19 -04001207
Jon Paul Maloyac0074e2014-06-25 20:41:41 -05001208 /* Ignore if connection cannot be validated: */
Jon Paul Maloybcd3ffd2015-07-22 10:11:19 -04001209 if (!tsk_peer_msg(tsk, hdr))
Jon Paul Maloyac0074e2014-06-25 20:41:41 -05001210 goto exit;
1211
Parthasarathy Bhuvaraganc1be7752017-04-26 10:05:02 +02001212 if (unlikely(msg_errcode(hdr))) {
1213 tipc_set_sk_state(sk, TIPC_DISCONNECTING);
1214 tipc_node_remove_conn(sock_net(sk), tsk_peer_node(tsk),
1215 tsk_peer_port(tsk));
1216 sk->sk_state_change(sk);
Parthasarathy Bhuvaragane7eb0582018-10-10 17:50:23 +02001217
1218 /* State change is ignored if socket already awake,
1219 * - convert msg to abort msg and add to inqueue
1220 */
1221 msg_set_user(hdr, TIPC_CRITICAL_IMPORTANCE);
1222 msg_set_type(hdr, TIPC_CONN_MSG);
1223 msg_set_size(hdr, BASIC_H_SIZE);
1224 msg_set_hdr_sz(hdr, BASIC_H_SIZE);
1225 __skb_queue_tail(inputq, skb);
1226 return;
Parthasarathy Bhuvaraganc1be7752017-04-26 10:05:02 +02001227 }
1228
Parthasarathy Bhuvaragan8ea642e2016-11-01 14:02:44 +01001229 tsk->probe_unacked = false;
Jon Paul Maloyac0074e2014-06-25 20:41:41 -05001230
Jon Paul Maloybcd3ffd2015-07-22 10:11:19 -04001231 if (mtyp == CONN_PROBE) {
1232 msg_set_type(hdr, CONN_PROBE_REPLY);
Jon Paul Maloyf1d048f2016-06-17 06:35:57 -04001233 if (tipc_msg_reverse(onode, &skb, TIPC_OK))
1234 __skb_queue_tail(xmitq, skb);
Jon Paul Maloybcd3ffd2015-07-22 10:11:19 -04001235 return;
1236 } else if (mtyp == CONN_ACK) {
Jon Paul Maloy301bae52014-08-22 18:09:20 -04001237 conn_cong = tsk_conn_cong(tsk);
Jon Paul Maloy10724cc2016-05-02 11:58:47 -04001238 tsk->snt_unacked -= msg_conn_ack(hdr);
1239 if (tsk->peer_caps & TIPC_BLOCK_FLOWCTL)
1240 tsk->snd_win = msg_adv_win(hdr);
Jon Paul Maloy60120522014-06-25 20:41:42 -05001241 if (conn_cong)
Jon Paul Maloybcd3ffd2015-07-22 10:11:19 -04001242 sk->sk_write_space(sk);
1243 } else if (mtyp != CONN_PROBE_REPLY) {
1244 pr_warn("Received unknown CONN_PROTO msg\n");
Jon Paul Maloyac0074e2014-06-25 20:41:41 -05001245 }
Jon Paul Maloyac0074e2014-06-25 20:41:41 -05001246exit:
Jon Paul Maloybcd3ffd2015-07-22 10:11:19 -04001247 kfree_skb(skb);
Jon Paul Maloyac0074e2014-06-25 20:41:41 -05001248}
1249
Jon Paul Maloye2dafe82014-06-25 20:41:37 -05001250/**
Ying Xue247f0f32014-02-18 16:06:46 +08001251 * tipc_sendmsg - send message in connectionless manner
Per Lidenb97bf3f2006-01-02 19:04:38 +01001252 * @sock: socket structure
1253 * @m: message to send
Jon Paul Maloye2dafe82014-06-25 20:41:37 -05001254 * @dsz: amount of user data to be sent
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001255 *
Per Lidenb97bf3f2006-01-02 19:04:38 +01001256 * Message must have an destination specified explicitly.
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001257 * Used for SOCK_RDM and SOCK_DGRAM messages,
Per Lidenb97bf3f2006-01-02 19:04:38 +01001258 * and for 'SYN' messages on SOCK_SEQPACKET and SOCK_STREAM connections.
1259 * (Note: 'SYN+' is prohibited on SOCK_STREAM.)
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001260 *
Per Lidenb97bf3f2006-01-02 19:04:38 +01001261 * Returns the number of bytes sent on success, or errno otherwise
1262 */
Ying Xue1b784142015-03-02 15:37:48 +08001263static int tipc_sendmsg(struct socket *sock,
Jon Paul Maloye2dafe82014-06-25 20:41:37 -05001264 struct msghdr *m, size_t dsz)
Per Lidenb97bf3f2006-01-02 19:04:38 +01001265{
Ying Xue39a02952015-03-02 15:37:47 +08001266 struct sock *sk = sock->sk;
1267 int ret;
1268
1269 lock_sock(sk);
1270 ret = __tipc_sendmsg(sock, m, dsz);
1271 release_sock(sk);
1272
1273 return ret;
1274}
1275
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001276static int __tipc_sendmsg(struct socket *sock, struct msghdr *m, size_t dlen)
Ying Xue39a02952015-03-02 15:37:47 +08001277{
Allan Stephens0c3141e2008-04-15 00:22:02 -07001278 struct sock *sk = sock->sk;
Ying Xuef2f98002015-01-09 15:27:05 +08001279 struct net *net = sock_net(sk);
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001280 struct tipc_sock *tsk = tipc_sk(sk);
1281 DECLARE_SOCKADDR(struct sockaddr_tipc *, dest, m->msg_name);
1282 long timeout = sock_sndtimeo(sk, m->msg_flags & MSG_DONTWAIT);
1283 struct list_head *clinks = &tsk->cong_links;
1284 bool syn = !tipc_sk_type_connectionless(sk);
Jon Maloy75da2162017-10-13 11:04:23 +02001285 struct tipc_group *grp = tsk->group;
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001286 struct tipc_msg *hdr = &tsk->phdr;
Erik Hugnef2f80362015-03-19 09:02:19 +01001287 struct tipc_name_seq *seq;
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001288 struct sk_buff_head pkts;
Jon Maloy335b9292018-04-12 01:15:48 +02001289 u32 dport, dnode = 0;
Jon Maloy928df182018-03-15 16:48:51 +01001290 u32 type, inst;
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001291 int mtu, rc;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001292
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001293 if (unlikely(dlen > TIPC_MAX_USER_MSG_SIZE))
Allan Stephensc29c3f72010-04-20 17:58:24 -04001294 return -EMSGSIZE;
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001295
Jon Maloy27bd9ec2017-10-13 11:04:27 +02001296 if (likely(dest)) {
1297 if (unlikely(m->msg_namelen < sizeof(*dest)))
1298 return -EINVAL;
1299 if (unlikely(dest->family != AF_TIPC))
1300 return -EINVAL;
1301 }
1302
1303 if (grp) {
1304 if (!dest)
1305 return tipc_send_group_bcast(sock, m, dlen, timeout);
Jon Maloyee106d72017-10-13 11:04:28 +02001306 if (dest->addrtype == TIPC_ADDR_NAME)
1307 return tipc_send_group_anycast(sock, m, dlen, timeout);
Jon Maloy27bd9ec2017-10-13 11:04:27 +02001308 if (dest->addrtype == TIPC_ADDR_ID)
1309 return tipc_send_group_unicast(sock, m, dlen, timeout);
Jon Maloy5b8dddb2017-10-13 11:04:29 +02001310 if (dest->addrtype == TIPC_ADDR_MCAST)
1311 return tipc_send_group_mcast(sock, m, dlen, timeout);
Jon Maloy27bd9ec2017-10-13 11:04:27 +02001312 return -EINVAL;
1313 }
Jon Maloy75da2162017-10-13 11:04:23 +02001314
Erik Hugnef2f80362015-03-19 09:02:19 +01001315 if (unlikely(!dest)) {
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001316 dest = &tsk->peer;
1317 if (!syn || dest->family != AF_TIPC)
Erik Hugnef2f80362015-03-19 09:02:19 +01001318 return -EDESTADDRREQ;
Erik Hugnef2f80362015-03-19 09:02:19 +01001319 }
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001320
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001321 if (unlikely(syn)) {
Parthasarathy Bhuvaragan0c288c82016-11-01 14:02:43 +01001322 if (sk->sk_state == TIPC_LISTEN)
Ying Xue39a02952015-03-02 15:37:47 +08001323 return -EPIPE;
Parthasarathy Bhuvaragan438adca2016-11-01 14:02:45 +01001324 if (sk->sk_state != TIPC_OPEN)
Ying Xue39a02952015-03-02 15:37:47 +08001325 return -EISCONN;
1326 if (tsk->published)
1327 return -EOPNOTSUPP;
Allan Stephens0c3141e2008-04-15 00:22:02 -07001328 if (dest->addrtype == TIPC_ADDR_NAME) {
Jon Paul Maloy301bae52014-08-22 18:09:20 -04001329 tsk->conn_type = dest->addr.name.name.type;
1330 tsk->conn_instance = dest->addr.name.name.instance;
Allan Stephens0c3141e2008-04-15 00:22:02 -07001331 }
Per Lidenb97bf3f2006-01-02 19:04:38 +01001332 }
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001333
Erik Hugnef2f80362015-03-19 09:02:19 +01001334 seq = &dest->addr.nameseq;
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001335 if (dest->addrtype == TIPC_ADDR_MCAST)
1336 return tipc_sendmcast(sock, seq, m, dlen, timeout);
Jon Paul Maloye2dafe82014-06-25 20:41:37 -05001337
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001338 if (dest->addrtype == TIPC_ADDR_NAME) {
1339 type = dest->addr.name.name.type;
1340 inst = dest->addr.name.name.instance;
Jon Maloy928df182018-03-15 16:48:51 +01001341 dnode = dest->addr.name.domain;
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001342 msg_set_type(hdr, TIPC_NAMED_MSG);
1343 msg_set_hdr_sz(hdr, NAMED_H_SIZE);
1344 msg_set_nametype(hdr, type);
1345 msg_set_nameinst(hdr, inst);
Jon Maloy928df182018-03-15 16:48:51 +01001346 msg_set_lookup_scope(hdr, tipc_node2scope(dnode));
Ying Xue4ac1c8d2015-01-09 15:27:09 +08001347 dport = tipc_nametbl_translate(net, type, inst, &dnode);
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001348 msg_set_destnode(hdr, dnode);
1349 msg_set_destport(hdr, dport);
Ying Xue39a02952015-03-02 15:37:47 +08001350 if (unlikely(!dport && !dnode))
1351 return -EHOSTUNREACH;
Jon Paul Maloye2dafe82014-06-25 20:41:37 -05001352 } else if (dest->addrtype == TIPC_ADDR_ID) {
1353 dnode = dest->addr.id.node;
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001354 msg_set_type(hdr, TIPC_DIRECT_MSG);
1355 msg_set_lookup_scope(hdr, 0);
1356 msg_set_destnode(hdr, dnode);
1357 msg_set_destport(hdr, dest->addr.id.ref);
1358 msg_set_hdr_sz(hdr, BASIC_H_SIZE);
Jon Maloy335b9292018-04-12 01:15:48 +02001359 } else {
1360 return -EINVAL;
Jon Paul Maloye2dafe82014-06-25 20:41:37 -05001361 }
1362
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001363 /* Block or return if destination link is congested */
Jon Maloya80ae532017-10-13 11:04:22 +02001364 rc = tipc_wait_for_cond(sock, &timeout,
1365 !tipc_dest_find(clinks, dnode, 0));
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001366 if (unlikely(rc))
Ying Xue39a02952015-03-02 15:37:47 +08001367 return rc;
Jon Paul Maloye2dafe82014-06-25 20:41:37 -05001368
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001369 skb_queue_head_init(&pkts);
1370 mtu = tipc_node_get_mtu(net, dnode, tsk->portid);
1371 rc = tipc_msg_build(hdr, m, 0, dlen, mtu, &pkts);
1372 if (unlikely(rc != dlen))
1373 return rc;
Jon Paul Maloye2dafe82014-06-25 20:41:37 -05001374
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001375 rc = tipc_node_xmit(net, &pkts, dnode, tsk->portid);
1376 if (unlikely(rc == -ELINKCONG)) {
Jon Maloya80ae532017-10-13 11:04:22 +02001377 tipc_dest_push(clinks, dnode, 0);
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001378 tsk->cong_link_cnt++;
1379 rc = 0;
1380 }
1381
1382 if (unlikely(syn && !rc))
1383 tipc_set_sk_state(sk, TIPC_CONNECTING);
1384
1385 return rc ? rc : dlen;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001386}
1387
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001388/**
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001389 * tipc_sendstream - send stream-oriented data
Per Lidenb97bf3f2006-01-02 19:04:38 +01001390 * @sock: socket structure
1391 * @m: data to send
Jon Paul Maloy4ccfe5e2014-06-25 20:41:38 -05001392 * @dsz: total length of data to be transmitted
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001393 *
Per Lidenb97bf3f2006-01-02 19:04:38 +01001394 * Used for SOCK_STREAM data.
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001395 *
1396 * Returns the number of bytes sent on success (or partial success),
Allan Stephens1303e8f2006-06-25 23:46:50 -07001397 * or errno if no data sent
Per Lidenb97bf3f2006-01-02 19:04:38 +01001398 */
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001399static int tipc_sendstream(struct socket *sock, struct msghdr *m, size_t dsz)
Per Lidenb97bf3f2006-01-02 19:04:38 +01001400{
Allan Stephens0c3141e2008-04-15 00:22:02 -07001401 struct sock *sk = sock->sk;
Ying Xue39a02952015-03-02 15:37:47 +08001402 int ret;
1403
1404 lock_sock(sk);
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001405 ret = __tipc_sendstream(sock, m, dsz);
Ying Xue39a02952015-03-02 15:37:47 +08001406 release_sock(sk);
1407
1408 return ret;
1409}
1410
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001411static int __tipc_sendstream(struct socket *sock, struct msghdr *m, size_t dlen)
Ying Xue39a02952015-03-02 15:37:47 +08001412{
1413 struct sock *sk = sock->sk;
Jon Paul Maloy4ccfe5e2014-06-25 20:41:38 -05001414 DECLARE_SOCKADDR(struct sockaddr_tipc *, dest, m->msg_name);
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001415 long timeout = sock_sndtimeo(sk, m->msg_flags & MSG_DONTWAIT);
1416 struct tipc_sock *tsk = tipc_sk(sk);
1417 struct tipc_msg *hdr = &tsk->phdr;
1418 struct net *net = sock_net(sk);
1419 struct sk_buff_head pkts;
1420 u32 dnode = tsk_peer_node(tsk);
1421 int send, sent = 0;
1422 int rc = 0;
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001423
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001424 skb_queue_head_init(&pkts);
1425
1426 if (unlikely(dlen > INT_MAX))
Jon Paul Maloy4ccfe5e2014-06-25 20:41:38 -05001427 return -EMSGSIZE;
Allan Stephens0c3141e2008-04-15 00:22:02 -07001428
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001429 /* Handle implicit connection setup */
1430 if (unlikely(dest)) {
1431 rc = __tipc_sendmsg(sock, m, dlen);
Parthasarathy Bhuvaragan92ef12b2018-09-25 18:21:58 +02001432 if (dlen && dlen == rc) {
1433 tsk->peer_caps = tipc_node_get_capabilities(net, dnode);
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001434 tsk->snt_unacked = tsk_inc(tsk, dlen + msg_hdr_sz(hdr));
Parthasarathy Bhuvaragan92ef12b2018-09-25 18:21:58 +02001435 }
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001436 return rc;
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001437 }
Per Lidenb97bf3f2006-01-02 19:04:38 +01001438
Jon Paul Maloy4ccfe5e2014-06-25 20:41:38 -05001439 do {
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001440 rc = tipc_wait_for_cond(sock, &timeout,
1441 (!tsk->cong_link_cnt &&
Jon Paul Maloy8c44e1a2017-01-03 10:55:09 -05001442 !tsk_conn_cong(tsk) &&
1443 tipc_sk_connected(sk)));
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001444 if (unlikely(rc))
1445 break;
Ying Xue39a02952015-03-02 15:37:47 +08001446
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001447 send = min_t(size_t, dlen - sent, TIPC_MAX_USER_MSG_SIZE);
1448 rc = tipc_msg_build(hdr, m, sent, send, tsk->max_pkt, &pkts);
1449 if (unlikely(rc != send))
1450 break;
1451
1452 rc = tipc_node_xmit(net, &pkts, dnode, tsk->portid);
1453 if (unlikely(rc == -ELINKCONG)) {
1454 tsk->cong_link_cnt = 1;
1455 rc = 0;
1456 }
1457 if (likely(!rc)) {
1458 tsk->snt_unacked += tsk_inc(tsk, send + MIN_H_SIZE);
1459 sent += send;
1460 }
1461 } while (sent < dlen && !rc);
1462
Parthasarathy Bhuvaragan3364d612017-04-24 15:00:42 +02001463 return sent ? sent : rc;
Jon Paul Maloy4ccfe5e2014-06-25 20:41:38 -05001464}
1465
1466/**
1467 * tipc_send_packet - send a connection-oriented message
Jon Paul Maloy4ccfe5e2014-06-25 20:41:38 -05001468 * @sock: socket structure
1469 * @m: message to send
1470 * @dsz: length of data to be transmitted
1471 *
1472 * Used for SOCK_SEQPACKET messages.
1473 *
1474 * Returns the number of bytes sent on success, or errno otherwise
1475 */
Ying Xue1b784142015-03-02 15:37:48 +08001476static int tipc_send_packet(struct socket *sock, struct msghdr *m, size_t dsz)
Jon Paul Maloy4ccfe5e2014-06-25 20:41:38 -05001477{
1478 if (dsz > TIPC_MAX_USER_MSG_SIZE)
1479 return -EMSGSIZE;
1480
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001481 return tipc_sendstream(sock, m, dsz);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001482}
1483
Jon Paul Maloydadebc02014-08-22 18:09:11 -04001484/* tipc_sk_finish_conn - complete the setup of a connection
Per Lidenb97bf3f2006-01-02 19:04:38 +01001485 */
Jon Paul Maloy301bae52014-08-22 18:09:20 -04001486static void tipc_sk_finish_conn(struct tipc_sock *tsk, u32 peer_port,
Jon Paul Maloydadebc02014-08-22 18:09:11 -04001487 u32 peer_node)
Per Lidenb97bf3f2006-01-02 19:04:38 +01001488{
Ying Xue3721e9c2015-01-13 17:07:48 +08001489 struct sock *sk = &tsk->sk;
1490 struct net *net = sock_net(sk);
Jon Paul Maloy301bae52014-08-22 18:09:20 -04001491 struct tipc_msg *msg = &tsk->phdr;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001492
Jon Paul Maloydadebc02014-08-22 18:09:11 -04001493 msg_set_destnode(msg, peer_node);
1494 msg_set_destport(msg, peer_port);
1495 msg_set_type(msg, TIPC_CONN_MSG);
1496 msg_set_lookup_scope(msg, 0);
1497 msg_set_hdr_sz(msg, SHORT_H_SIZE);
Jon Paul Maloyf9fef182014-03-12 11:31:08 -04001498
Jon Maloy0d5fcebf2017-10-20 11:21:32 +02001499 sk_reset_timer(sk, &sk->sk_timer, jiffies + CONN_PROBING_INTV);
Parthasarathy Bhuvaragan8ea642e2016-11-01 14:02:44 +01001500 tipc_set_sk_state(sk, TIPC_ESTABLISHED);
Ying Xuef2f98002015-01-09 15:27:05 +08001501 tipc_node_add_conn(net, peer_node, tsk->portid, peer_port);
1502 tsk->max_pkt = tipc_node_get_mtu(net, peer_node, tsk->portid);
Jon Paul Maloy60020e12016-05-02 11:58:46 -04001503 tsk->peer_caps = tipc_node_get_capabilities(net, peer_node);
Jon Paul Maloy10724cc2016-05-02 11:58:47 -04001504 if (tsk->peer_caps & TIPC_BLOCK_FLOWCTL)
1505 return;
1506
1507 /* Fall back to message based flow control */
1508 tsk->rcv_win = FLOWCTL_MSG_WIN;
1509 tsk->snd_win = FLOWCTL_MSG_WIN;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001510}
1511
1512/**
Jon Maloy31c82a22017-10-13 11:04:24 +02001513 * tipc_sk_set_orig_addr - capture sender's address for received message
Per Lidenb97bf3f2006-01-02 19:04:38 +01001514 * @m: descriptor for message info
Jon Maloy31c82a22017-10-13 11:04:24 +02001515 * @hdr: received message header
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001516 *
Per Lidenb97bf3f2006-01-02 19:04:38 +01001517 * Note: Address is not captured if not requested by receiver.
1518 */
Jon Maloy31c82a22017-10-13 11:04:24 +02001519static void tipc_sk_set_orig_addr(struct msghdr *m, struct sk_buff *skb)
Per Lidenb97bf3f2006-01-02 19:04:38 +01001520{
Jon Maloy31c82a22017-10-13 11:04:24 +02001521 DECLARE_SOCKADDR(struct sockaddr_pair *, srcaddr, m->msg_name);
1522 struct tipc_msg *hdr = buf_msg(skb);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001523
Jon Maloy31c82a22017-10-13 11:04:24 +02001524 if (!srcaddr)
1525 return;
1526
1527 srcaddr->sock.family = AF_TIPC;
1528 srcaddr->sock.addrtype = TIPC_ADDR_ID;
Eric Dumazet09c8b972018-05-09 09:50:22 -07001529 srcaddr->sock.scope = 0;
Jon Maloy31c82a22017-10-13 11:04:24 +02001530 srcaddr->sock.addr.id.ref = msg_origport(hdr);
1531 srcaddr->sock.addr.id.node = msg_orignode(hdr);
1532 srcaddr->sock.addr.name.domain = 0;
Jon Maloy31c82a22017-10-13 11:04:24 +02001533 m->msg_namelen = sizeof(struct sockaddr_tipc);
1534
1535 if (!msg_in_group(hdr))
1536 return;
1537
1538 /* Group message users may also want to know sending member's id */
1539 srcaddr->member.family = AF_TIPC;
1540 srcaddr->member.addrtype = TIPC_ADDR_NAME;
Eric Dumazet09c8b972018-05-09 09:50:22 -07001541 srcaddr->member.scope = 0;
Jon Maloy31c82a22017-10-13 11:04:24 +02001542 srcaddr->member.addr.name.name.type = msg_nametype(hdr);
1543 srcaddr->member.addr.name.name.instance = TIPC_SKB_CB(skb)->orig_member;
1544 srcaddr->member.addr.name.domain = 0;
1545 m->msg_namelen = sizeof(*srcaddr);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001546}
1547
1548/**
Jon Paul Maloy301bae52014-08-22 18:09:20 -04001549 * tipc_sk_anc_data_recv - optionally capture ancillary data for received message
Per Lidenb97bf3f2006-01-02 19:04:38 +01001550 * @m: descriptor for message info
1551 * @msg: received message header
Jon Paul Maloy301bae52014-08-22 18:09:20 -04001552 * @tsk: TIPC port associated with message
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001553 *
Per Lidenb97bf3f2006-01-02 19:04:38 +01001554 * Note: Ancillary data is not captured if not requested by receiver.
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001555 *
Per Lidenb97bf3f2006-01-02 19:04:38 +01001556 * Returns 0 if successful, otherwise errno
1557 */
Jon Paul Maloy301bae52014-08-22 18:09:20 -04001558static int tipc_sk_anc_data_recv(struct msghdr *m, struct tipc_msg *msg,
1559 struct tipc_sock *tsk)
Per Lidenb97bf3f2006-01-02 19:04:38 +01001560{
1561 u32 anc_data[3];
1562 u32 err;
1563 u32 dest_type;
Allan Stephens3546c752006-06-25 23:45:24 -07001564 int has_name;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001565 int res;
1566
1567 if (likely(m->msg_controllen == 0))
1568 return 0;
1569
1570 /* Optionally capture errored message object(s) */
Per Lidenb97bf3f2006-01-02 19:04:38 +01001571 err = msg ? msg_errcode(msg) : 0;
1572 if (unlikely(err)) {
1573 anc_data[0] = err;
1574 anc_data[1] = msg_data_sz(msg);
Allan Stephens2db99832010-12-31 18:59:33 +00001575 res = put_cmsg(m, SOL_TIPC, TIPC_ERRINFO, 8, anc_data);
1576 if (res)
Per Lidenb97bf3f2006-01-02 19:04:38 +01001577 return res;
Allan Stephens2db99832010-12-31 18:59:33 +00001578 if (anc_data[1]) {
1579 res = put_cmsg(m, SOL_TIPC, TIPC_RETDATA, anc_data[1],
1580 msg_data(msg));
1581 if (res)
1582 return res;
1583 }
Per Lidenb97bf3f2006-01-02 19:04:38 +01001584 }
1585
1586 /* Optionally capture message destination object */
Per Lidenb97bf3f2006-01-02 19:04:38 +01001587 dest_type = msg ? msg_type(msg) : TIPC_DIRECT_MSG;
1588 switch (dest_type) {
1589 case TIPC_NAMED_MSG:
Allan Stephens3546c752006-06-25 23:45:24 -07001590 has_name = 1;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001591 anc_data[0] = msg_nametype(msg);
1592 anc_data[1] = msg_namelower(msg);
1593 anc_data[2] = msg_namelower(msg);
1594 break;
1595 case TIPC_MCAST_MSG:
Allan Stephens3546c752006-06-25 23:45:24 -07001596 has_name = 1;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001597 anc_data[0] = msg_nametype(msg);
1598 anc_data[1] = msg_namelower(msg);
1599 anc_data[2] = msg_nameupper(msg);
1600 break;
1601 case TIPC_CONN_MSG:
Jon Paul Maloy301bae52014-08-22 18:09:20 -04001602 has_name = (tsk->conn_type != 0);
1603 anc_data[0] = tsk->conn_type;
1604 anc_data[1] = tsk->conn_instance;
1605 anc_data[2] = tsk->conn_instance;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001606 break;
1607 default:
Allan Stephens3546c752006-06-25 23:45:24 -07001608 has_name = 0;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001609 }
Allan Stephens2db99832010-12-31 18:59:33 +00001610 if (has_name) {
1611 res = put_cmsg(m, SOL_TIPC, TIPC_DESTNAME, 12, anc_data);
1612 if (res)
1613 return res;
1614 }
Per Lidenb97bf3f2006-01-02 19:04:38 +01001615
1616 return 0;
1617}
1618
Jon Paul Maloy10724cc2016-05-02 11:58:47 -04001619static void tipc_sk_send_ack(struct tipc_sock *tsk)
Jon Paul Maloy739f5e42014-08-22 18:09:12 -04001620{
Parthasarathy Bhuvaragand6fb7e92016-11-01 14:02:40 +01001621 struct sock *sk = &tsk->sk;
1622 struct net *net = sock_net(sk);
Ying Xuea6ca1092014-11-26 11:41:55 +08001623 struct sk_buff *skb = NULL;
Jon Paul Maloy739f5e42014-08-22 18:09:12 -04001624 struct tipc_msg *msg;
Jon Paul Maloy301bae52014-08-22 18:09:20 -04001625 u32 peer_port = tsk_peer_port(tsk);
1626 u32 dnode = tsk_peer_node(tsk);
Jon Paul Maloy739f5e42014-08-22 18:09:12 -04001627
Parthasarathy Bhuvaragand6fb7e92016-11-01 14:02:40 +01001628 if (!tipc_sk_connected(sk))
Jon Paul Maloy739f5e42014-08-22 18:09:12 -04001629 return;
Jon Paul Maloyc5898632015-02-05 08:36:36 -05001630 skb = tipc_msg_create(CONN_MANAGER, CONN_ACK, INT_H_SIZE, 0,
1631 dnode, tsk_own_node(tsk), peer_port,
1632 tsk->portid, TIPC_OK);
Ying Xuea6ca1092014-11-26 11:41:55 +08001633 if (!skb)
Jon Paul Maloy739f5e42014-08-22 18:09:12 -04001634 return;
Ying Xuea6ca1092014-11-26 11:41:55 +08001635 msg = buf_msg(skb);
Jon Paul Maloy10724cc2016-05-02 11:58:47 -04001636 msg_set_conn_ack(msg, tsk->rcv_unacked);
1637 tsk->rcv_unacked = 0;
1638
1639 /* Adjust to and advertize the correct window limit */
1640 if (tsk->peer_caps & TIPC_BLOCK_FLOWCTL) {
1641 tsk->rcv_win = tsk_adv_blocks(tsk->sk.sk_rcvbuf);
1642 msg_set_adv_win(msg, tsk->rcv_win);
1643 }
Jon Paul Maloyaf9b0282015-07-16 16:54:24 -04001644 tipc_node_xmit_skb(net, skb, dnode, msg_link_selector(msg));
Jon Paul Maloy739f5e42014-08-22 18:09:12 -04001645}
1646
Arnaldo Carvalho de Melo85d3fc92014-05-23 15:55:12 -04001647static int tipc_wait_for_rcvmsg(struct socket *sock, long *timeop)
Ying Xue9bbb4ec2014-01-17 09:50:07 +08001648{
1649 struct sock *sk = sock->sk;
1650 DEFINE_WAIT(wait);
Arnaldo Carvalho de Melo85d3fc92014-05-23 15:55:12 -04001651 long timeo = *timeop;
Parthasarathy Bhuvaragan4e0df492017-04-26 10:05:01 +02001652 int err = sock_error(sk);
1653
1654 if (err)
1655 return err;
Ying Xue9bbb4ec2014-01-17 09:50:07 +08001656
1657 for (;;) {
1658 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE);
Ying Xuefe8e4642014-03-06 14:40:18 +01001659 if (timeo && skb_queue_empty(&sk->sk_receive_queue)) {
Parthasarathy Bhuvaragan6f000892016-11-01 14:02:47 +01001660 if (sk->sk_shutdown & RCV_SHUTDOWN) {
Ying Xue9bbb4ec2014-01-17 09:50:07 +08001661 err = -ENOTCONN;
1662 break;
1663 }
1664 release_sock(sk);
1665 timeo = schedule_timeout(timeo);
1666 lock_sock(sk);
1667 }
1668 err = 0;
1669 if (!skb_queue_empty(&sk->sk_receive_queue))
1670 break;
Ying Xue9bbb4ec2014-01-17 09:50:07 +08001671 err = -EAGAIN;
1672 if (!timeo)
1673 break;
Erik Hugne143fe222015-03-09 10:43:42 +01001674 err = sock_intr_errno(timeo);
1675 if (signal_pending(current))
1676 break;
Parthasarathy Bhuvaragan4e0df492017-04-26 10:05:01 +02001677
1678 err = sock_error(sk);
1679 if (err)
1680 break;
Ying Xue9bbb4ec2014-01-17 09:50:07 +08001681 }
1682 finish_wait(sk_sleep(sk), &wait);
Arnaldo Carvalho de Melo85d3fc92014-05-23 15:55:12 -04001683 *timeop = timeo;
Ying Xue9bbb4ec2014-01-17 09:50:07 +08001684 return err;
1685}
1686
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001687/**
Ying Xue247f0f32014-02-18 16:06:46 +08001688 * tipc_recvmsg - receive packet-oriented message
Per Lidenb97bf3f2006-01-02 19:04:38 +01001689 * @m: descriptor for message info
Jon Paul Maloye9f8b102017-05-02 18:16:53 +02001690 * @buflen: length of user buffer area
Per Lidenb97bf3f2006-01-02 19:04:38 +01001691 * @flags: receive flags
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001692 *
Per Lidenb97bf3f2006-01-02 19:04:38 +01001693 * Used for SOCK_DGRAM, SOCK_RDM, and SOCK_SEQPACKET messages.
1694 * If the complete message doesn't fit in user area, truncate it.
1695 *
1696 * Returns size of returned message data, errno otherwise
1697 */
Jon Paul Maloye9f8b102017-05-02 18:16:53 +02001698static int tipc_recvmsg(struct socket *sock, struct msghdr *m,
1699 size_t buflen, int flags)
Per Lidenb97bf3f2006-01-02 19:04:38 +01001700{
Allan Stephens0c3141e2008-04-15 00:22:02 -07001701 struct sock *sk = sock->sk;
Jon Paul Maloye9f8b102017-05-02 18:16:53 +02001702 bool connected = !tipc_sk_type_connectionless(sk);
Jon Maloyae236fb2017-10-13 11:04:25 +02001703 struct tipc_sock *tsk = tipc_sk(sk);
Jon Paul Maloye9f8b102017-05-02 18:16:53 +02001704 int rc, err, hlen, dlen, copy;
Jon Maloyb7d42632017-10-13 11:04:26 +02001705 struct sk_buff_head xmitq;
Jon Maloyae236fb2017-10-13 11:04:25 +02001706 struct tipc_msg *hdr;
1707 struct sk_buff *skb;
1708 bool grp_evt;
Jon Paul Maloye9f8b102017-05-02 18:16:53 +02001709 long timeout;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001710
Allan Stephens0c3141e2008-04-15 00:22:02 -07001711 /* Catch invalid receive requests */
Jon Paul Maloye9f8b102017-05-02 18:16:53 +02001712 if (unlikely(!buflen))
Per Lidenb97bf3f2006-01-02 19:04:38 +01001713 return -EINVAL;
1714
Allan Stephens0c3141e2008-04-15 00:22:02 -07001715 lock_sock(sk);
Jon Paul Maloye9f8b102017-05-02 18:16:53 +02001716 if (unlikely(connected && sk->sk_state == TIPC_OPEN)) {
1717 rc = -ENOTCONN;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001718 goto exit;
1719 }
Jon Paul Maloye9f8b102017-05-02 18:16:53 +02001720 timeout = sock_rcvtimeo(sk, flags & MSG_DONTWAIT);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001721
Jon Maloyb7d42632017-10-13 11:04:26 +02001722 /* Step rcv queue to first msg with data or error; wait if necessary */
Jon Paul Maloye9f8b102017-05-02 18:16:53 +02001723 do {
Jon Paul Maloye9f8b102017-05-02 18:16:53 +02001724 rc = tipc_wait_for_rcvmsg(sock, &timeout);
1725 if (unlikely(rc))
Per Lidenb97bf3f2006-01-02 19:04:38 +01001726 goto exit;
Jon Paul Maloye9f8b102017-05-02 18:16:53 +02001727 skb = skb_peek(&sk->sk_receive_queue);
1728 hdr = buf_msg(skb);
1729 dlen = msg_data_sz(hdr);
1730 hlen = msg_hdr_sz(hdr);
1731 err = msg_errcode(hdr);
Jon Maloyae236fb2017-10-13 11:04:25 +02001732 grp_evt = msg_is_grp_evt(hdr);
Jon Paul Maloye9f8b102017-05-02 18:16:53 +02001733 if (likely(dlen || err))
1734 break;
1735 tsk_advance_rx_queue(sk);
1736 } while (1);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001737
Jon Paul Maloye9f8b102017-05-02 18:16:53 +02001738 /* Collect msg meta data, including error code and rejected data */
Jon Maloy31c82a22017-10-13 11:04:24 +02001739 tipc_sk_set_orig_addr(m, skb);
Jon Paul Maloye9f8b102017-05-02 18:16:53 +02001740 rc = tipc_sk_anc_data_recv(m, hdr, tsk);
1741 if (unlikely(rc))
1742 goto exit;
1743
1744 /* Capture data if non-error msg, otherwise just set return value */
1745 if (likely(!err)) {
1746 copy = min_t(int, dlen, buflen);
1747 if (unlikely(copy != dlen))
1748 m->msg_flags |= MSG_TRUNC;
1749 rc = skb_copy_datagram_msg(skb, hlen, m, copy);
1750 } else {
1751 copy = 0;
1752 rc = 0;
1753 if (err != TIPC_CONN_SHUTDOWN && connected && !m->msg_control)
1754 rc = -ECONNRESET;
1755 }
1756 if (unlikely(rc))
1757 goto exit;
1758
Jon Maloyae236fb2017-10-13 11:04:25 +02001759 /* Mark message as group event if applicable */
1760 if (unlikely(grp_evt)) {
1761 if (msg_grp_evt(hdr) == TIPC_WITHDRAWN)
1762 m->msg_flags |= MSG_EOR;
1763 m->msg_flags |= MSG_OOB;
1764 copy = 0;
1765 }
1766
Jon Paul Maloye9f8b102017-05-02 18:16:53 +02001767 /* Caption of data or error code/rejected data was successful */
Jon Paul Maloy10724cc2016-05-02 11:58:47 -04001768 if (unlikely(flags & MSG_PEEK))
1769 goto exit;
1770
Jon Maloyb7d42632017-10-13 11:04:26 +02001771 /* Send group flow control advertisement when applicable */
1772 if (tsk->group && msg_in_group(hdr) && !grp_evt) {
1773 skb_queue_head_init(&xmitq);
1774 tipc_group_update_rcv_win(tsk->group, tsk_blocks(hlen + dlen),
1775 msg_orignode(hdr), msg_origport(hdr),
1776 &xmitq);
1777 tipc_node_distr_xmit(sock_net(sk), &xmitq);
1778 }
1779
Jon Paul Maloy10724cc2016-05-02 11:58:47 -04001780 tsk_advance_rx_queue(sk);
Jon Maloyae236fb2017-10-13 11:04:25 +02001781
Jon Paul Maloye9f8b102017-05-02 18:16:53 +02001782 if (likely(!connected))
1783 goto exit;
1784
Jon Maloyb7d42632017-10-13 11:04:26 +02001785 /* Send connection flow control advertisement when applicable */
Jon Paul Maloye9f8b102017-05-02 18:16:53 +02001786 tsk->rcv_unacked += tsk_inc(tsk, hlen + dlen);
1787 if (tsk->rcv_unacked >= tsk->rcv_win / TIPC_ACK_RATE)
1788 tipc_sk_send_ack(tsk);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001789exit:
Allan Stephens0c3141e2008-04-15 00:22:02 -07001790 release_sock(sk);
Jon Paul Maloye9f8b102017-05-02 18:16:53 +02001791 return rc ? rc : copy;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001792}
1793
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001794/**
Jon Paul Maloyec8a09f2017-05-02 18:16:54 +02001795 * tipc_recvstream - receive stream-oriented data
Per Lidenb97bf3f2006-01-02 19:04:38 +01001796 * @m: descriptor for message info
Jon Paul Maloyec8a09f2017-05-02 18:16:54 +02001797 * @buflen: total size of user buffer area
Per Lidenb97bf3f2006-01-02 19:04:38 +01001798 * @flags: receive flags
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001799 *
1800 * Used for SOCK_STREAM messages only. If not enough data is available
Per Lidenb97bf3f2006-01-02 19:04:38 +01001801 * will optionally wait for more; never truncates data.
1802 *
1803 * Returns size of returned message data, errno otherwise
1804 */
Jon Paul Maloyec8a09f2017-05-02 18:16:54 +02001805static int tipc_recvstream(struct socket *sock, struct msghdr *m,
1806 size_t buflen, int flags)
Per Lidenb97bf3f2006-01-02 19:04:38 +01001807{
Allan Stephens0c3141e2008-04-15 00:22:02 -07001808 struct sock *sk = sock->sk;
Jon Paul Maloy58ed9442014-03-12 11:31:12 -04001809 struct tipc_sock *tsk = tipc_sk(sk);
Jon Paul Maloyec8a09f2017-05-02 18:16:54 +02001810 struct sk_buff *skb;
1811 struct tipc_msg *hdr;
1812 struct tipc_skb_cb *skb_cb;
1813 bool peek = flags & MSG_PEEK;
1814 int offset, required, copy, copied = 0;
1815 int hlen, dlen, err, rc;
1816 long timeout;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001817
1818 /* Catch invalid receive attempts */
Jon Paul Maloyec8a09f2017-05-02 18:16:54 +02001819 if (unlikely(!buflen))
Per Lidenb97bf3f2006-01-02 19:04:38 +01001820 return -EINVAL;
1821
Allan Stephens0c3141e2008-04-15 00:22:02 -07001822 lock_sock(sk);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001823
Parthasarathy Bhuvaragan438adca2016-11-01 14:02:45 +01001824 if (unlikely(sk->sk_state == TIPC_OPEN)) {
Jon Paul Maloyec8a09f2017-05-02 18:16:54 +02001825 rc = -ENOTCONN;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001826 goto exit;
1827 }
Jon Paul Maloyec8a09f2017-05-02 18:16:54 +02001828 required = sock_rcvlowat(sk, flags & MSG_WAITALL, buflen);
1829 timeout = sock_rcvtimeo(sk, flags & MSG_DONTWAIT);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001830
Jon Paul Maloyec8a09f2017-05-02 18:16:54 +02001831 do {
1832 /* Look at first msg in receive queue; wait if necessary */
1833 rc = tipc_wait_for_rcvmsg(sock, &timeout);
1834 if (unlikely(rc))
1835 break;
1836 skb = skb_peek(&sk->sk_receive_queue);
1837 skb_cb = TIPC_SKB_CB(skb);
1838 hdr = buf_msg(skb);
1839 dlen = msg_data_sz(hdr);
1840 hlen = msg_hdr_sz(hdr);
1841 err = msg_errcode(hdr);
Paul Gortmaker617d3c72012-04-30 15:29:02 -04001842
Jon Paul Maloyec8a09f2017-05-02 18:16:54 +02001843 /* Discard any empty non-errored (SYN-) message */
1844 if (unlikely(!dlen && !err)) {
1845 tsk_advance_rx_queue(sk);
1846 continue;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001847 }
Per Lidenb97bf3f2006-01-02 19:04:38 +01001848
Jon Paul Maloyec8a09f2017-05-02 18:16:54 +02001849 /* Collect msg meta data, incl. error code and rejected data */
1850 if (!copied) {
Jon Maloy31c82a22017-10-13 11:04:24 +02001851 tipc_sk_set_orig_addr(m, skb);
Jon Paul Maloyec8a09f2017-05-02 18:16:54 +02001852 rc = tipc_sk_anc_data_recv(m, hdr, tsk);
1853 if (rc)
1854 break;
1855 }
Per Lidenb97bf3f2006-01-02 19:04:38 +01001856
Jon Paul Maloyec8a09f2017-05-02 18:16:54 +02001857 /* Copy data if msg ok, otherwise return error/partial data */
1858 if (likely(!err)) {
1859 offset = skb_cb->bytes_read;
1860 copy = min_t(int, dlen - offset, buflen - copied);
1861 rc = skb_copy_datagram_msg(skb, hlen + offset, m, copy);
1862 if (unlikely(rc))
1863 break;
1864 copied += copy;
1865 offset += copy;
1866 if (unlikely(offset < dlen)) {
1867 if (!peek)
1868 skb_cb->bytes_read = offset;
1869 break;
1870 }
1871 } else {
1872 rc = 0;
1873 if ((err != TIPC_CONN_SHUTDOWN) && !m->msg_control)
1874 rc = -ECONNRESET;
1875 if (copied || rc)
1876 break;
1877 }
Jon Paul Maloy10724cc2016-05-02 11:58:47 -04001878
Jon Paul Maloyec8a09f2017-05-02 18:16:54 +02001879 if (unlikely(peek))
1880 break;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001881
Jon Paul Maloyec8a09f2017-05-02 18:16:54 +02001882 tsk_advance_rx_queue(sk);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001883
Jon Paul Maloyec8a09f2017-05-02 18:16:54 +02001884 /* Send connection flow control advertisement when applicable */
1885 tsk->rcv_unacked += tsk_inc(tsk, hlen + dlen);
1886 if (unlikely(tsk->rcv_unacked >= tsk->rcv_win / TIPC_ACK_RATE))
1887 tipc_sk_send_ack(tsk);
1888
1889 /* Exit if all requested data or FIN/error received */
1890 if (copied == buflen || err)
1891 break;
1892
1893 } while (!skb_queue_empty(&sk->sk_receive_queue) || copied < required);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001894exit:
Allan Stephens0c3141e2008-04-15 00:22:02 -07001895 release_sock(sk);
Jon Paul Maloyec8a09f2017-05-02 18:16:54 +02001896 return copied ? copied : rc;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001897}
1898
1899/**
Ying Xuef288bef2012-08-21 11:16:57 +08001900 * tipc_write_space - wake up thread if port congestion is released
1901 * @sk: socket
1902 */
1903static void tipc_write_space(struct sock *sk)
1904{
1905 struct socket_wq *wq;
1906
1907 rcu_read_lock();
1908 wq = rcu_dereference(sk->sk_wq);
Herbert Xu1ce0bf52015-11-26 13:55:39 +08001909 if (skwq_has_sleeper(wq))
Linus Torvaldsa9a08842018-02-11 14:34:03 -08001910 wake_up_interruptible_sync_poll(&wq->wait, EPOLLOUT |
1911 EPOLLWRNORM | EPOLLWRBAND);
Ying Xuef288bef2012-08-21 11:16:57 +08001912 rcu_read_unlock();
1913}
1914
1915/**
1916 * tipc_data_ready - wake up threads to indicate messages have been received
1917 * @sk: socket
1918 * @len: the length of messages
1919 */
David S. Miller676d2362014-04-11 16:15:36 -04001920static void tipc_data_ready(struct sock *sk)
Ying Xuef288bef2012-08-21 11:16:57 +08001921{
1922 struct socket_wq *wq;
1923
1924 rcu_read_lock();
1925 wq = rcu_dereference(sk->sk_wq);
Herbert Xu1ce0bf52015-11-26 13:55:39 +08001926 if (skwq_has_sleeper(wq))
Linus Torvaldsa9a08842018-02-11 14:34:03 -08001927 wake_up_interruptible_sync_poll(&wq->wait, EPOLLIN |
1928 EPOLLRDNORM | EPOLLRDBAND);
Ying Xuef288bef2012-08-21 11:16:57 +08001929 rcu_read_unlock();
1930}
1931
Ying Xuef4195d12015-11-22 15:46:05 +08001932static void tipc_sock_destruct(struct sock *sk)
1933{
1934 __skb_queue_purge(&sk->sk_receive_queue);
1935}
1936
Jon Maloy64ac5f52017-10-13 11:04:20 +02001937static void tipc_sk_proto_rcv(struct sock *sk,
1938 struct sk_buff_head *inputq,
1939 struct sk_buff_head *xmitq)
1940{
1941 struct sk_buff *skb = __skb_dequeue(inputq);
1942 struct tipc_sock *tsk = tipc_sk(sk);
1943 struct tipc_msg *hdr = buf_msg(skb);
Jon Maloy75da2162017-10-13 11:04:23 +02001944 struct tipc_group *grp = tsk->group;
Jon Maloyb7d42632017-10-13 11:04:26 +02001945 bool wakeup = false;
Jon Maloy64ac5f52017-10-13 11:04:20 +02001946
1947 switch (msg_user(hdr)) {
1948 case CONN_MANAGER:
Parthasarathy Bhuvaragane7eb0582018-10-10 17:50:23 +02001949 tipc_sk_conn_proto_rcv(tsk, skb, inputq, xmitq);
Jon Maloy64ac5f52017-10-13 11:04:20 +02001950 return;
1951 case SOCK_WAKEUP:
Jon Maloya80ae532017-10-13 11:04:22 +02001952 tipc_dest_del(&tsk->cong_links, msg_orignode(hdr), 0);
Jon Maloy64ac5f52017-10-13 11:04:20 +02001953 tsk->cong_link_cnt--;
Jon Maloyb7d42632017-10-13 11:04:26 +02001954 wakeup = true;
Jon Maloy64ac5f52017-10-13 11:04:20 +02001955 break;
Jon Maloy75da2162017-10-13 11:04:23 +02001956 case GROUP_PROTOCOL:
Jon Maloyb7d42632017-10-13 11:04:26 +02001957 tipc_group_proto_rcv(grp, &wakeup, hdr, inputq, xmitq);
Jon Maloy75da2162017-10-13 11:04:23 +02001958 break;
Jon Maloy64ac5f52017-10-13 11:04:20 +02001959 case TOP_SRV:
Jon Maloyb7d42632017-10-13 11:04:26 +02001960 tipc_group_member_evt(tsk->group, &wakeup, &sk->sk_rcvbuf,
Jon Maloy7ad32bc2018-01-08 21:03:26 +01001961 hdr, inputq, xmitq);
Jon Maloy64ac5f52017-10-13 11:04:20 +02001962 break;
1963 default:
1964 break;
1965 }
1966
Jon Maloyb7d42632017-10-13 11:04:26 +02001967 if (wakeup)
1968 sk->sk_write_space(sk);
1969
Jon Maloy64ac5f52017-10-13 11:04:20 +02001970 kfree_skb(skb);
1971}
1972
Ying Xuef288bef2012-08-21 11:16:57 +08001973/**
Jon Maloy64ac5f52017-10-13 11:04:20 +02001974 * tipc_filter_connect - Handle incoming message for a connection-based socket
Jon Paul Maloy58ed9442014-03-12 11:31:12 -04001975 * @tsk: TIPC socket
Jon Paul Maloy1186adf2015-02-05 08:36:37 -05001976 * @skb: pointer to message buffer. Set to NULL if buffer is consumed
Ying Xue7e6c1312012-11-29 18:39:14 -05001977 *
Jon Paul Maloycda36962015-07-22 10:11:20 -04001978 * Returns true if everything ok, false otherwise
Ying Xue7e6c1312012-11-29 18:39:14 -05001979 */
Jon Maloy64ac5f52017-10-13 11:04:20 +02001980static bool tipc_sk_filter_connect(struct tipc_sock *tsk, struct sk_buff *skb)
Ying Xue7e6c1312012-11-29 18:39:14 -05001981{
Jon Paul Maloy58ed9442014-03-12 11:31:12 -04001982 struct sock *sk = &tsk->sk;
Ying Xuef2f98002015-01-09 15:27:05 +08001983 struct net *net = sock_net(sk);
Jon Paul Maloycda36962015-07-22 10:11:20 -04001984 struct tipc_msg *hdr = buf_msg(skb);
Parthasarathy Bhuvaragan4e0df492017-04-26 10:05:01 +02001985 u32 pport = msg_origport(hdr);
1986 u32 pnode = msg_orignode(hdr);
Ying Xue7e6c1312012-11-29 18:39:14 -05001987
Jon Paul Maloycda36962015-07-22 10:11:20 -04001988 if (unlikely(msg_mcast(hdr)))
1989 return false;
Ying Xue7e6c1312012-11-29 18:39:14 -05001990
Parthasarathy Bhuvaragan99a20882016-11-01 14:02:48 +01001991 switch (sk->sk_state) {
1992 case TIPC_CONNECTING:
Ying Xue7e6c1312012-11-29 18:39:14 -05001993 /* Accept only ACK or NACK message */
Parthasarathy Bhuvaragan4e0df492017-04-26 10:05:01 +02001994 if (unlikely(!msg_connected(hdr))) {
1995 if (pport != tsk_peer_port(tsk) ||
1996 pnode != tsk_peer_node(tsk))
1997 return false;
1998
1999 tipc_set_sk_state(sk, TIPC_DISCONNECTING);
2000 sk->sk_err = ECONNREFUSED;
2001 sk->sk_state_change(sk);
2002 return true;
2003 }
Jon Paul Maloydadebc02014-08-22 18:09:11 -04002004
Jon Paul Maloycda36962015-07-22 10:11:20 -04002005 if (unlikely(msg_errcode(hdr))) {
Parthasarathy Bhuvaragan9fd4b072016-11-01 14:02:46 +01002006 tipc_set_sk_state(sk, TIPC_DISCONNECTING);
Erik Hugne2c8d8512013-08-28 09:29:58 +02002007 sk->sk_err = ECONNREFUSED;
Parthasarathy Bhuvaragan4e0df492017-04-26 10:05:01 +02002008 sk->sk_state_change(sk);
Jon Paul Maloycda36962015-07-22 10:11:20 -04002009 return true;
Ying Xue584d24b2012-11-29 18:51:19 -05002010 }
2011
Jon Paul Maloycda36962015-07-22 10:11:20 -04002012 if (unlikely(!msg_isdata(hdr))) {
Parthasarathy Bhuvaragan9fd4b072016-11-01 14:02:46 +01002013 tipc_set_sk_state(sk, TIPC_DISCONNECTING);
Jon Paul Maloydadebc02014-08-22 18:09:11 -04002014 sk->sk_err = EINVAL;
Parthasarathy Bhuvaragan4e0df492017-04-26 10:05:01 +02002015 sk->sk_state_change(sk);
Jon Paul Maloycda36962015-07-22 10:11:20 -04002016 return true;
Ying Xue584d24b2012-11-29 18:51:19 -05002017 }
2018
Jon Paul Maloycda36962015-07-22 10:11:20 -04002019 tipc_sk_finish_conn(tsk, msg_origport(hdr), msg_orignode(hdr));
2020 msg_set_importance(&tsk->phdr, msg_importance(hdr));
Jon Paul Maloydadebc02014-08-22 18:09:11 -04002021
Jon Paul Maloycda36962015-07-22 10:11:20 -04002022 /* If 'ACK+' message, add to socket receive queue */
2023 if (msg_data_sz(hdr))
2024 return true;
2025
2026 /* If empty 'ACK-' message, wake up sleeping connect() */
Parthasarathy Bhuvaragan42b531d2017-04-26 10:05:00 +02002027 sk->sk_data_ready(sk);
Jon Paul Maloycda36962015-07-22 10:11:20 -04002028
2029 /* 'ACK-' message is neither accepted nor rejected: */
2030 msg_set_dest_droppable(hdr, 1);
2031 return false;
Jon Paul Maloycda36962015-07-22 10:11:20 -04002032
Parthasarathy Bhuvaragan438adca2016-11-01 14:02:45 +01002033 case TIPC_OPEN:
Parthasarathy Bhuvaragan9fd4b072016-11-01 14:02:46 +01002034 case TIPC_DISCONNECTING:
Parthasarathy Bhuvaragan438adca2016-11-01 14:02:45 +01002035 break;
2036 case TIPC_LISTEN:
Ying Xue7e6c1312012-11-29 18:39:14 -05002037 /* Accept only SYN message */
Jon Paul Maloycda36962015-07-22 10:11:20 -04002038 if (!msg_connected(hdr) && !(msg_errcode(hdr)))
2039 return true;
Ying Xue7e6c1312012-11-29 18:39:14 -05002040 break;
Parthasarathy Bhuvaraganf40acba2016-11-01 14:02:49 +01002041 case TIPC_ESTABLISHED:
2042 /* Accept only connection-based messages sent by peer */
2043 if (unlikely(!tsk_peer_msg(tsk, hdr)))
2044 return false;
2045
2046 if (unlikely(msg_errcode(hdr))) {
2047 tipc_set_sk_state(sk, TIPC_DISCONNECTING);
2048 /* Let timer expire on it's own */
2049 tipc_node_remove_conn(net, tsk_peer_node(tsk),
2050 tsk->portid);
2051 sk->sk_state_change(sk);
2052 }
2053 return true;
Ying Xue7e6c1312012-11-29 18:39:14 -05002054 default:
Parthasarathy Bhuvaragan438adca2016-11-01 14:02:45 +01002055 pr_err("Unknown sk_state %u\n", sk->sk_state);
Ying Xue7e6c1312012-11-29 18:39:14 -05002056 }
Parthasarathy Bhuvaragan438adca2016-11-01 14:02:45 +01002057
Jon Paul Maloycda36962015-07-22 10:11:20 -04002058 return false;
Ying Xue7e6c1312012-11-29 18:39:14 -05002059}
2060
2061/**
Ying Xueaba79f32013-01-20 23:30:09 +01002062 * rcvbuf_limit - get proper overload limit of socket receive queue
2063 * @sk: socket
Jon Paul Maloy10724cc2016-05-02 11:58:47 -04002064 * @skb: message
Ying Xueaba79f32013-01-20 23:30:09 +01002065 *
Jon Paul Maloy10724cc2016-05-02 11:58:47 -04002066 * For connection oriented messages, irrespective of importance,
2067 * default queue limit is 2 MB.
Ying Xueaba79f32013-01-20 23:30:09 +01002068 *
Jon Paul Maloy10724cc2016-05-02 11:58:47 -04002069 * For connectionless messages, queue limits are based on message
2070 * importance as follows:
Ying Xueaba79f32013-01-20 23:30:09 +01002071 *
Jon Paul Maloy10724cc2016-05-02 11:58:47 -04002072 * TIPC_LOW_IMPORTANCE (2 MB)
2073 * TIPC_MEDIUM_IMPORTANCE (4 MB)
2074 * TIPC_HIGH_IMPORTANCE (8 MB)
2075 * TIPC_CRITICAL_IMPORTANCE (16 MB)
Ying Xueaba79f32013-01-20 23:30:09 +01002076 *
2077 * Returns overload limit according to corresponding message importance
2078 */
Jon Paul Maloy10724cc2016-05-02 11:58:47 -04002079static unsigned int rcvbuf_limit(struct sock *sk, struct sk_buff *skb)
Ying Xueaba79f32013-01-20 23:30:09 +01002080{
Jon Paul Maloy10724cc2016-05-02 11:58:47 -04002081 struct tipc_sock *tsk = tipc_sk(sk);
2082 struct tipc_msg *hdr = buf_msg(skb);
Ying Xueaba79f32013-01-20 23:30:09 +01002083
Jon Maloyb7d42632017-10-13 11:04:26 +02002084 if (unlikely(msg_in_group(hdr)))
2085 return sk->sk_rcvbuf;
2086
Jon Paul Maloy10724cc2016-05-02 11:58:47 -04002087 if (unlikely(!msg_connected(hdr)))
2088 return sk->sk_rcvbuf << msg_importance(hdr);
wangweidong0cee6bb2013-12-12 09:36:39 +08002089
Jon Paul Maloy10724cc2016-05-02 11:58:47 -04002090 if (likely(tsk->peer_caps & TIPC_BLOCK_FLOWCTL))
2091 return sk->sk_rcvbuf;
2092
2093 return FLOWCTL_MSG_LIM;
Ying Xueaba79f32013-01-20 23:30:09 +01002094}
2095
2096/**
Jon Maloy64ac5f52017-10-13 11:04:20 +02002097 * tipc_sk_filter_rcv - validate incoming message
Allan Stephens0c3141e2008-04-15 00:22:02 -07002098 * @sk: socket
Jon Paul Maloycda36962015-07-22 10:11:20 -04002099 * @skb: pointer to message.
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002100 *
Allan Stephens0c3141e2008-04-15 00:22:02 -07002101 * Enqueues message on receive queue if acceptable; optionally handles
2102 * disconnect indication for a connected socket.
2103 *
Jon Paul Maloy1186adf2015-02-05 08:36:37 -05002104 * Called with socket lock already taken
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002105 *
Per Lidenb97bf3f2006-01-02 19:04:38 +01002106 */
Jon Maloy64ac5f52017-10-13 11:04:20 +02002107static void tipc_sk_filter_rcv(struct sock *sk, struct sk_buff *skb,
2108 struct sk_buff_head *xmitq)
Per Lidenb97bf3f2006-01-02 19:04:38 +01002109{
Jon Maloy64ac5f52017-10-13 11:04:20 +02002110 bool sk_conn = !tipc_sk_type_connectionless(sk);
Jon Paul Maloy58ed9442014-03-12 11:31:12 -04002111 struct tipc_sock *tsk = tipc_sk(sk);
Jon Maloy75da2162017-10-13 11:04:23 +02002112 struct tipc_group *grp = tsk->group;
Jon Paul Maloycda36962015-07-22 10:11:20 -04002113 struct tipc_msg *hdr = buf_msg(skb);
Jon Maloy64ac5f52017-10-13 11:04:20 +02002114 struct net *net = sock_net(sk);
2115 struct sk_buff_head inputq;
2116 int limit, err = TIPC_OK;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002117
Parthasarathy Bhuvaraganba8aebe2016-11-01 14:02:37 +01002118 TIPC_SKB_CB(skb)->bytes_read = 0;
Jon Maloy64ac5f52017-10-13 11:04:20 +02002119 __skb_queue_head_init(&inputq);
2120 __skb_queue_tail(&inputq, skb);
Allan Stephens0c3141e2008-04-15 00:22:02 -07002121
Jon Maloy64ac5f52017-10-13 11:04:20 +02002122 if (unlikely(!msg_isdata(hdr)))
2123 tipc_sk_proto_rcv(sk, &inputq, xmitq);
Jon Paul Maloycda36962015-07-22 10:11:20 -04002124
Jon Maloy75da2162017-10-13 11:04:23 +02002125 if (unlikely(grp))
2126 tipc_group_filter_msg(grp, &inputq, xmitq);
2127
Jon Maloy64ac5f52017-10-13 11:04:20 +02002128 /* Validate and add to receive buffer if there is space */
2129 while ((skb = __skb_dequeue(&inputq))) {
2130 hdr = buf_msg(skb);
2131 limit = rcvbuf_limit(sk, skb);
2132 if ((sk_conn && !tipc_sk_filter_connect(tsk, skb)) ||
Jon Maloy75da2162017-10-13 11:04:23 +02002133 (!sk_conn && msg_connected(hdr)) ||
2134 (!grp && msg_in_group(hdr)))
Jon Maloy64ac5f52017-10-13 11:04:20 +02002135 err = TIPC_ERR_NO_PORT;
GhantaKrishnamurthy MohanKrishna872619d2018-03-21 14:37:45 +01002136 else if (sk_rmem_alloc_get(sk) + skb->truesize >= limit) {
2137 atomic_inc(&sk->sk_drops);
Jon Maloy64ac5f52017-10-13 11:04:20 +02002138 err = TIPC_ERR_OVERLOAD;
GhantaKrishnamurthy MohanKrishna872619d2018-03-21 14:37:45 +01002139 }
Jon Maloy64ac5f52017-10-13 11:04:20 +02002140
2141 if (unlikely(err)) {
2142 tipc_skb_reject(net, err, skb, xmitq);
2143 err = TIPC_OK;
2144 continue;
2145 }
2146 __skb_queue_tail(&sk->sk_receive_queue, skb);
2147 skb_set_owner_r(skb, sk);
2148 sk->sk_data_ready(sk);
2149 }
Per Lidenb97bf3f2006-01-02 19:04:38 +01002150}
2151
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002152/**
Jon Maloy64ac5f52017-10-13 11:04:20 +02002153 * tipc_sk_backlog_rcv - handle incoming message from backlog queue
Allan Stephens0c3141e2008-04-15 00:22:02 -07002154 * @sk: socket
Ying Xuea6ca1092014-11-26 11:41:55 +08002155 * @skb: message
Allan Stephens0c3141e2008-04-15 00:22:02 -07002156 *
Jon Paul Maloye3a77562015-02-05 08:36:39 -05002157 * Caller must hold socket lock
Allan Stephens0c3141e2008-04-15 00:22:02 -07002158 */
Jon Maloy64ac5f52017-10-13 11:04:20 +02002159static int tipc_sk_backlog_rcv(struct sock *sk, struct sk_buff *skb)
Allan Stephens0c3141e2008-04-15 00:22:02 -07002160{
Jon Maloy64ac5f52017-10-13 11:04:20 +02002161 unsigned int before = sk_rmem_alloc_get(sk);
Jon Paul Maloyf1d048f2016-06-17 06:35:57 -04002162 struct sk_buff_head xmitq;
Jon Maloy64ac5f52017-10-13 11:04:20 +02002163 unsigned int added;
Allan Stephens0c3141e2008-04-15 00:22:02 -07002164
Jon Paul Maloyf1d048f2016-06-17 06:35:57 -04002165 __skb_queue_head_init(&xmitq);
2166
Jon Maloy64ac5f52017-10-13 11:04:20 +02002167 tipc_sk_filter_rcv(sk, skb, &xmitq);
2168 added = sk_rmem_alloc_get(sk) - before;
2169 atomic_add(added, &tipc_sk(sk)->dupl_rcvcnt);
2170
2171 /* Send pending response/rejected messages, if any */
Jon Maloyf70d37b2017-10-13 11:04:21 +02002172 tipc_node_distr_xmit(sock_net(sk), &xmitq);
Allan Stephens0c3141e2008-04-15 00:22:02 -07002173 return 0;
2174}
2175
2176/**
Jon Paul Maloyc637c102015-02-05 08:36:41 -05002177 * tipc_sk_enqueue - extract all buffers with destination 'dport' from
2178 * inputq and try adding them to socket or backlog queue
2179 * @inputq: list of incoming buffers with potentially different destinations
2180 * @sk: socket where the buffers should be enqueued
2181 * @dport: port number for the socket
Jon Paul Maloyd570d862015-02-05 08:36:38 -05002182 *
2183 * Caller must hold socket lock
Jon Paul Maloyd570d862015-02-05 08:36:38 -05002184 */
Jon Paul Maloycda36962015-07-22 10:11:20 -04002185static void tipc_sk_enqueue(struct sk_buff_head *inputq, struct sock *sk,
Jon Paul Maloyf1d048f2016-06-17 06:35:57 -04002186 u32 dport, struct sk_buff_head *xmitq)
Jon Paul Maloyd570d862015-02-05 08:36:38 -05002187{
Jon Paul Maloyf1d048f2016-06-17 06:35:57 -04002188 unsigned long time_limit = jiffies + 2;
2189 struct sk_buff *skb;
Jon Paul Maloyd570d862015-02-05 08:36:38 -05002190 unsigned int lim;
2191 atomic_t *dcnt;
Jon Paul Maloyf1d048f2016-06-17 06:35:57 -04002192 u32 onode;
Jon Paul Maloyd570d862015-02-05 08:36:38 -05002193
Jon Paul Maloyc637c102015-02-05 08:36:41 -05002194 while (skb_queue_len(inputq)) {
Jon Paul Maloy51a00da2015-02-08 11:10:50 -05002195 if (unlikely(time_after_eq(jiffies, time_limit)))
Jon Paul Maloycda36962015-07-22 10:11:20 -04002196 return;
2197
Jon Paul Maloyc637c102015-02-05 08:36:41 -05002198 skb = tipc_skb_dequeue(inputq, dport);
2199 if (unlikely(!skb))
Jon Paul Maloycda36962015-07-22 10:11:20 -04002200 return;
2201
2202 /* Add message directly to receive queue if possible */
Jon Paul Maloyc637c102015-02-05 08:36:41 -05002203 if (!sock_owned_by_user(sk)) {
Jon Maloy64ac5f52017-10-13 11:04:20 +02002204 tipc_sk_filter_rcv(sk, skb, xmitq);
Jon Paul Maloycda36962015-07-22 10:11:20 -04002205 continue;
Jon Paul Maloyc637c102015-02-05 08:36:41 -05002206 }
Jon Paul Maloycda36962015-07-22 10:11:20 -04002207
2208 /* Try backlog, compensating for double-counted bytes */
Jon Paul Maloyc637c102015-02-05 08:36:41 -05002209 dcnt = &tipc_sk(sk)->dupl_rcvcnt;
Jon Paul Maloy7c8bcfb2016-05-02 11:58:45 -04002210 if (!sk->sk_backlog.len)
Jon Paul Maloyc637c102015-02-05 08:36:41 -05002211 atomic_set(dcnt, 0);
2212 lim = rcvbuf_limit(sk, skb) + atomic_read(dcnt);
2213 if (likely(!sk_add_backlog(sk, skb, lim)))
2214 continue;
Jon Paul Maloycda36962015-07-22 10:11:20 -04002215
2216 /* Overload => reject message back to sender */
Jon Paul Maloyf1d048f2016-06-17 06:35:57 -04002217 onode = tipc_own_addr(sock_net(sk));
GhantaKrishnamurthy MohanKrishna872619d2018-03-21 14:37:45 +01002218 atomic_inc(&sk->sk_drops);
Jon Paul Maloyf1d048f2016-06-17 06:35:57 -04002219 if (tipc_msg_reverse(onode, &skb, TIPC_ERR_OVERLOAD))
2220 __skb_queue_tail(xmitq, skb);
Jon Paul Maloycda36962015-07-22 10:11:20 -04002221 break;
Jon Paul Maloyc637c102015-02-05 08:36:41 -05002222 }
Jon Paul Maloyd570d862015-02-05 08:36:38 -05002223}
2224
2225/**
Jon Paul Maloyc637c102015-02-05 08:36:41 -05002226 * tipc_sk_rcv - handle a chain of incoming buffers
2227 * @inputq: buffer list containing the buffers
2228 * Consumes all buffers in list until inputq is empty
2229 * Note: may be called in multiple threads referring to the same queue
Allan Stephens0c3141e2008-04-15 00:22:02 -07002230 */
Jon Paul Maloycda36962015-07-22 10:11:20 -04002231void tipc_sk_rcv(struct net *net, struct sk_buff_head *inputq)
Allan Stephens0c3141e2008-04-15 00:22:02 -07002232{
Jon Paul Maloyf1d048f2016-06-17 06:35:57 -04002233 struct sk_buff_head xmitq;
Jon Paul Maloyc637c102015-02-05 08:36:41 -05002234 u32 dnode, dport = 0;
Erik Hugne9871b272015-04-23 09:37:39 -04002235 int err;
Jon Paul Maloy9816f062014-05-14 05:39:15 -04002236 struct tipc_sock *tsk;
Jon Paul Maloy9816f062014-05-14 05:39:15 -04002237 struct sock *sk;
Jon Paul Maloycda36962015-07-22 10:11:20 -04002238 struct sk_buff *skb;
Jon Paul Maloy9816f062014-05-14 05:39:15 -04002239
Jon Paul Maloyf1d048f2016-06-17 06:35:57 -04002240 __skb_queue_head_init(&xmitq);
Jon Paul Maloyc637c102015-02-05 08:36:41 -05002241 while (skb_queue_len(inputq)) {
Jon Paul Maloyc637c102015-02-05 08:36:41 -05002242 dport = tipc_skb_peek_port(inputq, dport);
2243 tsk = tipc_sk_lookup(net, dport);
Jon Paul Maloycda36962015-07-22 10:11:20 -04002244
Jon Paul Maloyc637c102015-02-05 08:36:41 -05002245 if (likely(tsk)) {
2246 sk = &tsk->sk;
2247 if (likely(spin_trylock_bh(&sk->sk_lock.slock))) {
Jon Paul Maloyf1d048f2016-06-17 06:35:57 -04002248 tipc_sk_enqueue(inputq, sk, dport, &xmitq);
Jon Paul Maloyc637c102015-02-05 08:36:41 -05002249 spin_unlock_bh(&sk->sk_lock.slock);
Jon Paul Maloyc637c102015-02-05 08:36:41 -05002250 }
Jon Paul Maloyf1d048f2016-06-17 06:35:57 -04002251 /* Send pending response/rejected messages, if any */
Jon Maloyf70d37b2017-10-13 11:04:21 +02002252 tipc_node_distr_xmit(sock_net(sk), &xmitq);
Jon Paul Maloyc637c102015-02-05 08:36:41 -05002253 sock_put(sk);
Jon Paul Maloyc637c102015-02-05 08:36:41 -05002254 continue;
Jon Paul Maloyc637c102015-02-05 08:36:41 -05002255 }
Jon Paul Maloycda36962015-07-22 10:11:20 -04002256 /* No destination socket => dequeue skb if still there */
2257 skb = tipc_skb_dequeue(inputq, dport);
2258 if (!skb)
2259 return;
2260
2261 /* Try secondary lookup if unresolved named message */
2262 err = TIPC_ERR_NO_PORT;
2263 if (tipc_msg_lookup_dest(net, skb, &err))
2264 goto xmit;
2265
2266 /* Prepare for message rejection */
2267 if (!tipc_msg_reverse(tipc_own_addr(net), &skb, err))
Jon Paul Maloyc637c102015-02-05 08:36:41 -05002268 continue;
Jon Paul Maloye3a77562015-02-05 08:36:39 -05002269xmit:
Jon Paul Maloycda36962015-07-22 10:11:20 -04002270 dnode = msg_destnode(buf_msg(skb));
Jon Paul Maloyaf9b0282015-07-16 16:54:24 -04002271 tipc_node_xmit_skb(net, skb, dnode, dport);
Jon Paul Maloyc637c102015-02-05 08:36:41 -05002272 }
Allan Stephens0c3141e2008-04-15 00:22:02 -07002273}
2274
Ying Xue78eb3a52014-01-17 09:50:03 +08002275static int tipc_wait_for_connect(struct socket *sock, long *timeo_p)
2276{
WANG Congd9dc8b02016-11-11 10:20:50 -08002277 DEFINE_WAIT_FUNC(wait, woken_wake_function);
Ying Xue78eb3a52014-01-17 09:50:03 +08002278 struct sock *sk = sock->sk;
Ying Xue78eb3a52014-01-17 09:50:03 +08002279 int done;
2280
2281 do {
2282 int err = sock_error(sk);
2283 if (err)
2284 return err;
2285 if (!*timeo_p)
2286 return -ETIMEDOUT;
2287 if (signal_pending(current))
2288 return sock_intr_errno(*timeo_p);
2289
WANG Congd9dc8b02016-11-11 10:20:50 -08002290 add_wait_queue(sk_sleep(sk), &wait);
Parthasarathy Bhuvaragan99a20882016-11-01 14:02:48 +01002291 done = sk_wait_event(sk, timeo_p,
WANG Congd9dc8b02016-11-11 10:20:50 -08002292 sk->sk_state != TIPC_CONNECTING, &wait);
2293 remove_wait_queue(sk_sleep(sk), &wait);
Ying Xue78eb3a52014-01-17 09:50:03 +08002294 } while (!done);
2295 return 0;
2296}
2297
Per Lidenb97bf3f2006-01-02 19:04:38 +01002298/**
Ying Xue247f0f32014-02-18 16:06:46 +08002299 * tipc_connect - establish a connection to another TIPC port
Per Lidenb97bf3f2006-01-02 19:04:38 +01002300 * @sock: socket structure
2301 * @dest: socket address for destination port
2302 * @destlen: size of socket address data structure
Allan Stephens0c3141e2008-04-15 00:22:02 -07002303 * @flags: file-related flags associated with socket
Per Lidenb97bf3f2006-01-02 19:04:38 +01002304 *
2305 * Returns 0 on success, errno otherwise
2306 */
Ying Xue247f0f32014-02-18 16:06:46 +08002307static int tipc_connect(struct socket *sock, struct sockaddr *dest,
2308 int destlen, int flags)
Per Lidenb97bf3f2006-01-02 19:04:38 +01002309{
Allan Stephens0c3141e2008-04-15 00:22:02 -07002310 struct sock *sk = sock->sk;
Erik Hugnef2f80362015-03-19 09:02:19 +01002311 struct tipc_sock *tsk = tipc_sk(sk);
Allan Stephensb89741a2008-04-15 00:20:37 -07002312 struct sockaddr_tipc *dst = (struct sockaddr_tipc *)dest;
2313 struct msghdr m = {NULL,};
Erik Hugnef2f80362015-03-19 09:02:19 +01002314 long timeout = (flags & O_NONBLOCK) ? 0 : tsk->conn_timeout;
Parthasarathy Bhuvaragan99a20882016-11-01 14:02:48 +01002315 int previous;
Erik Hugnef2f80362015-03-19 09:02:19 +01002316 int res = 0;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002317
Jon Maloy23998832017-10-13 11:04:18 +02002318 if (destlen != sizeof(struct sockaddr_tipc))
2319 return -EINVAL;
2320
Allan Stephens0c3141e2008-04-15 00:22:02 -07002321 lock_sock(sk);
2322
Jon Maloy75da2162017-10-13 11:04:23 +02002323 if (tsk->group) {
2324 res = -EINVAL;
2325 goto exit;
2326 }
2327
Jon Maloy23998832017-10-13 11:04:18 +02002328 if (dst->family == AF_UNSPEC) {
2329 memset(&tsk->peer, 0, sizeof(struct sockaddr_tipc));
2330 if (!tipc_sk_type_connectionless(sk))
2331 res = -EINVAL;
2332 goto exit;
2333 } else if (dst->family != AF_TIPC) {
2334 res = -EINVAL;
2335 }
2336 if (dst->addrtype != TIPC_ADDR_ID && dst->addrtype != TIPC_ADDR_NAME)
2337 res = -EINVAL;
2338 if (res)
2339 goto exit;
2340
Erik Hugnef2f80362015-03-19 09:02:19 +01002341 /* DGRAM/RDM connect(), just save the destaddr */
Parthasarathy Bhuvaraganc7520232016-11-01 14:02:42 +01002342 if (tipc_sk_type_connectionless(sk)) {
Jon Maloy23998832017-10-13 11:04:18 +02002343 memcpy(&tsk->peer, dest, destlen);
Allan Stephens0c3141e2008-04-15 00:22:02 -07002344 goto exit;
2345 }
2346
Parthasarathy Bhuvaragan99a20882016-11-01 14:02:48 +01002347 previous = sk->sk_state;
Parthasarathy Bhuvaragan438adca2016-11-01 14:02:45 +01002348
2349 switch (sk->sk_state) {
2350 case TIPC_OPEN:
Ying Xue584d24b2012-11-29 18:51:19 -05002351 /* Send a 'SYN-' to destination */
2352 m.msg_name = dest;
2353 m.msg_namelen = destlen;
2354
2355 /* If connect is in non-blocking case, set MSG_DONTWAIT to
2356 * indicate send_msg() is never blocked.
2357 */
2358 if (!timeout)
2359 m.msg_flags = MSG_DONTWAIT;
2360
Ying Xue39a02952015-03-02 15:37:47 +08002361 res = __tipc_sendmsg(sock, &m, 0);
Ying Xue584d24b2012-11-29 18:51:19 -05002362 if ((res < 0) && (res != -EWOULDBLOCK))
2363 goto exit;
2364
Parthasarathy Bhuvaragan99a20882016-11-01 14:02:48 +01002365 /* Just entered TIPC_CONNECTING state; the only
Ying Xue584d24b2012-11-29 18:51:19 -05002366 * difference is that return value in non-blocking
2367 * case is EINPROGRESS, rather than EALREADY.
2368 */
2369 res = -EINPROGRESS;
Parthasarathy Bhuvaragan99a20882016-11-01 14:02:48 +01002370 /* fall thru' */
2371 case TIPC_CONNECTING:
2372 if (!timeout) {
2373 if (previous == TIPC_CONNECTING)
2374 res = -EALREADY;
Ying Xue78eb3a52014-01-17 09:50:03 +08002375 goto exit;
Parthasarathy Bhuvaragan99a20882016-11-01 14:02:48 +01002376 }
Ying Xue78eb3a52014-01-17 09:50:03 +08002377 timeout = msecs_to_jiffies(timeout);
2378 /* Wait until an 'ACK' or 'RST' arrives, or a timeout occurs */
2379 res = tipc_wait_for_connect(sock, &timeout);
Parthasarathy Bhuvaraganf40acba2016-11-01 14:02:49 +01002380 break;
2381 case TIPC_ESTABLISHED:
Parthasarathy Bhuvaragan99a20882016-11-01 14:02:48 +01002382 res = -EISCONN;
Parthasarathy Bhuvaraganf40acba2016-11-01 14:02:49 +01002383 break;
2384 default:
Parthasarathy Bhuvaragan99a20882016-11-01 14:02:48 +01002385 res = -EINVAL;
Parthasarathy Bhuvaraganf40acba2016-11-01 14:02:49 +01002386 }
Parthasarathy Bhuvaragan99a20882016-11-01 14:02:48 +01002387
Allan Stephens0c3141e2008-04-15 00:22:02 -07002388exit:
2389 release_sock(sk);
Allan Stephensb89741a2008-04-15 00:20:37 -07002390 return res;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002391}
2392
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002393/**
Ying Xue247f0f32014-02-18 16:06:46 +08002394 * tipc_listen - allow socket to listen for incoming connections
Per Lidenb97bf3f2006-01-02 19:04:38 +01002395 * @sock: socket structure
2396 * @len: (unused)
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002397 *
Per Lidenb97bf3f2006-01-02 19:04:38 +01002398 * Returns 0 on success, errno otherwise
2399 */
Ying Xue247f0f32014-02-18 16:06:46 +08002400static int tipc_listen(struct socket *sock, int len)
Per Lidenb97bf3f2006-01-02 19:04:38 +01002401{
Allan Stephens0c3141e2008-04-15 00:22:02 -07002402 struct sock *sk = sock->sk;
2403 int res;
2404
2405 lock_sock(sk);
Parthasarathy Bhuvaragan0c288c82016-11-01 14:02:43 +01002406 res = tipc_set_sk_state(sk, TIPC_LISTEN);
Allan Stephens0c3141e2008-04-15 00:22:02 -07002407 release_sock(sk);
Parthasarathy Bhuvaragan0c288c82016-11-01 14:02:43 +01002408
Allan Stephens0c3141e2008-04-15 00:22:02 -07002409 return res;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002410}
2411
Ying Xue6398e232014-01-17 09:50:04 +08002412static int tipc_wait_for_accept(struct socket *sock, long timeo)
2413{
2414 struct sock *sk = sock->sk;
2415 DEFINE_WAIT(wait);
2416 int err;
2417
2418 /* True wake-one mechanism for incoming connections: only
2419 * one process gets woken up, not the 'whole herd'.
2420 * Since we do not 'race & poll' for established sockets
2421 * anymore, the common case will execute the loop only once.
2422 */
2423 for (;;) {
2424 prepare_to_wait_exclusive(sk_sleep(sk), &wait,
2425 TASK_INTERRUPTIBLE);
Ying Xuefe8e4642014-03-06 14:40:18 +01002426 if (timeo && skb_queue_empty(&sk->sk_receive_queue)) {
Ying Xue6398e232014-01-17 09:50:04 +08002427 release_sock(sk);
2428 timeo = schedule_timeout(timeo);
2429 lock_sock(sk);
2430 }
2431 err = 0;
2432 if (!skb_queue_empty(&sk->sk_receive_queue))
2433 break;
Ying Xue6398e232014-01-17 09:50:04 +08002434 err = -EAGAIN;
2435 if (!timeo)
2436 break;
Erik Hugne143fe222015-03-09 10:43:42 +01002437 err = sock_intr_errno(timeo);
2438 if (signal_pending(current))
2439 break;
Ying Xue6398e232014-01-17 09:50:04 +08002440 }
2441 finish_wait(sk_sleep(sk), &wait);
2442 return err;
2443}
2444
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002445/**
Ying Xue247f0f32014-02-18 16:06:46 +08002446 * tipc_accept - wait for connection request
Per Lidenb97bf3f2006-01-02 19:04:38 +01002447 * @sock: listening socket
2448 * @newsock: new socket that is to be connected
2449 * @flags: file-related flags associated with socket
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002450 *
Per Lidenb97bf3f2006-01-02 19:04:38 +01002451 * Returns 0 on success, errno otherwise
2452 */
David Howellscdfbabf2017-03-09 08:09:05 +00002453static int tipc_accept(struct socket *sock, struct socket *new_sock, int flags,
2454 bool kern)
Per Lidenb97bf3f2006-01-02 19:04:38 +01002455{
Paul Gortmaker0fef8f22012-12-04 11:01:55 -05002456 struct sock *new_sk, *sk = sock->sk;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002457 struct sk_buff *buf;
Jon Paul Maloy301bae52014-08-22 18:09:20 -04002458 struct tipc_sock *new_tsock;
Paul Gortmaker0fef8f22012-12-04 11:01:55 -05002459 struct tipc_msg *msg;
Ying Xue6398e232014-01-17 09:50:04 +08002460 long timeo;
Allan Stephens0c3141e2008-04-15 00:22:02 -07002461 int res;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002462
Allan Stephens0c3141e2008-04-15 00:22:02 -07002463 lock_sock(sk);
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002464
Parthasarathy Bhuvaragan0c288c82016-11-01 14:02:43 +01002465 if (sk->sk_state != TIPC_LISTEN) {
Allan Stephens0c3141e2008-04-15 00:22:02 -07002466 res = -EINVAL;
2467 goto exit;
2468 }
Ying Xue6398e232014-01-17 09:50:04 +08002469 timeo = sock_rcvtimeo(sk, flags & O_NONBLOCK);
2470 res = tipc_wait_for_accept(sock, timeo);
2471 if (res)
2472 goto exit;
Allan Stephens0c3141e2008-04-15 00:22:02 -07002473
2474 buf = skb_peek(&sk->sk_receive_queue);
2475
David Howellscdfbabf2017-03-09 08:09:05 +00002476 res = tipc_sk_create(sock_net(sock->sk), new_sock, 0, kern);
Paul Gortmaker0fef8f22012-12-04 11:01:55 -05002477 if (res)
2478 goto exit;
Stephen Smalleyfdd75ea2015-07-07 09:43:45 -04002479 security_sk_clone(sock->sk, new_sock->sk);
Allan Stephens0c3141e2008-04-15 00:22:02 -07002480
Paul Gortmaker0fef8f22012-12-04 11:01:55 -05002481 new_sk = new_sock->sk;
Jon Paul Maloy301bae52014-08-22 18:09:20 -04002482 new_tsock = tipc_sk(new_sk);
Paul Gortmaker0fef8f22012-12-04 11:01:55 -05002483 msg = buf_msg(buf);
Allan Stephens0c3141e2008-04-15 00:22:02 -07002484
Paul Gortmaker0fef8f22012-12-04 11:01:55 -05002485 /* we lock on new_sk; but lockdep sees the lock on sk */
2486 lock_sock_nested(new_sk, SINGLE_DEPTH_NESTING);
Allan Stephens0c3141e2008-04-15 00:22:02 -07002487
Paul Gortmaker0fef8f22012-12-04 11:01:55 -05002488 /*
2489 * Reject any stray messages received by new socket
2490 * before the socket lock was taken (very, very unlikely)
2491 */
Jon Paul Maloy2e84c602014-08-22 18:09:18 -04002492 tsk_rej_rx_queue(new_sk);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002493
Paul Gortmaker0fef8f22012-12-04 11:01:55 -05002494 /* Connect new socket to it's peer */
Jon Paul Maloy301bae52014-08-22 18:09:20 -04002495 tipc_sk_finish_conn(new_tsock, msg_origport(msg), msg_orignode(msg));
Per Lidenb97bf3f2006-01-02 19:04:38 +01002496
Jon Paul Maloy301bae52014-08-22 18:09:20 -04002497 tsk_set_importance(new_tsock, msg_importance(msg));
Paul Gortmaker0fef8f22012-12-04 11:01:55 -05002498 if (msg_named(msg)) {
Jon Paul Maloy301bae52014-08-22 18:09:20 -04002499 new_tsock->conn_type = msg_nametype(msg);
2500 new_tsock->conn_instance = msg_nameinst(msg);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002501 }
Paul Gortmaker0fef8f22012-12-04 11:01:55 -05002502
2503 /*
2504 * Respond to 'SYN-' by discarding it & returning 'ACK'-.
2505 * Respond to 'SYN+' by queuing it on new socket.
2506 */
2507 if (!msg_data_sz(msg)) {
2508 struct msghdr m = {NULL,};
2509
Jon Paul Maloy2e84c602014-08-22 18:09:18 -04002510 tsk_advance_rx_queue(sk);
Jon Paul Maloy365ad352017-01-03 10:55:11 -05002511 __tipc_sendstream(new_sock, &m, 0);
Paul Gortmaker0fef8f22012-12-04 11:01:55 -05002512 } else {
2513 __skb_dequeue(&sk->sk_receive_queue);
2514 __skb_queue_head(&new_sk->sk_receive_queue, buf);
Ying Xueaba79f32013-01-20 23:30:09 +01002515 skb_set_owner_r(buf, new_sk);
Paul Gortmaker0fef8f22012-12-04 11:01:55 -05002516 }
2517 release_sock(new_sk);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002518exit:
Allan Stephens0c3141e2008-04-15 00:22:02 -07002519 release_sock(sk);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002520 return res;
2521}
2522
2523/**
Ying Xue247f0f32014-02-18 16:06:46 +08002524 * tipc_shutdown - shutdown socket connection
Per Lidenb97bf3f2006-01-02 19:04:38 +01002525 * @sock: socket structure
Allan Stephense247a8f2008-03-06 15:05:38 -08002526 * @how: direction to close (must be SHUT_RDWR)
Per Lidenb97bf3f2006-01-02 19:04:38 +01002527 *
2528 * Terminates connection (if necessary), then purges socket's receive queue.
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002529 *
Per Lidenb97bf3f2006-01-02 19:04:38 +01002530 * Returns 0 on success, errno otherwise
2531 */
Ying Xue247f0f32014-02-18 16:06:46 +08002532static int tipc_shutdown(struct socket *sock, int how)
Per Lidenb97bf3f2006-01-02 19:04:38 +01002533{
Allan Stephens0c3141e2008-04-15 00:22:02 -07002534 struct sock *sk = sock->sk;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002535 int res;
2536
Allan Stephense247a8f2008-03-06 15:05:38 -08002537 if (how != SHUT_RDWR)
2538 return -EINVAL;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002539
Allan Stephens0c3141e2008-04-15 00:22:02 -07002540 lock_sock(sk);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002541
Parthasarathy Bhuvaragan6f000892016-11-01 14:02:47 +01002542 __tipc_shutdown(sock, TIPC_CONN_SHUTDOWN);
2543 sk->sk_shutdown = SEND_SHUTDOWN;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002544
Parthasarathy Bhuvaragan6f000892016-11-01 14:02:47 +01002545 if (sk->sk_state == TIPC_DISCONNECTING) {
Ying Xue75031152012-10-29 09:38:15 -04002546 /* Discard any unreceived messages */
Ying Xue57467e52013-01-20 23:30:08 +01002547 __skb_queue_purge(&sk->sk_receive_queue);
Ying Xue75031152012-10-29 09:38:15 -04002548
2549 /* Wake up anyone sleeping in poll */
2550 sk->sk_state_change(sk);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002551 res = 0;
Parthasarathy Bhuvaragan6f000892016-11-01 14:02:47 +01002552 } else {
Per Lidenb97bf3f2006-01-02 19:04:38 +01002553 res = -ENOTCONN;
2554 }
2555
Allan Stephens0c3141e2008-04-15 00:22:02 -07002556 release_sock(sk);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002557 return res;
2558}
2559
Kees Cook31b102b2017-10-30 14:06:45 -07002560static void tipc_sk_timeout(struct timer_list *t)
Jon Paul Maloy57289012014-08-22 18:09:09 -04002561{
Kees Cook31b102b2017-10-30 14:06:45 -07002562 struct sock *sk = from_timer(sk, t, sk_timer);
2563 struct tipc_sock *tsk = tipc_sk(sk);
Jon Maloy0d5fcebf2017-10-20 11:21:32 +02002564 u32 peer_port = tsk_peer_port(tsk);
2565 u32 peer_node = tsk_peer_node(tsk);
Jon Paul Maloyc5898632015-02-05 08:36:36 -05002566 u32 own_node = tsk_own_node(tsk);
Jon Maloy0d5fcebf2017-10-20 11:21:32 +02002567 u32 own_port = tsk->portid;
Jon Maloy0d5fcebf2017-10-20 11:21:32 +02002568 struct net *net = sock_net(sk);
2569 struct sk_buff *skb = NULL;
Jon Paul Maloy57289012014-08-22 18:09:09 -04002570
Jon Paul Maloy57289012014-08-22 18:09:09 -04002571 bh_lock_sock(sk);
Jon Maloy0d5fcebf2017-10-20 11:21:32 +02002572 if (!tipc_sk_connected(sk))
2573 goto exit;
2574
2575 /* Try again later if socket is busy */
2576 if (sock_owned_by_user(sk)) {
2577 sk_reset_timer(sk, &sk->sk_timer, jiffies + HZ / 20);
Jon Paul Maloy6c9808c2014-08-22 18:09:16 -04002578 goto exit;
2579 }
Jon Paul Maloy57289012014-08-22 18:09:09 -04002580
Parthasarathy Bhuvaragan8ea642e2016-11-01 14:02:44 +01002581 if (tsk->probe_unacked) {
Jon Maloy0d5fcebf2017-10-20 11:21:32 +02002582 tipc_set_sk_state(sk, TIPC_DISCONNECTING);
2583 tipc_node_remove_conn(net, peer_node, peer_port);
2584 sk->sk_state_change(sk);
Parthasarathy Bhuvaragan360aab62016-11-01 14:02:41 +01002585 goto exit;
Jon Paul Maloy57289012014-08-22 18:09:09 -04002586 }
Jon Maloy0d5fcebf2017-10-20 11:21:32 +02002587 /* Send new probe */
2588 skb = tipc_msg_create(CONN_MANAGER, CONN_PROBE, INT_H_SIZE, 0,
2589 peer_node, own_node, peer_port, own_port,
2590 TIPC_OK);
Parthasarathy Bhuvaragan8ea642e2016-11-01 14:02:44 +01002591 tsk->probe_unacked = true;
Jon Maloy0d5fcebf2017-10-20 11:21:32 +02002592 sk_reset_timer(sk, &sk->sk_timer, jiffies + CONN_PROBING_INTV);
2593exit:
Jon Paul Maloy57289012014-08-22 18:09:09 -04002594 bh_unlock_sock(sk);
Ying Xuea6ca1092014-11-26 11:41:55 +08002595 if (skb)
Jon Maloy0d5fcebf2017-10-20 11:21:32 +02002596 tipc_node_xmit_skb(net, skb, peer_node, own_port);
Ying Xue07f6c4b2015-01-07 13:41:58 +08002597 sock_put(sk);
Jon Paul Maloy57289012014-08-22 18:09:09 -04002598}
2599
Jon Paul Maloy301bae52014-08-22 18:09:20 -04002600static int tipc_sk_publish(struct tipc_sock *tsk, uint scope,
Jon Paul Maloy0fc87aa2014-08-22 18:09:17 -04002601 struct tipc_name_seq const *seq)
2602{
Parthasarathy Bhuvaragand6fb7e92016-11-01 14:02:40 +01002603 struct sock *sk = &tsk->sk;
2604 struct net *net = sock_net(sk);
Jon Paul Maloy0fc87aa2014-08-22 18:09:17 -04002605 struct publication *publ;
2606 u32 key;
2607
Jon Maloy928df182018-03-15 16:48:51 +01002608 if (scope != TIPC_NODE_SCOPE)
2609 scope = TIPC_CLUSTER_SCOPE;
2610
Parthasarathy Bhuvaragand6fb7e92016-11-01 14:02:40 +01002611 if (tipc_sk_connected(sk))
Jon Paul Maloy0fc87aa2014-08-22 18:09:17 -04002612 return -EINVAL;
Ying Xue07f6c4b2015-01-07 13:41:58 +08002613 key = tsk->portid + tsk->pub_count + 1;
2614 if (key == tsk->portid)
Jon Paul Maloy0fc87aa2014-08-22 18:09:17 -04002615 return -EADDRINUSE;
2616
Ying Xuef2f98002015-01-09 15:27:05 +08002617 publ = tipc_nametbl_publish(net, seq->type, seq->lower, seq->upper,
Ying Xue07f6c4b2015-01-07 13:41:58 +08002618 scope, tsk->portid, key);
Jon Paul Maloy0fc87aa2014-08-22 18:09:17 -04002619 if (unlikely(!publ))
2620 return -EINVAL;
2621
Jon Maloye50e73e2018-03-15 16:48:55 +01002622 list_add(&publ->binding_sock, &tsk->publications);
Jon Paul Maloy301bae52014-08-22 18:09:20 -04002623 tsk->pub_count++;
2624 tsk->published = 1;
Jon Paul Maloy0fc87aa2014-08-22 18:09:17 -04002625 return 0;
2626}
2627
Jon Paul Maloy301bae52014-08-22 18:09:20 -04002628static int tipc_sk_withdraw(struct tipc_sock *tsk, uint scope,
Jon Paul Maloy0fc87aa2014-08-22 18:09:17 -04002629 struct tipc_name_seq const *seq)
2630{
Ying Xuef2f98002015-01-09 15:27:05 +08002631 struct net *net = sock_net(&tsk->sk);
Jon Paul Maloy0fc87aa2014-08-22 18:09:17 -04002632 struct publication *publ;
2633 struct publication *safe;
2634 int rc = -EINVAL;
2635
Jon Maloy928df182018-03-15 16:48:51 +01002636 if (scope != TIPC_NODE_SCOPE)
2637 scope = TIPC_CLUSTER_SCOPE;
2638
Jon Maloye50e73e2018-03-15 16:48:55 +01002639 list_for_each_entry_safe(publ, safe, &tsk->publications, binding_sock) {
Jon Paul Maloy0fc87aa2014-08-22 18:09:17 -04002640 if (seq) {
2641 if (publ->scope != scope)
2642 continue;
2643 if (publ->type != seq->type)
2644 continue;
2645 if (publ->lower != seq->lower)
2646 continue;
2647 if (publ->upper != seq->upper)
2648 break;
Ying Xuef2f98002015-01-09 15:27:05 +08002649 tipc_nametbl_withdraw(net, publ->type, publ->lower,
Jon Maloy37922ea2018-03-29 23:20:43 +02002650 publ->upper, publ->key);
Jon Paul Maloy0fc87aa2014-08-22 18:09:17 -04002651 rc = 0;
2652 break;
2653 }
Ying Xuef2f98002015-01-09 15:27:05 +08002654 tipc_nametbl_withdraw(net, publ->type, publ->lower,
Jon Maloy37922ea2018-03-29 23:20:43 +02002655 publ->upper, publ->key);
Jon Paul Maloy0fc87aa2014-08-22 18:09:17 -04002656 rc = 0;
2657 }
Jon Paul Maloy301bae52014-08-22 18:09:20 -04002658 if (list_empty(&tsk->publications))
2659 tsk->published = 0;
Jon Paul Maloy0fc87aa2014-08-22 18:09:17 -04002660 return rc;
2661}
2662
Jon Paul Maloy5a9ee0be2014-08-22 18:09:14 -04002663/* tipc_sk_reinit: set non-zero address in all existing sockets
2664 * when we go from standalone to network mode.
2665 */
Ying Xuee05b31f2015-01-09 15:27:08 +08002666void tipc_sk_reinit(struct net *net)
Jon Paul Maloy5a9ee0be2014-08-22 18:09:14 -04002667{
Ying Xuee05b31f2015-01-09 15:27:08 +08002668 struct tipc_net *tn = net_generic(net, tipc_net_id);
Herbert Xu40f9f432017-02-11 19:26:46 +08002669 struct rhashtable_iter iter;
Ying Xue07f6c4b2015-01-07 13:41:58 +08002670 struct tipc_sock *tsk;
Jon Paul Maloy5a9ee0be2014-08-22 18:09:14 -04002671 struct tipc_msg *msg;
Jon Paul Maloy5a9ee0be2014-08-22 18:09:14 -04002672
Herbert Xu40f9f432017-02-11 19:26:46 +08002673 rhashtable_walk_enter(&tn->sk_rht, &iter);
2674
2675 do {
Tom Herbert97a6ec42017-12-04 10:31:41 -08002676 rhashtable_walk_start(&iter);
Herbert Xu40f9f432017-02-11 19:26:46 +08002677
2678 while ((tsk = rhashtable_walk_next(&iter)) && !IS_ERR(tsk)) {
Ying Xue07f6c4b2015-01-07 13:41:58 +08002679 spin_lock_bh(&tsk->sk.sk_lock.slock);
2680 msg = &tsk->phdr;
Jon Maloy23fd3ea2018-03-22 20:42:49 +01002681 msg_set_prevnode(msg, tipc_own_addr(net));
2682 msg_set_orignode(msg, tipc_own_addr(net));
Ying Xue07f6c4b2015-01-07 13:41:58 +08002683 spin_unlock_bh(&tsk->sk.sk_lock.slock);
2684 }
Tom Herbert97a6ec42017-12-04 10:31:41 -08002685
Herbert Xu40f9f432017-02-11 19:26:46 +08002686 rhashtable_walk_stop(&iter);
2687 } while (tsk == ERR_PTR(-EAGAIN));
Cong Wangbd583fe2018-08-23 16:19:44 -07002688
2689 rhashtable_walk_exit(&iter);
Ying Xue07f6c4b2015-01-07 13:41:58 +08002690}
2691
Ying Xuee05b31f2015-01-09 15:27:08 +08002692static struct tipc_sock *tipc_sk_lookup(struct net *net, u32 portid)
Ying Xue07f6c4b2015-01-07 13:41:58 +08002693{
Ying Xuee05b31f2015-01-09 15:27:08 +08002694 struct tipc_net *tn = net_generic(net, tipc_net_id);
Ying Xue07f6c4b2015-01-07 13:41:58 +08002695 struct tipc_sock *tsk;
2696
2697 rcu_read_lock();
Herbert Xu6cca72892015-03-20 21:57:05 +11002698 tsk = rhashtable_lookup_fast(&tn->sk_rht, &portid, tsk_rht_params);
Ying Xue07f6c4b2015-01-07 13:41:58 +08002699 if (tsk)
2700 sock_hold(&tsk->sk);
2701 rcu_read_unlock();
2702
2703 return tsk;
2704}
2705
2706static int tipc_sk_insert(struct tipc_sock *tsk)
2707{
Ying Xuee05b31f2015-01-09 15:27:08 +08002708 struct sock *sk = &tsk->sk;
2709 struct net *net = sock_net(sk);
2710 struct tipc_net *tn = net_generic(net, tipc_net_id);
Ying Xue07f6c4b2015-01-07 13:41:58 +08002711 u32 remaining = (TIPC_MAX_PORT - TIPC_MIN_PORT) + 1;
2712 u32 portid = prandom_u32() % remaining + TIPC_MIN_PORT;
2713
2714 while (remaining--) {
2715 portid++;
2716 if ((portid < TIPC_MIN_PORT) || (portid > TIPC_MAX_PORT))
2717 portid = TIPC_MIN_PORT;
2718 tsk->portid = portid;
2719 sock_hold(&tsk->sk);
Herbert Xu6cca72892015-03-20 21:57:05 +11002720 if (!rhashtable_lookup_insert_fast(&tn->sk_rht, &tsk->node,
2721 tsk_rht_params))
Ying Xue07f6c4b2015-01-07 13:41:58 +08002722 return 0;
2723 sock_put(&tsk->sk);
2724 }
2725
2726 return -1;
2727}
2728
2729static void tipc_sk_remove(struct tipc_sock *tsk)
2730{
2731 struct sock *sk = &tsk->sk;
Ying Xuee05b31f2015-01-09 15:27:08 +08002732 struct tipc_net *tn = net_generic(sock_net(sk), tipc_net_id);
Ying Xue07f6c4b2015-01-07 13:41:58 +08002733
Herbert Xu6cca72892015-03-20 21:57:05 +11002734 if (!rhashtable_remove_fast(&tn->sk_rht, &tsk->node, tsk_rht_params)) {
Reshetova, Elena41c6d652017-06-30 13:08:01 +03002735 WARN_ON(refcount_read(&sk->sk_refcnt) == 1);
Ying Xue07f6c4b2015-01-07 13:41:58 +08002736 __sock_put(sk);
Jon Paul Maloy5a9ee0be2014-08-22 18:09:14 -04002737 }
2738}
2739
Herbert Xu6cca72892015-03-20 21:57:05 +11002740static const struct rhashtable_params tsk_rht_params = {
2741 .nelem_hint = 192,
2742 .head_offset = offsetof(struct tipc_sock, node),
2743 .key_offset = offsetof(struct tipc_sock, portid),
2744 .key_len = sizeof(u32), /* portid */
Herbert Xu6cca72892015-03-20 21:57:05 +11002745 .max_size = 1048576,
2746 .min_size = 256,
Thomas Grafb5e2c152015-03-24 20:42:19 +00002747 .automatic_shrinking = true,
Herbert Xu6cca72892015-03-20 21:57:05 +11002748};
2749
Ying Xuee05b31f2015-01-09 15:27:08 +08002750int tipc_sk_rht_init(struct net *net)
Jon Paul Maloy808d90f2014-08-22 18:09:19 -04002751{
Ying Xuee05b31f2015-01-09 15:27:08 +08002752 struct tipc_net *tn = net_generic(net, tipc_net_id);
Jon Paul Maloy808d90f2014-08-22 18:09:19 -04002753
Herbert Xu6cca72892015-03-20 21:57:05 +11002754 return rhashtable_init(&tn->sk_rht, &tsk_rht_params);
Jon Paul Maloy808d90f2014-08-22 18:09:19 -04002755}
2756
Ying Xuee05b31f2015-01-09 15:27:08 +08002757void tipc_sk_rht_destroy(struct net *net)
Jon Paul Maloy808d90f2014-08-22 18:09:19 -04002758{
Ying Xuee05b31f2015-01-09 15:27:08 +08002759 struct tipc_net *tn = net_generic(net, tipc_net_id);
2760
Ying Xue07f6c4b2015-01-07 13:41:58 +08002761 /* Wait for socket readers to complete */
2762 synchronize_net();
Jon Paul Maloy808d90f2014-08-22 18:09:19 -04002763
Ying Xuee05b31f2015-01-09 15:27:08 +08002764 rhashtable_destroy(&tn->sk_rht);
Jon Paul Maloy808d90f2014-08-22 18:09:19 -04002765}
2766
Jon Maloy75da2162017-10-13 11:04:23 +02002767static int tipc_sk_join(struct tipc_sock *tsk, struct tipc_group_req *mreq)
2768{
2769 struct net *net = sock_net(&tsk->sk);
Jon Maloy75da2162017-10-13 11:04:23 +02002770 struct tipc_group *grp = tsk->group;
2771 struct tipc_msg *hdr = &tsk->phdr;
2772 struct tipc_name_seq seq;
2773 int rc;
2774
2775 if (mreq->type < TIPC_RESERVED_TYPES)
2776 return -EACCES;
Jon Maloy232d07b2018-01-08 21:03:30 +01002777 if (mreq->scope > TIPC_NODE_SCOPE)
2778 return -EINVAL;
Jon Maloy75da2162017-10-13 11:04:23 +02002779 if (grp)
2780 return -EACCES;
Jon Maloy60c25302018-01-17 16:42:46 +01002781 grp = tipc_group_create(net, tsk->portid, mreq, &tsk->group_is_open);
Jon Maloy75da2162017-10-13 11:04:23 +02002782 if (!grp)
2783 return -ENOMEM;
2784 tsk->group = grp;
2785 msg_set_lookup_scope(hdr, mreq->scope);
2786 msg_set_nametype(hdr, mreq->type);
2787 msg_set_dest_droppable(hdr, true);
2788 seq.type = mreq->type;
2789 seq.lower = mreq->instance;
2790 seq.upper = seq.lower;
Jon Maloy232d07b2018-01-08 21:03:30 +01002791 tipc_nametbl_build_group(net, grp, mreq->type, mreq->scope);
Jon Maloy75da2162017-10-13 11:04:23 +02002792 rc = tipc_sk_publish(tsk, mreq->scope, &seq);
Cong Wange233df02017-10-24 15:44:49 -07002793 if (rc) {
Jon Maloy75da2162017-10-13 11:04:23 +02002794 tipc_group_delete(net, grp);
Cong Wange233df02017-10-24 15:44:49 -07002795 tsk->group = NULL;
Jon Maloyfebafc82018-01-10 21:08:50 +01002796 return rc;
Cong Wange233df02017-10-24 15:44:49 -07002797 }
Jon Maloyd12d2e12018-01-08 21:03:28 +01002798 /* Eliminate any risk that a broadcast overtakes sent JOINs */
Jon Maloy399574d2017-10-13 11:04:32 +02002799 tsk->mc_method.rcast = true;
2800 tsk->mc_method.mandatory = true;
Jon Maloyd12d2e12018-01-08 21:03:28 +01002801 tipc_group_join(net, grp, &tsk->sk.sk_rcvbuf);
Jon Maloy75da2162017-10-13 11:04:23 +02002802 return rc;
2803}
2804
2805static int tipc_sk_leave(struct tipc_sock *tsk)
2806{
2807 struct net *net = sock_net(&tsk->sk);
2808 struct tipc_group *grp = tsk->group;
2809 struct tipc_name_seq seq;
2810 int scope;
2811
2812 if (!grp)
2813 return -EINVAL;
2814 tipc_group_self(grp, &seq, &scope);
2815 tipc_group_delete(net, grp);
2816 tsk->group = NULL;
2817 tipc_sk_withdraw(tsk, scope, &seq);
2818 return 0;
2819}
2820
Jon Paul Maloy808d90f2014-08-22 18:09:19 -04002821/**
Ying Xue247f0f32014-02-18 16:06:46 +08002822 * tipc_setsockopt - set socket option
Per Lidenb97bf3f2006-01-02 19:04:38 +01002823 * @sock: socket structure
2824 * @lvl: option level
2825 * @opt: option identifier
2826 * @ov: pointer to new option value
2827 * @ol: length of option value
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002828 *
2829 * For stream sockets only, accepts and ignores all IPPROTO_TCP options
Per Lidenb97bf3f2006-01-02 19:04:38 +01002830 * (to ease compatibility).
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002831 *
Per Lidenb97bf3f2006-01-02 19:04:38 +01002832 * Returns 0 on success, errno otherwise
2833 */
Ying Xue247f0f32014-02-18 16:06:46 +08002834static int tipc_setsockopt(struct socket *sock, int lvl, int opt,
2835 char __user *ov, unsigned int ol)
Per Lidenb97bf3f2006-01-02 19:04:38 +01002836{
Allan Stephens0c3141e2008-04-15 00:22:02 -07002837 struct sock *sk = sock->sk;
Jon Paul Maloy58ed9442014-03-12 11:31:12 -04002838 struct tipc_sock *tsk = tipc_sk(sk);
Jon Maloy75da2162017-10-13 11:04:23 +02002839 struct tipc_group_req mreq;
Jon Paul Maloy01fd12b2017-01-18 13:50:53 -05002840 u32 value = 0;
Dan Carpentera08ef472017-01-24 12:49:35 +03002841 int res = 0;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002842
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002843 if ((lvl == IPPROTO_TCP) && (sock->type == SOCK_STREAM))
2844 return 0;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002845 if (lvl != SOL_TIPC)
2846 return -ENOPROTOOPT;
Jon Paul Maloy01fd12b2017-01-18 13:50:53 -05002847
2848 switch (opt) {
2849 case TIPC_IMPORTANCE:
2850 case TIPC_SRC_DROPPABLE:
2851 case TIPC_DEST_DROPPABLE:
2852 case TIPC_CONN_TIMEOUT:
2853 if (ol < sizeof(value))
2854 return -EINVAL;
Jon Maloy75da2162017-10-13 11:04:23 +02002855 if (get_user(value, (u32 __user *)ov))
2856 return -EFAULT;
2857 break;
2858 case TIPC_GROUP_JOIN:
2859 if (ol < sizeof(mreq))
2860 return -EINVAL;
2861 if (copy_from_user(&mreq, ov, sizeof(mreq)))
2862 return -EFAULT;
Jon Paul Maloy01fd12b2017-01-18 13:50:53 -05002863 break;
2864 default:
2865 if (ov || ol)
2866 return -EINVAL;
2867 }
Per Lidenb97bf3f2006-01-02 19:04:38 +01002868
Allan Stephens0c3141e2008-04-15 00:22:02 -07002869 lock_sock(sk);
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002870
Per Lidenb97bf3f2006-01-02 19:04:38 +01002871 switch (opt) {
2872 case TIPC_IMPORTANCE:
Jon Paul Maloy301bae52014-08-22 18:09:20 -04002873 res = tsk_set_importance(tsk, value);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002874 break;
2875 case TIPC_SRC_DROPPABLE:
2876 if (sock->type != SOCK_STREAM)
Jon Paul Maloy301bae52014-08-22 18:09:20 -04002877 tsk_set_unreliable(tsk, value);
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002878 else
Per Lidenb97bf3f2006-01-02 19:04:38 +01002879 res = -ENOPROTOOPT;
2880 break;
2881 case TIPC_DEST_DROPPABLE:
Jon Paul Maloy301bae52014-08-22 18:09:20 -04002882 tsk_set_unreturnable(tsk, value);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002883 break;
2884 case TIPC_CONN_TIMEOUT:
Allan Stephensa0f40f02011-05-26 13:44:34 -04002885 tipc_sk(sk)->conn_timeout = value;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002886 break;
Jon Paul Maloy01fd12b2017-01-18 13:50:53 -05002887 case TIPC_MCAST_BROADCAST:
2888 tsk->mc_method.rcast = false;
2889 tsk->mc_method.mandatory = true;
2890 break;
2891 case TIPC_MCAST_REPLICAST:
2892 tsk->mc_method.rcast = true;
2893 tsk->mc_method.mandatory = true;
2894 break;
Jon Maloy75da2162017-10-13 11:04:23 +02002895 case TIPC_GROUP_JOIN:
2896 res = tipc_sk_join(tsk, &mreq);
2897 break;
2898 case TIPC_GROUP_LEAVE:
2899 res = tipc_sk_leave(tsk);
2900 break;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002901 default:
2902 res = -EINVAL;
2903 }
2904
Allan Stephens0c3141e2008-04-15 00:22:02 -07002905 release_sock(sk);
2906
Per Lidenb97bf3f2006-01-02 19:04:38 +01002907 return res;
2908}
2909
2910/**
Ying Xue247f0f32014-02-18 16:06:46 +08002911 * tipc_getsockopt - get socket option
Per Lidenb97bf3f2006-01-02 19:04:38 +01002912 * @sock: socket structure
2913 * @lvl: option level
2914 * @opt: option identifier
2915 * @ov: receptacle for option value
2916 * @ol: receptacle for length of option value
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002917 *
2918 * For stream sockets only, returns 0 length result for all IPPROTO_TCP options
Per Lidenb97bf3f2006-01-02 19:04:38 +01002919 * (to ease compatibility).
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002920 *
Per Lidenb97bf3f2006-01-02 19:04:38 +01002921 * Returns 0 on success, errno otherwise
2922 */
Ying Xue247f0f32014-02-18 16:06:46 +08002923static int tipc_getsockopt(struct socket *sock, int lvl, int opt,
2924 char __user *ov, int __user *ol)
Per Lidenb97bf3f2006-01-02 19:04:38 +01002925{
Allan Stephens0c3141e2008-04-15 00:22:02 -07002926 struct sock *sk = sock->sk;
Jon Paul Maloy58ed9442014-03-12 11:31:12 -04002927 struct tipc_sock *tsk = tipc_sk(sk);
Jon Maloy75da2162017-10-13 11:04:23 +02002928 struct tipc_name_seq seq;
2929 int len, scope;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002930 u32 value;
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002931 int res;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002932
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002933 if ((lvl == IPPROTO_TCP) && (sock->type == SOCK_STREAM))
2934 return put_user(0, ol);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002935 if (lvl != SOL_TIPC)
2936 return -ENOPROTOOPT;
Allan Stephens2db99832010-12-31 18:59:33 +00002937 res = get_user(len, ol);
2938 if (res)
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002939 return res;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002940
Allan Stephens0c3141e2008-04-15 00:22:02 -07002941 lock_sock(sk);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002942
2943 switch (opt) {
2944 case TIPC_IMPORTANCE:
Jon Paul Maloy301bae52014-08-22 18:09:20 -04002945 value = tsk_importance(tsk);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002946 break;
2947 case TIPC_SRC_DROPPABLE:
Jon Paul Maloy301bae52014-08-22 18:09:20 -04002948 value = tsk_unreliable(tsk);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002949 break;
2950 case TIPC_DEST_DROPPABLE:
Jon Paul Maloy301bae52014-08-22 18:09:20 -04002951 value = tsk_unreturnable(tsk);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002952 break;
2953 case TIPC_CONN_TIMEOUT:
Jon Paul Maloy301bae52014-08-22 18:09:20 -04002954 value = tsk->conn_timeout;
Allan Stephens0c3141e2008-04-15 00:22:02 -07002955 /* no need to set "res", since already 0 at this point */
Per Lidenb97bf3f2006-01-02 19:04:38 +01002956 break;
Allan Stephens0e659672010-12-31 18:59:32 +00002957 case TIPC_NODE_RECVQ_DEPTH:
Ying Xue9da3d472012-11-27 06:15:27 -05002958 value = 0; /* was tipc_queue_size, now obsolete */
oscar.medina@motorola.com66506132009-06-30 03:25:39 +00002959 break;
Allan Stephens0e659672010-12-31 18:59:32 +00002960 case TIPC_SOCK_RECVQ_DEPTH:
oscar.medina@motorola.com66506132009-06-30 03:25:39 +00002961 value = skb_queue_len(&sk->sk_receive_queue);
2962 break;
Jon Maloy75da2162017-10-13 11:04:23 +02002963 case TIPC_GROUP_JOIN:
2964 seq.type = 0;
2965 if (tsk->group)
2966 tipc_group_self(tsk->group, &seq, &scope);
2967 value = seq.type;
2968 break;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002969 default:
2970 res = -EINVAL;
2971 }
2972
Allan Stephens0c3141e2008-04-15 00:22:02 -07002973 release_sock(sk);
2974
Paul Gortmaker25860c32010-12-31 18:59:31 +00002975 if (res)
2976 return res; /* "get" failed */
Per Lidenb97bf3f2006-01-02 19:04:38 +01002977
Paul Gortmaker25860c32010-12-31 18:59:31 +00002978 if (len < sizeof(value))
2979 return -EINVAL;
2980
2981 if (copy_to_user(ov, &value, sizeof(value)))
2982 return -EFAULT;
2983
2984 return put_user(sizeof(value), ol);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002985}
2986
Ying Xuef2f98002015-01-09 15:27:05 +08002987static int tipc_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg)
Erik Hugne78acb1f2014-04-24 16:26:47 +02002988{
Jon Maloy3e5cf362018-04-25 19:29:36 +02002989 struct net *net = sock_net(sock->sk);
2990 struct tipc_sioc_nodeid_req nr = {0};
Erik Hugne78acb1f2014-04-24 16:26:47 +02002991 struct tipc_sioc_ln_req lnr;
2992 void __user *argp = (void __user *)arg;
2993
2994 switch (cmd) {
2995 case SIOCGETLINKNAME:
2996 if (copy_from_user(&lnr, argp, sizeof(lnr)))
2997 return -EFAULT;
Jon Maloy3e5cf362018-04-25 19:29:36 +02002998 if (!tipc_node_get_linkname(net,
Ying Xuef2f98002015-01-09 15:27:05 +08002999 lnr.bearer_id & 0xffff, lnr.peer,
Erik Hugne78acb1f2014-04-24 16:26:47 +02003000 lnr.linkname, TIPC_MAX_LINK_NAME)) {
3001 if (copy_to_user(argp, &lnr, sizeof(lnr)))
3002 return -EFAULT;
3003 return 0;
3004 }
3005 return -EADDRNOTAVAIL;
Jon Maloy3e5cf362018-04-25 19:29:36 +02003006 case SIOCGETNODEID:
3007 if (copy_from_user(&nr, argp, sizeof(nr)))
3008 return -EFAULT;
3009 if (!tipc_node_get_id(net, nr.peer, nr.node_id))
3010 return -EADDRNOTAVAIL;
3011 if (copy_to_user(argp, &nr, sizeof(nr)))
3012 return -EFAULT;
3013 return 0;
Erik Hugne78acb1f2014-04-24 16:26:47 +02003014 default:
3015 return -ENOIOCTLCMD;
3016 }
3017}
3018
Erik Hugne70b03752017-03-29 11:22:16 +02003019static int tipc_socketpair(struct socket *sock1, struct socket *sock2)
3020{
3021 struct tipc_sock *tsk2 = tipc_sk(sock2->sk);
3022 struct tipc_sock *tsk1 = tipc_sk(sock1->sk);
Erik Hugne66bc1e82017-03-29 11:22:17 +02003023 u32 onode = tipc_own_addr(sock_net(sock1->sk));
Erik Hugne70b03752017-03-29 11:22:16 +02003024
Erik Hugne66bc1e82017-03-29 11:22:17 +02003025 tsk1->peer.family = AF_TIPC;
3026 tsk1->peer.addrtype = TIPC_ADDR_ID;
3027 tsk1->peer.scope = TIPC_NODE_SCOPE;
3028 tsk1->peer.addr.id.ref = tsk2->portid;
3029 tsk1->peer.addr.id.node = onode;
3030 tsk2->peer.family = AF_TIPC;
3031 tsk2->peer.addrtype = TIPC_ADDR_ID;
3032 tsk2->peer.scope = TIPC_NODE_SCOPE;
3033 tsk2->peer.addr.id.ref = tsk1->portid;
3034 tsk2->peer.addr.id.node = onode;
3035
3036 tipc_sk_finish_conn(tsk1, tsk2->portid, onode);
3037 tipc_sk_finish_conn(tsk2, tsk1->portid, onode);
Erik Hugne70b03752017-03-29 11:22:16 +02003038 return 0;
3039}
3040
Ben Hutchingsae86b9e2012-07-10 10:55:35 +00003041/* Protocol switches for the various types of TIPC sockets */
3042
Florian Westphalbca65ea2008-02-07 18:18:01 -08003043static const struct proto_ops msg_ops = {
Allan Stephens0e659672010-12-31 18:59:32 +00003044 .owner = THIS_MODULE,
Per Lidenb97bf3f2006-01-02 19:04:38 +01003045 .family = AF_TIPC,
Ying Xue247f0f32014-02-18 16:06:46 +08003046 .release = tipc_release,
3047 .bind = tipc_bind,
3048 .connect = tipc_connect,
Erik Hugne66bc1e82017-03-29 11:22:17 +02003049 .socketpair = tipc_socketpair,
Ying Xue245f3d32011-07-06 06:01:13 -04003050 .accept = sock_no_accept,
Ying Xue247f0f32014-02-18 16:06:46 +08003051 .getname = tipc_getname,
Linus Torvaldsa11e1d42018-06-28 09:43:44 -07003052 .poll = tipc_poll,
Erik Hugne78acb1f2014-04-24 16:26:47 +02003053 .ioctl = tipc_ioctl,
Ying Xue245f3d32011-07-06 06:01:13 -04003054 .listen = sock_no_listen,
Ying Xue247f0f32014-02-18 16:06:46 +08003055 .shutdown = tipc_shutdown,
3056 .setsockopt = tipc_setsockopt,
3057 .getsockopt = tipc_getsockopt,
3058 .sendmsg = tipc_sendmsg,
3059 .recvmsg = tipc_recvmsg,
YOSHIFUJI Hideaki82387452007-07-19 10:44:56 +09003060 .mmap = sock_no_mmap,
3061 .sendpage = sock_no_sendpage
Per Lidenb97bf3f2006-01-02 19:04:38 +01003062};
3063
Florian Westphalbca65ea2008-02-07 18:18:01 -08003064static const struct proto_ops packet_ops = {
Allan Stephens0e659672010-12-31 18:59:32 +00003065 .owner = THIS_MODULE,
Per Lidenb97bf3f2006-01-02 19:04:38 +01003066 .family = AF_TIPC,
Ying Xue247f0f32014-02-18 16:06:46 +08003067 .release = tipc_release,
3068 .bind = tipc_bind,
3069 .connect = tipc_connect,
Erik Hugne70b03752017-03-29 11:22:16 +02003070 .socketpair = tipc_socketpair,
Ying Xue247f0f32014-02-18 16:06:46 +08003071 .accept = tipc_accept,
3072 .getname = tipc_getname,
Linus Torvaldsa11e1d42018-06-28 09:43:44 -07003073 .poll = tipc_poll,
Erik Hugne78acb1f2014-04-24 16:26:47 +02003074 .ioctl = tipc_ioctl,
Ying Xue247f0f32014-02-18 16:06:46 +08003075 .listen = tipc_listen,
3076 .shutdown = tipc_shutdown,
3077 .setsockopt = tipc_setsockopt,
3078 .getsockopt = tipc_getsockopt,
3079 .sendmsg = tipc_send_packet,
3080 .recvmsg = tipc_recvmsg,
YOSHIFUJI Hideaki82387452007-07-19 10:44:56 +09003081 .mmap = sock_no_mmap,
3082 .sendpage = sock_no_sendpage
Per Lidenb97bf3f2006-01-02 19:04:38 +01003083};
3084
Florian Westphalbca65ea2008-02-07 18:18:01 -08003085static const struct proto_ops stream_ops = {
Allan Stephens0e659672010-12-31 18:59:32 +00003086 .owner = THIS_MODULE,
Per Lidenb97bf3f2006-01-02 19:04:38 +01003087 .family = AF_TIPC,
Ying Xue247f0f32014-02-18 16:06:46 +08003088 .release = tipc_release,
3089 .bind = tipc_bind,
3090 .connect = tipc_connect,
Erik Hugne70b03752017-03-29 11:22:16 +02003091 .socketpair = tipc_socketpair,
Ying Xue247f0f32014-02-18 16:06:46 +08003092 .accept = tipc_accept,
3093 .getname = tipc_getname,
Linus Torvaldsa11e1d42018-06-28 09:43:44 -07003094 .poll = tipc_poll,
Erik Hugne78acb1f2014-04-24 16:26:47 +02003095 .ioctl = tipc_ioctl,
Ying Xue247f0f32014-02-18 16:06:46 +08003096 .listen = tipc_listen,
3097 .shutdown = tipc_shutdown,
3098 .setsockopt = tipc_setsockopt,
3099 .getsockopt = tipc_getsockopt,
Jon Paul Maloy365ad352017-01-03 10:55:11 -05003100 .sendmsg = tipc_sendstream,
Jon Paul Maloyec8a09f2017-05-02 18:16:54 +02003101 .recvmsg = tipc_recvstream,
YOSHIFUJI Hideaki82387452007-07-19 10:44:56 +09003102 .mmap = sock_no_mmap,
3103 .sendpage = sock_no_sendpage
Per Lidenb97bf3f2006-01-02 19:04:38 +01003104};
3105
Florian Westphalbca65ea2008-02-07 18:18:01 -08003106static const struct net_proto_family tipc_family_ops = {
Allan Stephens0e659672010-12-31 18:59:32 +00003107 .owner = THIS_MODULE,
Per Lidenb97bf3f2006-01-02 19:04:38 +01003108 .family = AF_TIPC,
Ying Xuec5fa7b32013-06-17 10:54:39 -04003109 .create = tipc_sk_create
Per Lidenb97bf3f2006-01-02 19:04:38 +01003110};
3111
3112static struct proto tipc_proto = {
3113 .name = "TIPC",
3114 .owner = THIS_MODULE,
Ying Xuecc79dd12013-06-17 10:54:37 -04003115 .obj_size = sizeof(struct tipc_sock),
3116 .sysctl_rmem = sysctl_tipc_rmem
Per Lidenb97bf3f2006-01-02 19:04:38 +01003117};
3118
3119/**
Per Liden4323add2006-01-18 00:38:21 +01003120 * tipc_socket_init - initialize TIPC socket interface
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09003121 *
Per Lidenb97bf3f2006-01-02 19:04:38 +01003122 * Returns 0 on success, errno otherwise
3123 */
Per Liden4323add2006-01-18 00:38:21 +01003124int tipc_socket_init(void)
Per Lidenb97bf3f2006-01-02 19:04:38 +01003125{
3126 int res;
3127
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09003128 res = proto_register(&tipc_proto, 1);
Per Lidenb97bf3f2006-01-02 19:04:38 +01003129 if (res) {
Erik Hugne2cf8aa12012-06-29 00:16:37 -04003130 pr_err("Failed to register TIPC protocol type\n");
Per Lidenb97bf3f2006-01-02 19:04:38 +01003131 goto out;
3132 }
3133
3134 res = sock_register(&tipc_family_ops);
3135 if (res) {
Erik Hugne2cf8aa12012-06-29 00:16:37 -04003136 pr_err("Failed to register TIPC socket type\n");
Per Lidenb97bf3f2006-01-02 19:04:38 +01003137 proto_unregister(&tipc_proto);
3138 goto out;
3139 }
Per Lidenb97bf3f2006-01-02 19:04:38 +01003140 out:
3141 return res;
3142}
3143
3144/**
Per Liden4323add2006-01-18 00:38:21 +01003145 * tipc_socket_stop - stop TIPC socket interface
Per Lidenb97bf3f2006-01-02 19:04:38 +01003146 */
Per Liden4323add2006-01-18 00:38:21 +01003147void tipc_socket_stop(void)
Per Lidenb97bf3f2006-01-02 19:04:38 +01003148{
Per Lidenb97bf3f2006-01-02 19:04:38 +01003149 sock_unregister(tipc_family_ops.family);
3150 proto_unregister(&tipc_proto);
3151}
Richard Alpe34b78a122014-11-20 10:29:10 +01003152
3153/* Caller should hold socket lock for the passed tipc socket. */
Richard Alped8182802014-11-24 11:10:29 +01003154static int __tipc_nl_add_sk_con(struct sk_buff *skb, struct tipc_sock *tsk)
Richard Alpe34b78a122014-11-20 10:29:10 +01003155{
3156 u32 peer_node;
3157 u32 peer_port;
3158 struct nlattr *nest;
3159
3160 peer_node = tsk_peer_node(tsk);
3161 peer_port = tsk_peer_port(tsk);
3162
3163 nest = nla_nest_start(skb, TIPC_NLA_SOCK_CON);
3164
3165 if (nla_put_u32(skb, TIPC_NLA_CON_NODE, peer_node))
3166 goto msg_full;
3167 if (nla_put_u32(skb, TIPC_NLA_CON_SOCK, peer_port))
3168 goto msg_full;
3169
3170 if (tsk->conn_type != 0) {
3171 if (nla_put_flag(skb, TIPC_NLA_CON_FLAG))
3172 goto msg_full;
3173 if (nla_put_u32(skb, TIPC_NLA_CON_TYPE, tsk->conn_type))
3174 goto msg_full;
3175 if (nla_put_u32(skb, TIPC_NLA_CON_INST, tsk->conn_instance))
3176 goto msg_full;
3177 }
3178 nla_nest_end(skb, nest);
3179
3180 return 0;
3181
3182msg_full:
3183 nla_nest_cancel(skb, nest);
3184
3185 return -EMSGSIZE;
3186}
3187
GhantaKrishnamurthy MohanKrishnadfde3312018-03-21 14:37:43 +01003188static int __tipc_nl_add_sk_info(struct sk_buff *skb, struct tipc_sock
3189 *tsk)
3190{
3191 struct net *net = sock_net(skb->sk);
GhantaKrishnamurthy MohanKrishnadfde3312018-03-21 14:37:43 +01003192 struct sock *sk = &tsk->sk;
3193
3194 if (nla_put_u32(skb, TIPC_NLA_SOCK_REF, tsk->portid) ||
Jon Maloy23fd3ea2018-03-22 20:42:49 +01003195 nla_put_u32(skb, TIPC_NLA_SOCK_ADDR, tipc_own_addr(net)))
GhantaKrishnamurthy MohanKrishnadfde3312018-03-21 14:37:43 +01003196 return -EMSGSIZE;
3197
3198 if (tipc_sk_connected(sk)) {
3199 if (__tipc_nl_add_sk_con(skb, tsk))
3200 return -EMSGSIZE;
3201 } else if (!list_empty(&tsk->publications)) {
3202 if (nla_put_flag(skb, TIPC_NLA_SOCK_HAS_PUBL))
3203 return -EMSGSIZE;
3204 }
3205 return 0;
3206}
3207
Richard Alpe34b78a122014-11-20 10:29:10 +01003208/* Caller should hold socket lock for the passed tipc socket. */
Richard Alped8182802014-11-24 11:10:29 +01003209static int __tipc_nl_add_sk(struct sk_buff *skb, struct netlink_callback *cb,
3210 struct tipc_sock *tsk)
Richard Alpe34b78a122014-11-20 10:29:10 +01003211{
Richard Alpe34b78a122014-11-20 10:29:10 +01003212 struct nlattr *attrs;
GhantaKrishnamurthy MohanKrishnadfde3312018-03-21 14:37:43 +01003213 void *hdr;
Richard Alpe34b78a122014-11-20 10:29:10 +01003214
3215 hdr = genlmsg_put(skb, NETLINK_CB(cb->skb).portid, cb->nlh->nlmsg_seq,
Richard Alpebfb3e5d2015-02-09 09:50:03 +01003216 &tipc_genl_family, NLM_F_MULTI, TIPC_NL_SOCK_GET);
Richard Alpe34b78a122014-11-20 10:29:10 +01003217 if (!hdr)
3218 goto msg_cancel;
3219
3220 attrs = nla_nest_start(skb, TIPC_NLA_SOCK);
3221 if (!attrs)
3222 goto genlmsg_cancel;
GhantaKrishnamurthy MohanKrishnadfde3312018-03-21 14:37:43 +01003223
3224 if (__tipc_nl_add_sk_info(skb, tsk))
Richard Alpe34b78a122014-11-20 10:29:10 +01003225 goto attr_msg_cancel;
3226
Richard Alpe34b78a122014-11-20 10:29:10 +01003227 nla_nest_end(skb, attrs);
3228 genlmsg_end(skb, hdr);
3229
3230 return 0;
3231
3232attr_msg_cancel:
3233 nla_nest_cancel(skb, attrs);
3234genlmsg_cancel:
3235 genlmsg_cancel(skb, hdr);
3236msg_cancel:
3237 return -EMSGSIZE;
3238}
3239
GhantaKrishnamurthy MohanKrishnac30b70d2018-03-21 14:37:44 +01003240int tipc_nl_sk_walk(struct sk_buff *skb, struct netlink_callback *cb,
3241 int (*skb_handler)(struct sk_buff *skb,
3242 struct netlink_callback *cb,
3243 struct tipc_sock *tsk))
Richard Alpe34b78a122014-11-20 10:29:10 +01003244{
Cong Wang8f5c5fc2018-09-04 14:54:55 -07003245 struct rhashtable_iter *iter = (void *)cb->args[4];
GhantaKrishnamurthy MohanKrishnadfde3312018-03-21 14:37:43 +01003246 struct tipc_sock *tsk;
3247 int err;
Richard Alpe34b78a122014-11-20 10:29:10 +01003248
Cong Wang9a07efa2018-08-24 12:28:06 -07003249 rhashtable_walk_start(iter);
3250 while ((tsk = rhashtable_walk_next(iter)) != NULL) {
3251 if (IS_ERR(tsk)) {
3252 err = PTR_ERR(tsk);
3253 if (err == -EAGAIN) {
3254 err = 0;
Richard Alped6e164e2015-01-16 12:30:40 +01003255 continue;
3256 }
Cong Wang9a07efa2018-08-24 12:28:06 -07003257 break;
Ying Xue07f6c4b2015-01-07 13:41:58 +08003258 }
Richard Alpe34b78a122014-11-20 10:29:10 +01003259
Cong Wang9a07efa2018-08-24 12:28:06 -07003260 sock_hold(&tsk->sk);
3261 rhashtable_walk_stop(iter);
3262 lock_sock(&tsk->sk);
3263 err = skb_handler(skb, cb, tsk);
3264 if (err) {
3265 release_sock(&tsk->sk);
3266 sock_put(&tsk->sk);
3267 goto out;
3268 }
3269 release_sock(&tsk->sk);
3270 rhashtable_walk_start(iter);
3271 sock_put(&tsk->sk);
3272 }
3273 rhashtable_walk_stop(iter);
3274out:
Richard Alpe34b78a122014-11-20 10:29:10 +01003275 return skb->len;
3276}
GhantaKrishnamurthy MohanKrishnac30b70d2018-03-21 14:37:44 +01003277EXPORT_SYMBOL(tipc_nl_sk_walk);
3278
Cong Wang9a07efa2018-08-24 12:28:06 -07003279int tipc_dump_start(struct netlink_callback *cb)
3280{
Cong Wang8f5c5fc2018-09-04 14:54:55 -07003281 return __tipc_dump_start(cb, sock_net(cb->skb->sk));
3282}
3283EXPORT_SYMBOL(tipc_dump_start);
3284
3285int __tipc_dump_start(struct netlink_callback *cb, struct net *net)
3286{
3287 /* tipc_nl_name_table_dump() uses cb->args[0...3]. */
3288 struct rhashtable_iter *iter = (void *)cb->args[4];
Cong Wang9a07efa2018-08-24 12:28:06 -07003289 struct tipc_net *tn = tipc_net(net);
3290
3291 if (!iter) {
3292 iter = kmalloc(sizeof(*iter), GFP_KERNEL);
3293 if (!iter)
3294 return -ENOMEM;
3295
Cong Wang8f5c5fc2018-09-04 14:54:55 -07003296 cb->args[4] = (long)iter;
Cong Wang9a07efa2018-08-24 12:28:06 -07003297 }
3298
3299 rhashtable_walk_enter(&tn->sk_rht, iter);
3300 return 0;
3301}
Cong Wang9a07efa2018-08-24 12:28:06 -07003302
3303int tipc_dump_done(struct netlink_callback *cb)
3304{
Cong Wang8f5c5fc2018-09-04 14:54:55 -07003305 struct rhashtable_iter *hti = (void *)cb->args[4];
Cong Wang9a07efa2018-08-24 12:28:06 -07003306
3307 rhashtable_walk_exit(hti);
3308 kfree(hti);
3309 return 0;
3310}
3311EXPORT_SYMBOL(tipc_dump_done);
3312
Cong Wange41f0542018-04-06 18:54:52 -07003313int tipc_sk_fill_sock_diag(struct sk_buff *skb, struct netlink_callback *cb,
3314 struct tipc_sock *tsk, u32 sk_filter_state,
GhantaKrishnamurthy MohanKrishnac30b70d2018-03-21 14:37:44 +01003315 u64 (*tipc_diag_gen_cookie)(struct sock *sk))
3316{
3317 struct sock *sk = &tsk->sk;
3318 struct nlattr *attrs;
3319 struct nlattr *stat;
3320
3321 /*filter response w.r.t sk_state*/
3322 if (!(sk_filter_state & (1 << sk->sk_state)))
3323 return 0;
3324
3325 attrs = nla_nest_start(skb, TIPC_NLA_SOCK);
3326 if (!attrs)
3327 goto msg_cancel;
3328
3329 if (__tipc_nl_add_sk_info(skb, tsk))
3330 goto attr_msg_cancel;
3331
3332 if (nla_put_u32(skb, TIPC_NLA_SOCK_TYPE, (u32)sk->sk_type) ||
3333 nla_put_u32(skb, TIPC_NLA_SOCK_TIPC_STATE, (u32)sk->sk_state) ||
3334 nla_put_u32(skb, TIPC_NLA_SOCK_INO, sock_i_ino(sk)) ||
3335 nla_put_u32(skb, TIPC_NLA_SOCK_UID,
Cong Wange41f0542018-04-06 18:54:52 -07003336 from_kuid_munged(sk_user_ns(NETLINK_CB(cb->skb).sk),
GhantaKrishnamurthy MohanKrishna4b2e6872018-04-04 14:49:47 +02003337 sock_i_uid(sk))) ||
GhantaKrishnamurthy MohanKrishnac30b70d2018-03-21 14:37:44 +01003338 nla_put_u64_64bit(skb, TIPC_NLA_SOCK_COOKIE,
3339 tipc_diag_gen_cookie(sk),
3340 TIPC_NLA_SOCK_PAD))
3341 goto attr_msg_cancel;
3342
3343 stat = nla_nest_start(skb, TIPC_NLA_SOCK_STAT);
3344 if (!stat)
3345 goto attr_msg_cancel;
3346
3347 if (nla_put_u32(skb, TIPC_NLA_SOCK_STAT_RCVQ,
3348 skb_queue_len(&sk->sk_receive_queue)) ||
3349 nla_put_u32(skb, TIPC_NLA_SOCK_STAT_SENDQ,
GhantaKrishnamurthy MohanKrishna872619d2018-03-21 14:37:45 +01003350 skb_queue_len(&sk->sk_write_queue)) ||
3351 nla_put_u32(skb, TIPC_NLA_SOCK_STAT_DROP,
3352 atomic_read(&sk->sk_drops)))
GhantaKrishnamurthy MohanKrishnac30b70d2018-03-21 14:37:44 +01003353 goto stat_msg_cancel;
3354
3355 if (tsk->cong_link_cnt &&
3356 nla_put_flag(skb, TIPC_NLA_SOCK_STAT_LINK_CONG))
3357 goto stat_msg_cancel;
3358
3359 if (tsk_conn_cong(tsk) &&
3360 nla_put_flag(skb, TIPC_NLA_SOCK_STAT_CONN_CONG))
3361 goto stat_msg_cancel;
3362
3363 nla_nest_end(skb, stat);
GhantaKrishnamurthy MohanKrishnaa1be5a22018-06-29 13:26:18 +02003364
3365 if (tsk->group)
3366 if (tipc_group_fill_sock_diag(tsk->group, skb))
3367 goto stat_msg_cancel;
3368
GhantaKrishnamurthy MohanKrishnac30b70d2018-03-21 14:37:44 +01003369 nla_nest_end(skb, attrs);
3370
3371 return 0;
3372
3373stat_msg_cancel:
3374 nla_nest_cancel(skb, stat);
3375attr_msg_cancel:
3376 nla_nest_cancel(skb, attrs);
3377msg_cancel:
3378 return -EMSGSIZE;
3379}
3380EXPORT_SYMBOL(tipc_sk_fill_sock_diag);
Richard Alpe1a1a1432014-11-20 10:29:11 +01003381
GhantaKrishnamurthy MohanKrishnadfde3312018-03-21 14:37:43 +01003382int tipc_nl_sk_dump(struct sk_buff *skb, struct netlink_callback *cb)
3383{
GhantaKrishnamurthy MohanKrishnac30b70d2018-03-21 14:37:44 +01003384 return tipc_nl_sk_walk(skb, cb, __tipc_nl_add_sk);
GhantaKrishnamurthy MohanKrishnadfde3312018-03-21 14:37:43 +01003385}
3386
Richard Alpe1a1a1432014-11-20 10:29:11 +01003387/* Caller should hold socket lock for the passed tipc socket. */
Richard Alped8182802014-11-24 11:10:29 +01003388static int __tipc_nl_add_sk_publ(struct sk_buff *skb,
3389 struct netlink_callback *cb,
3390 struct publication *publ)
Richard Alpe1a1a1432014-11-20 10:29:11 +01003391{
3392 void *hdr;
3393 struct nlattr *attrs;
3394
3395 hdr = genlmsg_put(skb, NETLINK_CB(cb->skb).portid, cb->nlh->nlmsg_seq,
Richard Alpebfb3e5d2015-02-09 09:50:03 +01003396 &tipc_genl_family, NLM_F_MULTI, TIPC_NL_PUBL_GET);
Richard Alpe1a1a1432014-11-20 10:29:11 +01003397 if (!hdr)
3398 goto msg_cancel;
3399
3400 attrs = nla_nest_start(skb, TIPC_NLA_PUBL);
3401 if (!attrs)
3402 goto genlmsg_cancel;
3403
3404 if (nla_put_u32(skb, TIPC_NLA_PUBL_KEY, publ->key))
3405 goto attr_msg_cancel;
3406 if (nla_put_u32(skb, TIPC_NLA_PUBL_TYPE, publ->type))
3407 goto attr_msg_cancel;
3408 if (nla_put_u32(skb, TIPC_NLA_PUBL_LOWER, publ->lower))
3409 goto attr_msg_cancel;
3410 if (nla_put_u32(skb, TIPC_NLA_PUBL_UPPER, publ->upper))
3411 goto attr_msg_cancel;
3412
3413 nla_nest_end(skb, attrs);
3414 genlmsg_end(skb, hdr);
3415
3416 return 0;
3417
3418attr_msg_cancel:
3419 nla_nest_cancel(skb, attrs);
3420genlmsg_cancel:
3421 genlmsg_cancel(skb, hdr);
3422msg_cancel:
3423 return -EMSGSIZE;
3424}
3425
3426/* Caller should hold socket lock for the passed tipc socket. */
Richard Alped8182802014-11-24 11:10:29 +01003427static int __tipc_nl_list_sk_publ(struct sk_buff *skb,
3428 struct netlink_callback *cb,
3429 struct tipc_sock *tsk, u32 *last_publ)
Richard Alpe1a1a1432014-11-20 10:29:11 +01003430{
3431 int err;
3432 struct publication *p;
3433
3434 if (*last_publ) {
Jon Maloye50e73e2018-03-15 16:48:55 +01003435 list_for_each_entry(p, &tsk->publications, binding_sock) {
Richard Alpe1a1a1432014-11-20 10:29:11 +01003436 if (p->key == *last_publ)
3437 break;
3438 }
3439 if (p->key != *last_publ) {
3440 /* We never set seq or call nl_dump_check_consistent()
3441 * this means that setting prev_seq here will cause the
3442 * consistence check to fail in the netlink callback
3443 * handler. Resulting in the last NLMSG_DONE message
3444 * having the NLM_F_DUMP_INTR flag set.
3445 */
3446 cb->prev_seq = 1;
3447 *last_publ = 0;
3448 return -EPIPE;
3449 }
3450 } else {
3451 p = list_first_entry(&tsk->publications, struct publication,
Jon Maloye50e73e2018-03-15 16:48:55 +01003452 binding_sock);
Richard Alpe1a1a1432014-11-20 10:29:11 +01003453 }
3454
Jon Maloye50e73e2018-03-15 16:48:55 +01003455 list_for_each_entry_from(p, &tsk->publications, binding_sock) {
Richard Alpe1a1a1432014-11-20 10:29:11 +01003456 err = __tipc_nl_add_sk_publ(skb, cb, p);
3457 if (err) {
3458 *last_publ = p->key;
3459 return err;
3460 }
3461 }
3462 *last_publ = 0;
3463
3464 return 0;
3465}
3466
3467int tipc_nl_publ_dump(struct sk_buff *skb, struct netlink_callback *cb)
3468{
3469 int err;
Ying Xue07f6c4b2015-01-07 13:41:58 +08003470 u32 tsk_portid = cb->args[0];
Richard Alpe1a1a1432014-11-20 10:29:11 +01003471 u32 last_publ = cb->args[1];
3472 u32 done = cb->args[2];
Ying Xuee05b31f2015-01-09 15:27:08 +08003473 struct net *net = sock_net(skb->sk);
Richard Alpe1a1a1432014-11-20 10:29:11 +01003474 struct tipc_sock *tsk;
3475
Ying Xue07f6c4b2015-01-07 13:41:58 +08003476 if (!tsk_portid) {
Richard Alpe1a1a1432014-11-20 10:29:11 +01003477 struct nlattr **attrs;
3478 struct nlattr *sock[TIPC_NLA_SOCK_MAX + 1];
3479
3480 err = tipc_nlmsg_parse(cb->nlh, &attrs);
3481 if (err)
3482 return err;
3483
Richard Alpe45e093a2016-05-16 11:14:54 +02003484 if (!attrs[TIPC_NLA_SOCK])
3485 return -EINVAL;
3486
Richard Alpe1a1a1432014-11-20 10:29:11 +01003487 err = nla_parse_nested(sock, TIPC_NLA_SOCK_MAX,
3488 attrs[TIPC_NLA_SOCK],
Johannes Bergfceb6432017-04-12 14:34:07 +02003489 tipc_nl_sock_policy, NULL);
Richard Alpe1a1a1432014-11-20 10:29:11 +01003490 if (err)
3491 return err;
3492
3493 if (!sock[TIPC_NLA_SOCK_REF])
3494 return -EINVAL;
3495
Ying Xue07f6c4b2015-01-07 13:41:58 +08003496 tsk_portid = nla_get_u32(sock[TIPC_NLA_SOCK_REF]);
Richard Alpe1a1a1432014-11-20 10:29:11 +01003497 }
3498
3499 if (done)
3500 return 0;
3501
Ying Xuee05b31f2015-01-09 15:27:08 +08003502 tsk = tipc_sk_lookup(net, tsk_portid);
Richard Alpe1a1a1432014-11-20 10:29:11 +01003503 if (!tsk)
3504 return -EINVAL;
3505
3506 lock_sock(&tsk->sk);
3507 err = __tipc_nl_list_sk_publ(skb, cb, tsk, &last_publ);
3508 if (!err)
3509 done = 1;
3510 release_sock(&tsk->sk);
Ying Xue07f6c4b2015-01-07 13:41:58 +08003511 sock_put(&tsk->sk);
Richard Alpe1a1a1432014-11-20 10:29:11 +01003512
Ying Xue07f6c4b2015-01-07 13:41:58 +08003513 cb->args[0] = tsk_portid;
Richard Alpe1a1a1432014-11-20 10:29:11 +01003514 cb->args[1] = last_publ;
3515 cb->args[2] = done;
3516
3517 return skb->len;
3518}