blob: c1e93c9515bca5abaae647f18402a8bc25bfa2b4 [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 Xue39a0295f2015-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 Bhuvaraganc752023a2016-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 Bhuvaraganc752023a2016-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
Allan Stephens0c3141e2008-04-15 00:22:02 -0700579 /* Reject any messages that accumulated in backlog queue */
Allan Stephens0c3141e2008-04-15 00:22:02 -0700580 release_sock(sk);
Jon Maloya80ae532017-10-13 11:04:22 +0200581 tipc_dest_list_purge(&tsk->cong_links);
Jon Paul Maloy365ad352017-01-03 10:55:11 -0500582 tsk->cong_link_cnt = 0;
Ying Xue07f6c4b2015-01-07 13:41:58 +0800583 call_rcu(&tsk->rcu, tipc_sk_callback);
Allan Stephens0c3141e2008-04-15 00:22:02 -0700584 sock->sk = NULL;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100585
Geert Uytterhoeven065d7e32014-04-06 15:56:14 +0200586 return 0;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100587}
588
589/**
Ying Xue247f0f32014-02-18 16:06:46 +0800590 * tipc_bind - associate or disassocate TIPC name(s) with a socket
Per Lidenb97bf3f2006-01-02 19:04:38 +0100591 * @sock: socket structure
592 * @uaddr: socket address describing name(s) and desired operation
593 * @uaddr_len: size of socket address data structure
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +0900594 *
Per Lidenb97bf3f2006-01-02 19:04:38 +0100595 * Name and name sequence binding is indicated using a positive scope value;
596 * a negative scope value unbinds the specified name. Specifying no name
597 * (i.e. a socket address length of 0) unbinds all names from the socket.
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +0900598 *
Per Lidenb97bf3f2006-01-02 19:04:38 +0100599 * Returns 0 on success, errno otherwise
Allan Stephens0c3141e2008-04-15 00:22:02 -0700600 *
601 * NOTE: This routine doesn't need to take the socket lock since it doesn't
602 * access any non-constant socket information.
Per Lidenb97bf3f2006-01-02 19:04:38 +0100603 */
Ying Xue247f0f32014-02-18 16:06:46 +0800604static int tipc_bind(struct socket *sock, struct sockaddr *uaddr,
605 int uaddr_len)
Per Lidenb97bf3f2006-01-02 19:04:38 +0100606{
Ying Xue84602762013-12-27 10:18:28 +0800607 struct sock *sk = sock->sk;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100608 struct sockaddr_tipc *addr = (struct sockaddr_tipc *)uaddr;
Jon Paul Maloy58ed9442014-03-12 11:31:12 -0400609 struct tipc_sock *tsk = tipc_sk(sk);
Ying Xue84602762013-12-27 10:18:28 +0800610 int res = -EINVAL;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100611
Ying Xue84602762013-12-27 10:18:28 +0800612 lock_sock(sk);
613 if (unlikely(!uaddr_len)) {
Jon Paul Maloy301bae52014-08-22 18:09:20 -0400614 res = tipc_sk_withdraw(tsk, 0, NULL);
Ying Xue84602762013-12-27 10:18:28 +0800615 goto exit;
616 }
Jon Maloy75da2162017-10-13 11:04:23 +0200617 if (tsk->group) {
618 res = -EACCES;
619 goto exit;
620 }
Ying Xue84602762013-12-27 10:18:28 +0800621 if (uaddr_len < sizeof(struct sockaddr_tipc)) {
622 res = -EINVAL;
623 goto exit;
624 }
625 if (addr->family != AF_TIPC) {
626 res = -EAFNOSUPPORT;
627 goto exit;
628 }
Per Lidenb97bf3f2006-01-02 19:04:38 +0100629
Per Lidenb97bf3f2006-01-02 19:04:38 +0100630 if (addr->addrtype == TIPC_ADDR_NAME)
631 addr->addr.nameseq.upper = addr->addr.nameseq.lower;
Ying Xue84602762013-12-27 10:18:28 +0800632 else if (addr->addrtype != TIPC_ADDR_NAMESEQ) {
633 res = -EAFNOSUPPORT;
634 goto exit;
635 }
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +0900636
Ying Xue13a2e892013-06-17 10:54:40 -0400637 if ((addr->addr.nameseq.type < TIPC_RESERVED_TYPES) &&
Ying Xue7d0ab172013-06-17 10:54:41 -0400638 (addr->addr.nameseq.type != TIPC_TOP_SRV) &&
Ying Xue84602762013-12-27 10:18:28 +0800639 (addr->addr.nameseq.type != TIPC_CFG_SRV)) {
640 res = -EACCES;
641 goto exit;
642 }
Allan Stephensc422f1b2011-11-02 15:49:40 -0400643
Jon Maloy928df182018-03-15 16:48:51 +0100644 res = (addr->scope >= 0) ?
Jon Paul Maloy301bae52014-08-22 18:09:20 -0400645 tipc_sk_publish(tsk, addr->scope, &addr->addr.nameseq) :
646 tipc_sk_withdraw(tsk, -addr->scope, &addr->addr.nameseq);
Ying Xue84602762013-12-27 10:18:28 +0800647exit:
648 release_sock(sk);
649 return res;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100650}
651
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +0900652/**
Ying Xue247f0f32014-02-18 16:06:46 +0800653 * tipc_getname - get port ID of socket or peer socket
Per Lidenb97bf3f2006-01-02 19:04:38 +0100654 * @sock: socket structure
655 * @uaddr: area for returned socket address
656 * @uaddr_len: area for returned length of socket address
Allan Stephens2da59912008-07-14 22:43:32 -0700657 * @peer: 0 = own ID, 1 = current peer ID, 2 = current/former peer ID
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +0900658 *
Per Lidenb97bf3f2006-01-02 19:04:38 +0100659 * Returns 0 on success, errno otherwise
Allan Stephens0c3141e2008-04-15 00:22:02 -0700660 *
Allan Stephens2da59912008-07-14 22:43:32 -0700661 * NOTE: This routine doesn't need to take the socket lock since it only
662 * accesses socket information that is unchanging (or which changes in
Allan Stephens0e659672010-12-31 18:59:32 +0000663 * a completely predictable manner).
Per Lidenb97bf3f2006-01-02 19:04:38 +0100664 */
Ying Xue247f0f32014-02-18 16:06:46 +0800665static int tipc_getname(struct socket *sock, struct sockaddr *uaddr,
Denys Vlasenko9b2c45d2018-02-12 20:00:20 +0100666 int peer)
Per Lidenb97bf3f2006-01-02 19:04:38 +0100667{
Per Lidenb97bf3f2006-01-02 19:04:38 +0100668 struct sockaddr_tipc *addr = (struct sockaddr_tipc *)uaddr;
Parthasarathy Bhuvaragan9fd4b072016-11-01 14:02:46 +0100669 struct sock *sk = sock->sk;
670 struct tipc_sock *tsk = tipc_sk(sk);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100671
Kulikov Vasiliy88f8a5e2010-10-31 07:10:32 +0000672 memset(addr, 0, sizeof(*addr));
Allan Stephens0c3141e2008-04-15 00:22:02 -0700673 if (peer) {
Parthasarathy Bhuvaraganf40acba2016-11-01 14:02:49 +0100674 if ((!tipc_sk_connected(sk)) &&
Parthasarathy Bhuvaragan9fd4b072016-11-01 14:02:46 +0100675 ((peer != 2) || (sk->sk_state != TIPC_DISCONNECTING)))
Allan Stephens2da59912008-07-14 22:43:32 -0700676 return -ENOTCONN;
Jon Paul Maloy301bae52014-08-22 18:09:20 -0400677 addr->addr.id.ref = tsk_peer_port(tsk);
678 addr->addr.id.node = tsk_peer_node(tsk);
Allan Stephens0c3141e2008-04-15 00:22:02 -0700679 } else {
Ying Xue07f6c4b2015-01-07 13:41:58 +0800680 addr->addr.id.ref = tsk->portid;
Jon Maloy23fd3ea2018-03-22 20:42:49 +0100681 addr->addr.id.node = tipc_own_addr(sock_net(sk));
Allan Stephens0c3141e2008-04-15 00:22:02 -0700682 }
Per Lidenb97bf3f2006-01-02 19:04:38 +0100683
Per Lidenb97bf3f2006-01-02 19:04:38 +0100684 addr->addrtype = TIPC_ADDR_ID;
685 addr->family = AF_TIPC;
686 addr->scope = 0;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100687 addr->addr.name.domain = 0;
688
Denys Vlasenko9b2c45d2018-02-12 20:00:20 +0100689 return sizeof(*addr);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100690}
691
692/**
Linus Torvaldsa11e1d42018-06-28 09:43:44 -0700693 * tipc_poll - read and possibly block on pollmask
Per Lidenb97bf3f2006-01-02 19:04:38 +0100694 * @file: file structure associated with the socket
695 * @sock: socket for which to calculate the poll bits
Linus Torvaldsa11e1d42018-06-28 09:43:44 -0700696 * @wait: ???
Per Lidenb97bf3f2006-01-02 19:04:38 +0100697 *
Allan Stephens9b674e82008-03-26 16:48:21 -0700698 * Returns pollmask value
699 *
700 * COMMENTARY:
701 * It appears that the usual socket locking mechanisms are not useful here
702 * since the pollmask info is potentially out-of-date the moment this routine
703 * exits. TCP and other protocols seem to rely on higher level poll routines
704 * to handle any preventable race conditions, so TIPC will do the same ...
705 *
Allan Stephensf662c072010-08-17 11:00:06 +0000706 * IMPORTANT: The fact that a read or write operation is indicated does NOT
707 * imply that the operation will succeed, merely that it should be performed
708 * and will not block.
Per Lidenb97bf3f2006-01-02 19:04:38 +0100709 */
Linus Torvaldsa11e1d42018-06-28 09:43:44 -0700710static __poll_t tipc_poll(struct file *file, struct socket *sock,
711 poll_table *wait)
Per Lidenb97bf3f2006-01-02 19:04:38 +0100712{
Allan Stephens9b674e82008-03-26 16:48:21 -0700713 struct sock *sk = sock->sk;
Jon Paul Maloy58ed9442014-03-12 11:31:12 -0400714 struct tipc_sock *tsk = tipc_sk(sk);
Al Viroade994f2017-07-03 00:01:49 -0400715 __poll_t revents = 0;
Allan Stephens9b674e82008-03-26 16:48:21 -0700716
Christoph Hellwigdd979b42018-07-30 09:42:10 +0200717 sock_poll_wait(file, wait);
Linus Torvaldsa11e1d42018-06-28 09:43:44 -0700718
Parthasarathy Bhuvaragan6f000892016-11-01 14:02:47 +0100719 if (sk->sk_shutdown & RCV_SHUTDOWN)
Linus Torvaldsa9a08842018-02-11 14:34:03 -0800720 revents |= EPOLLRDHUP | EPOLLIN | EPOLLRDNORM;
Parthasarathy Bhuvaragan6f000892016-11-01 14:02:47 +0100721 if (sk->sk_shutdown == SHUTDOWN_MASK)
Linus Torvaldsa9a08842018-02-11 14:34:03 -0800722 revents |= EPOLLHUP;
Parthasarathy Bhuvaragan6f000892016-11-01 14:02:47 +0100723
Parthasarathy Bhuvaraganf40acba2016-11-01 14:02:49 +0100724 switch (sk->sk_state) {
725 case TIPC_ESTABLISHED:
Parthasarathy Bhuvaragan517d7c72017-12-28 12:03:06 +0100726 case TIPC_CONNECTING:
Jon Paul Maloy365ad352017-01-03 10:55:11 -0500727 if (!tsk->cong_link_cnt && !tsk_conn_cong(tsk))
Linus Torvaldsa9a08842018-02-11 14:34:03 -0800728 revents |= EPOLLOUT;
Parthasarathy Bhuvaraganf40acba2016-11-01 14:02:49 +0100729 /* fall thru' */
730 case TIPC_LISTEN:
Jon Maloycb4dc412017-10-19 16:42:04 +0200731 if (!skb_queue_empty(&sk->sk_receive_queue))
Linus Torvaldsa9a08842018-02-11 14:34:03 -0800732 revents |= EPOLLIN | EPOLLRDNORM;
Parthasarathy Bhuvaraganf40acba2016-11-01 14:02:49 +0100733 break;
734 case TIPC_OPEN:
Jon Maloy60c25302018-01-17 16:42:46 +0100735 if (tsk->group_is_open && !tsk->cong_link_cnt)
Linus Torvaldsa9a08842018-02-11 14:34:03 -0800736 revents |= EPOLLOUT;
Jon Maloyae236fb2017-10-13 11:04:25 +0200737 if (!tipc_sk_type_connectionless(sk))
738 break;
Jon Maloycb4dc412017-10-19 16:42:04 +0200739 if (skb_queue_empty(&sk->sk_receive_queue))
Jon Maloyae236fb2017-10-13 11:04:25 +0200740 break;
Linus Torvaldsa9a08842018-02-11 14:34:03 -0800741 revents |= EPOLLIN | EPOLLRDNORM;
Parthasarathy Bhuvaraganf40acba2016-11-01 14:02:49 +0100742 break;
743 case TIPC_DISCONNECTING:
Linus Torvaldsa9a08842018-02-11 14:34:03 -0800744 revents = EPOLLIN | EPOLLRDNORM | EPOLLHUP;
Parthasarathy Bhuvaraganf40acba2016-11-01 14:02:49 +0100745 break;
Allan Stephensf662c072010-08-17 11:00:06 +0000746 }
Jon Maloyae236fb2017-10-13 11:04:25 +0200747 return revents;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100748}
749
Jon Paul Maloy0abd8ff2014-07-16 20:41:01 -0400750/**
751 * tipc_sendmcast - send multicast message
752 * @sock: socket structure
753 * @seq: destination address
Al Viro562640f2014-11-15 01:13:43 -0500754 * @msg: message to send
Jon Paul Maloy365ad352017-01-03 10:55:11 -0500755 * @dlen: length of data to send
756 * @timeout: timeout to wait for wakeup
Jon Paul Maloy0abd8ff2014-07-16 20:41:01 -0400757 *
758 * Called from function tipc_sendmsg(), which has done all sanity checks
759 * Returns the number of bytes sent on success, or errno
760 */
761static int tipc_sendmcast(struct socket *sock, struct tipc_name_seq *seq,
Jon Paul Maloy365ad352017-01-03 10:55:11 -0500762 struct msghdr *msg, size_t dlen, long timeout)
Jon Paul Maloy0abd8ff2014-07-16 20:41:01 -0400763{
764 struct sock *sk = sock->sk;
Jon Paul Maloyc5898632015-02-05 08:36:36 -0500765 struct tipc_sock *tsk = tipc_sk(sk);
Jon Paul Maloy365ad352017-01-03 10:55:11 -0500766 struct tipc_msg *hdr = &tsk->phdr;
Ying Xuef2f98002015-01-09 15:27:05 +0800767 struct net *net = sock_net(sk);
Jon Paul Maloy365ad352017-01-03 10:55:11 -0500768 int mtu = tipc_bcast_get_mtu(net);
Jon Paul Maloy01fd12b2017-01-18 13:50:53 -0500769 struct tipc_mc_method *method = &tsk->mc_method;
Jon Paul Maloy365ad352017-01-03 10:55:11 -0500770 struct sk_buff_head pkts;
Jon Paul Maloya853e4c2017-01-18 13:50:52 -0500771 struct tipc_nlist dsts;
Jon Paul Maloy0abd8ff2014-07-16 20:41:01 -0400772 int rc;
773
Jon Maloy75da2162017-10-13 11:04:23 +0200774 if (tsk->group)
775 return -EACCES;
776
Jon Paul Maloya853e4c2017-01-18 13:50:52 -0500777 /* Block or return if any destination link is congested */
Jon Paul Maloy365ad352017-01-03 10:55:11 -0500778 rc = tipc_wait_for_cond(sock, &timeout, !tsk->cong_link_cnt);
779 if (unlikely(rc))
Jon Paul Maloy0abd8ff2014-07-16 20:41:01 -0400780 return rc;
781
Jon Paul Maloya853e4c2017-01-18 13:50:52 -0500782 /* Lookup destination nodes */
783 tipc_nlist_init(&dsts, tipc_own_addr(net));
784 tipc_nametbl_lookup_dst_nodes(net, seq->type, seq->lower,
Jon Maloye9a03442018-01-12 20:56:50 +0100785 seq->upper, &dsts);
Jon Paul Maloya853e4c2017-01-18 13:50:52 -0500786 if (!dsts.local && !dsts.remote)
787 return -EHOSTUNREACH;
788
789 /* Build message header */
Jon Paul Maloy365ad352017-01-03 10:55:11 -0500790 msg_set_type(hdr, TIPC_MCAST_MSG);
Jon Paul Maloya853e4c2017-01-18 13:50:52 -0500791 msg_set_hdr_sz(hdr, MCAST_H_SIZE);
Jon Paul Maloy365ad352017-01-03 10:55:11 -0500792 msg_set_lookup_scope(hdr, TIPC_CLUSTER_SCOPE);
793 msg_set_destport(hdr, 0);
794 msg_set_destnode(hdr, 0);
795 msg_set_nametype(hdr, seq->type);
796 msg_set_namelower(hdr, seq->lower);
797 msg_set_nameupper(hdr, seq->upper);
Jon Paul Maloy22d85c72015-07-16 16:54:23 -0400798
Jon Paul Maloya853e4c2017-01-18 13:50:52 -0500799 /* Build message as chain of buffers */
Jon Paul Maloy365ad352017-01-03 10:55:11 -0500800 skb_queue_head_init(&pkts);
801 rc = tipc_msg_build(hdr, msg, 0, dlen, mtu, &pkts);
Jon Paul Maloy365ad352017-01-03 10:55:11 -0500802
Jon Paul Maloya853e4c2017-01-18 13:50:52 -0500803 /* Send message if build was successful */
804 if (unlikely(rc == dlen))
Jon Paul Maloy01fd12b2017-01-18 13:50:53 -0500805 rc = tipc_mcast_xmit(net, &pkts, method, &dsts,
Jon Paul Maloya853e4c2017-01-18 13:50:52 -0500806 &tsk->cong_link_cnt);
807
808 tipc_nlist_purge(&dsts);
Jon Paul Maloy365ad352017-01-03 10:55:11 -0500809
810 return rc ? rc : dlen;
Jon Paul Maloy0abd8ff2014-07-16 20:41:01 -0400811}
812
Jon Paul Maloycb1b7282015-02-05 08:36:44 -0500813/**
Jon Maloy27bd9ec2017-10-13 11:04:27 +0200814 * tipc_send_group_msg - send a message to a member in the group
815 * @net: network namespace
816 * @m: message to send
817 * @mb: group member
818 * @dnode: destination node
819 * @dport: destination port
820 * @dlen: total length of message data
821 */
822static int tipc_send_group_msg(struct net *net, struct tipc_sock *tsk,
823 struct msghdr *m, struct tipc_member *mb,
824 u32 dnode, u32 dport, int dlen)
825{
Jon Maloyb87a5ea2017-10-13 11:04:30 +0200826 u16 bc_snd_nxt = tipc_group_bc_snd_nxt(tsk->group);
Jon Maloy2f487712017-10-13 11:04:31 +0200827 struct tipc_mc_method *method = &tsk->mc_method;
Jon Maloy27bd9ec2017-10-13 11:04:27 +0200828 int blks = tsk_blocks(GROUP_H_SIZE + dlen);
829 struct tipc_msg *hdr = &tsk->phdr;
830 struct sk_buff_head pkts;
831 int mtu, rc;
832
833 /* Complete message header */
834 msg_set_type(hdr, TIPC_GRP_UCAST_MSG);
835 msg_set_hdr_sz(hdr, GROUP_H_SIZE);
836 msg_set_destport(hdr, dport);
837 msg_set_destnode(hdr, dnode);
Jon Maloyb87a5ea2017-10-13 11:04:30 +0200838 msg_set_grp_bc_seqno(hdr, bc_snd_nxt);
Jon Maloy27bd9ec2017-10-13 11:04:27 +0200839
840 /* Build message as chain of buffers */
841 skb_queue_head_init(&pkts);
842 mtu = tipc_node_get_mtu(net, dnode, tsk->portid);
843 rc = tipc_msg_build(hdr, m, 0, dlen, mtu, &pkts);
844 if (unlikely(rc != dlen))
845 return rc;
846
847 /* Send message */
848 rc = tipc_node_xmit(net, &pkts, dnode, tsk->portid);
849 if (unlikely(rc == -ELINKCONG)) {
850 tipc_dest_push(&tsk->cong_links, dnode, 0);
851 tsk->cong_link_cnt++;
852 }
853
Jon Maloy2f487712017-10-13 11:04:31 +0200854 /* Update send window */
Jon Maloy27bd9ec2017-10-13 11:04:27 +0200855 tipc_group_update_member(mb, blks);
856
Jon Maloy2f487712017-10-13 11:04:31 +0200857 /* A broadcast sent within next EXPIRE period must follow same path */
858 method->rcast = true;
859 method->mandatory = true;
Jon Maloy27bd9ec2017-10-13 11:04:27 +0200860 return dlen;
861}
862
863/**
864 * tipc_send_group_unicast - send message to a member in the group
865 * @sock: socket structure
866 * @m: message to send
867 * @dlen: total length of message data
868 * @timeout: timeout to wait for wakeup
869 *
870 * Called from function tipc_sendmsg(), which has done all sanity checks
871 * Returns the number of bytes sent on success, or errno
872 */
873static int tipc_send_group_unicast(struct socket *sock, struct msghdr *m,
874 int dlen, long timeout)
875{
876 struct sock *sk = sock->sk;
877 DECLARE_SOCKADDR(struct sockaddr_tipc *, dest, m->msg_name);
878 int blks = tsk_blocks(GROUP_H_SIZE + dlen);
879 struct tipc_sock *tsk = tipc_sk(sk);
880 struct tipc_group *grp = tsk->group;
881 struct net *net = sock_net(sk);
882 struct tipc_member *mb = NULL;
883 u32 node, port;
884 int rc;
885
886 node = dest->addr.id.node;
887 port = dest->addr.id.ref;
888 if (!port && !node)
889 return -EHOSTUNREACH;
890
891 /* Block or return if destination link or member is congested */
892 rc = tipc_wait_for_cond(sock, &timeout,
893 !tipc_dest_find(&tsk->cong_links, node, 0) &&
894 !tipc_group_cong(grp, node, port, blks, &mb));
895 if (unlikely(rc))
896 return rc;
897
898 if (unlikely(!mb))
899 return -EHOSTUNREACH;
900
901 rc = tipc_send_group_msg(net, tsk, m, mb, node, port, dlen);
902
903 return rc ? rc : dlen;
904}
905
906/**
Jon Maloyee106d72017-10-13 11:04:28 +0200907 * tipc_send_group_anycast - send message to any member with given identity
908 * @sock: socket structure
909 * @m: message to send
910 * @dlen: total length of message data
911 * @timeout: timeout to wait for wakeup
912 *
913 * Called from function tipc_sendmsg(), which has done all sanity checks
914 * Returns the number of bytes sent on success, or errno
915 */
916static int tipc_send_group_anycast(struct socket *sock, struct msghdr *m,
917 int dlen, long timeout)
918{
919 DECLARE_SOCKADDR(struct sockaddr_tipc *, dest, m->msg_name);
920 struct sock *sk = sock->sk;
921 struct tipc_sock *tsk = tipc_sk(sk);
922 struct list_head *cong_links = &tsk->cong_links;
923 int blks = tsk_blocks(GROUP_H_SIZE + dlen);
924 struct tipc_group *grp = tsk->group;
Jon Maloy232d07b2018-01-08 21:03:30 +0100925 struct tipc_msg *hdr = &tsk->phdr;
Jon Maloyee106d72017-10-13 11:04:28 +0200926 struct tipc_member *first = NULL;
927 struct tipc_member *mbr = NULL;
928 struct net *net = sock_net(sk);
929 u32 node, port, exclude;
Jon Maloyee106d72017-10-13 11:04:28 +0200930 struct list_head dsts;
Jon Maloy232d07b2018-01-08 21:03:30 +0100931 u32 type, inst, scope;
Jon Maloyee106d72017-10-13 11:04:28 +0200932 int lookups = 0;
933 int dstcnt, rc;
934 bool cong;
935
936 INIT_LIST_HEAD(&dsts);
937
Jon Maloy232d07b2018-01-08 21:03:30 +0100938 type = msg_nametype(hdr);
Jon Maloyee106d72017-10-13 11:04:28 +0200939 inst = dest->addr.name.name.instance;
Jon Maloy232d07b2018-01-08 21:03:30 +0100940 scope = msg_lookup_scope(hdr);
Jon Maloyee106d72017-10-13 11:04:28 +0200941 exclude = tipc_group_exclude(grp);
942
943 while (++lookups < 4) {
944 first = NULL;
945
946 /* Look for a non-congested destination member, if any */
947 while (1) {
Jon Maloy232d07b2018-01-08 21:03:30 +0100948 if (!tipc_nametbl_lookup(net, type, inst, scope, &dsts,
Jon Maloyee106d72017-10-13 11:04:28 +0200949 &dstcnt, exclude, false))
950 return -EHOSTUNREACH;
951 tipc_dest_pop(&dsts, &node, &port);
952 cong = tipc_group_cong(grp, node, port, blks, &mbr);
953 if (!cong)
954 break;
955 if (mbr == first)
956 break;
957 if (!first)
958 first = mbr;
959 }
960
961 /* Start over if destination was not in member list */
962 if (unlikely(!mbr))
963 continue;
964
965 if (likely(!cong && !tipc_dest_find(cong_links, node, 0)))
966 break;
967
968 /* Block or return if destination link or member is congested */
969 rc = tipc_wait_for_cond(sock, &timeout,
970 !tipc_dest_find(cong_links, node, 0) &&
971 !tipc_group_cong(grp, node, port,
972 blks, &mbr));
973 if (unlikely(rc))
974 return rc;
975
976 /* Send, unless destination disappeared while waiting */
977 if (likely(mbr))
978 break;
979 }
980
981 if (unlikely(lookups >= 4))
982 return -EHOSTUNREACH;
983
984 rc = tipc_send_group_msg(net, tsk, m, mbr, node, port, dlen);
985
986 return rc ? rc : dlen;
987}
988
989/**
Jon Maloy75da2162017-10-13 11:04:23 +0200990 * tipc_send_group_bcast - send message to all members in communication group
991 * @sk: socket structure
992 * @m: message to send
993 * @dlen: total length of message data
994 * @timeout: timeout to wait for wakeup
995 *
996 * Called from function tipc_sendmsg(), which has done all sanity checks
997 * Returns the number of bytes sent on success, or errno
998 */
999static int tipc_send_group_bcast(struct socket *sock, struct msghdr *m,
1000 int dlen, long timeout)
1001{
Jon Maloy5b8dddb2017-10-13 11:04:29 +02001002 DECLARE_SOCKADDR(struct sockaddr_tipc *, dest, m->msg_name);
Jon Maloy75da2162017-10-13 11:04:23 +02001003 struct sock *sk = sock->sk;
1004 struct net *net = sock_net(sk);
1005 struct tipc_sock *tsk = tipc_sk(sk);
1006 struct tipc_group *grp = tsk->group;
1007 struct tipc_nlist *dsts = tipc_group_dests(grp);
1008 struct tipc_mc_method *method = &tsk->mc_method;
Jon Maloy2f487712017-10-13 11:04:31 +02001009 bool ack = method->mandatory && method->rcast;
Jon Maloyb7d42632017-10-13 11:04:26 +02001010 int blks = tsk_blocks(MCAST_H_SIZE + dlen);
Jon Maloy75da2162017-10-13 11:04:23 +02001011 struct tipc_msg *hdr = &tsk->phdr;
1012 int mtu = tipc_bcast_get_mtu(net);
1013 struct sk_buff_head pkts;
1014 int rc = -EHOSTUNREACH;
1015
1016 if (!dsts->local && !dsts->remote)
1017 return -EHOSTUNREACH;
1018
Jon Maloyb7d42632017-10-13 11:04:26 +02001019 /* Block or return if any destination link or member is congested */
1020 rc = tipc_wait_for_cond(sock, &timeout, !tsk->cong_link_cnt &&
1021 !tipc_group_bc_cong(grp, blks));
Jon Maloy75da2162017-10-13 11:04:23 +02001022 if (unlikely(rc))
1023 return rc;
1024
1025 /* Complete message header */
Jon Maloy5b8dddb2017-10-13 11:04:29 +02001026 if (dest) {
1027 msg_set_type(hdr, TIPC_GRP_MCAST_MSG);
1028 msg_set_nameinst(hdr, dest->addr.name.name.instance);
1029 } else {
1030 msg_set_type(hdr, TIPC_GRP_BCAST_MSG);
1031 msg_set_nameinst(hdr, 0);
1032 }
Jon Maloyb7d42632017-10-13 11:04:26 +02001033 msg_set_hdr_sz(hdr, GROUP_H_SIZE);
Jon Maloy75da2162017-10-13 11:04:23 +02001034 msg_set_destport(hdr, 0);
1035 msg_set_destnode(hdr, 0);
Jon Maloy75da2162017-10-13 11:04:23 +02001036 msg_set_grp_bc_seqno(hdr, tipc_group_bc_snd_nxt(grp));
1037
Jon Maloy2f487712017-10-13 11:04:31 +02001038 /* Avoid getting stuck with repeated forced replicasts */
1039 msg_set_grp_bc_ack_req(hdr, ack);
1040
Jon Maloy75da2162017-10-13 11:04:23 +02001041 /* Build message as chain of buffers */
1042 skb_queue_head_init(&pkts);
1043 rc = tipc_msg_build(hdr, m, 0, dlen, mtu, &pkts);
1044 if (unlikely(rc != dlen))
1045 return rc;
1046
1047 /* Send message */
Jon Maloy2f487712017-10-13 11:04:31 +02001048 rc = tipc_mcast_xmit(net, &pkts, method, dsts, &tsk->cong_link_cnt);
Jon Maloy75da2162017-10-13 11:04:23 +02001049 if (unlikely(rc))
1050 return rc;
1051
Jon Maloyb7d42632017-10-13 11:04:26 +02001052 /* Update broadcast sequence number and send windows */
Jon Maloy2f487712017-10-13 11:04:31 +02001053 tipc_group_update_bc_members(tsk->group, blks, ack);
1054
1055 /* Broadcast link is now free to choose method for next broadcast */
1056 method->mandatory = false;
1057 method->expires = jiffies;
1058
Jon Maloy75da2162017-10-13 11:04:23 +02001059 return dlen;
1060}
1061
1062/**
Jon Maloy5b8dddb2017-10-13 11:04:29 +02001063 * tipc_send_group_mcast - send message to all members with given identity
1064 * @sock: socket structure
1065 * @m: message to send
1066 * @dlen: total length of message data
1067 * @timeout: timeout to wait for wakeup
1068 *
1069 * Called from function tipc_sendmsg(), which has done all sanity checks
1070 * Returns the number of bytes sent on success, or errno
1071 */
1072static int tipc_send_group_mcast(struct socket *sock, struct msghdr *m,
1073 int dlen, long timeout)
1074{
1075 struct sock *sk = sock->sk;
1076 DECLARE_SOCKADDR(struct sockaddr_tipc *, dest, m->msg_name);
Jon Maloy5b8dddb2017-10-13 11:04:29 +02001077 struct tipc_sock *tsk = tipc_sk(sk);
1078 struct tipc_group *grp = tsk->group;
Jon Maloy232d07b2018-01-08 21:03:30 +01001079 struct tipc_msg *hdr = &tsk->phdr;
Jon Maloy5b8dddb2017-10-13 11:04:29 +02001080 struct net *net = sock_net(sk);
Jon Maloy232d07b2018-01-08 21:03:30 +01001081 u32 type, inst, scope, exclude;
Jon Maloy5b8dddb2017-10-13 11:04:29 +02001082 struct list_head dsts;
Jon Maloy232d07b2018-01-08 21:03:30 +01001083 u32 dstcnt;
Jon Maloy5b8dddb2017-10-13 11:04:29 +02001084
1085 INIT_LIST_HEAD(&dsts);
1086
Jon Maloy232d07b2018-01-08 21:03:30 +01001087 type = msg_nametype(hdr);
1088 inst = dest->addr.name.name.instance;
1089 scope = msg_lookup_scope(hdr);
Jon Maloy5b8dddb2017-10-13 11:04:29 +02001090 exclude = tipc_group_exclude(grp);
Jon Maloy232d07b2018-01-08 21:03:30 +01001091
1092 if (!tipc_nametbl_lookup(net, type, inst, scope, &dsts,
1093 &dstcnt, exclude, true))
Jon Maloy5b8dddb2017-10-13 11:04:29 +02001094 return -EHOSTUNREACH;
1095
1096 if (dstcnt == 1) {
1097 tipc_dest_pop(&dsts, &dest->addr.id.node, &dest->addr.id.ref);
1098 return tipc_send_group_unicast(sock, m, dlen, timeout);
1099 }
1100
1101 tipc_dest_list_purge(&dsts);
1102 return tipc_send_group_bcast(sock, m, dlen, timeout);
1103}
1104
1105/**
Jon Paul Maloycb1b7282015-02-05 08:36:44 -05001106 * tipc_sk_mcast_rcv - Deliver multicast messages to all destination sockets
1107 * @arrvq: queue with arriving messages, to be cloned after destination lookup
1108 * @inputq: queue with cloned messages, delivered to socket after dest lookup
1109 *
1110 * Multi-threaded: parallel calls with reference to same queues may occur
Jon Paul Maloy078bec82014-07-16 20:41:00 -04001111 */
Jon Paul Maloycb1b7282015-02-05 08:36:44 -05001112void tipc_sk_mcast_rcv(struct net *net, struct sk_buff_head *arrvq,
1113 struct sk_buff_head *inputq)
Jon Paul Maloy078bec82014-07-16 20:41:00 -04001114{
Jon Maloy75da2162017-10-13 11:04:23 +02001115 u32 self = tipc_own_addr(net);
Jon Maloy232d07b2018-01-08 21:03:30 +01001116 u32 type, lower, upper, scope;
Jon Paul Maloycb1b7282015-02-05 08:36:44 -05001117 struct sk_buff *skb, *_skb;
Colin Ian Kingb053fcc2018-07-31 17:01:37 +01001118 u32 portid, onode;
Jon Maloy232d07b2018-01-08 21:03:30 +01001119 struct sk_buff_head tmpq;
Jon Maloy75da2162017-10-13 11:04:23 +02001120 struct list_head dports;
Jon Maloy232d07b2018-01-08 21:03:30 +01001121 struct tipc_msg *hdr;
1122 int user, mtyp, hlen;
1123 bool exact;
Jon Paul Maloy3c724ac2015-02-05 08:36:43 -05001124
Jon Paul Maloycb1b7282015-02-05 08:36:44 -05001125 __skb_queue_head_init(&tmpq);
Jon Paul Maloy4d8642d2017-01-03 10:55:10 -05001126 INIT_LIST_HEAD(&dports);
Jon Paul Maloy078bec82014-07-16 20:41:00 -04001127
Jon Paul Maloycb1b7282015-02-05 08:36:44 -05001128 skb = tipc_skb_peek(arrvq, &inputq->lock);
1129 for (; skb; skb = tipc_skb_peek(arrvq, &inputq->lock)) {
Jon Maloy232d07b2018-01-08 21:03:30 +01001130 hdr = buf_msg(skb);
1131 user = msg_user(hdr);
1132 mtyp = msg_type(hdr);
1133 hlen = skb_headroom(skb) + msg_hdr_sz(hdr);
Jon Maloy232d07b2018-01-08 21:03:30 +01001134 onode = msg_orignode(hdr);
1135 type = msg_nametype(hdr);
1136
Jon Maloy2f487712017-10-13 11:04:31 +02001137 if (mtyp == TIPC_GRP_UCAST_MSG || user == GROUP_PROTOCOL) {
1138 spin_lock_bh(&inputq->lock);
1139 if (skb_peek(arrvq) == skb) {
1140 __skb_dequeue(arrvq);
1141 __skb_queue_tail(inputq, skb);
1142 }
Jon Maloyc545a942017-12-11 19:11:55 +01001143 kfree_skb(skb);
Jon Maloy2f487712017-10-13 11:04:31 +02001144 spin_unlock_bh(&inputq->lock);
1145 continue;
1146 }
Jon Paul Maloycb1b7282015-02-05 08:36:44 -05001147
Jon Maloy232d07b2018-01-08 21:03:30 +01001148 /* Group messages require exact scope match */
1149 if (msg_in_group(hdr)) {
1150 lower = 0;
1151 upper = ~0;
1152 scope = msg_lookup_scope(hdr);
1153 exact = true;
1154 } else {
1155 /* TIPC_NODE_SCOPE means "any scope" in this context */
1156 if (onode == self)
1157 scope = TIPC_NODE_SCOPE;
1158 else
1159 scope = TIPC_CLUSTER_SCOPE;
1160 exact = false;
1161 lower = msg_namelower(hdr);
1162 upper = msg_nameupper(hdr);
Jon Maloy75da2162017-10-13 11:04:23 +02001163 }
Jon Maloy232d07b2018-01-08 21:03:30 +01001164
1165 /* Create destination port list: */
1166 tipc_nametbl_mc_lookup(net, type, lower, upper,
1167 scope, exact, &dports);
1168
1169 /* Clone message per destination */
Jon Maloya80ae532017-10-13 11:04:22 +02001170 while (tipc_dest_pop(&dports, NULL, &portid)) {
Jon Maloy232d07b2018-01-08 21:03:30 +01001171 _skb = __pskb_copy(skb, hlen, GFP_ATOMIC);
Jon Paul Maloycb1b7282015-02-05 08:36:44 -05001172 if (_skb) {
1173 msg_set_destport(buf_msg(_skb), portid);
1174 __skb_queue_tail(&tmpq, _skb);
1175 continue;
1176 }
1177 pr_warn("Failed to clone mcast rcv buffer\n");
Jon Paul Maloy078bec82014-07-16 20:41:00 -04001178 }
Jon Paul Maloycb1b7282015-02-05 08:36:44 -05001179 /* Append to inputq if not already done by other thread */
1180 spin_lock_bh(&inputq->lock);
1181 if (skb_peek(arrvq) == skb) {
1182 skb_queue_splice_tail_init(&tmpq, inputq);
1183 kfree_skb(__skb_dequeue(arrvq));
1184 }
1185 spin_unlock_bh(&inputq->lock);
1186 __skb_queue_purge(&tmpq);
1187 kfree_skb(skb);
Jon Paul Maloy078bec82014-07-16 20:41:00 -04001188 }
Jon Paul Maloycb1b7282015-02-05 08:36:44 -05001189 tipc_sk_rcv(net, inputq);
Jon Paul Maloy078bec82014-07-16 20:41:00 -04001190}
1191
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001192/**
Jon Maloy64ac5f52017-10-13 11:04:20 +02001193 * tipc_sk_conn_proto_rcv - receive a connection mng protocol message
Jon Paul Maloyac0074e2014-06-25 20:41:41 -05001194 * @tsk: receiving socket
Jon Paul Maloybcd3ffd2015-07-22 10:11:19 -04001195 * @skb: pointer to message buffer.
Jon Paul Maloyac0074e2014-06-25 20:41:41 -05001196 */
Jon Maloy64ac5f52017-10-13 11:04:20 +02001197static void tipc_sk_conn_proto_rcv(struct tipc_sock *tsk, struct sk_buff *skb,
1198 struct sk_buff_head *xmitq)
Jon Paul Maloyac0074e2014-06-25 20:41:41 -05001199{
Jon Paul Maloybcd3ffd2015-07-22 10:11:19 -04001200 struct tipc_msg *hdr = buf_msg(skb);
Jon Maloy64ac5f52017-10-13 11:04:20 +02001201 u32 onode = tsk_own_node(tsk);
1202 struct sock *sk = &tsk->sk;
Jon Paul Maloybcd3ffd2015-07-22 10:11:19 -04001203 int mtyp = msg_type(hdr);
Jon Paul Maloy10724cc2016-05-02 11:58:47 -04001204 bool conn_cong;
Jon Paul Maloybcd3ffd2015-07-22 10:11:19 -04001205
Jon Paul Maloyac0074e2014-06-25 20:41:41 -05001206 /* Ignore if connection cannot be validated: */
Jon Paul Maloybcd3ffd2015-07-22 10:11:19 -04001207 if (!tsk_peer_msg(tsk, hdr))
Jon Paul Maloyac0074e2014-06-25 20:41:41 -05001208 goto exit;
1209
Parthasarathy Bhuvaraganc1be7752017-04-26 10:05:02 +02001210 if (unlikely(msg_errcode(hdr))) {
1211 tipc_set_sk_state(sk, TIPC_DISCONNECTING);
1212 tipc_node_remove_conn(sock_net(sk), tsk_peer_node(tsk),
1213 tsk_peer_port(tsk));
1214 sk->sk_state_change(sk);
1215 goto exit;
1216 }
1217
Parthasarathy Bhuvaragan8ea642e2016-11-01 14:02:44 +01001218 tsk->probe_unacked = false;
Jon Paul Maloyac0074e2014-06-25 20:41:41 -05001219
Jon Paul Maloybcd3ffd2015-07-22 10:11:19 -04001220 if (mtyp == CONN_PROBE) {
1221 msg_set_type(hdr, CONN_PROBE_REPLY);
Jon Paul Maloyf1d048f2016-06-17 06:35:57 -04001222 if (tipc_msg_reverse(onode, &skb, TIPC_OK))
1223 __skb_queue_tail(xmitq, skb);
Jon Paul Maloybcd3ffd2015-07-22 10:11:19 -04001224 return;
1225 } else if (mtyp == CONN_ACK) {
Jon Paul Maloy301bae52014-08-22 18:09:20 -04001226 conn_cong = tsk_conn_cong(tsk);
Jon Paul Maloy10724cc2016-05-02 11:58:47 -04001227 tsk->snt_unacked -= msg_conn_ack(hdr);
1228 if (tsk->peer_caps & TIPC_BLOCK_FLOWCTL)
1229 tsk->snd_win = msg_adv_win(hdr);
Jon Paul Maloy60120522014-06-25 20:41:42 -05001230 if (conn_cong)
Jon Paul Maloybcd3ffd2015-07-22 10:11:19 -04001231 sk->sk_write_space(sk);
1232 } else if (mtyp != CONN_PROBE_REPLY) {
1233 pr_warn("Received unknown CONN_PROTO msg\n");
Jon Paul Maloyac0074e2014-06-25 20:41:41 -05001234 }
Jon Paul Maloyac0074e2014-06-25 20:41:41 -05001235exit:
Jon Paul Maloybcd3ffd2015-07-22 10:11:19 -04001236 kfree_skb(skb);
Jon Paul Maloyac0074e2014-06-25 20:41:41 -05001237}
1238
Jon Paul Maloye2dafe82014-06-25 20:41:37 -05001239/**
Ying Xue247f0f32014-02-18 16:06:46 +08001240 * tipc_sendmsg - send message in connectionless manner
Per Lidenb97bf3f2006-01-02 19:04:38 +01001241 * @sock: socket structure
1242 * @m: message to send
Jon Paul Maloye2dafe82014-06-25 20:41:37 -05001243 * @dsz: amount of user data to be sent
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001244 *
Per Lidenb97bf3f2006-01-02 19:04:38 +01001245 * Message must have an destination specified explicitly.
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001246 * Used for SOCK_RDM and SOCK_DGRAM messages,
Per Lidenb97bf3f2006-01-02 19:04:38 +01001247 * and for 'SYN' messages on SOCK_SEQPACKET and SOCK_STREAM connections.
1248 * (Note: 'SYN+' is prohibited on SOCK_STREAM.)
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001249 *
Per Lidenb97bf3f2006-01-02 19:04:38 +01001250 * Returns the number of bytes sent on success, or errno otherwise
1251 */
Ying Xue1b784142015-03-02 15:37:48 +08001252static int tipc_sendmsg(struct socket *sock,
Jon Paul Maloye2dafe82014-06-25 20:41:37 -05001253 struct msghdr *m, size_t dsz)
Per Lidenb97bf3f2006-01-02 19:04:38 +01001254{
Ying Xue39a0295f2015-03-02 15:37:47 +08001255 struct sock *sk = sock->sk;
1256 int ret;
1257
1258 lock_sock(sk);
1259 ret = __tipc_sendmsg(sock, m, dsz);
1260 release_sock(sk);
1261
1262 return ret;
1263}
1264
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001265static int __tipc_sendmsg(struct socket *sock, struct msghdr *m, size_t dlen)
Ying Xue39a0295f2015-03-02 15:37:47 +08001266{
Allan Stephens0c3141e2008-04-15 00:22:02 -07001267 struct sock *sk = sock->sk;
Ying Xuef2f98002015-01-09 15:27:05 +08001268 struct net *net = sock_net(sk);
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001269 struct tipc_sock *tsk = tipc_sk(sk);
1270 DECLARE_SOCKADDR(struct sockaddr_tipc *, dest, m->msg_name);
1271 long timeout = sock_sndtimeo(sk, m->msg_flags & MSG_DONTWAIT);
1272 struct list_head *clinks = &tsk->cong_links;
1273 bool syn = !tipc_sk_type_connectionless(sk);
Jon Maloy75da2162017-10-13 11:04:23 +02001274 struct tipc_group *grp = tsk->group;
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001275 struct tipc_msg *hdr = &tsk->phdr;
Erik Hugnef2f80362015-03-19 09:02:19 +01001276 struct tipc_name_seq *seq;
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001277 struct sk_buff_head pkts;
Jon Maloy335b9292018-04-12 01:15:48 +02001278 u32 dport, dnode = 0;
Jon Maloy928df182018-03-15 16:48:51 +01001279 u32 type, inst;
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001280 int mtu, rc;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001281
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001282 if (unlikely(dlen > TIPC_MAX_USER_MSG_SIZE))
Allan Stephensc29c3f72010-04-20 17:58:24 -04001283 return -EMSGSIZE;
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001284
Jon Maloy27bd9ec2017-10-13 11:04:27 +02001285 if (likely(dest)) {
1286 if (unlikely(m->msg_namelen < sizeof(*dest)))
1287 return -EINVAL;
1288 if (unlikely(dest->family != AF_TIPC))
1289 return -EINVAL;
1290 }
1291
1292 if (grp) {
1293 if (!dest)
1294 return tipc_send_group_bcast(sock, m, dlen, timeout);
Jon Maloyee106d72017-10-13 11:04:28 +02001295 if (dest->addrtype == TIPC_ADDR_NAME)
1296 return tipc_send_group_anycast(sock, m, dlen, timeout);
Jon Maloy27bd9ec2017-10-13 11:04:27 +02001297 if (dest->addrtype == TIPC_ADDR_ID)
1298 return tipc_send_group_unicast(sock, m, dlen, timeout);
Jon Maloy5b8dddb2017-10-13 11:04:29 +02001299 if (dest->addrtype == TIPC_ADDR_MCAST)
1300 return tipc_send_group_mcast(sock, m, dlen, timeout);
Jon Maloy27bd9ec2017-10-13 11:04:27 +02001301 return -EINVAL;
1302 }
Jon Maloy75da2162017-10-13 11:04:23 +02001303
Erik Hugnef2f80362015-03-19 09:02:19 +01001304 if (unlikely(!dest)) {
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001305 dest = &tsk->peer;
1306 if (!syn || dest->family != AF_TIPC)
Erik Hugnef2f80362015-03-19 09:02:19 +01001307 return -EDESTADDRREQ;
Erik Hugnef2f80362015-03-19 09:02:19 +01001308 }
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001309
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001310 if (unlikely(syn)) {
Parthasarathy Bhuvaragan0c288c82016-11-01 14:02:43 +01001311 if (sk->sk_state == TIPC_LISTEN)
Ying Xue39a0295f2015-03-02 15:37:47 +08001312 return -EPIPE;
Parthasarathy Bhuvaragan438adca2016-11-01 14:02:45 +01001313 if (sk->sk_state != TIPC_OPEN)
Ying Xue39a0295f2015-03-02 15:37:47 +08001314 return -EISCONN;
1315 if (tsk->published)
1316 return -EOPNOTSUPP;
Allan Stephens0c3141e2008-04-15 00:22:02 -07001317 if (dest->addrtype == TIPC_ADDR_NAME) {
Jon Paul Maloy301bae52014-08-22 18:09:20 -04001318 tsk->conn_type = dest->addr.name.name.type;
1319 tsk->conn_instance = dest->addr.name.name.instance;
Allan Stephens0c3141e2008-04-15 00:22:02 -07001320 }
Per Lidenb97bf3f2006-01-02 19:04:38 +01001321 }
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001322
Erik Hugnef2f80362015-03-19 09:02:19 +01001323 seq = &dest->addr.nameseq;
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001324 if (dest->addrtype == TIPC_ADDR_MCAST)
1325 return tipc_sendmcast(sock, seq, m, dlen, timeout);
Jon Paul Maloye2dafe82014-06-25 20:41:37 -05001326
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001327 if (dest->addrtype == TIPC_ADDR_NAME) {
1328 type = dest->addr.name.name.type;
1329 inst = dest->addr.name.name.instance;
Jon Maloy928df182018-03-15 16:48:51 +01001330 dnode = dest->addr.name.domain;
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001331 msg_set_type(hdr, TIPC_NAMED_MSG);
1332 msg_set_hdr_sz(hdr, NAMED_H_SIZE);
1333 msg_set_nametype(hdr, type);
1334 msg_set_nameinst(hdr, inst);
Jon Maloy928df182018-03-15 16:48:51 +01001335 msg_set_lookup_scope(hdr, tipc_node2scope(dnode));
Ying Xue4ac1c8d2015-01-09 15:27:09 +08001336 dport = tipc_nametbl_translate(net, type, inst, &dnode);
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001337 msg_set_destnode(hdr, dnode);
1338 msg_set_destport(hdr, dport);
Ying Xue39a0295f2015-03-02 15:37:47 +08001339 if (unlikely(!dport && !dnode))
1340 return -EHOSTUNREACH;
Jon Paul Maloye2dafe82014-06-25 20:41:37 -05001341 } else if (dest->addrtype == TIPC_ADDR_ID) {
1342 dnode = dest->addr.id.node;
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001343 msg_set_type(hdr, TIPC_DIRECT_MSG);
1344 msg_set_lookup_scope(hdr, 0);
1345 msg_set_destnode(hdr, dnode);
1346 msg_set_destport(hdr, dest->addr.id.ref);
1347 msg_set_hdr_sz(hdr, BASIC_H_SIZE);
Jon Maloy335b9292018-04-12 01:15:48 +02001348 } else {
1349 return -EINVAL;
Jon Paul Maloye2dafe82014-06-25 20:41:37 -05001350 }
1351
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001352 /* Block or return if destination link is congested */
Jon Maloya80ae532017-10-13 11:04:22 +02001353 rc = tipc_wait_for_cond(sock, &timeout,
1354 !tipc_dest_find(clinks, dnode, 0));
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001355 if (unlikely(rc))
Ying Xue39a0295f2015-03-02 15:37:47 +08001356 return rc;
Jon Paul Maloye2dafe82014-06-25 20:41:37 -05001357
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001358 skb_queue_head_init(&pkts);
1359 mtu = tipc_node_get_mtu(net, dnode, tsk->portid);
1360 rc = tipc_msg_build(hdr, m, 0, dlen, mtu, &pkts);
1361 if (unlikely(rc != dlen))
1362 return rc;
Jon Paul Maloye2dafe82014-06-25 20:41:37 -05001363
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001364 rc = tipc_node_xmit(net, &pkts, dnode, tsk->portid);
1365 if (unlikely(rc == -ELINKCONG)) {
Jon Maloya80ae532017-10-13 11:04:22 +02001366 tipc_dest_push(clinks, dnode, 0);
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001367 tsk->cong_link_cnt++;
1368 rc = 0;
1369 }
1370
1371 if (unlikely(syn && !rc))
1372 tipc_set_sk_state(sk, TIPC_CONNECTING);
1373
1374 return rc ? rc : dlen;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001375}
1376
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001377/**
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001378 * tipc_sendstream - send stream-oriented data
Per Lidenb97bf3f2006-01-02 19:04:38 +01001379 * @sock: socket structure
1380 * @m: data to send
Jon Paul Maloy4ccfe5e2014-06-25 20:41:38 -05001381 * @dsz: total length of data to be transmitted
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001382 *
Per Lidenb97bf3f2006-01-02 19:04:38 +01001383 * Used for SOCK_STREAM data.
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001384 *
1385 * Returns the number of bytes sent on success (or partial success),
Allan Stephens1303e8f2006-06-25 23:46:50 -07001386 * or errno if no data sent
Per Lidenb97bf3f2006-01-02 19:04:38 +01001387 */
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001388static int tipc_sendstream(struct socket *sock, struct msghdr *m, size_t dsz)
Per Lidenb97bf3f2006-01-02 19:04:38 +01001389{
Allan Stephens0c3141e2008-04-15 00:22:02 -07001390 struct sock *sk = sock->sk;
Ying Xue39a0295f2015-03-02 15:37:47 +08001391 int ret;
1392
1393 lock_sock(sk);
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001394 ret = __tipc_sendstream(sock, m, dsz);
Ying Xue39a0295f2015-03-02 15:37:47 +08001395 release_sock(sk);
1396
1397 return ret;
1398}
1399
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001400static int __tipc_sendstream(struct socket *sock, struct msghdr *m, size_t dlen)
Ying Xue39a0295f2015-03-02 15:37:47 +08001401{
1402 struct sock *sk = sock->sk;
Jon Paul Maloy4ccfe5e2014-06-25 20:41:38 -05001403 DECLARE_SOCKADDR(struct sockaddr_tipc *, dest, m->msg_name);
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001404 long timeout = sock_sndtimeo(sk, m->msg_flags & MSG_DONTWAIT);
1405 struct tipc_sock *tsk = tipc_sk(sk);
1406 struct tipc_msg *hdr = &tsk->phdr;
1407 struct net *net = sock_net(sk);
1408 struct sk_buff_head pkts;
1409 u32 dnode = tsk_peer_node(tsk);
1410 int send, sent = 0;
1411 int rc = 0;
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001412
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001413 skb_queue_head_init(&pkts);
1414
1415 if (unlikely(dlen > INT_MAX))
Jon Paul Maloy4ccfe5e2014-06-25 20:41:38 -05001416 return -EMSGSIZE;
Allan Stephens0c3141e2008-04-15 00:22:02 -07001417
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001418 /* Handle implicit connection setup */
1419 if (unlikely(dest)) {
1420 rc = __tipc_sendmsg(sock, m, dlen);
1421 if (dlen && (dlen == rc))
1422 tsk->snt_unacked = tsk_inc(tsk, dlen + msg_hdr_sz(hdr));
1423 return rc;
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001424 }
Per Lidenb97bf3f2006-01-02 19:04:38 +01001425
Jon Paul Maloy4ccfe5e2014-06-25 20:41:38 -05001426 do {
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001427 rc = tipc_wait_for_cond(sock, &timeout,
1428 (!tsk->cong_link_cnt &&
Jon Paul Maloy8c44e1a2017-01-03 10:55:09 -05001429 !tsk_conn_cong(tsk) &&
1430 tipc_sk_connected(sk)));
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001431 if (unlikely(rc))
1432 break;
Ying Xue39a0295f2015-03-02 15:37:47 +08001433
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001434 send = min_t(size_t, dlen - sent, TIPC_MAX_USER_MSG_SIZE);
1435 rc = tipc_msg_build(hdr, m, sent, send, tsk->max_pkt, &pkts);
1436 if (unlikely(rc != send))
1437 break;
1438
1439 rc = tipc_node_xmit(net, &pkts, dnode, tsk->portid);
1440 if (unlikely(rc == -ELINKCONG)) {
1441 tsk->cong_link_cnt = 1;
1442 rc = 0;
1443 }
1444 if (likely(!rc)) {
1445 tsk->snt_unacked += tsk_inc(tsk, send + MIN_H_SIZE);
1446 sent += send;
1447 }
1448 } while (sent < dlen && !rc);
1449
Parthasarathy Bhuvaragan3364d612017-04-24 15:00:42 +02001450 return sent ? sent : rc;
Jon Paul Maloy4ccfe5e2014-06-25 20:41:38 -05001451}
1452
1453/**
1454 * tipc_send_packet - send a connection-oriented message
Jon Paul Maloy4ccfe5e2014-06-25 20:41:38 -05001455 * @sock: socket structure
1456 * @m: message to send
1457 * @dsz: length of data to be transmitted
1458 *
1459 * Used for SOCK_SEQPACKET messages.
1460 *
1461 * Returns the number of bytes sent on success, or errno otherwise
1462 */
Ying Xue1b784142015-03-02 15:37:48 +08001463static int tipc_send_packet(struct socket *sock, struct msghdr *m, size_t dsz)
Jon Paul Maloy4ccfe5e2014-06-25 20:41:38 -05001464{
1465 if (dsz > TIPC_MAX_USER_MSG_SIZE)
1466 return -EMSGSIZE;
1467
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001468 return tipc_sendstream(sock, m, dsz);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001469}
1470
Jon Paul Maloydadebc02014-08-22 18:09:11 -04001471/* tipc_sk_finish_conn - complete the setup of a connection
Per Lidenb97bf3f2006-01-02 19:04:38 +01001472 */
Jon Paul Maloy301bae52014-08-22 18:09:20 -04001473static void tipc_sk_finish_conn(struct tipc_sock *tsk, u32 peer_port,
Jon Paul Maloydadebc02014-08-22 18:09:11 -04001474 u32 peer_node)
Per Lidenb97bf3f2006-01-02 19:04:38 +01001475{
Ying Xue3721e9c2015-01-13 17:07:48 +08001476 struct sock *sk = &tsk->sk;
1477 struct net *net = sock_net(sk);
Jon Paul Maloy301bae52014-08-22 18:09:20 -04001478 struct tipc_msg *msg = &tsk->phdr;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001479
Jon Paul Maloydadebc02014-08-22 18:09:11 -04001480 msg_set_destnode(msg, peer_node);
1481 msg_set_destport(msg, peer_port);
1482 msg_set_type(msg, TIPC_CONN_MSG);
1483 msg_set_lookup_scope(msg, 0);
1484 msg_set_hdr_sz(msg, SHORT_H_SIZE);
Jon Paul Maloyf9fef182014-03-12 11:31:08 -04001485
Jon Maloy0d5fcebf2017-10-20 11:21:32 +02001486 sk_reset_timer(sk, &sk->sk_timer, jiffies + CONN_PROBING_INTV);
Parthasarathy Bhuvaragan8ea642e2016-11-01 14:02:44 +01001487 tipc_set_sk_state(sk, TIPC_ESTABLISHED);
Ying Xuef2f98002015-01-09 15:27:05 +08001488 tipc_node_add_conn(net, peer_node, tsk->portid, peer_port);
1489 tsk->max_pkt = tipc_node_get_mtu(net, peer_node, tsk->portid);
Jon Paul Maloy60020e12016-05-02 11:58:46 -04001490 tsk->peer_caps = tipc_node_get_capabilities(net, peer_node);
Jon Paul Maloy10724cc2016-05-02 11:58:47 -04001491 if (tsk->peer_caps & TIPC_BLOCK_FLOWCTL)
1492 return;
1493
1494 /* Fall back to message based flow control */
1495 tsk->rcv_win = FLOWCTL_MSG_WIN;
1496 tsk->snd_win = FLOWCTL_MSG_WIN;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001497}
1498
1499/**
Jon Maloy31c82a22017-10-13 11:04:24 +02001500 * tipc_sk_set_orig_addr - capture sender's address for received message
Per Lidenb97bf3f2006-01-02 19:04:38 +01001501 * @m: descriptor for message info
Jon Maloy31c82a22017-10-13 11:04:24 +02001502 * @hdr: received message header
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001503 *
Per Lidenb97bf3f2006-01-02 19:04:38 +01001504 * Note: Address is not captured if not requested by receiver.
1505 */
Jon Maloy31c82a22017-10-13 11:04:24 +02001506static void tipc_sk_set_orig_addr(struct msghdr *m, struct sk_buff *skb)
Per Lidenb97bf3f2006-01-02 19:04:38 +01001507{
Jon Maloy31c82a22017-10-13 11:04:24 +02001508 DECLARE_SOCKADDR(struct sockaddr_pair *, srcaddr, m->msg_name);
1509 struct tipc_msg *hdr = buf_msg(skb);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001510
Jon Maloy31c82a22017-10-13 11:04:24 +02001511 if (!srcaddr)
1512 return;
1513
1514 srcaddr->sock.family = AF_TIPC;
1515 srcaddr->sock.addrtype = TIPC_ADDR_ID;
Eric Dumazet09c8b972018-05-09 09:50:22 -07001516 srcaddr->sock.scope = 0;
Jon Maloy31c82a22017-10-13 11:04:24 +02001517 srcaddr->sock.addr.id.ref = msg_origport(hdr);
1518 srcaddr->sock.addr.id.node = msg_orignode(hdr);
1519 srcaddr->sock.addr.name.domain = 0;
Jon Maloy31c82a22017-10-13 11:04:24 +02001520 m->msg_namelen = sizeof(struct sockaddr_tipc);
1521
1522 if (!msg_in_group(hdr))
1523 return;
1524
1525 /* Group message users may also want to know sending member's id */
1526 srcaddr->member.family = AF_TIPC;
1527 srcaddr->member.addrtype = TIPC_ADDR_NAME;
Eric Dumazet09c8b972018-05-09 09:50:22 -07001528 srcaddr->member.scope = 0;
Jon Maloy31c82a22017-10-13 11:04:24 +02001529 srcaddr->member.addr.name.name.type = msg_nametype(hdr);
1530 srcaddr->member.addr.name.name.instance = TIPC_SKB_CB(skb)->orig_member;
1531 srcaddr->member.addr.name.domain = 0;
1532 m->msg_namelen = sizeof(*srcaddr);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001533}
1534
1535/**
Jon Paul Maloy301bae52014-08-22 18:09:20 -04001536 * tipc_sk_anc_data_recv - optionally capture ancillary data for received message
Per Lidenb97bf3f2006-01-02 19:04:38 +01001537 * @m: descriptor for message info
1538 * @msg: received message header
Jon Paul Maloy301bae52014-08-22 18:09:20 -04001539 * @tsk: TIPC port associated with message
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001540 *
Per Lidenb97bf3f2006-01-02 19:04:38 +01001541 * Note: Ancillary data is not captured if not requested by receiver.
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001542 *
Per Lidenb97bf3f2006-01-02 19:04:38 +01001543 * Returns 0 if successful, otherwise errno
1544 */
Jon Paul Maloy301bae52014-08-22 18:09:20 -04001545static int tipc_sk_anc_data_recv(struct msghdr *m, struct tipc_msg *msg,
1546 struct tipc_sock *tsk)
Per Lidenb97bf3f2006-01-02 19:04:38 +01001547{
1548 u32 anc_data[3];
1549 u32 err;
1550 u32 dest_type;
Allan Stephens3546c752006-06-25 23:45:24 -07001551 int has_name;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001552 int res;
1553
1554 if (likely(m->msg_controllen == 0))
1555 return 0;
1556
1557 /* Optionally capture errored message object(s) */
Per Lidenb97bf3f2006-01-02 19:04:38 +01001558 err = msg ? msg_errcode(msg) : 0;
1559 if (unlikely(err)) {
1560 anc_data[0] = err;
1561 anc_data[1] = msg_data_sz(msg);
Allan Stephens2db99832010-12-31 18:59:33 +00001562 res = put_cmsg(m, SOL_TIPC, TIPC_ERRINFO, 8, anc_data);
1563 if (res)
Per Lidenb97bf3f2006-01-02 19:04:38 +01001564 return res;
Allan Stephens2db99832010-12-31 18:59:33 +00001565 if (anc_data[1]) {
1566 res = put_cmsg(m, SOL_TIPC, TIPC_RETDATA, anc_data[1],
1567 msg_data(msg));
1568 if (res)
1569 return res;
1570 }
Per Lidenb97bf3f2006-01-02 19:04:38 +01001571 }
1572
1573 /* Optionally capture message destination object */
Per Lidenb97bf3f2006-01-02 19:04:38 +01001574 dest_type = msg ? msg_type(msg) : TIPC_DIRECT_MSG;
1575 switch (dest_type) {
1576 case TIPC_NAMED_MSG:
Allan Stephens3546c752006-06-25 23:45:24 -07001577 has_name = 1;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001578 anc_data[0] = msg_nametype(msg);
1579 anc_data[1] = msg_namelower(msg);
1580 anc_data[2] = msg_namelower(msg);
1581 break;
1582 case TIPC_MCAST_MSG:
Allan Stephens3546c752006-06-25 23:45:24 -07001583 has_name = 1;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001584 anc_data[0] = msg_nametype(msg);
1585 anc_data[1] = msg_namelower(msg);
1586 anc_data[2] = msg_nameupper(msg);
1587 break;
1588 case TIPC_CONN_MSG:
Jon Paul Maloy301bae52014-08-22 18:09:20 -04001589 has_name = (tsk->conn_type != 0);
1590 anc_data[0] = tsk->conn_type;
1591 anc_data[1] = tsk->conn_instance;
1592 anc_data[2] = tsk->conn_instance;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001593 break;
1594 default:
Allan Stephens3546c752006-06-25 23:45:24 -07001595 has_name = 0;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001596 }
Allan Stephens2db99832010-12-31 18:59:33 +00001597 if (has_name) {
1598 res = put_cmsg(m, SOL_TIPC, TIPC_DESTNAME, 12, anc_data);
1599 if (res)
1600 return res;
1601 }
Per Lidenb97bf3f2006-01-02 19:04:38 +01001602
1603 return 0;
1604}
1605
Jon Paul Maloy10724cc2016-05-02 11:58:47 -04001606static void tipc_sk_send_ack(struct tipc_sock *tsk)
Jon Paul Maloy739f5e42014-08-22 18:09:12 -04001607{
Parthasarathy Bhuvaragand6fb7e92016-11-01 14:02:40 +01001608 struct sock *sk = &tsk->sk;
1609 struct net *net = sock_net(sk);
Ying Xuea6ca1092014-11-26 11:41:55 +08001610 struct sk_buff *skb = NULL;
Jon Paul Maloy739f5e42014-08-22 18:09:12 -04001611 struct tipc_msg *msg;
Jon Paul Maloy301bae52014-08-22 18:09:20 -04001612 u32 peer_port = tsk_peer_port(tsk);
1613 u32 dnode = tsk_peer_node(tsk);
Jon Paul Maloy739f5e42014-08-22 18:09:12 -04001614
Parthasarathy Bhuvaragand6fb7e92016-11-01 14:02:40 +01001615 if (!tipc_sk_connected(sk))
Jon Paul Maloy739f5e42014-08-22 18:09:12 -04001616 return;
Jon Paul Maloyc5898632015-02-05 08:36:36 -05001617 skb = tipc_msg_create(CONN_MANAGER, CONN_ACK, INT_H_SIZE, 0,
1618 dnode, tsk_own_node(tsk), peer_port,
1619 tsk->portid, TIPC_OK);
Ying Xuea6ca1092014-11-26 11:41:55 +08001620 if (!skb)
Jon Paul Maloy739f5e42014-08-22 18:09:12 -04001621 return;
Ying Xuea6ca1092014-11-26 11:41:55 +08001622 msg = buf_msg(skb);
Jon Paul Maloy10724cc2016-05-02 11:58:47 -04001623 msg_set_conn_ack(msg, tsk->rcv_unacked);
1624 tsk->rcv_unacked = 0;
1625
1626 /* Adjust to and advertize the correct window limit */
1627 if (tsk->peer_caps & TIPC_BLOCK_FLOWCTL) {
1628 tsk->rcv_win = tsk_adv_blocks(tsk->sk.sk_rcvbuf);
1629 msg_set_adv_win(msg, tsk->rcv_win);
1630 }
Jon Paul Maloyaf9b0282015-07-16 16:54:24 -04001631 tipc_node_xmit_skb(net, skb, dnode, msg_link_selector(msg));
Jon Paul Maloy739f5e42014-08-22 18:09:12 -04001632}
1633
Arnaldo Carvalho de Melo85d3fc92014-05-23 15:55:12 -04001634static int tipc_wait_for_rcvmsg(struct socket *sock, long *timeop)
Ying Xue9bbb4ec2014-01-17 09:50:07 +08001635{
1636 struct sock *sk = sock->sk;
1637 DEFINE_WAIT(wait);
Arnaldo Carvalho de Melo85d3fc92014-05-23 15:55:12 -04001638 long timeo = *timeop;
Parthasarathy Bhuvaragan4e0df492017-04-26 10:05:01 +02001639 int err = sock_error(sk);
1640
1641 if (err)
1642 return err;
Ying Xue9bbb4ec2014-01-17 09:50:07 +08001643
1644 for (;;) {
1645 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE);
Ying Xuefe8e4642014-03-06 14:40:18 +01001646 if (timeo && skb_queue_empty(&sk->sk_receive_queue)) {
Parthasarathy Bhuvaragan6f000892016-11-01 14:02:47 +01001647 if (sk->sk_shutdown & RCV_SHUTDOWN) {
Ying Xue9bbb4ec2014-01-17 09:50:07 +08001648 err = -ENOTCONN;
1649 break;
1650 }
1651 release_sock(sk);
1652 timeo = schedule_timeout(timeo);
1653 lock_sock(sk);
1654 }
1655 err = 0;
1656 if (!skb_queue_empty(&sk->sk_receive_queue))
1657 break;
Ying Xue9bbb4ec2014-01-17 09:50:07 +08001658 err = -EAGAIN;
1659 if (!timeo)
1660 break;
Erik Hugne143fe222015-03-09 10:43:42 +01001661 err = sock_intr_errno(timeo);
1662 if (signal_pending(current))
1663 break;
Parthasarathy Bhuvaragan4e0df492017-04-26 10:05:01 +02001664
1665 err = sock_error(sk);
1666 if (err)
1667 break;
Ying Xue9bbb4ec2014-01-17 09:50:07 +08001668 }
1669 finish_wait(sk_sleep(sk), &wait);
Arnaldo Carvalho de Melo85d3fc92014-05-23 15:55:12 -04001670 *timeop = timeo;
Ying Xue9bbb4ec2014-01-17 09:50:07 +08001671 return err;
1672}
1673
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001674/**
Ying Xue247f0f32014-02-18 16:06:46 +08001675 * tipc_recvmsg - receive packet-oriented message
Per Lidenb97bf3f2006-01-02 19:04:38 +01001676 * @m: descriptor for message info
Jon Paul Maloye9f8b102017-05-02 18:16:53 +02001677 * @buflen: length of user buffer area
Per Lidenb97bf3f2006-01-02 19:04:38 +01001678 * @flags: receive flags
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001679 *
Per Lidenb97bf3f2006-01-02 19:04:38 +01001680 * Used for SOCK_DGRAM, SOCK_RDM, and SOCK_SEQPACKET messages.
1681 * If the complete message doesn't fit in user area, truncate it.
1682 *
1683 * Returns size of returned message data, errno otherwise
1684 */
Jon Paul Maloye9f8b102017-05-02 18:16:53 +02001685static int tipc_recvmsg(struct socket *sock, struct msghdr *m,
1686 size_t buflen, int flags)
Per Lidenb97bf3f2006-01-02 19:04:38 +01001687{
Allan Stephens0c3141e2008-04-15 00:22:02 -07001688 struct sock *sk = sock->sk;
Jon Paul Maloye9f8b102017-05-02 18:16:53 +02001689 bool connected = !tipc_sk_type_connectionless(sk);
Jon Maloyae236fb2017-10-13 11:04:25 +02001690 struct tipc_sock *tsk = tipc_sk(sk);
Jon Paul Maloye9f8b102017-05-02 18:16:53 +02001691 int rc, err, hlen, dlen, copy;
Jon Maloyb7d42632017-10-13 11:04:26 +02001692 struct sk_buff_head xmitq;
Jon Maloyae236fb2017-10-13 11:04:25 +02001693 struct tipc_msg *hdr;
1694 struct sk_buff *skb;
1695 bool grp_evt;
Jon Paul Maloye9f8b102017-05-02 18:16:53 +02001696 long timeout;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001697
Allan Stephens0c3141e2008-04-15 00:22:02 -07001698 /* Catch invalid receive requests */
Jon Paul Maloye9f8b102017-05-02 18:16:53 +02001699 if (unlikely(!buflen))
Per Lidenb97bf3f2006-01-02 19:04:38 +01001700 return -EINVAL;
1701
Allan Stephens0c3141e2008-04-15 00:22:02 -07001702 lock_sock(sk);
Jon Paul Maloye9f8b102017-05-02 18:16:53 +02001703 if (unlikely(connected && sk->sk_state == TIPC_OPEN)) {
1704 rc = -ENOTCONN;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001705 goto exit;
1706 }
Jon Paul Maloye9f8b102017-05-02 18:16:53 +02001707 timeout = sock_rcvtimeo(sk, flags & MSG_DONTWAIT);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001708
Jon Maloyb7d42632017-10-13 11:04:26 +02001709 /* Step rcv queue to first msg with data or error; wait if necessary */
Jon Paul Maloye9f8b102017-05-02 18:16:53 +02001710 do {
Jon Paul Maloye9f8b102017-05-02 18:16:53 +02001711 rc = tipc_wait_for_rcvmsg(sock, &timeout);
1712 if (unlikely(rc))
Per Lidenb97bf3f2006-01-02 19:04:38 +01001713 goto exit;
Jon Paul Maloye9f8b102017-05-02 18:16:53 +02001714 skb = skb_peek(&sk->sk_receive_queue);
1715 hdr = buf_msg(skb);
1716 dlen = msg_data_sz(hdr);
1717 hlen = msg_hdr_sz(hdr);
1718 err = msg_errcode(hdr);
Jon Maloyae236fb2017-10-13 11:04:25 +02001719 grp_evt = msg_is_grp_evt(hdr);
Jon Paul Maloye9f8b102017-05-02 18:16:53 +02001720 if (likely(dlen || err))
1721 break;
1722 tsk_advance_rx_queue(sk);
1723 } while (1);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001724
Jon Paul Maloye9f8b102017-05-02 18:16:53 +02001725 /* Collect msg meta data, including error code and rejected data */
Jon Maloy31c82a22017-10-13 11:04:24 +02001726 tipc_sk_set_orig_addr(m, skb);
Jon Paul Maloye9f8b102017-05-02 18:16:53 +02001727 rc = tipc_sk_anc_data_recv(m, hdr, tsk);
1728 if (unlikely(rc))
1729 goto exit;
1730
1731 /* Capture data if non-error msg, otherwise just set return value */
1732 if (likely(!err)) {
1733 copy = min_t(int, dlen, buflen);
1734 if (unlikely(copy != dlen))
1735 m->msg_flags |= MSG_TRUNC;
1736 rc = skb_copy_datagram_msg(skb, hlen, m, copy);
1737 } else {
1738 copy = 0;
1739 rc = 0;
1740 if (err != TIPC_CONN_SHUTDOWN && connected && !m->msg_control)
1741 rc = -ECONNRESET;
1742 }
1743 if (unlikely(rc))
1744 goto exit;
1745
Jon Maloyae236fb2017-10-13 11:04:25 +02001746 /* Mark message as group event if applicable */
1747 if (unlikely(grp_evt)) {
1748 if (msg_grp_evt(hdr) == TIPC_WITHDRAWN)
1749 m->msg_flags |= MSG_EOR;
1750 m->msg_flags |= MSG_OOB;
1751 copy = 0;
1752 }
1753
Jon Paul Maloye9f8b102017-05-02 18:16:53 +02001754 /* Caption of data or error code/rejected data was successful */
Jon Paul Maloy10724cc2016-05-02 11:58:47 -04001755 if (unlikely(flags & MSG_PEEK))
1756 goto exit;
1757
Jon Maloyb7d42632017-10-13 11:04:26 +02001758 /* Send group flow control advertisement when applicable */
1759 if (tsk->group && msg_in_group(hdr) && !grp_evt) {
1760 skb_queue_head_init(&xmitq);
1761 tipc_group_update_rcv_win(tsk->group, tsk_blocks(hlen + dlen),
1762 msg_orignode(hdr), msg_origport(hdr),
1763 &xmitq);
1764 tipc_node_distr_xmit(sock_net(sk), &xmitq);
1765 }
1766
Jon Paul Maloy10724cc2016-05-02 11:58:47 -04001767 tsk_advance_rx_queue(sk);
Jon Maloyae236fb2017-10-13 11:04:25 +02001768
Jon Paul Maloye9f8b102017-05-02 18:16:53 +02001769 if (likely(!connected))
1770 goto exit;
1771
Jon Maloyb7d42632017-10-13 11:04:26 +02001772 /* Send connection flow control advertisement when applicable */
Jon Paul Maloye9f8b102017-05-02 18:16:53 +02001773 tsk->rcv_unacked += tsk_inc(tsk, hlen + dlen);
1774 if (tsk->rcv_unacked >= tsk->rcv_win / TIPC_ACK_RATE)
1775 tipc_sk_send_ack(tsk);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001776exit:
Allan Stephens0c3141e2008-04-15 00:22:02 -07001777 release_sock(sk);
Jon Paul Maloye9f8b102017-05-02 18:16:53 +02001778 return rc ? rc : copy;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001779}
1780
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001781/**
Jon Paul Maloyec8a09f2017-05-02 18:16:54 +02001782 * tipc_recvstream - receive stream-oriented data
Per Lidenb97bf3f2006-01-02 19:04:38 +01001783 * @m: descriptor for message info
Jon Paul Maloyec8a09f2017-05-02 18:16:54 +02001784 * @buflen: total size of user buffer area
Per Lidenb97bf3f2006-01-02 19:04:38 +01001785 * @flags: receive flags
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001786 *
1787 * Used for SOCK_STREAM messages only. If not enough data is available
Per Lidenb97bf3f2006-01-02 19:04:38 +01001788 * will optionally wait for more; never truncates data.
1789 *
1790 * Returns size of returned message data, errno otherwise
1791 */
Jon Paul Maloyec8a09f2017-05-02 18:16:54 +02001792static int tipc_recvstream(struct socket *sock, struct msghdr *m,
1793 size_t buflen, int flags)
Per Lidenb97bf3f2006-01-02 19:04:38 +01001794{
Allan Stephens0c3141e2008-04-15 00:22:02 -07001795 struct sock *sk = sock->sk;
Jon Paul Maloy58ed9442014-03-12 11:31:12 -04001796 struct tipc_sock *tsk = tipc_sk(sk);
Jon Paul Maloyec8a09f2017-05-02 18:16:54 +02001797 struct sk_buff *skb;
1798 struct tipc_msg *hdr;
1799 struct tipc_skb_cb *skb_cb;
1800 bool peek = flags & MSG_PEEK;
1801 int offset, required, copy, copied = 0;
1802 int hlen, dlen, err, rc;
1803 long timeout;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001804
1805 /* Catch invalid receive attempts */
Jon Paul Maloyec8a09f2017-05-02 18:16:54 +02001806 if (unlikely(!buflen))
Per Lidenb97bf3f2006-01-02 19:04:38 +01001807 return -EINVAL;
1808
Allan Stephens0c3141e2008-04-15 00:22:02 -07001809 lock_sock(sk);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001810
Parthasarathy Bhuvaragan438adca2016-11-01 14:02:45 +01001811 if (unlikely(sk->sk_state == TIPC_OPEN)) {
Jon Paul Maloyec8a09f2017-05-02 18:16:54 +02001812 rc = -ENOTCONN;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001813 goto exit;
1814 }
Jon Paul Maloyec8a09f2017-05-02 18:16:54 +02001815 required = sock_rcvlowat(sk, flags & MSG_WAITALL, buflen);
1816 timeout = sock_rcvtimeo(sk, flags & MSG_DONTWAIT);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001817
Jon Paul Maloyec8a09f2017-05-02 18:16:54 +02001818 do {
1819 /* Look at first msg in receive queue; wait if necessary */
1820 rc = tipc_wait_for_rcvmsg(sock, &timeout);
1821 if (unlikely(rc))
1822 break;
1823 skb = skb_peek(&sk->sk_receive_queue);
1824 skb_cb = TIPC_SKB_CB(skb);
1825 hdr = buf_msg(skb);
1826 dlen = msg_data_sz(hdr);
1827 hlen = msg_hdr_sz(hdr);
1828 err = msg_errcode(hdr);
Paul Gortmaker617d3c72012-04-30 15:29:02 -04001829
Jon Paul Maloyec8a09f2017-05-02 18:16:54 +02001830 /* Discard any empty non-errored (SYN-) message */
1831 if (unlikely(!dlen && !err)) {
1832 tsk_advance_rx_queue(sk);
1833 continue;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001834 }
Per Lidenb97bf3f2006-01-02 19:04:38 +01001835
Jon Paul Maloyec8a09f2017-05-02 18:16:54 +02001836 /* Collect msg meta data, incl. error code and rejected data */
1837 if (!copied) {
Jon Maloy31c82a22017-10-13 11:04:24 +02001838 tipc_sk_set_orig_addr(m, skb);
Jon Paul Maloyec8a09f2017-05-02 18:16:54 +02001839 rc = tipc_sk_anc_data_recv(m, hdr, tsk);
1840 if (rc)
1841 break;
1842 }
Per Lidenb97bf3f2006-01-02 19:04:38 +01001843
Jon Paul Maloyec8a09f2017-05-02 18:16:54 +02001844 /* Copy data if msg ok, otherwise return error/partial data */
1845 if (likely(!err)) {
1846 offset = skb_cb->bytes_read;
1847 copy = min_t(int, dlen - offset, buflen - copied);
1848 rc = skb_copy_datagram_msg(skb, hlen + offset, m, copy);
1849 if (unlikely(rc))
1850 break;
1851 copied += copy;
1852 offset += copy;
1853 if (unlikely(offset < dlen)) {
1854 if (!peek)
1855 skb_cb->bytes_read = offset;
1856 break;
1857 }
1858 } else {
1859 rc = 0;
1860 if ((err != TIPC_CONN_SHUTDOWN) && !m->msg_control)
1861 rc = -ECONNRESET;
1862 if (copied || rc)
1863 break;
1864 }
Jon Paul Maloy10724cc2016-05-02 11:58:47 -04001865
Jon Paul Maloyec8a09f2017-05-02 18:16:54 +02001866 if (unlikely(peek))
1867 break;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001868
Jon Paul Maloyec8a09f2017-05-02 18:16:54 +02001869 tsk_advance_rx_queue(sk);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001870
Jon Paul Maloyec8a09f2017-05-02 18:16:54 +02001871 /* Send connection flow control advertisement when applicable */
1872 tsk->rcv_unacked += tsk_inc(tsk, hlen + dlen);
1873 if (unlikely(tsk->rcv_unacked >= tsk->rcv_win / TIPC_ACK_RATE))
1874 tipc_sk_send_ack(tsk);
1875
1876 /* Exit if all requested data or FIN/error received */
1877 if (copied == buflen || err)
1878 break;
1879
1880 } while (!skb_queue_empty(&sk->sk_receive_queue) || copied < required);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001881exit:
Allan Stephens0c3141e2008-04-15 00:22:02 -07001882 release_sock(sk);
Jon Paul Maloyec8a09f2017-05-02 18:16:54 +02001883 return copied ? copied : rc;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001884}
1885
1886/**
Ying Xuef288bef2012-08-21 11:16:57 +08001887 * tipc_write_space - wake up thread if port congestion is released
1888 * @sk: socket
1889 */
1890static void tipc_write_space(struct sock *sk)
1891{
1892 struct socket_wq *wq;
1893
1894 rcu_read_lock();
1895 wq = rcu_dereference(sk->sk_wq);
Herbert Xu1ce0bf52015-11-26 13:55:39 +08001896 if (skwq_has_sleeper(wq))
Linus Torvaldsa9a08842018-02-11 14:34:03 -08001897 wake_up_interruptible_sync_poll(&wq->wait, EPOLLOUT |
1898 EPOLLWRNORM | EPOLLWRBAND);
Ying Xuef288bef2012-08-21 11:16:57 +08001899 rcu_read_unlock();
1900}
1901
1902/**
1903 * tipc_data_ready - wake up threads to indicate messages have been received
1904 * @sk: socket
1905 * @len: the length of messages
1906 */
David S. Miller676d2362014-04-11 16:15:36 -04001907static void tipc_data_ready(struct sock *sk)
Ying Xuef288bef2012-08-21 11:16:57 +08001908{
1909 struct socket_wq *wq;
1910
1911 rcu_read_lock();
1912 wq = rcu_dereference(sk->sk_wq);
Herbert Xu1ce0bf52015-11-26 13:55:39 +08001913 if (skwq_has_sleeper(wq))
Linus Torvaldsa9a08842018-02-11 14:34:03 -08001914 wake_up_interruptible_sync_poll(&wq->wait, EPOLLIN |
1915 EPOLLRDNORM | EPOLLRDBAND);
Ying Xuef288bef2012-08-21 11:16:57 +08001916 rcu_read_unlock();
1917}
1918
Ying Xuef4195d12015-11-22 15:46:05 +08001919static void tipc_sock_destruct(struct sock *sk)
1920{
1921 __skb_queue_purge(&sk->sk_receive_queue);
1922}
1923
Jon Maloy64ac5f52017-10-13 11:04:20 +02001924static void tipc_sk_proto_rcv(struct sock *sk,
1925 struct sk_buff_head *inputq,
1926 struct sk_buff_head *xmitq)
1927{
1928 struct sk_buff *skb = __skb_dequeue(inputq);
1929 struct tipc_sock *tsk = tipc_sk(sk);
1930 struct tipc_msg *hdr = buf_msg(skb);
Jon Maloy75da2162017-10-13 11:04:23 +02001931 struct tipc_group *grp = tsk->group;
Jon Maloyb7d42632017-10-13 11:04:26 +02001932 bool wakeup = false;
Jon Maloy64ac5f52017-10-13 11:04:20 +02001933
1934 switch (msg_user(hdr)) {
1935 case CONN_MANAGER:
1936 tipc_sk_conn_proto_rcv(tsk, skb, xmitq);
1937 return;
1938 case SOCK_WAKEUP:
Jon Maloya80ae532017-10-13 11:04:22 +02001939 tipc_dest_del(&tsk->cong_links, msg_orignode(hdr), 0);
Jon Maloy64ac5f52017-10-13 11:04:20 +02001940 tsk->cong_link_cnt--;
Jon Maloyb7d42632017-10-13 11:04:26 +02001941 wakeup = true;
Jon Maloy64ac5f52017-10-13 11:04:20 +02001942 break;
Jon Maloy75da2162017-10-13 11:04:23 +02001943 case GROUP_PROTOCOL:
Jon Maloyb7d42632017-10-13 11:04:26 +02001944 tipc_group_proto_rcv(grp, &wakeup, hdr, inputq, xmitq);
Jon Maloy75da2162017-10-13 11:04:23 +02001945 break;
Jon Maloy64ac5f52017-10-13 11:04:20 +02001946 case TOP_SRV:
Jon Maloyb7d42632017-10-13 11:04:26 +02001947 tipc_group_member_evt(tsk->group, &wakeup, &sk->sk_rcvbuf,
Jon Maloy7ad32bc2018-01-08 21:03:26 +01001948 hdr, inputq, xmitq);
Jon Maloy64ac5f52017-10-13 11:04:20 +02001949 break;
1950 default:
1951 break;
1952 }
1953
Jon Maloyb7d42632017-10-13 11:04:26 +02001954 if (wakeup)
1955 sk->sk_write_space(sk);
1956
Jon Maloy64ac5f52017-10-13 11:04:20 +02001957 kfree_skb(skb);
1958}
1959
Ying Xuef288bef2012-08-21 11:16:57 +08001960/**
Jon Maloy64ac5f52017-10-13 11:04:20 +02001961 * tipc_filter_connect - Handle incoming message for a connection-based socket
Jon Paul Maloy58ed9442014-03-12 11:31:12 -04001962 * @tsk: TIPC socket
Jon Paul Maloy1186adf2015-02-05 08:36:37 -05001963 * @skb: pointer to message buffer. Set to NULL if buffer is consumed
Ying Xue7e6c1312012-11-29 18:39:14 -05001964 *
Jon Paul Maloycda36962015-07-22 10:11:20 -04001965 * Returns true if everything ok, false otherwise
Ying Xue7e6c1312012-11-29 18:39:14 -05001966 */
Jon Maloy64ac5f52017-10-13 11:04:20 +02001967static bool tipc_sk_filter_connect(struct tipc_sock *tsk, struct sk_buff *skb)
Ying Xue7e6c1312012-11-29 18:39:14 -05001968{
Jon Paul Maloy58ed9442014-03-12 11:31:12 -04001969 struct sock *sk = &tsk->sk;
Ying Xuef2f98002015-01-09 15:27:05 +08001970 struct net *net = sock_net(sk);
Jon Paul Maloycda36962015-07-22 10:11:20 -04001971 struct tipc_msg *hdr = buf_msg(skb);
Parthasarathy Bhuvaragan4e0df492017-04-26 10:05:01 +02001972 u32 pport = msg_origport(hdr);
1973 u32 pnode = msg_orignode(hdr);
Ying Xue7e6c1312012-11-29 18:39:14 -05001974
Jon Paul Maloycda36962015-07-22 10:11:20 -04001975 if (unlikely(msg_mcast(hdr)))
1976 return false;
Ying Xue7e6c1312012-11-29 18:39:14 -05001977
Parthasarathy Bhuvaragan99a20882016-11-01 14:02:48 +01001978 switch (sk->sk_state) {
1979 case TIPC_CONNECTING:
Ying Xue7e6c1312012-11-29 18:39:14 -05001980 /* Accept only ACK or NACK message */
Parthasarathy Bhuvaragan4e0df492017-04-26 10:05:01 +02001981 if (unlikely(!msg_connected(hdr))) {
1982 if (pport != tsk_peer_port(tsk) ||
1983 pnode != tsk_peer_node(tsk))
1984 return false;
1985
1986 tipc_set_sk_state(sk, TIPC_DISCONNECTING);
1987 sk->sk_err = ECONNREFUSED;
1988 sk->sk_state_change(sk);
1989 return true;
1990 }
Jon Paul Maloydadebc02014-08-22 18:09:11 -04001991
Jon Paul Maloycda36962015-07-22 10:11:20 -04001992 if (unlikely(msg_errcode(hdr))) {
Parthasarathy Bhuvaragan9fd4b072016-11-01 14:02:46 +01001993 tipc_set_sk_state(sk, TIPC_DISCONNECTING);
Erik Hugne2c8d8512013-08-28 09:29:58 +02001994 sk->sk_err = ECONNREFUSED;
Parthasarathy Bhuvaragan4e0df492017-04-26 10:05:01 +02001995 sk->sk_state_change(sk);
Jon Paul Maloycda36962015-07-22 10:11:20 -04001996 return true;
Ying Xue584d24b2012-11-29 18:51:19 -05001997 }
1998
Jon Paul Maloycda36962015-07-22 10:11:20 -04001999 if (unlikely(!msg_isdata(hdr))) {
Parthasarathy Bhuvaragan9fd4b072016-11-01 14:02:46 +01002000 tipc_set_sk_state(sk, TIPC_DISCONNECTING);
Jon Paul Maloydadebc02014-08-22 18:09:11 -04002001 sk->sk_err = EINVAL;
Parthasarathy Bhuvaragan4e0df492017-04-26 10:05:01 +02002002 sk->sk_state_change(sk);
Jon Paul Maloycda36962015-07-22 10:11:20 -04002003 return true;
Ying Xue584d24b2012-11-29 18:51:19 -05002004 }
2005
Jon Paul Maloycda36962015-07-22 10:11:20 -04002006 tipc_sk_finish_conn(tsk, msg_origport(hdr), msg_orignode(hdr));
2007 msg_set_importance(&tsk->phdr, msg_importance(hdr));
Jon Paul Maloydadebc02014-08-22 18:09:11 -04002008
Jon Paul Maloycda36962015-07-22 10:11:20 -04002009 /* If 'ACK+' message, add to socket receive queue */
2010 if (msg_data_sz(hdr))
2011 return true;
2012
2013 /* If empty 'ACK-' message, wake up sleeping connect() */
Parthasarathy Bhuvaragan42b531d2017-04-26 10:05:00 +02002014 sk->sk_data_ready(sk);
Jon Paul Maloycda36962015-07-22 10:11:20 -04002015
2016 /* 'ACK-' message is neither accepted nor rejected: */
2017 msg_set_dest_droppable(hdr, 1);
2018 return false;
Jon Paul Maloycda36962015-07-22 10:11:20 -04002019
Parthasarathy Bhuvaragan438adca2016-11-01 14:02:45 +01002020 case TIPC_OPEN:
Parthasarathy Bhuvaragan9fd4b072016-11-01 14:02:46 +01002021 case TIPC_DISCONNECTING:
Parthasarathy Bhuvaragan438adca2016-11-01 14:02:45 +01002022 break;
2023 case TIPC_LISTEN:
Ying Xue7e6c1312012-11-29 18:39:14 -05002024 /* Accept only SYN message */
Jon Paul Maloycda36962015-07-22 10:11:20 -04002025 if (!msg_connected(hdr) && !(msg_errcode(hdr)))
2026 return true;
Ying Xue7e6c1312012-11-29 18:39:14 -05002027 break;
Parthasarathy Bhuvaraganf40acba2016-11-01 14:02:49 +01002028 case TIPC_ESTABLISHED:
2029 /* Accept only connection-based messages sent by peer */
2030 if (unlikely(!tsk_peer_msg(tsk, hdr)))
2031 return false;
2032
2033 if (unlikely(msg_errcode(hdr))) {
2034 tipc_set_sk_state(sk, TIPC_DISCONNECTING);
2035 /* Let timer expire on it's own */
2036 tipc_node_remove_conn(net, tsk_peer_node(tsk),
2037 tsk->portid);
2038 sk->sk_state_change(sk);
2039 }
2040 return true;
Ying Xue7e6c1312012-11-29 18:39:14 -05002041 default:
Parthasarathy Bhuvaragan438adca2016-11-01 14:02:45 +01002042 pr_err("Unknown sk_state %u\n", sk->sk_state);
Ying Xue7e6c1312012-11-29 18:39:14 -05002043 }
Parthasarathy Bhuvaragan438adca2016-11-01 14:02:45 +01002044
Jon Paul Maloycda36962015-07-22 10:11:20 -04002045 return false;
Ying Xue7e6c1312012-11-29 18:39:14 -05002046}
2047
2048/**
Ying Xueaba79f32013-01-20 23:30:09 +01002049 * rcvbuf_limit - get proper overload limit of socket receive queue
2050 * @sk: socket
Jon Paul Maloy10724cc2016-05-02 11:58:47 -04002051 * @skb: message
Ying Xueaba79f32013-01-20 23:30:09 +01002052 *
Jon Paul Maloy10724cc2016-05-02 11:58:47 -04002053 * For connection oriented messages, irrespective of importance,
2054 * default queue limit is 2 MB.
Ying Xueaba79f32013-01-20 23:30:09 +01002055 *
Jon Paul Maloy10724cc2016-05-02 11:58:47 -04002056 * For connectionless messages, queue limits are based on message
2057 * importance as follows:
Ying Xueaba79f32013-01-20 23:30:09 +01002058 *
Jon Paul Maloy10724cc2016-05-02 11:58:47 -04002059 * TIPC_LOW_IMPORTANCE (2 MB)
2060 * TIPC_MEDIUM_IMPORTANCE (4 MB)
2061 * TIPC_HIGH_IMPORTANCE (8 MB)
2062 * TIPC_CRITICAL_IMPORTANCE (16 MB)
Ying Xueaba79f32013-01-20 23:30:09 +01002063 *
2064 * Returns overload limit according to corresponding message importance
2065 */
Jon Paul Maloy10724cc2016-05-02 11:58:47 -04002066static unsigned int rcvbuf_limit(struct sock *sk, struct sk_buff *skb)
Ying Xueaba79f32013-01-20 23:30:09 +01002067{
Jon Paul Maloy10724cc2016-05-02 11:58:47 -04002068 struct tipc_sock *tsk = tipc_sk(sk);
2069 struct tipc_msg *hdr = buf_msg(skb);
Ying Xueaba79f32013-01-20 23:30:09 +01002070
Jon Maloyb7d42632017-10-13 11:04:26 +02002071 if (unlikely(msg_in_group(hdr)))
2072 return sk->sk_rcvbuf;
2073
Jon Paul Maloy10724cc2016-05-02 11:58:47 -04002074 if (unlikely(!msg_connected(hdr)))
2075 return sk->sk_rcvbuf << msg_importance(hdr);
wangweidong0cee6bb2013-12-12 09:36:39 +08002076
Jon Paul Maloy10724cc2016-05-02 11:58:47 -04002077 if (likely(tsk->peer_caps & TIPC_BLOCK_FLOWCTL))
2078 return sk->sk_rcvbuf;
2079
2080 return FLOWCTL_MSG_LIM;
Ying Xueaba79f32013-01-20 23:30:09 +01002081}
2082
2083/**
Jon Maloy64ac5f52017-10-13 11:04:20 +02002084 * tipc_sk_filter_rcv - validate incoming message
Allan Stephens0c3141e2008-04-15 00:22:02 -07002085 * @sk: socket
Jon Paul Maloycda36962015-07-22 10:11:20 -04002086 * @skb: pointer to message.
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002087 *
Allan Stephens0c3141e2008-04-15 00:22:02 -07002088 * Enqueues message on receive queue if acceptable; optionally handles
2089 * disconnect indication for a connected socket.
2090 *
Jon Paul Maloy1186adf2015-02-05 08:36:37 -05002091 * Called with socket lock already taken
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002092 *
Per Lidenb97bf3f2006-01-02 19:04:38 +01002093 */
Jon Maloy64ac5f52017-10-13 11:04:20 +02002094static void tipc_sk_filter_rcv(struct sock *sk, struct sk_buff *skb,
2095 struct sk_buff_head *xmitq)
Per Lidenb97bf3f2006-01-02 19:04:38 +01002096{
Jon Maloy64ac5f52017-10-13 11:04:20 +02002097 bool sk_conn = !tipc_sk_type_connectionless(sk);
Jon Paul Maloy58ed9442014-03-12 11:31:12 -04002098 struct tipc_sock *tsk = tipc_sk(sk);
Jon Maloy75da2162017-10-13 11:04:23 +02002099 struct tipc_group *grp = tsk->group;
Jon Paul Maloycda36962015-07-22 10:11:20 -04002100 struct tipc_msg *hdr = buf_msg(skb);
Jon Maloy64ac5f52017-10-13 11:04:20 +02002101 struct net *net = sock_net(sk);
2102 struct sk_buff_head inputq;
2103 int limit, err = TIPC_OK;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002104
Parthasarathy Bhuvaraganba8aebe2016-11-01 14:02:37 +01002105 TIPC_SKB_CB(skb)->bytes_read = 0;
Jon Maloy64ac5f52017-10-13 11:04:20 +02002106 __skb_queue_head_init(&inputq);
2107 __skb_queue_tail(&inputq, skb);
Allan Stephens0c3141e2008-04-15 00:22:02 -07002108
Jon Maloy64ac5f52017-10-13 11:04:20 +02002109 if (unlikely(!msg_isdata(hdr)))
2110 tipc_sk_proto_rcv(sk, &inputq, xmitq);
Jon Paul Maloycda36962015-07-22 10:11:20 -04002111
Jon Maloy75da2162017-10-13 11:04:23 +02002112 if (unlikely(grp))
2113 tipc_group_filter_msg(grp, &inputq, xmitq);
2114
Jon Maloy64ac5f52017-10-13 11:04:20 +02002115 /* Validate and add to receive buffer if there is space */
2116 while ((skb = __skb_dequeue(&inputq))) {
2117 hdr = buf_msg(skb);
2118 limit = rcvbuf_limit(sk, skb);
2119 if ((sk_conn && !tipc_sk_filter_connect(tsk, skb)) ||
Jon Maloy75da2162017-10-13 11:04:23 +02002120 (!sk_conn && msg_connected(hdr)) ||
2121 (!grp && msg_in_group(hdr)))
Jon Maloy64ac5f52017-10-13 11:04:20 +02002122 err = TIPC_ERR_NO_PORT;
GhantaKrishnamurthy MohanKrishna872619d2018-03-21 14:37:45 +01002123 else if (sk_rmem_alloc_get(sk) + skb->truesize >= limit) {
2124 atomic_inc(&sk->sk_drops);
Jon Maloy64ac5f52017-10-13 11:04:20 +02002125 err = TIPC_ERR_OVERLOAD;
GhantaKrishnamurthy MohanKrishna872619d2018-03-21 14:37:45 +01002126 }
Jon Maloy64ac5f52017-10-13 11:04:20 +02002127
2128 if (unlikely(err)) {
2129 tipc_skb_reject(net, err, skb, xmitq);
2130 err = TIPC_OK;
2131 continue;
2132 }
2133 __skb_queue_tail(&sk->sk_receive_queue, skb);
2134 skb_set_owner_r(skb, sk);
2135 sk->sk_data_ready(sk);
2136 }
Per Lidenb97bf3f2006-01-02 19:04:38 +01002137}
2138
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002139/**
Jon Maloy64ac5f52017-10-13 11:04:20 +02002140 * tipc_sk_backlog_rcv - handle incoming message from backlog queue
Allan Stephens0c3141e2008-04-15 00:22:02 -07002141 * @sk: socket
Ying Xuea6ca1092014-11-26 11:41:55 +08002142 * @skb: message
Allan Stephens0c3141e2008-04-15 00:22:02 -07002143 *
Jon Paul Maloye3a77562015-02-05 08:36:39 -05002144 * Caller must hold socket lock
Allan Stephens0c3141e2008-04-15 00:22:02 -07002145 */
Jon Maloy64ac5f52017-10-13 11:04:20 +02002146static int tipc_sk_backlog_rcv(struct sock *sk, struct sk_buff *skb)
Allan Stephens0c3141e2008-04-15 00:22:02 -07002147{
Jon Maloy64ac5f52017-10-13 11:04:20 +02002148 unsigned int before = sk_rmem_alloc_get(sk);
Jon Paul Maloyf1d048f2016-06-17 06:35:57 -04002149 struct sk_buff_head xmitq;
Jon Maloy64ac5f52017-10-13 11:04:20 +02002150 unsigned int added;
Allan Stephens0c3141e2008-04-15 00:22:02 -07002151
Jon Paul Maloyf1d048f2016-06-17 06:35:57 -04002152 __skb_queue_head_init(&xmitq);
2153
Jon Maloy64ac5f52017-10-13 11:04:20 +02002154 tipc_sk_filter_rcv(sk, skb, &xmitq);
2155 added = sk_rmem_alloc_get(sk) - before;
2156 atomic_add(added, &tipc_sk(sk)->dupl_rcvcnt);
2157
2158 /* Send pending response/rejected messages, if any */
Jon Maloyf70d37b2017-10-13 11:04:21 +02002159 tipc_node_distr_xmit(sock_net(sk), &xmitq);
Allan Stephens0c3141e2008-04-15 00:22:02 -07002160 return 0;
2161}
2162
2163/**
Jon Paul Maloyc637c102015-02-05 08:36:41 -05002164 * tipc_sk_enqueue - extract all buffers with destination 'dport' from
2165 * inputq and try adding them to socket or backlog queue
2166 * @inputq: list of incoming buffers with potentially different destinations
2167 * @sk: socket where the buffers should be enqueued
2168 * @dport: port number for the socket
Jon Paul Maloyd570d862015-02-05 08:36:38 -05002169 *
2170 * Caller must hold socket lock
Jon Paul Maloyd570d862015-02-05 08:36:38 -05002171 */
Jon Paul Maloycda36962015-07-22 10:11:20 -04002172static void tipc_sk_enqueue(struct sk_buff_head *inputq, struct sock *sk,
Jon Paul Maloyf1d048f2016-06-17 06:35:57 -04002173 u32 dport, struct sk_buff_head *xmitq)
Jon Paul Maloyd570d862015-02-05 08:36:38 -05002174{
Jon Paul Maloyf1d048f2016-06-17 06:35:57 -04002175 unsigned long time_limit = jiffies + 2;
2176 struct sk_buff *skb;
Jon Paul Maloyd570d862015-02-05 08:36:38 -05002177 unsigned int lim;
2178 atomic_t *dcnt;
Jon Paul Maloyf1d048f2016-06-17 06:35:57 -04002179 u32 onode;
Jon Paul Maloyd570d862015-02-05 08:36:38 -05002180
Jon Paul Maloyc637c102015-02-05 08:36:41 -05002181 while (skb_queue_len(inputq)) {
Jon Paul Maloy51a00da2015-02-08 11:10:50 -05002182 if (unlikely(time_after_eq(jiffies, time_limit)))
Jon Paul Maloycda36962015-07-22 10:11:20 -04002183 return;
2184
Jon Paul Maloyc637c102015-02-05 08:36:41 -05002185 skb = tipc_skb_dequeue(inputq, dport);
2186 if (unlikely(!skb))
Jon Paul Maloycda36962015-07-22 10:11:20 -04002187 return;
2188
2189 /* Add message directly to receive queue if possible */
Jon Paul Maloyc637c102015-02-05 08:36:41 -05002190 if (!sock_owned_by_user(sk)) {
Jon Maloy64ac5f52017-10-13 11:04:20 +02002191 tipc_sk_filter_rcv(sk, skb, xmitq);
Jon Paul Maloycda36962015-07-22 10:11:20 -04002192 continue;
Jon Paul Maloyc637c102015-02-05 08:36:41 -05002193 }
Jon Paul Maloycda36962015-07-22 10:11:20 -04002194
2195 /* Try backlog, compensating for double-counted bytes */
Jon Paul Maloyc637c102015-02-05 08:36:41 -05002196 dcnt = &tipc_sk(sk)->dupl_rcvcnt;
Jon Paul Maloy7c8bcfb2016-05-02 11:58:45 -04002197 if (!sk->sk_backlog.len)
Jon Paul Maloyc637c102015-02-05 08:36:41 -05002198 atomic_set(dcnt, 0);
2199 lim = rcvbuf_limit(sk, skb) + atomic_read(dcnt);
2200 if (likely(!sk_add_backlog(sk, skb, lim)))
2201 continue;
Jon Paul Maloycda36962015-07-22 10:11:20 -04002202
2203 /* Overload => reject message back to sender */
Jon Paul Maloyf1d048f2016-06-17 06:35:57 -04002204 onode = tipc_own_addr(sock_net(sk));
GhantaKrishnamurthy MohanKrishna872619d2018-03-21 14:37:45 +01002205 atomic_inc(&sk->sk_drops);
Jon Paul Maloyf1d048f2016-06-17 06:35:57 -04002206 if (tipc_msg_reverse(onode, &skb, TIPC_ERR_OVERLOAD))
2207 __skb_queue_tail(xmitq, skb);
Jon Paul Maloycda36962015-07-22 10:11:20 -04002208 break;
Jon Paul Maloyc637c102015-02-05 08:36:41 -05002209 }
Jon Paul Maloyd570d862015-02-05 08:36:38 -05002210}
2211
2212/**
Jon Paul Maloyc637c102015-02-05 08:36:41 -05002213 * tipc_sk_rcv - handle a chain of incoming buffers
2214 * @inputq: buffer list containing the buffers
2215 * Consumes all buffers in list until inputq is empty
2216 * Note: may be called in multiple threads referring to the same queue
Allan Stephens0c3141e2008-04-15 00:22:02 -07002217 */
Jon Paul Maloycda36962015-07-22 10:11:20 -04002218void tipc_sk_rcv(struct net *net, struct sk_buff_head *inputq)
Allan Stephens0c3141e2008-04-15 00:22:02 -07002219{
Jon Paul Maloyf1d048f2016-06-17 06:35:57 -04002220 struct sk_buff_head xmitq;
Jon Paul Maloyc637c102015-02-05 08:36:41 -05002221 u32 dnode, dport = 0;
Erik Hugne9871b272015-04-23 09:37:39 -04002222 int err;
Jon Paul Maloy9816f062014-05-14 05:39:15 -04002223 struct tipc_sock *tsk;
Jon Paul Maloy9816f062014-05-14 05:39:15 -04002224 struct sock *sk;
Jon Paul Maloycda36962015-07-22 10:11:20 -04002225 struct sk_buff *skb;
Jon Paul Maloy9816f062014-05-14 05:39:15 -04002226
Jon Paul Maloyf1d048f2016-06-17 06:35:57 -04002227 __skb_queue_head_init(&xmitq);
Jon Paul Maloyc637c102015-02-05 08:36:41 -05002228 while (skb_queue_len(inputq)) {
Jon Paul Maloyc637c102015-02-05 08:36:41 -05002229 dport = tipc_skb_peek_port(inputq, dport);
2230 tsk = tipc_sk_lookup(net, dport);
Jon Paul Maloycda36962015-07-22 10:11:20 -04002231
Jon Paul Maloyc637c102015-02-05 08:36:41 -05002232 if (likely(tsk)) {
2233 sk = &tsk->sk;
2234 if (likely(spin_trylock_bh(&sk->sk_lock.slock))) {
Jon Paul Maloyf1d048f2016-06-17 06:35:57 -04002235 tipc_sk_enqueue(inputq, sk, dport, &xmitq);
Jon Paul Maloyc637c102015-02-05 08:36:41 -05002236 spin_unlock_bh(&sk->sk_lock.slock);
Jon Paul Maloyc637c102015-02-05 08:36:41 -05002237 }
Jon Paul Maloyf1d048f2016-06-17 06:35:57 -04002238 /* Send pending response/rejected messages, if any */
Jon Maloyf70d37b2017-10-13 11:04:21 +02002239 tipc_node_distr_xmit(sock_net(sk), &xmitq);
Jon Paul Maloyc637c102015-02-05 08:36:41 -05002240 sock_put(sk);
Jon Paul Maloyc637c102015-02-05 08:36:41 -05002241 continue;
Jon Paul Maloyc637c102015-02-05 08:36:41 -05002242 }
Jon Paul Maloycda36962015-07-22 10:11:20 -04002243 /* No destination socket => dequeue skb if still there */
2244 skb = tipc_skb_dequeue(inputq, dport);
2245 if (!skb)
2246 return;
2247
2248 /* Try secondary lookup if unresolved named message */
2249 err = TIPC_ERR_NO_PORT;
2250 if (tipc_msg_lookup_dest(net, skb, &err))
2251 goto xmit;
2252
2253 /* Prepare for message rejection */
2254 if (!tipc_msg_reverse(tipc_own_addr(net), &skb, err))
Jon Paul Maloyc637c102015-02-05 08:36:41 -05002255 continue;
Jon Paul Maloye3a77562015-02-05 08:36:39 -05002256xmit:
Jon Paul Maloycda36962015-07-22 10:11:20 -04002257 dnode = msg_destnode(buf_msg(skb));
Jon Paul Maloyaf9b0282015-07-16 16:54:24 -04002258 tipc_node_xmit_skb(net, skb, dnode, dport);
Jon Paul Maloyc637c102015-02-05 08:36:41 -05002259 }
Allan Stephens0c3141e2008-04-15 00:22:02 -07002260}
2261
Ying Xue78eb3a52014-01-17 09:50:03 +08002262static int tipc_wait_for_connect(struct socket *sock, long *timeo_p)
2263{
WANG Congd9dc8b02016-11-11 10:20:50 -08002264 DEFINE_WAIT_FUNC(wait, woken_wake_function);
Ying Xue78eb3a52014-01-17 09:50:03 +08002265 struct sock *sk = sock->sk;
Ying Xue78eb3a52014-01-17 09:50:03 +08002266 int done;
2267
2268 do {
2269 int err = sock_error(sk);
2270 if (err)
2271 return err;
2272 if (!*timeo_p)
2273 return -ETIMEDOUT;
2274 if (signal_pending(current))
2275 return sock_intr_errno(*timeo_p);
2276
WANG Congd9dc8b02016-11-11 10:20:50 -08002277 add_wait_queue(sk_sleep(sk), &wait);
Parthasarathy Bhuvaragan99a20882016-11-01 14:02:48 +01002278 done = sk_wait_event(sk, timeo_p,
WANG Congd9dc8b02016-11-11 10:20:50 -08002279 sk->sk_state != TIPC_CONNECTING, &wait);
2280 remove_wait_queue(sk_sleep(sk), &wait);
Ying Xue78eb3a52014-01-17 09:50:03 +08002281 } while (!done);
2282 return 0;
2283}
2284
Per Lidenb97bf3f2006-01-02 19:04:38 +01002285/**
Ying Xue247f0f32014-02-18 16:06:46 +08002286 * tipc_connect - establish a connection to another TIPC port
Per Lidenb97bf3f2006-01-02 19:04:38 +01002287 * @sock: socket structure
2288 * @dest: socket address for destination port
2289 * @destlen: size of socket address data structure
Allan Stephens0c3141e2008-04-15 00:22:02 -07002290 * @flags: file-related flags associated with socket
Per Lidenb97bf3f2006-01-02 19:04:38 +01002291 *
2292 * Returns 0 on success, errno otherwise
2293 */
Ying Xue247f0f32014-02-18 16:06:46 +08002294static int tipc_connect(struct socket *sock, struct sockaddr *dest,
2295 int destlen, int flags)
Per Lidenb97bf3f2006-01-02 19:04:38 +01002296{
Allan Stephens0c3141e2008-04-15 00:22:02 -07002297 struct sock *sk = sock->sk;
Erik Hugnef2f80362015-03-19 09:02:19 +01002298 struct tipc_sock *tsk = tipc_sk(sk);
Allan Stephensb89741a2008-04-15 00:20:37 -07002299 struct sockaddr_tipc *dst = (struct sockaddr_tipc *)dest;
2300 struct msghdr m = {NULL,};
Erik Hugnef2f80362015-03-19 09:02:19 +01002301 long timeout = (flags & O_NONBLOCK) ? 0 : tsk->conn_timeout;
Parthasarathy Bhuvaragan99a20882016-11-01 14:02:48 +01002302 int previous;
Erik Hugnef2f80362015-03-19 09:02:19 +01002303 int res = 0;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002304
Jon Maloy23998832017-10-13 11:04:18 +02002305 if (destlen != sizeof(struct sockaddr_tipc))
2306 return -EINVAL;
2307
Allan Stephens0c3141e2008-04-15 00:22:02 -07002308 lock_sock(sk);
2309
Jon Maloy75da2162017-10-13 11:04:23 +02002310 if (tsk->group) {
2311 res = -EINVAL;
2312 goto exit;
2313 }
2314
Jon Maloy23998832017-10-13 11:04:18 +02002315 if (dst->family == AF_UNSPEC) {
2316 memset(&tsk->peer, 0, sizeof(struct sockaddr_tipc));
2317 if (!tipc_sk_type_connectionless(sk))
2318 res = -EINVAL;
2319 goto exit;
2320 } else if (dst->family != AF_TIPC) {
2321 res = -EINVAL;
2322 }
2323 if (dst->addrtype != TIPC_ADDR_ID && dst->addrtype != TIPC_ADDR_NAME)
2324 res = -EINVAL;
2325 if (res)
2326 goto exit;
2327
Erik Hugnef2f80362015-03-19 09:02:19 +01002328 /* DGRAM/RDM connect(), just save the destaddr */
Parthasarathy Bhuvaraganc752023a2016-11-01 14:02:42 +01002329 if (tipc_sk_type_connectionless(sk)) {
Jon Maloy23998832017-10-13 11:04:18 +02002330 memcpy(&tsk->peer, dest, destlen);
Allan Stephens0c3141e2008-04-15 00:22:02 -07002331 goto exit;
2332 }
2333
Parthasarathy Bhuvaragan99a20882016-11-01 14:02:48 +01002334 previous = sk->sk_state;
Parthasarathy Bhuvaragan438adca2016-11-01 14:02:45 +01002335
2336 switch (sk->sk_state) {
2337 case TIPC_OPEN:
Ying Xue584d24b2012-11-29 18:51:19 -05002338 /* Send a 'SYN-' to destination */
2339 m.msg_name = dest;
2340 m.msg_namelen = destlen;
2341
2342 /* If connect is in non-blocking case, set MSG_DONTWAIT to
2343 * indicate send_msg() is never blocked.
2344 */
2345 if (!timeout)
2346 m.msg_flags = MSG_DONTWAIT;
2347
Ying Xue39a0295f2015-03-02 15:37:47 +08002348 res = __tipc_sendmsg(sock, &m, 0);
Ying Xue584d24b2012-11-29 18:51:19 -05002349 if ((res < 0) && (res != -EWOULDBLOCK))
2350 goto exit;
2351
Parthasarathy Bhuvaragan99a20882016-11-01 14:02:48 +01002352 /* Just entered TIPC_CONNECTING state; the only
Ying Xue584d24b2012-11-29 18:51:19 -05002353 * difference is that return value in non-blocking
2354 * case is EINPROGRESS, rather than EALREADY.
2355 */
2356 res = -EINPROGRESS;
Parthasarathy Bhuvaragan99a20882016-11-01 14:02:48 +01002357 /* fall thru' */
2358 case TIPC_CONNECTING:
2359 if (!timeout) {
2360 if (previous == TIPC_CONNECTING)
2361 res = -EALREADY;
Ying Xue78eb3a52014-01-17 09:50:03 +08002362 goto exit;
Parthasarathy Bhuvaragan99a20882016-11-01 14:02:48 +01002363 }
Ying Xue78eb3a52014-01-17 09:50:03 +08002364 timeout = msecs_to_jiffies(timeout);
2365 /* Wait until an 'ACK' or 'RST' arrives, or a timeout occurs */
2366 res = tipc_wait_for_connect(sock, &timeout);
Parthasarathy Bhuvaraganf40acba2016-11-01 14:02:49 +01002367 break;
2368 case TIPC_ESTABLISHED:
Parthasarathy Bhuvaragan99a20882016-11-01 14:02:48 +01002369 res = -EISCONN;
Parthasarathy Bhuvaraganf40acba2016-11-01 14:02:49 +01002370 break;
2371 default:
Parthasarathy Bhuvaragan99a20882016-11-01 14:02:48 +01002372 res = -EINVAL;
Parthasarathy Bhuvaraganf40acba2016-11-01 14:02:49 +01002373 }
Parthasarathy Bhuvaragan99a20882016-11-01 14:02:48 +01002374
Allan Stephens0c3141e2008-04-15 00:22:02 -07002375exit:
2376 release_sock(sk);
Allan Stephensb89741a2008-04-15 00:20:37 -07002377 return res;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002378}
2379
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002380/**
Ying Xue247f0f32014-02-18 16:06:46 +08002381 * tipc_listen - allow socket to listen for incoming connections
Per Lidenb97bf3f2006-01-02 19:04:38 +01002382 * @sock: socket structure
2383 * @len: (unused)
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002384 *
Per Lidenb97bf3f2006-01-02 19:04:38 +01002385 * Returns 0 on success, errno otherwise
2386 */
Ying Xue247f0f32014-02-18 16:06:46 +08002387static int tipc_listen(struct socket *sock, int len)
Per Lidenb97bf3f2006-01-02 19:04:38 +01002388{
Allan Stephens0c3141e2008-04-15 00:22:02 -07002389 struct sock *sk = sock->sk;
2390 int res;
2391
2392 lock_sock(sk);
Parthasarathy Bhuvaragan0c288c82016-11-01 14:02:43 +01002393 res = tipc_set_sk_state(sk, TIPC_LISTEN);
Allan Stephens0c3141e2008-04-15 00:22:02 -07002394 release_sock(sk);
Parthasarathy Bhuvaragan0c288c82016-11-01 14:02:43 +01002395
Allan Stephens0c3141e2008-04-15 00:22:02 -07002396 return res;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002397}
2398
Ying Xue6398e232014-01-17 09:50:04 +08002399static int tipc_wait_for_accept(struct socket *sock, long timeo)
2400{
2401 struct sock *sk = sock->sk;
2402 DEFINE_WAIT(wait);
2403 int err;
2404
2405 /* True wake-one mechanism for incoming connections: only
2406 * one process gets woken up, not the 'whole herd'.
2407 * Since we do not 'race & poll' for established sockets
2408 * anymore, the common case will execute the loop only once.
2409 */
2410 for (;;) {
2411 prepare_to_wait_exclusive(sk_sleep(sk), &wait,
2412 TASK_INTERRUPTIBLE);
Ying Xuefe8e4642014-03-06 14:40:18 +01002413 if (timeo && skb_queue_empty(&sk->sk_receive_queue)) {
Ying Xue6398e232014-01-17 09:50:04 +08002414 release_sock(sk);
2415 timeo = schedule_timeout(timeo);
2416 lock_sock(sk);
2417 }
2418 err = 0;
2419 if (!skb_queue_empty(&sk->sk_receive_queue))
2420 break;
Ying Xue6398e232014-01-17 09:50:04 +08002421 err = -EAGAIN;
2422 if (!timeo)
2423 break;
Erik Hugne143fe222015-03-09 10:43:42 +01002424 err = sock_intr_errno(timeo);
2425 if (signal_pending(current))
2426 break;
Ying Xue6398e232014-01-17 09:50:04 +08002427 }
2428 finish_wait(sk_sleep(sk), &wait);
2429 return err;
2430}
2431
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002432/**
Ying Xue247f0f32014-02-18 16:06:46 +08002433 * tipc_accept - wait for connection request
Per Lidenb97bf3f2006-01-02 19:04:38 +01002434 * @sock: listening socket
2435 * @newsock: new socket that is to be connected
2436 * @flags: file-related flags associated with socket
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002437 *
Per Lidenb97bf3f2006-01-02 19:04:38 +01002438 * Returns 0 on success, errno otherwise
2439 */
David Howellscdfbabf2017-03-09 08:09:05 +00002440static int tipc_accept(struct socket *sock, struct socket *new_sock, int flags,
2441 bool kern)
Per Lidenb97bf3f2006-01-02 19:04:38 +01002442{
Paul Gortmaker0fef8f22012-12-04 11:01:55 -05002443 struct sock *new_sk, *sk = sock->sk;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002444 struct sk_buff *buf;
Jon Paul Maloy301bae52014-08-22 18:09:20 -04002445 struct tipc_sock *new_tsock;
Paul Gortmaker0fef8f22012-12-04 11:01:55 -05002446 struct tipc_msg *msg;
Ying Xue6398e232014-01-17 09:50:04 +08002447 long timeo;
Allan Stephens0c3141e2008-04-15 00:22:02 -07002448 int res;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002449
Allan Stephens0c3141e2008-04-15 00:22:02 -07002450 lock_sock(sk);
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002451
Parthasarathy Bhuvaragan0c288c82016-11-01 14:02:43 +01002452 if (sk->sk_state != TIPC_LISTEN) {
Allan Stephens0c3141e2008-04-15 00:22:02 -07002453 res = -EINVAL;
2454 goto exit;
2455 }
Ying Xue6398e232014-01-17 09:50:04 +08002456 timeo = sock_rcvtimeo(sk, flags & O_NONBLOCK);
2457 res = tipc_wait_for_accept(sock, timeo);
2458 if (res)
2459 goto exit;
Allan Stephens0c3141e2008-04-15 00:22:02 -07002460
2461 buf = skb_peek(&sk->sk_receive_queue);
2462
David Howellscdfbabf2017-03-09 08:09:05 +00002463 res = tipc_sk_create(sock_net(sock->sk), new_sock, 0, kern);
Paul Gortmaker0fef8f22012-12-04 11:01:55 -05002464 if (res)
2465 goto exit;
Stephen Smalleyfdd75ea2015-07-07 09:43:45 -04002466 security_sk_clone(sock->sk, new_sock->sk);
Allan Stephens0c3141e2008-04-15 00:22:02 -07002467
Paul Gortmaker0fef8f22012-12-04 11:01:55 -05002468 new_sk = new_sock->sk;
Jon Paul Maloy301bae52014-08-22 18:09:20 -04002469 new_tsock = tipc_sk(new_sk);
Paul Gortmaker0fef8f22012-12-04 11:01:55 -05002470 msg = buf_msg(buf);
Allan Stephens0c3141e2008-04-15 00:22:02 -07002471
Paul Gortmaker0fef8f22012-12-04 11:01:55 -05002472 /* we lock on new_sk; but lockdep sees the lock on sk */
2473 lock_sock_nested(new_sk, SINGLE_DEPTH_NESTING);
Allan Stephens0c3141e2008-04-15 00:22:02 -07002474
Paul Gortmaker0fef8f22012-12-04 11:01:55 -05002475 /*
2476 * Reject any stray messages received by new socket
2477 * before the socket lock was taken (very, very unlikely)
2478 */
Jon Paul Maloy2e84c602014-08-22 18:09:18 -04002479 tsk_rej_rx_queue(new_sk);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002480
Paul Gortmaker0fef8f22012-12-04 11:01:55 -05002481 /* Connect new socket to it's peer */
Jon Paul Maloy301bae52014-08-22 18:09:20 -04002482 tipc_sk_finish_conn(new_tsock, msg_origport(msg), msg_orignode(msg));
Per Lidenb97bf3f2006-01-02 19:04:38 +01002483
Jon Paul Maloy301bae52014-08-22 18:09:20 -04002484 tsk_set_importance(new_tsock, msg_importance(msg));
Paul Gortmaker0fef8f22012-12-04 11:01:55 -05002485 if (msg_named(msg)) {
Jon Paul Maloy301bae52014-08-22 18:09:20 -04002486 new_tsock->conn_type = msg_nametype(msg);
2487 new_tsock->conn_instance = msg_nameinst(msg);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002488 }
Paul Gortmaker0fef8f22012-12-04 11:01:55 -05002489
2490 /*
2491 * Respond to 'SYN-' by discarding it & returning 'ACK'-.
2492 * Respond to 'SYN+' by queuing it on new socket.
2493 */
2494 if (!msg_data_sz(msg)) {
2495 struct msghdr m = {NULL,};
2496
Jon Paul Maloy2e84c602014-08-22 18:09:18 -04002497 tsk_advance_rx_queue(sk);
Jon Paul Maloy365ad352017-01-03 10:55:11 -05002498 __tipc_sendstream(new_sock, &m, 0);
Paul Gortmaker0fef8f22012-12-04 11:01:55 -05002499 } else {
2500 __skb_dequeue(&sk->sk_receive_queue);
2501 __skb_queue_head(&new_sk->sk_receive_queue, buf);
Ying Xueaba79f32013-01-20 23:30:09 +01002502 skb_set_owner_r(buf, new_sk);
Paul Gortmaker0fef8f22012-12-04 11:01:55 -05002503 }
2504 release_sock(new_sk);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002505exit:
Allan Stephens0c3141e2008-04-15 00:22:02 -07002506 release_sock(sk);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002507 return res;
2508}
2509
2510/**
Ying Xue247f0f32014-02-18 16:06:46 +08002511 * tipc_shutdown - shutdown socket connection
Per Lidenb97bf3f2006-01-02 19:04:38 +01002512 * @sock: socket structure
Allan Stephense247a8f2008-03-06 15:05:38 -08002513 * @how: direction to close (must be SHUT_RDWR)
Per Lidenb97bf3f2006-01-02 19:04:38 +01002514 *
2515 * Terminates connection (if necessary), then purges socket's receive queue.
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002516 *
Per Lidenb97bf3f2006-01-02 19:04:38 +01002517 * Returns 0 on success, errno otherwise
2518 */
Ying Xue247f0f32014-02-18 16:06:46 +08002519static int tipc_shutdown(struct socket *sock, int how)
Per Lidenb97bf3f2006-01-02 19:04:38 +01002520{
Allan Stephens0c3141e2008-04-15 00:22:02 -07002521 struct sock *sk = sock->sk;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002522 int res;
2523
Allan Stephense247a8f2008-03-06 15:05:38 -08002524 if (how != SHUT_RDWR)
2525 return -EINVAL;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002526
Allan Stephens0c3141e2008-04-15 00:22:02 -07002527 lock_sock(sk);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002528
Parthasarathy Bhuvaragan6f000892016-11-01 14:02:47 +01002529 __tipc_shutdown(sock, TIPC_CONN_SHUTDOWN);
2530 sk->sk_shutdown = SEND_SHUTDOWN;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002531
Parthasarathy Bhuvaragan6f000892016-11-01 14:02:47 +01002532 if (sk->sk_state == TIPC_DISCONNECTING) {
Ying Xue75031152012-10-29 09:38:15 -04002533 /* Discard any unreceived messages */
Ying Xue57467e52013-01-20 23:30:08 +01002534 __skb_queue_purge(&sk->sk_receive_queue);
Ying Xue75031152012-10-29 09:38:15 -04002535
2536 /* Wake up anyone sleeping in poll */
2537 sk->sk_state_change(sk);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002538 res = 0;
Parthasarathy Bhuvaragan6f000892016-11-01 14:02:47 +01002539 } else {
Per Lidenb97bf3f2006-01-02 19:04:38 +01002540 res = -ENOTCONN;
2541 }
2542
Allan Stephens0c3141e2008-04-15 00:22:02 -07002543 release_sock(sk);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002544 return res;
2545}
2546
Kees Cook31b102b2017-10-30 14:06:45 -07002547static void tipc_sk_timeout(struct timer_list *t)
Jon Paul Maloy57289012014-08-22 18:09:09 -04002548{
Kees Cook31b102b2017-10-30 14:06:45 -07002549 struct sock *sk = from_timer(sk, t, sk_timer);
2550 struct tipc_sock *tsk = tipc_sk(sk);
Jon Maloy0d5fcebf2017-10-20 11:21:32 +02002551 u32 peer_port = tsk_peer_port(tsk);
2552 u32 peer_node = tsk_peer_node(tsk);
Jon Paul Maloyc5898632015-02-05 08:36:36 -05002553 u32 own_node = tsk_own_node(tsk);
Jon Maloy0d5fcebf2017-10-20 11:21:32 +02002554 u32 own_port = tsk->portid;
Jon Maloy0d5fcebf2017-10-20 11:21:32 +02002555 struct net *net = sock_net(sk);
2556 struct sk_buff *skb = NULL;
Jon Paul Maloy57289012014-08-22 18:09:09 -04002557
Jon Paul Maloy57289012014-08-22 18:09:09 -04002558 bh_lock_sock(sk);
Jon Maloy0d5fcebf2017-10-20 11:21:32 +02002559 if (!tipc_sk_connected(sk))
2560 goto exit;
2561
2562 /* Try again later if socket is busy */
2563 if (sock_owned_by_user(sk)) {
2564 sk_reset_timer(sk, &sk->sk_timer, jiffies + HZ / 20);
Jon Paul Maloy6c9808c2014-08-22 18:09:16 -04002565 goto exit;
2566 }
Jon Paul Maloy57289012014-08-22 18:09:09 -04002567
Parthasarathy Bhuvaragan8ea642e2016-11-01 14:02:44 +01002568 if (tsk->probe_unacked) {
Jon Maloy0d5fcebf2017-10-20 11:21:32 +02002569 tipc_set_sk_state(sk, TIPC_DISCONNECTING);
2570 tipc_node_remove_conn(net, peer_node, peer_port);
2571 sk->sk_state_change(sk);
Parthasarathy Bhuvaragan360aab62016-11-01 14:02:41 +01002572 goto exit;
Jon Paul Maloy57289012014-08-22 18:09:09 -04002573 }
Jon Maloy0d5fcebf2017-10-20 11:21:32 +02002574 /* Send new probe */
2575 skb = tipc_msg_create(CONN_MANAGER, CONN_PROBE, INT_H_SIZE, 0,
2576 peer_node, own_node, peer_port, own_port,
2577 TIPC_OK);
Parthasarathy Bhuvaragan8ea642e2016-11-01 14:02:44 +01002578 tsk->probe_unacked = true;
Jon Maloy0d5fcebf2017-10-20 11:21:32 +02002579 sk_reset_timer(sk, &sk->sk_timer, jiffies + CONN_PROBING_INTV);
2580exit:
Jon Paul Maloy57289012014-08-22 18:09:09 -04002581 bh_unlock_sock(sk);
Ying Xuea6ca1092014-11-26 11:41:55 +08002582 if (skb)
Jon Maloy0d5fcebf2017-10-20 11:21:32 +02002583 tipc_node_xmit_skb(net, skb, peer_node, own_port);
Ying Xue07f6c4b2015-01-07 13:41:58 +08002584 sock_put(sk);
Jon Paul Maloy57289012014-08-22 18:09:09 -04002585}
2586
Jon Paul Maloy301bae52014-08-22 18:09:20 -04002587static int tipc_sk_publish(struct tipc_sock *tsk, uint scope,
Jon Paul Maloy0fc87aa2014-08-22 18:09:17 -04002588 struct tipc_name_seq const *seq)
2589{
Parthasarathy Bhuvaragand6fb7e92016-11-01 14:02:40 +01002590 struct sock *sk = &tsk->sk;
2591 struct net *net = sock_net(sk);
Jon Paul Maloy0fc87aa2014-08-22 18:09:17 -04002592 struct publication *publ;
2593 u32 key;
2594
Jon Maloy928df182018-03-15 16:48:51 +01002595 if (scope != TIPC_NODE_SCOPE)
2596 scope = TIPC_CLUSTER_SCOPE;
2597
Parthasarathy Bhuvaragand6fb7e92016-11-01 14:02:40 +01002598 if (tipc_sk_connected(sk))
Jon Paul Maloy0fc87aa2014-08-22 18:09:17 -04002599 return -EINVAL;
Ying Xue07f6c4b2015-01-07 13:41:58 +08002600 key = tsk->portid + tsk->pub_count + 1;
2601 if (key == tsk->portid)
Jon Paul Maloy0fc87aa2014-08-22 18:09:17 -04002602 return -EADDRINUSE;
2603
Ying Xuef2f98002015-01-09 15:27:05 +08002604 publ = tipc_nametbl_publish(net, seq->type, seq->lower, seq->upper,
Ying Xue07f6c4b2015-01-07 13:41:58 +08002605 scope, tsk->portid, key);
Jon Paul Maloy0fc87aa2014-08-22 18:09:17 -04002606 if (unlikely(!publ))
2607 return -EINVAL;
2608
Jon Maloye50e73e2018-03-15 16:48:55 +01002609 list_add(&publ->binding_sock, &tsk->publications);
Jon Paul Maloy301bae52014-08-22 18:09:20 -04002610 tsk->pub_count++;
2611 tsk->published = 1;
Jon Paul Maloy0fc87aa2014-08-22 18:09:17 -04002612 return 0;
2613}
2614
Jon Paul Maloy301bae52014-08-22 18:09:20 -04002615static int tipc_sk_withdraw(struct tipc_sock *tsk, uint scope,
Jon Paul Maloy0fc87aa2014-08-22 18:09:17 -04002616 struct tipc_name_seq const *seq)
2617{
Ying Xuef2f98002015-01-09 15:27:05 +08002618 struct net *net = sock_net(&tsk->sk);
Jon Paul Maloy0fc87aa2014-08-22 18:09:17 -04002619 struct publication *publ;
2620 struct publication *safe;
2621 int rc = -EINVAL;
2622
Jon Maloy928df182018-03-15 16:48:51 +01002623 if (scope != TIPC_NODE_SCOPE)
2624 scope = TIPC_CLUSTER_SCOPE;
2625
Jon Maloye50e73e2018-03-15 16:48:55 +01002626 list_for_each_entry_safe(publ, safe, &tsk->publications, binding_sock) {
Jon Paul Maloy0fc87aa2014-08-22 18:09:17 -04002627 if (seq) {
2628 if (publ->scope != scope)
2629 continue;
2630 if (publ->type != seq->type)
2631 continue;
2632 if (publ->lower != seq->lower)
2633 continue;
2634 if (publ->upper != seq->upper)
2635 break;
Ying Xuef2f98002015-01-09 15:27:05 +08002636 tipc_nametbl_withdraw(net, publ->type, publ->lower,
Jon Maloy37922ea2018-03-29 23:20:43 +02002637 publ->upper, publ->key);
Jon Paul Maloy0fc87aa2014-08-22 18:09:17 -04002638 rc = 0;
2639 break;
2640 }
Ying Xuef2f98002015-01-09 15:27:05 +08002641 tipc_nametbl_withdraw(net, publ->type, publ->lower,
Jon Maloy37922ea2018-03-29 23:20:43 +02002642 publ->upper, publ->key);
Jon Paul Maloy0fc87aa2014-08-22 18:09:17 -04002643 rc = 0;
2644 }
Jon Paul Maloy301bae52014-08-22 18:09:20 -04002645 if (list_empty(&tsk->publications))
2646 tsk->published = 0;
Jon Paul Maloy0fc87aa2014-08-22 18:09:17 -04002647 return rc;
2648}
2649
Jon Paul Maloy5a9ee0be2014-08-22 18:09:14 -04002650/* tipc_sk_reinit: set non-zero address in all existing sockets
2651 * when we go from standalone to network mode.
2652 */
Ying Xuee05b31f2015-01-09 15:27:08 +08002653void tipc_sk_reinit(struct net *net)
Jon Paul Maloy5a9ee0be2014-08-22 18:09:14 -04002654{
Ying Xuee05b31f2015-01-09 15:27:08 +08002655 struct tipc_net *tn = net_generic(net, tipc_net_id);
Herbert Xu40f9f432017-02-11 19:26:46 +08002656 struct rhashtable_iter iter;
Ying Xue07f6c4b2015-01-07 13:41:58 +08002657 struct tipc_sock *tsk;
Jon Paul Maloy5a9ee0be2014-08-22 18:09:14 -04002658 struct tipc_msg *msg;
Jon Paul Maloy5a9ee0be2014-08-22 18:09:14 -04002659
Herbert Xu40f9f432017-02-11 19:26:46 +08002660 rhashtable_walk_enter(&tn->sk_rht, &iter);
2661
2662 do {
Tom Herbert97a6ec42017-12-04 10:31:41 -08002663 rhashtable_walk_start(&iter);
Herbert Xu40f9f432017-02-11 19:26:46 +08002664
2665 while ((tsk = rhashtable_walk_next(&iter)) && !IS_ERR(tsk)) {
Ying Xue07f6c4b2015-01-07 13:41:58 +08002666 spin_lock_bh(&tsk->sk.sk_lock.slock);
2667 msg = &tsk->phdr;
Jon Maloy23fd3ea2018-03-22 20:42:49 +01002668 msg_set_prevnode(msg, tipc_own_addr(net));
2669 msg_set_orignode(msg, tipc_own_addr(net));
Ying Xue07f6c4b2015-01-07 13:41:58 +08002670 spin_unlock_bh(&tsk->sk.sk_lock.slock);
2671 }
Tom Herbert97a6ec42017-12-04 10:31:41 -08002672
Herbert Xu40f9f432017-02-11 19:26:46 +08002673 rhashtable_walk_stop(&iter);
2674 } while (tsk == ERR_PTR(-EAGAIN));
Ying Xue07f6c4b2015-01-07 13:41:58 +08002675}
2676
Ying Xuee05b31f2015-01-09 15:27:08 +08002677static struct tipc_sock *tipc_sk_lookup(struct net *net, u32 portid)
Ying Xue07f6c4b2015-01-07 13:41:58 +08002678{
Ying Xuee05b31f2015-01-09 15:27:08 +08002679 struct tipc_net *tn = net_generic(net, tipc_net_id);
Ying Xue07f6c4b2015-01-07 13:41:58 +08002680 struct tipc_sock *tsk;
2681
2682 rcu_read_lock();
Herbert Xu6cca72892015-03-20 21:57:05 +11002683 tsk = rhashtable_lookup_fast(&tn->sk_rht, &portid, tsk_rht_params);
Ying Xue07f6c4b2015-01-07 13:41:58 +08002684 if (tsk)
2685 sock_hold(&tsk->sk);
2686 rcu_read_unlock();
2687
2688 return tsk;
2689}
2690
2691static int tipc_sk_insert(struct tipc_sock *tsk)
2692{
Ying Xuee05b31f2015-01-09 15:27:08 +08002693 struct sock *sk = &tsk->sk;
2694 struct net *net = sock_net(sk);
2695 struct tipc_net *tn = net_generic(net, tipc_net_id);
Ying Xue07f6c4b2015-01-07 13:41:58 +08002696 u32 remaining = (TIPC_MAX_PORT - TIPC_MIN_PORT) + 1;
2697 u32 portid = prandom_u32() % remaining + TIPC_MIN_PORT;
2698
2699 while (remaining--) {
2700 portid++;
2701 if ((portid < TIPC_MIN_PORT) || (portid > TIPC_MAX_PORT))
2702 portid = TIPC_MIN_PORT;
2703 tsk->portid = portid;
2704 sock_hold(&tsk->sk);
Herbert Xu6cca72892015-03-20 21:57:05 +11002705 if (!rhashtable_lookup_insert_fast(&tn->sk_rht, &tsk->node,
2706 tsk_rht_params))
Ying Xue07f6c4b2015-01-07 13:41:58 +08002707 return 0;
2708 sock_put(&tsk->sk);
2709 }
2710
2711 return -1;
2712}
2713
2714static void tipc_sk_remove(struct tipc_sock *tsk)
2715{
2716 struct sock *sk = &tsk->sk;
Ying Xuee05b31f2015-01-09 15:27:08 +08002717 struct tipc_net *tn = net_generic(sock_net(sk), tipc_net_id);
Ying Xue07f6c4b2015-01-07 13:41:58 +08002718
Herbert Xu6cca72892015-03-20 21:57:05 +11002719 if (!rhashtable_remove_fast(&tn->sk_rht, &tsk->node, tsk_rht_params)) {
Reshetova, Elena41c6d652017-06-30 13:08:01 +03002720 WARN_ON(refcount_read(&sk->sk_refcnt) == 1);
Ying Xue07f6c4b2015-01-07 13:41:58 +08002721 __sock_put(sk);
Jon Paul Maloy5a9ee0be2014-08-22 18:09:14 -04002722 }
2723}
2724
Herbert Xu6cca72892015-03-20 21:57:05 +11002725static const struct rhashtable_params tsk_rht_params = {
2726 .nelem_hint = 192,
2727 .head_offset = offsetof(struct tipc_sock, node),
2728 .key_offset = offsetof(struct tipc_sock, portid),
2729 .key_len = sizeof(u32), /* portid */
Herbert Xu6cca72892015-03-20 21:57:05 +11002730 .max_size = 1048576,
2731 .min_size = 256,
Thomas Grafb5e2c152015-03-24 20:42:19 +00002732 .automatic_shrinking = true,
Herbert Xu6cca72892015-03-20 21:57:05 +11002733};
2734
Ying Xuee05b31f2015-01-09 15:27:08 +08002735int tipc_sk_rht_init(struct net *net)
Jon Paul Maloy808d90f2014-08-22 18:09:19 -04002736{
Ying Xuee05b31f2015-01-09 15:27:08 +08002737 struct tipc_net *tn = net_generic(net, tipc_net_id);
Jon Paul Maloy808d90f2014-08-22 18:09:19 -04002738
Herbert Xu6cca72892015-03-20 21:57:05 +11002739 return rhashtable_init(&tn->sk_rht, &tsk_rht_params);
Jon Paul Maloy808d90f2014-08-22 18:09:19 -04002740}
2741
Ying Xuee05b31f2015-01-09 15:27:08 +08002742void tipc_sk_rht_destroy(struct net *net)
Jon Paul Maloy808d90f2014-08-22 18:09:19 -04002743{
Ying Xuee05b31f2015-01-09 15:27:08 +08002744 struct tipc_net *tn = net_generic(net, tipc_net_id);
2745
Ying Xue07f6c4b2015-01-07 13:41:58 +08002746 /* Wait for socket readers to complete */
2747 synchronize_net();
Jon Paul Maloy808d90f2014-08-22 18:09:19 -04002748
Ying Xuee05b31f2015-01-09 15:27:08 +08002749 rhashtable_destroy(&tn->sk_rht);
Jon Paul Maloy808d90f2014-08-22 18:09:19 -04002750}
2751
Jon Maloy75da2162017-10-13 11:04:23 +02002752static int tipc_sk_join(struct tipc_sock *tsk, struct tipc_group_req *mreq)
2753{
2754 struct net *net = sock_net(&tsk->sk);
Jon Maloy75da2162017-10-13 11:04:23 +02002755 struct tipc_group *grp = tsk->group;
2756 struct tipc_msg *hdr = &tsk->phdr;
2757 struct tipc_name_seq seq;
2758 int rc;
2759
2760 if (mreq->type < TIPC_RESERVED_TYPES)
2761 return -EACCES;
Jon Maloy232d07b2018-01-08 21:03:30 +01002762 if (mreq->scope > TIPC_NODE_SCOPE)
2763 return -EINVAL;
Jon Maloy75da2162017-10-13 11:04:23 +02002764 if (grp)
2765 return -EACCES;
Jon Maloy60c25302018-01-17 16:42:46 +01002766 grp = tipc_group_create(net, tsk->portid, mreq, &tsk->group_is_open);
Jon Maloy75da2162017-10-13 11:04:23 +02002767 if (!grp)
2768 return -ENOMEM;
2769 tsk->group = grp;
2770 msg_set_lookup_scope(hdr, mreq->scope);
2771 msg_set_nametype(hdr, mreq->type);
2772 msg_set_dest_droppable(hdr, true);
2773 seq.type = mreq->type;
2774 seq.lower = mreq->instance;
2775 seq.upper = seq.lower;
Jon Maloy232d07b2018-01-08 21:03:30 +01002776 tipc_nametbl_build_group(net, grp, mreq->type, mreq->scope);
Jon Maloy75da2162017-10-13 11:04:23 +02002777 rc = tipc_sk_publish(tsk, mreq->scope, &seq);
Cong Wange233df02017-10-24 15:44:49 -07002778 if (rc) {
Jon Maloy75da2162017-10-13 11:04:23 +02002779 tipc_group_delete(net, grp);
Cong Wange233df02017-10-24 15:44:49 -07002780 tsk->group = NULL;
Jon Maloyfebafc82018-01-10 21:08:50 +01002781 return rc;
Cong Wange233df02017-10-24 15:44:49 -07002782 }
Jon Maloyd12d2e12018-01-08 21:03:28 +01002783 /* Eliminate any risk that a broadcast overtakes sent JOINs */
Jon Maloy399574d2017-10-13 11:04:32 +02002784 tsk->mc_method.rcast = true;
2785 tsk->mc_method.mandatory = true;
Jon Maloyd12d2e12018-01-08 21:03:28 +01002786 tipc_group_join(net, grp, &tsk->sk.sk_rcvbuf);
Jon Maloy75da2162017-10-13 11:04:23 +02002787 return rc;
2788}
2789
2790static int tipc_sk_leave(struct tipc_sock *tsk)
2791{
2792 struct net *net = sock_net(&tsk->sk);
2793 struct tipc_group *grp = tsk->group;
2794 struct tipc_name_seq seq;
2795 int scope;
2796
2797 if (!grp)
2798 return -EINVAL;
2799 tipc_group_self(grp, &seq, &scope);
2800 tipc_group_delete(net, grp);
2801 tsk->group = NULL;
2802 tipc_sk_withdraw(tsk, scope, &seq);
2803 return 0;
2804}
2805
Jon Paul Maloy808d90f2014-08-22 18:09:19 -04002806/**
Ying Xue247f0f32014-02-18 16:06:46 +08002807 * tipc_setsockopt - set socket option
Per Lidenb97bf3f2006-01-02 19:04:38 +01002808 * @sock: socket structure
2809 * @lvl: option level
2810 * @opt: option identifier
2811 * @ov: pointer to new option value
2812 * @ol: length of option value
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002813 *
2814 * For stream sockets only, accepts and ignores all IPPROTO_TCP options
Per Lidenb97bf3f2006-01-02 19:04:38 +01002815 * (to ease compatibility).
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002816 *
Per Lidenb97bf3f2006-01-02 19:04:38 +01002817 * Returns 0 on success, errno otherwise
2818 */
Ying Xue247f0f32014-02-18 16:06:46 +08002819static int tipc_setsockopt(struct socket *sock, int lvl, int opt,
2820 char __user *ov, unsigned int ol)
Per Lidenb97bf3f2006-01-02 19:04:38 +01002821{
Allan Stephens0c3141e2008-04-15 00:22:02 -07002822 struct sock *sk = sock->sk;
Jon Paul Maloy58ed9442014-03-12 11:31:12 -04002823 struct tipc_sock *tsk = tipc_sk(sk);
Jon Maloy75da2162017-10-13 11:04:23 +02002824 struct tipc_group_req mreq;
Jon Paul Maloy01fd12b2017-01-18 13:50:53 -05002825 u32 value = 0;
Dan Carpentera08ef472017-01-24 12:49:35 +03002826 int res = 0;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002827
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002828 if ((lvl == IPPROTO_TCP) && (sock->type == SOCK_STREAM))
2829 return 0;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002830 if (lvl != SOL_TIPC)
2831 return -ENOPROTOOPT;
Jon Paul Maloy01fd12b2017-01-18 13:50:53 -05002832
2833 switch (opt) {
2834 case TIPC_IMPORTANCE:
2835 case TIPC_SRC_DROPPABLE:
2836 case TIPC_DEST_DROPPABLE:
2837 case TIPC_CONN_TIMEOUT:
2838 if (ol < sizeof(value))
2839 return -EINVAL;
Jon Maloy75da2162017-10-13 11:04:23 +02002840 if (get_user(value, (u32 __user *)ov))
2841 return -EFAULT;
2842 break;
2843 case TIPC_GROUP_JOIN:
2844 if (ol < sizeof(mreq))
2845 return -EINVAL;
2846 if (copy_from_user(&mreq, ov, sizeof(mreq)))
2847 return -EFAULT;
Jon Paul Maloy01fd12b2017-01-18 13:50:53 -05002848 break;
2849 default:
2850 if (ov || ol)
2851 return -EINVAL;
2852 }
Per Lidenb97bf3f2006-01-02 19:04:38 +01002853
Allan Stephens0c3141e2008-04-15 00:22:02 -07002854 lock_sock(sk);
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002855
Per Lidenb97bf3f2006-01-02 19:04:38 +01002856 switch (opt) {
2857 case TIPC_IMPORTANCE:
Jon Paul Maloy301bae52014-08-22 18:09:20 -04002858 res = tsk_set_importance(tsk, value);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002859 break;
2860 case TIPC_SRC_DROPPABLE:
2861 if (sock->type != SOCK_STREAM)
Jon Paul Maloy301bae52014-08-22 18:09:20 -04002862 tsk_set_unreliable(tsk, value);
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002863 else
Per Lidenb97bf3f2006-01-02 19:04:38 +01002864 res = -ENOPROTOOPT;
2865 break;
2866 case TIPC_DEST_DROPPABLE:
Jon Paul Maloy301bae52014-08-22 18:09:20 -04002867 tsk_set_unreturnable(tsk, value);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002868 break;
2869 case TIPC_CONN_TIMEOUT:
Allan Stephensa0f40f02011-05-26 13:44:34 -04002870 tipc_sk(sk)->conn_timeout = value;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002871 break;
Jon Paul Maloy01fd12b2017-01-18 13:50:53 -05002872 case TIPC_MCAST_BROADCAST:
2873 tsk->mc_method.rcast = false;
2874 tsk->mc_method.mandatory = true;
2875 break;
2876 case TIPC_MCAST_REPLICAST:
2877 tsk->mc_method.rcast = true;
2878 tsk->mc_method.mandatory = true;
2879 break;
Jon Maloy75da2162017-10-13 11:04:23 +02002880 case TIPC_GROUP_JOIN:
2881 res = tipc_sk_join(tsk, &mreq);
2882 break;
2883 case TIPC_GROUP_LEAVE:
2884 res = tipc_sk_leave(tsk);
2885 break;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002886 default:
2887 res = -EINVAL;
2888 }
2889
Allan Stephens0c3141e2008-04-15 00:22:02 -07002890 release_sock(sk);
2891
Per Lidenb97bf3f2006-01-02 19:04:38 +01002892 return res;
2893}
2894
2895/**
Ying Xue247f0f32014-02-18 16:06:46 +08002896 * tipc_getsockopt - get socket option
Per Lidenb97bf3f2006-01-02 19:04:38 +01002897 * @sock: socket structure
2898 * @lvl: option level
2899 * @opt: option identifier
2900 * @ov: receptacle for option value
2901 * @ol: receptacle for length of option value
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002902 *
2903 * For stream sockets only, returns 0 length result for all IPPROTO_TCP options
Per Lidenb97bf3f2006-01-02 19:04:38 +01002904 * (to ease compatibility).
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002905 *
Per Lidenb97bf3f2006-01-02 19:04:38 +01002906 * Returns 0 on success, errno otherwise
2907 */
Ying Xue247f0f32014-02-18 16:06:46 +08002908static int tipc_getsockopt(struct socket *sock, int lvl, int opt,
2909 char __user *ov, int __user *ol)
Per Lidenb97bf3f2006-01-02 19:04:38 +01002910{
Allan Stephens0c3141e2008-04-15 00:22:02 -07002911 struct sock *sk = sock->sk;
Jon Paul Maloy58ed9442014-03-12 11:31:12 -04002912 struct tipc_sock *tsk = tipc_sk(sk);
Jon Maloy75da2162017-10-13 11:04:23 +02002913 struct tipc_name_seq seq;
2914 int len, scope;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002915 u32 value;
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002916 int res;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002917
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002918 if ((lvl == IPPROTO_TCP) && (sock->type == SOCK_STREAM))
2919 return put_user(0, ol);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002920 if (lvl != SOL_TIPC)
2921 return -ENOPROTOOPT;
Allan Stephens2db99832010-12-31 18:59:33 +00002922 res = get_user(len, ol);
2923 if (res)
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002924 return res;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002925
Allan Stephens0c3141e2008-04-15 00:22:02 -07002926 lock_sock(sk);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002927
2928 switch (opt) {
2929 case TIPC_IMPORTANCE:
Jon Paul Maloy301bae52014-08-22 18:09:20 -04002930 value = tsk_importance(tsk);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002931 break;
2932 case TIPC_SRC_DROPPABLE:
Jon Paul Maloy301bae52014-08-22 18:09:20 -04002933 value = tsk_unreliable(tsk);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002934 break;
2935 case TIPC_DEST_DROPPABLE:
Jon Paul Maloy301bae52014-08-22 18:09:20 -04002936 value = tsk_unreturnable(tsk);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002937 break;
2938 case TIPC_CONN_TIMEOUT:
Jon Paul Maloy301bae52014-08-22 18:09:20 -04002939 value = tsk->conn_timeout;
Allan Stephens0c3141e2008-04-15 00:22:02 -07002940 /* no need to set "res", since already 0 at this point */
Per Lidenb97bf3f2006-01-02 19:04:38 +01002941 break;
Allan Stephens0e659672010-12-31 18:59:32 +00002942 case TIPC_NODE_RECVQ_DEPTH:
Ying Xue9da3d472012-11-27 06:15:27 -05002943 value = 0; /* was tipc_queue_size, now obsolete */
oscar.medina@motorola.com66506132009-06-30 03:25:39 +00002944 break;
Allan Stephens0e659672010-12-31 18:59:32 +00002945 case TIPC_SOCK_RECVQ_DEPTH:
oscar.medina@motorola.com66506132009-06-30 03:25:39 +00002946 value = skb_queue_len(&sk->sk_receive_queue);
2947 break;
Jon Maloy75da2162017-10-13 11:04:23 +02002948 case TIPC_GROUP_JOIN:
2949 seq.type = 0;
2950 if (tsk->group)
2951 tipc_group_self(tsk->group, &seq, &scope);
2952 value = seq.type;
2953 break;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002954 default:
2955 res = -EINVAL;
2956 }
2957
Allan Stephens0c3141e2008-04-15 00:22:02 -07002958 release_sock(sk);
2959
Paul Gortmaker25860c32010-12-31 18:59:31 +00002960 if (res)
2961 return res; /* "get" failed */
Per Lidenb97bf3f2006-01-02 19:04:38 +01002962
Paul Gortmaker25860c32010-12-31 18:59:31 +00002963 if (len < sizeof(value))
2964 return -EINVAL;
2965
2966 if (copy_to_user(ov, &value, sizeof(value)))
2967 return -EFAULT;
2968
2969 return put_user(sizeof(value), ol);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002970}
2971
Ying Xuef2f98002015-01-09 15:27:05 +08002972static int tipc_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg)
Erik Hugne78acb1f2014-04-24 16:26:47 +02002973{
Jon Maloy3e5cf362018-04-25 19:29:36 +02002974 struct net *net = sock_net(sock->sk);
2975 struct tipc_sioc_nodeid_req nr = {0};
Erik Hugne78acb1f2014-04-24 16:26:47 +02002976 struct tipc_sioc_ln_req lnr;
2977 void __user *argp = (void __user *)arg;
2978
2979 switch (cmd) {
2980 case SIOCGETLINKNAME:
2981 if (copy_from_user(&lnr, argp, sizeof(lnr)))
2982 return -EFAULT;
Jon Maloy3e5cf362018-04-25 19:29:36 +02002983 if (!tipc_node_get_linkname(net,
Ying Xuef2f98002015-01-09 15:27:05 +08002984 lnr.bearer_id & 0xffff, lnr.peer,
Erik Hugne78acb1f2014-04-24 16:26:47 +02002985 lnr.linkname, TIPC_MAX_LINK_NAME)) {
2986 if (copy_to_user(argp, &lnr, sizeof(lnr)))
2987 return -EFAULT;
2988 return 0;
2989 }
2990 return -EADDRNOTAVAIL;
Jon Maloy3e5cf362018-04-25 19:29:36 +02002991 case SIOCGETNODEID:
2992 if (copy_from_user(&nr, argp, sizeof(nr)))
2993 return -EFAULT;
2994 if (!tipc_node_get_id(net, nr.peer, nr.node_id))
2995 return -EADDRNOTAVAIL;
2996 if (copy_to_user(argp, &nr, sizeof(nr)))
2997 return -EFAULT;
2998 return 0;
Erik Hugne78acb1f2014-04-24 16:26:47 +02002999 default:
3000 return -ENOIOCTLCMD;
3001 }
3002}
3003
Erik Hugne70b03752017-03-29 11:22:16 +02003004static int tipc_socketpair(struct socket *sock1, struct socket *sock2)
3005{
3006 struct tipc_sock *tsk2 = tipc_sk(sock2->sk);
3007 struct tipc_sock *tsk1 = tipc_sk(sock1->sk);
Erik Hugne66bc1e82017-03-29 11:22:17 +02003008 u32 onode = tipc_own_addr(sock_net(sock1->sk));
Erik Hugne70b03752017-03-29 11:22:16 +02003009
Erik Hugne66bc1e82017-03-29 11:22:17 +02003010 tsk1->peer.family = AF_TIPC;
3011 tsk1->peer.addrtype = TIPC_ADDR_ID;
3012 tsk1->peer.scope = TIPC_NODE_SCOPE;
3013 tsk1->peer.addr.id.ref = tsk2->portid;
3014 tsk1->peer.addr.id.node = onode;
3015 tsk2->peer.family = AF_TIPC;
3016 tsk2->peer.addrtype = TIPC_ADDR_ID;
3017 tsk2->peer.scope = TIPC_NODE_SCOPE;
3018 tsk2->peer.addr.id.ref = tsk1->portid;
3019 tsk2->peer.addr.id.node = onode;
3020
3021 tipc_sk_finish_conn(tsk1, tsk2->portid, onode);
3022 tipc_sk_finish_conn(tsk2, tsk1->portid, onode);
Erik Hugne70b03752017-03-29 11:22:16 +02003023 return 0;
3024}
3025
Ben Hutchingsae86b9e2012-07-10 10:55:35 +00003026/* Protocol switches for the various types of TIPC sockets */
3027
Florian Westphalbca65ea2008-02-07 18:18:01 -08003028static const struct proto_ops msg_ops = {
Allan Stephens0e659672010-12-31 18:59:32 +00003029 .owner = THIS_MODULE,
Per Lidenb97bf3f2006-01-02 19:04:38 +01003030 .family = AF_TIPC,
Ying Xue247f0f32014-02-18 16:06:46 +08003031 .release = tipc_release,
3032 .bind = tipc_bind,
3033 .connect = tipc_connect,
Erik Hugne66bc1e82017-03-29 11:22:17 +02003034 .socketpair = tipc_socketpair,
Ying Xue245f3d32011-07-06 06:01:13 -04003035 .accept = sock_no_accept,
Ying Xue247f0f32014-02-18 16:06:46 +08003036 .getname = tipc_getname,
Linus Torvaldsa11e1d42018-06-28 09:43:44 -07003037 .poll = tipc_poll,
Erik Hugne78acb1f2014-04-24 16:26:47 +02003038 .ioctl = tipc_ioctl,
Ying Xue245f3d32011-07-06 06:01:13 -04003039 .listen = sock_no_listen,
Ying Xue247f0f32014-02-18 16:06:46 +08003040 .shutdown = tipc_shutdown,
3041 .setsockopt = tipc_setsockopt,
3042 .getsockopt = tipc_getsockopt,
3043 .sendmsg = tipc_sendmsg,
3044 .recvmsg = tipc_recvmsg,
YOSHIFUJI Hideaki82387452007-07-19 10:44:56 +09003045 .mmap = sock_no_mmap,
3046 .sendpage = sock_no_sendpage
Per Lidenb97bf3f2006-01-02 19:04:38 +01003047};
3048
Florian Westphalbca65ea2008-02-07 18:18:01 -08003049static const struct proto_ops packet_ops = {
Allan Stephens0e659672010-12-31 18:59:32 +00003050 .owner = THIS_MODULE,
Per Lidenb97bf3f2006-01-02 19:04:38 +01003051 .family = AF_TIPC,
Ying Xue247f0f32014-02-18 16:06:46 +08003052 .release = tipc_release,
3053 .bind = tipc_bind,
3054 .connect = tipc_connect,
Erik Hugne70b03752017-03-29 11:22:16 +02003055 .socketpair = tipc_socketpair,
Ying Xue247f0f32014-02-18 16:06:46 +08003056 .accept = tipc_accept,
3057 .getname = tipc_getname,
Linus Torvaldsa11e1d42018-06-28 09:43:44 -07003058 .poll = tipc_poll,
Erik Hugne78acb1f2014-04-24 16:26:47 +02003059 .ioctl = tipc_ioctl,
Ying Xue247f0f32014-02-18 16:06:46 +08003060 .listen = tipc_listen,
3061 .shutdown = tipc_shutdown,
3062 .setsockopt = tipc_setsockopt,
3063 .getsockopt = tipc_getsockopt,
3064 .sendmsg = tipc_send_packet,
3065 .recvmsg = tipc_recvmsg,
YOSHIFUJI Hideaki82387452007-07-19 10:44:56 +09003066 .mmap = sock_no_mmap,
3067 .sendpage = sock_no_sendpage
Per Lidenb97bf3f2006-01-02 19:04:38 +01003068};
3069
Florian Westphalbca65ea2008-02-07 18:18:01 -08003070static const struct proto_ops stream_ops = {
Allan Stephens0e659672010-12-31 18:59:32 +00003071 .owner = THIS_MODULE,
Per Lidenb97bf3f2006-01-02 19:04:38 +01003072 .family = AF_TIPC,
Ying Xue247f0f32014-02-18 16:06:46 +08003073 .release = tipc_release,
3074 .bind = tipc_bind,
3075 .connect = tipc_connect,
Erik Hugne70b03752017-03-29 11:22:16 +02003076 .socketpair = tipc_socketpair,
Ying Xue247f0f32014-02-18 16:06:46 +08003077 .accept = tipc_accept,
3078 .getname = tipc_getname,
Linus Torvaldsa11e1d42018-06-28 09:43:44 -07003079 .poll = tipc_poll,
Erik Hugne78acb1f2014-04-24 16:26:47 +02003080 .ioctl = tipc_ioctl,
Ying Xue247f0f32014-02-18 16:06:46 +08003081 .listen = tipc_listen,
3082 .shutdown = tipc_shutdown,
3083 .setsockopt = tipc_setsockopt,
3084 .getsockopt = tipc_getsockopt,
Jon Paul Maloy365ad352017-01-03 10:55:11 -05003085 .sendmsg = tipc_sendstream,
Jon Paul Maloyec8a09f2017-05-02 18:16:54 +02003086 .recvmsg = tipc_recvstream,
YOSHIFUJI Hideaki82387452007-07-19 10:44:56 +09003087 .mmap = sock_no_mmap,
3088 .sendpage = sock_no_sendpage
Per Lidenb97bf3f2006-01-02 19:04:38 +01003089};
3090
Florian Westphalbca65ea2008-02-07 18:18:01 -08003091static const struct net_proto_family tipc_family_ops = {
Allan Stephens0e659672010-12-31 18:59:32 +00003092 .owner = THIS_MODULE,
Per Lidenb97bf3f2006-01-02 19:04:38 +01003093 .family = AF_TIPC,
Ying Xuec5fa7b32013-06-17 10:54:39 -04003094 .create = tipc_sk_create
Per Lidenb97bf3f2006-01-02 19:04:38 +01003095};
3096
3097static struct proto tipc_proto = {
3098 .name = "TIPC",
3099 .owner = THIS_MODULE,
Ying Xuecc79dd12013-06-17 10:54:37 -04003100 .obj_size = sizeof(struct tipc_sock),
3101 .sysctl_rmem = sysctl_tipc_rmem
Per Lidenb97bf3f2006-01-02 19:04:38 +01003102};
3103
3104/**
Per Liden4323add2006-01-18 00:38:21 +01003105 * tipc_socket_init - initialize TIPC socket interface
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09003106 *
Per Lidenb97bf3f2006-01-02 19:04:38 +01003107 * Returns 0 on success, errno otherwise
3108 */
Per Liden4323add2006-01-18 00:38:21 +01003109int tipc_socket_init(void)
Per Lidenb97bf3f2006-01-02 19:04:38 +01003110{
3111 int res;
3112
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09003113 res = proto_register(&tipc_proto, 1);
Per Lidenb97bf3f2006-01-02 19:04:38 +01003114 if (res) {
Erik Hugne2cf8aa12012-06-29 00:16:37 -04003115 pr_err("Failed to register TIPC protocol type\n");
Per Lidenb97bf3f2006-01-02 19:04:38 +01003116 goto out;
3117 }
3118
3119 res = sock_register(&tipc_family_ops);
3120 if (res) {
Erik Hugne2cf8aa12012-06-29 00:16:37 -04003121 pr_err("Failed to register TIPC socket type\n");
Per Lidenb97bf3f2006-01-02 19:04:38 +01003122 proto_unregister(&tipc_proto);
3123 goto out;
3124 }
Per Lidenb97bf3f2006-01-02 19:04:38 +01003125 out:
3126 return res;
3127}
3128
3129/**
Per Liden4323add2006-01-18 00:38:21 +01003130 * tipc_socket_stop - stop TIPC socket interface
Per Lidenb97bf3f2006-01-02 19:04:38 +01003131 */
Per Liden4323add2006-01-18 00:38:21 +01003132void tipc_socket_stop(void)
Per Lidenb97bf3f2006-01-02 19:04:38 +01003133{
Per Lidenb97bf3f2006-01-02 19:04:38 +01003134 sock_unregister(tipc_family_ops.family);
3135 proto_unregister(&tipc_proto);
3136}
Richard Alpe34b78a122014-11-20 10:29:10 +01003137
3138/* Caller should hold socket lock for the passed tipc socket. */
Richard Alped8182802014-11-24 11:10:29 +01003139static int __tipc_nl_add_sk_con(struct sk_buff *skb, struct tipc_sock *tsk)
Richard Alpe34b78a122014-11-20 10:29:10 +01003140{
3141 u32 peer_node;
3142 u32 peer_port;
3143 struct nlattr *nest;
3144
3145 peer_node = tsk_peer_node(tsk);
3146 peer_port = tsk_peer_port(tsk);
3147
3148 nest = nla_nest_start(skb, TIPC_NLA_SOCK_CON);
3149
3150 if (nla_put_u32(skb, TIPC_NLA_CON_NODE, peer_node))
3151 goto msg_full;
3152 if (nla_put_u32(skb, TIPC_NLA_CON_SOCK, peer_port))
3153 goto msg_full;
3154
3155 if (tsk->conn_type != 0) {
3156 if (nla_put_flag(skb, TIPC_NLA_CON_FLAG))
3157 goto msg_full;
3158 if (nla_put_u32(skb, TIPC_NLA_CON_TYPE, tsk->conn_type))
3159 goto msg_full;
3160 if (nla_put_u32(skb, TIPC_NLA_CON_INST, tsk->conn_instance))
3161 goto msg_full;
3162 }
3163 nla_nest_end(skb, nest);
3164
3165 return 0;
3166
3167msg_full:
3168 nla_nest_cancel(skb, nest);
3169
3170 return -EMSGSIZE;
3171}
3172
GhantaKrishnamurthy MohanKrishnadfde3312018-03-21 14:37:43 +01003173static int __tipc_nl_add_sk_info(struct sk_buff *skb, struct tipc_sock
3174 *tsk)
3175{
3176 struct net *net = sock_net(skb->sk);
GhantaKrishnamurthy MohanKrishnadfde3312018-03-21 14:37:43 +01003177 struct sock *sk = &tsk->sk;
3178
3179 if (nla_put_u32(skb, TIPC_NLA_SOCK_REF, tsk->portid) ||
Jon Maloy23fd3ea2018-03-22 20:42:49 +01003180 nla_put_u32(skb, TIPC_NLA_SOCK_ADDR, tipc_own_addr(net)))
GhantaKrishnamurthy MohanKrishnadfde3312018-03-21 14:37:43 +01003181 return -EMSGSIZE;
3182
3183 if (tipc_sk_connected(sk)) {
3184 if (__tipc_nl_add_sk_con(skb, tsk))
3185 return -EMSGSIZE;
3186 } else if (!list_empty(&tsk->publications)) {
3187 if (nla_put_flag(skb, TIPC_NLA_SOCK_HAS_PUBL))
3188 return -EMSGSIZE;
3189 }
3190 return 0;
3191}
3192
Richard Alpe34b78a122014-11-20 10:29:10 +01003193/* Caller should hold socket lock for the passed tipc socket. */
Richard Alped8182802014-11-24 11:10:29 +01003194static int __tipc_nl_add_sk(struct sk_buff *skb, struct netlink_callback *cb,
3195 struct tipc_sock *tsk)
Richard Alpe34b78a122014-11-20 10:29:10 +01003196{
Richard Alpe34b78a122014-11-20 10:29:10 +01003197 struct nlattr *attrs;
GhantaKrishnamurthy MohanKrishnadfde3312018-03-21 14:37:43 +01003198 void *hdr;
Richard Alpe34b78a122014-11-20 10:29:10 +01003199
3200 hdr = genlmsg_put(skb, NETLINK_CB(cb->skb).portid, cb->nlh->nlmsg_seq,
Richard Alpebfb3e5d2015-02-09 09:50:03 +01003201 &tipc_genl_family, NLM_F_MULTI, TIPC_NL_SOCK_GET);
Richard Alpe34b78a122014-11-20 10:29:10 +01003202 if (!hdr)
3203 goto msg_cancel;
3204
3205 attrs = nla_nest_start(skb, TIPC_NLA_SOCK);
3206 if (!attrs)
3207 goto genlmsg_cancel;
GhantaKrishnamurthy MohanKrishnadfde3312018-03-21 14:37:43 +01003208
3209 if (__tipc_nl_add_sk_info(skb, tsk))
Richard Alpe34b78a122014-11-20 10:29:10 +01003210 goto attr_msg_cancel;
3211
Richard Alpe34b78a122014-11-20 10:29:10 +01003212 nla_nest_end(skb, attrs);
3213 genlmsg_end(skb, hdr);
3214
3215 return 0;
3216
3217attr_msg_cancel:
3218 nla_nest_cancel(skb, attrs);
3219genlmsg_cancel:
3220 genlmsg_cancel(skb, hdr);
3221msg_cancel:
3222 return -EMSGSIZE;
3223}
3224
GhantaKrishnamurthy MohanKrishnac30b70d2018-03-21 14:37:44 +01003225int tipc_nl_sk_walk(struct sk_buff *skb, struct netlink_callback *cb,
3226 int (*skb_handler)(struct sk_buff *skb,
3227 struct netlink_callback *cb,
3228 struct tipc_sock *tsk))
Richard Alpe34b78a122014-11-20 10:29:10 +01003229{
Ying Xuee05b31f2015-01-09 15:27:08 +08003230 struct net *net = sock_net(skb->sk);
GhantaKrishnamurthy MohanKrishnadfde3312018-03-21 14:37:43 +01003231 struct tipc_net *tn = tipc_net(net);
3232 const struct bucket_table *tbl;
Richard Alped6e164e2015-01-16 12:30:40 +01003233 u32 prev_portid = cb->args[1];
GhantaKrishnamurthy MohanKrishnadfde3312018-03-21 14:37:43 +01003234 u32 tbl_id = cb->args[0];
3235 struct rhash_head *pos;
3236 struct tipc_sock *tsk;
3237 int err;
Richard Alpe34b78a122014-11-20 10:29:10 +01003238
Ying Xue07f6c4b2015-01-07 13:41:58 +08003239 rcu_read_lock();
Ying Xuee05b31f2015-01-09 15:27:08 +08003240 tbl = rht_dereference_rcu((&tn->sk_rht)->tbl, &tn->sk_rht);
Richard Alped6e164e2015-01-16 12:30:40 +01003241 for (; tbl_id < tbl->size; tbl_id++) {
3242 rht_for_each_entry_rcu(tsk, pos, tbl, tbl_id, node) {
Ying Xue07f6c4b2015-01-07 13:41:58 +08003243 spin_lock_bh(&tsk->sk.sk_lock.slock);
Richard Alped6e164e2015-01-16 12:30:40 +01003244 if (prev_portid && prev_portid != tsk->portid) {
3245 spin_unlock_bh(&tsk->sk.sk_lock.slock);
3246 continue;
3247 }
Richard Alpe34b78a122014-11-20 10:29:10 +01003248
GhantaKrishnamurthy MohanKrishnadfde3312018-03-21 14:37:43 +01003249 err = skb_handler(skb, cb, tsk);
Richard Alped6e164e2015-01-16 12:30:40 +01003250 if (err) {
3251 prev_portid = tsk->portid;
3252 spin_unlock_bh(&tsk->sk.sk_lock.slock);
3253 goto out;
3254 }
GhantaKrishnamurthy MohanKrishnadfde3312018-03-21 14:37:43 +01003255
Richard Alped6e164e2015-01-16 12:30:40 +01003256 prev_portid = 0;
3257 spin_unlock_bh(&tsk->sk.sk_lock.slock);
Ying Xue07f6c4b2015-01-07 13:41:58 +08003258 }
Richard Alpe34b78a122014-11-20 10:29:10 +01003259 }
Richard Alped6e164e2015-01-16 12:30:40 +01003260out:
Ying Xue07f6c4b2015-01-07 13:41:58 +08003261 rcu_read_unlock();
Richard Alped6e164e2015-01-16 12:30:40 +01003262 cb->args[0] = tbl_id;
3263 cb->args[1] = prev_portid;
Richard Alpe34b78a122014-11-20 10:29:10 +01003264
3265 return skb->len;
3266}
GhantaKrishnamurthy MohanKrishnac30b70d2018-03-21 14:37:44 +01003267EXPORT_SYMBOL(tipc_nl_sk_walk);
3268
Cong Wange41f0542018-04-06 18:54:52 -07003269int tipc_sk_fill_sock_diag(struct sk_buff *skb, struct netlink_callback *cb,
3270 struct tipc_sock *tsk, u32 sk_filter_state,
GhantaKrishnamurthy MohanKrishnac30b70d2018-03-21 14:37:44 +01003271 u64 (*tipc_diag_gen_cookie)(struct sock *sk))
3272{
3273 struct sock *sk = &tsk->sk;
3274 struct nlattr *attrs;
3275 struct nlattr *stat;
3276
3277 /*filter response w.r.t sk_state*/
3278 if (!(sk_filter_state & (1 << sk->sk_state)))
3279 return 0;
3280
3281 attrs = nla_nest_start(skb, TIPC_NLA_SOCK);
3282 if (!attrs)
3283 goto msg_cancel;
3284
3285 if (__tipc_nl_add_sk_info(skb, tsk))
3286 goto attr_msg_cancel;
3287
3288 if (nla_put_u32(skb, TIPC_NLA_SOCK_TYPE, (u32)sk->sk_type) ||
3289 nla_put_u32(skb, TIPC_NLA_SOCK_TIPC_STATE, (u32)sk->sk_state) ||
3290 nla_put_u32(skb, TIPC_NLA_SOCK_INO, sock_i_ino(sk)) ||
3291 nla_put_u32(skb, TIPC_NLA_SOCK_UID,
Cong Wange41f0542018-04-06 18:54:52 -07003292 from_kuid_munged(sk_user_ns(NETLINK_CB(cb->skb).sk),
GhantaKrishnamurthy MohanKrishna4b2e6872018-04-04 14:49:47 +02003293 sock_i_uid(sk))) ||
GhantaKrishnamurthy MohanKrishnac30b70d2018-03-21 14:37:44 +01003294 nla_put_u64_64bit(skb, TIPC_NLA_SOCK_COOKIE,
3295 tipc_diag_gen_cookie(sk),
3296 TIPC_NLA_SOCK_PAD))
3297 goto attr_msg_cancel;
3298
3299 stat = nla_nest_start(skb, TIPC_NLA_SOCK_STAT);
3300 if (!stat)
3301 goto attr_msg_cancel;
3302
3303 if (nla_put_u32(skb, TIPC_NLA_SOCK_STAT_RCVQ,
3304 skb_queue_len(&sk->sk_receive_queue)) ||
3305 nla_put_u32(skb, TIPC_NLA_SOCK_STAT_SENDQ,
GhantaKrishnamurthy MohanKrishna872619d2018-03-21 14:37:45 +01003306 skb_queue_len(&sk->sk_write_queue)) ||
3307 nla_put_u32(skb, TIPC_NLA_SOCK_STAT_DROP,
3308 atomic_read(&sk->sk_drops)))
GhantaKrishnamurthy MohanKrishnac30b70d2018-03-21 14:37:44 +01003309 goto stat_msg_cancel;
3310
3311 if (tsk->cong_link_cnt &&
3312 nla_put_flag(skb, TIPC_NLA_SOCK_STAT_LINK_CONG))
3313 goto stat_msg_cancel;
3314
3315 if (tsk_conn_cong(tsk) &&
3316 nla_put_flag(skb, TIPC_NLA_SOCK_STAT_CONN_CONG))
3317 goto stat_msg_cancel;
3318
3319 nla_nest_end(skb, stat);
GhantaKrishnamurthy MohanKrishnaa1be5a22018-06-29 13:26:18 +02003320
3321 if (tsk->group)
3322 if (tipc_group_fill_sock_diag(tsk->group, skb))
3323 goto stat_msg_cancel;
3324
GhantaKrishnamurthy MohanKrishnac30b70d2018-03-21 14:37:44 +01003325 nla_nest_end(skb, attrs);
3326
3327 return 0;
3328
3329stat_msg_cancel:
3330 nla_nest_cancel(skb, stat);
3331attr_msg_cancel:
3332 nla_nest_cancel(skb, attrs);
3333msg_cancel:
3334 return -EMSGSIZE;
3335}
3336EXPORT_SYMBOL(tipc_sk_fill_sock_diag);
Richard Alpe1a1a1432014-11-20 10:29:11 +01003337
GhantaKrishnamurthy MohanKrishnadfde3312018-03-21 14:37:43 +01003338int tipc_nl_sk_dump(struct sk_buff *skb, struct netlink_callback *cb)
3339{
GhantaKrishnamurthy MohanKrishnac30b70d2018-03-21 14:37:44 +01003340 return tipc_nl_sk_walk(skb, cb, __tipc_nl_add_sk);
GhantaKrishnamurthy MohanKrishnadfde3312018-03-21 14:37:43 +01003341}
3342
Richard Alpe1a1a1432014-11-20 10:29:11 +01003343/* Caller should hold socket lock for the passed tipc socket. */
Richard Alped8182802014-11-24 11:10:29 +01003344static int __tipc_nl_add_sk_publ(struct sk_buff *skb,
3345 struct netlink_callback *cb,
3346 struct publication *publ)
Richard Alpe1a1a1432014-11-20 10:29:11 +01003347{
3348 void *hdr;
3349 struct nlattr *attrs;
3350
3351 hdr = genlmsg_put(skb, NETLINK_CB(cb->skb).portid, cb->nlh->nlmsg_seq,
Richard Alpebfb3e5d2015-02-09 09:50:03 +01003352 &tipc_genl_family, NLM_F_MULTI, TIPC_NL_PUBL_GET);
Richard Alpe1a1a1432014-11-20 10:29:11 +01003353 if (!hdr)
3354 goto msg_cancel;
3355
3356 attrs = nla_nest_start(skb, TIPC_NLA_PUBL);
3357 if (!attrs)
3358 goto genlmsg_cancel;
3359
3360 if (nla_put_u32(skb, TIPC_NLA_PUBL_KEY, publ->key))
3361 goto attr_msg_cancel;
3362 if (nla_put_u32(skb, TIPC_NLA_PUBL_TYPE, publ->type))
3363 goto attr_msg_cancel;
3364 if (nla_put_u32(skb, TIPC_NLA_PUBL_LOWER, publ->lower))
3365 goto attr_msg_cancel;
3366 if (nla_put_u32(skb, TIPC_NLA_PUBL_UPPER, publ->upper))
3367 goto attr_msg_cancel;
3368
3369 nla_nest_end(skb, attrs);
3370 genlmsg_end(skb, hdr);
3371
3372 return 0;
3373
3374attr_msg_cancel:
3375 nla_nest_cancel(skb, attrs);
3376genlmsg_cancel:
3377 genlmsg_cancel(skb, hdr);
3378msg_cancel:
3379 return -EMSGSIZE;
3380}
3381
3382/* Caller should hold socket lock for the passed tipc socket. */
Richard Alped8182802014-11-24 11:10:29 +01003383static int __tipc_nl_list_sk_publ(struct sk_buff *skb,
3384 struct netlink_callback *cb,
3385 struct tipc_sock *tsk, u32 *last_publ)
Richard Alpe1a1a1432014-11-20 10:29:11 +01003386{
3387 int err;
3388 struct publication *p;
3389
3390 if (*last_publ) {
Jon Maloye50e73e2018-03-15 16:48:55 +01003391 list_for_each_entry(p, &tsk->publications, binding_sock) {
Richard Alpe1a1a1432014-11-20 10:29:11 +01003392 if (p->key == *last_publ)
3393 break;
3394 }
3395 if (p->key != *last_publ) {
3396 /* We never set seq or call nl_dump_check_consistent()
3397 * this means that setting prev_seq here will cause the
3398 * consistence check to fail in the netlink callback
3399 * handler. Resulting in the last NLMSG_DONE message
3400 * having the NLM_F_DUMP_INTR flag set.
3401 */
3402 cb->prev_seq = 1;
3403 *last_publ = 0;
3404 return -EPIPE;
3405 }
3406 } else {
3407 p = list_first_entry(&tsk->publications, struct publication,
Jon Maloye50e73e2018-03-15 16:48:55 +01003408 binding_sock);
Richard Alpe1a1a1432014-11-20 10:29:11 +01003409 }
3410
Jon Maloye50e73e2018-03-15 16:48:55 +01003411 list_for_each_entry_from(p, &tsk->publications, binding_sock) {
Richard Alpe1a1a1432014-11-20 10:29:11 +01003412 err = __tipc_nl_add_sk_publ(skb, cb, p);
3413 if (err) {
3414 *last_publ = p->key;
3415 return err;
3416 }
3417 }
3418 *last_publ = 0;
3419
3420 return 0;
3421}
3422
3423int tipc_nl_publ_dump(struct sk_buff *skb, struct netlink_callback *cb)
3424{
3425 int err;
Ying Xue07f6c4b2015-01-07 13:41:58 +08003426 u32 tsk_portid = cb->args[0];
Richard Alpe1a1a1432014-11-20 10:29:11 +01003427 u32 last_publ = cb->args[1];
3428 u32 done = cb->args[2];
Ying Xuee05b31f2015-01-09 15:27:08 +08003429 struct net *net = sock_net(skb->sk);
Richard Alpe1a1a1432014-11-20 10:29:11 +01003430 struct tipc_sock *tsk;
3431
Ying Xue07f6c4b2015-01-07 13:41:58 +08003432 if (!tsk_portid) {
Richard Alpe1a1a1432014-11-20 10:29:11 +01003433 struct nlattr **attrs;
3434 struct nlattr *sock[TIPC_NLA_SOCK_MAX + 1];
3435
3436 err = tipc_nlmsg_parse(cb->nlh, &attrs);
3437 if (err)
3438 return err;
3439
Richard Alpe45e093a2016-05-16 11:14:54 +02003440 if (!attrs[TIPC_NLA_SOCK])
3441 return -EINVAL;
3442
Richard Alpe1a1a1432014-11-20 10:29:11 +01003443 err = nla_parse_nested(sock, TIPC_NLA_SOCK_MAX,
3444 attrs[TIPC_NLA_SOCK],
Johannes Bergfceb6432017-04-12 14:34:07 +02003445 tipc_nl_sock_policy, NULL);
Richard Alpe1a1a1432014-11-20 10:29:11 +01003446 if (err)
3447 return err;
3448
3449 if (!sock[TIPC_NLA_SOCK_REF])
3450 return -EINVAL;
3451
Ying Xue07f6c4b2015-01-07 13:41:58 +08003452 tsk_portid = nla_get_u32(sock[TIPC_NLA_SOCK_REF]);
Richard Alpe1a1a1432014-11-20 10:29:11 +01003453 }
3454
3455 if (done)
3456 return 0;
3457
Ying Xuee05b31f2015-01-09 15:27:08 +08003458 tsk = tipc_sk_lookup(net, tsk_portid);
Richard Alpe1a1a1432014-11-20 10:29:11 +01003459 if (!tsk)
3460 return -EINVAL;
3461
3462 lock_sock(&tsk->sk);
3463 err = __tipc_nl_list_sk_publ(skb, cb, tsk, &last_publ);
3464 if (!err)
3465 done = 1;
3466 release_sock(&tsk->sk);
Ying Xue07f6c4b2015-01-07 13:41:58 +08003467 sock_put(&tsk->sk);
Richard Alpe1a1a1432014-11-20 10:29:11 +01003468
Ying Xue07f6c4b2015-01-07 13:41:58 +08003469 cb->args[0] = tsk_portid;
Richard Alpe1a1a1432014-11-20 10:29:11 +01003470 cb->args[1] = last_publ;
3471 cb->args[2] = done;
3472
3473 return skb->len;
3474}