blob: 6be21575503aa532014e7aa1415b2bf294757308 [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{
Jon Paul Maloyc5898632015-02-05 08:36:36 -0500414 struct tipc_net *tn;
Allan Stephens0c3141e2008-04-15 00:22:02 -0700415 const struct proto_ops *ops;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100416 struct sock *sk;
Jon Paul Maloy58ed9442014-03-12 11:31:12 -0400417 struct tipc_sock *tsk;
Jon Paul Maloy5b8fa7c2014-08-22 18:09:13 -0400418 struct tipc_msg *msg;
Allan Stephens0c3141e2008-04-15 00:22:02 -0700419
420 /* Validate arguments */
Per Lidenb97bf3f2006-01-02 19:04:38 +0100421 if (unlikely(protocol != 0))
422 return -EPROTONOSUPPORT;
423
Per Lidenb97bf3f2006-01-02 19:04:38 +0100424 switch (sock->type) {
425 case SOCK_STREAM:
Allan Stephens0c3141e2008-04-15 00:22:02 -0700426 ops = &stream_ops;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100427 break;
428 case SOCK_SEQPACKET:
Allan Stephens0c3141e2008-04-15 00:22:02 -0700429 ops = &packet_ops;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100430 break;
431 case SOCK_DGRAM:
Per Lidenb97bf3f2006-01-02 19:04:38 +0100432 case SOCK_RDM:
Allan Stephens0c3141e2008-04-15 00:22:02 -0700433 ops = &msg_ops;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100434 break;
Allan Stephens49978652006-06-25 23:47:18 -0700435 default:
Allan Stephens49978652006-06-25 23:47:18 -0700436 return -EPROTOTYPE;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100437 }
438
Allan Stephens0c3141e2008-04-15 00:22:02 -0700439 /* Allocate socket's protocol area */
Eric W. Biederman11aa9c22015-05-08 21:09:13 -0500440 sk = sk_alloc(net, AF_TIPC, GFP_KERNEL, &tipc_proto, kern);
Allan Stephens0c3141e2008-04-15 00:22:02 -0700441 if (sk == NULL)
442 return -ENOMEM;
443
Jon Paul Maloy58ed9442014-03-12 11:31:12 -0400444 tsk = tipc_sk(sk);
Jon Paul Maloy301bae52014-08-22 18:09:20 -0400445 tsk->max_pkt = MAX_PKT_DEFAULT;
Jon Paul Maloy301bae52014-08-22 18:09:20 -0400446 INIT_LIST_HEAD(&tsk->publications);
Jon Paul Maloy365ad352017-01-03 10:55:11 -0500447 INIT_LIST_HEAD(&tsk->cong_links);
Jon Paul Maloy301bae52014-08-22 18:09:20 -0400448 msg = &tsk->phdr;
Jon Paul Maloyc5898632015-02-05 08:36:36 -0500449 tn = net_generic(sock_net(sk), tipc_net_id);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100450
Allan Stephens0c3141e2008-04-15 00:22:02 -0700451 /* Finish initializing socket data structures */
Allan Stephens0c3141e2008-04-15 00:22:02 -0700452 sock->ops = ops;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100453 sock_init_data(sock, sk);
Parthasarathy Bhuvaragan438adca2016-11-01 14:02:45 +0100454 tipc_set_sk_state(sk, TIPC_OPEN);
Ying Xue07f6c4b2015-01-07 13:41:58 +0800455 if (tipc_sk_insert(tsk)) {
Masanari Iidac19ca6c2016-02-08 20:53:12 +0900456 pr_warn("Socket create failed; port number exhausted\n");
Ying Xue07f6c4b2015-01-07 13:41:58 +0800457 return -EINVAL;
458 }
Herbert Xu40f9f432017-02-11 19:26:46 +0800459
460 /* Ensure tsk is visible before we read own_addr. */
461 smp_mb();
462
Jon Maloy23fd3ea2018-03-22 20:42:49 +0100463 tipc_msg_init(tipc_own_addr(net), msg, TIPC_LOW_IMPORTANCE,
464 TIPC_NAMED_MSG, NAMED_H_SIZE, 0);
Herbert Xu40f9f432017-02-11 19:26:46 +0800465
Ying Xue07f6c4b2015-01-07 13:41:58 +0800466 msg_set_origport(msg, tsk->portid);
Kees Cook31b102b2017-10-30 14:06:45 -0700467 timer_setup(&sk->sk_timer, tipc_sk_timeout, 0);
Parthasarathy Bhuvaragan6f000892016-11-01 14:02:47 +0100468 sk->sk_shutdown = 0;
Jon Maloy64ac5f52017-10-13 11:04:20 +0200469 sk->sk_backlog_rcv = tipc_sk_backlog_rcv;
Ying Xuecc79dd12013-06-17 10:54:37 -0400470 sk->sk_rcvbuf = sysctl_tipc_rmem[1];
Ying Xuef288bef2012-08-21 11:16:57 +0800471 sk->sk_data_ready = tipc_data_ready;
472 sk->sk_write_space = tipc_write_space;
Ying Xuef4195d12015-11-22 15:46:05 +0800473 sk->sk_destruct = tipc_sock_destruct;
Jon Paul Maloy4f4482d2014-05-14 05:39:09 -0400474 tsk->conn_timeout = CONN_TIMEOUT_DEFAULT;
Jon Maloy1b22bca2018-02-26 20:14:04 +0100475 tsk->group_is_open = true;
Jon Paul Maloy4f4482d2014-05-14 05:39:09 -0400476 atomic_set(&tsk->dupl_rcvcnt, 0);
Allan Stephens7ef43eb2008-05-12 15:42:28 -0700477
Jon Paul Maloy10724cc2016-05-02 11:58:47 -0400478 /* Start out with safe limits until we receive an advertised window */
479 tsk->snd_win = tsk_adv_blocks(RCVBUF_MIN);
480 tsk->rcv_win = tsk->snd_win;
481
Parthasarathy Bhuvaraganc752023a2016-11-01 14:02:42 +0100482 if (tipc_sk_type_connectionless(sk)) {
Jon Paul Maloy301bae52014-08-22 18:09:20 -0400483 tsk_set_unreturnable(tsk, true);
Allan Stephens0c3141e2008-04-15 00:22:02 -0700484 if (sock->type == SOCK_DGRAM)
Jon Paul Maloy301bae52014-08-22 18:09:20 -0400485 tsk_set_unreliable(tsk, true);
Allan Stephens0c3141e2008-04-15 00:22:02 -0700486 }
Parthasarathy Bhuvaragan438adca2016-11-01 14:02:45 +0100487
Per Lidenb97bf3f2006-01-02 19:04:38 +0100488 return 0;
489}
490
Ying Xue07f6c4b2015-01-07 13:41:58 +0800491static void tipc_sk_callback(struct rcu_head *head)
492{
493 struct tipc_sock *tsk = container_of(head, struct tipc_sock, rcu);
494
495 sock_put(&tsk->sk);
496}
497
Parthasarathy Bhuvaragan6f000892016-11-01 14:02:47 +0100498/* Caller should hold socket lock for the socket. */
499static void __tipc_shutdown(struct socket *sock, int error)
500{
501 struct sock *sk = sock->sk;
502 struct tipc_sock *tsk = tipc_sk(sk);
503 struct net *net = sock_net(sk);
Jon Paul Maloy365ad352017-01-03 10:55:11 -0500504 long timeout = CONN_TIMEOUT_DEFAULT;
Parthasarathy Bhuvaragan6f000892016-11-01 14:02:47 +0100505 u32 dnode = tsk_peer_node(tsk);
506 struct sk_buff *skb;
507
Jon Paul Maloy365ad352017-01-03 10:55:11 -0500508 /* Avoid that hi-prio shutdown msgs bypass msgs in link wakeup queue */
509 tipc_wait_for_cond(sock, &timeout, (!tsk->cong_link_cnt &&
510 !tsk_conn_cong(tsk)));
511
Parthasarathy Bhuvaragan6f000892016-11-01 14:02:47 +0100512 /* Reject all unreceived messages, except on an active connection
513 * (which disconnects locally & sends a 'FIN+' to peer).
514 */
515 while ((skb = __skb_dequeue(&sk->sk_receive_queue)) != NULL) {
516 if (TIPC_SKB_CB(skb)->bytes_read) {
517 kfree_skb(skb);
Jon Paul Maloy693c5642016-12-22 07:22:29 -0500518 continue;
Parthasarathy Bhuvaragan6f000892016-11-01 14:02:47 +0100519 }
Jon Paul Maloy693c5642016-12-22 07:22:29 -0500520 if (!tipc_sk_type_connectionless(sk) &&
521 sk->sk_state != TIPC_DISCONNECTING) {
522 tipc_set_sk_state(sk, TIPC_DISCONNECTING);
523 tipc_node_remove_conn(net, dnode, tsk->portid);
524 }
525 tipc_sk_respond(sk, skb, error);
Parthasarathy Bhuvaragan6f000892016-11-01 14:02:47 +0100526 }
Jon Paul Maloy693c5642016-12-22 07:22:29 -0500527
528 if (tipc_sk_type_connectionless(sk))
529 return;
530
Parthasarathy Bhuvaragan6f000892016-11-01 14:02:47 +0100531 if (sk->sk_state != TIPC_DISCONNECTING) {
532 skb = tipc_msg_create(TIPC_CRITICAL_IMPORTANCE,
533 TIPC_CONN_MSG, SHORT_H_SIZE, 0, dnode,
534 tsk_own_node(tsk), tsk_peer_port(tsk),
535 tsk->portid, error);
536 if (skb)
537 tipc_node_xmit_skb(net, skb, dnode, tsk->portid);
Jon Paul Maloy693c5642016-12-22 07:22:29 -0500538 tipc_node_remove_conn(net, dnode, tsk->portid);
539 tipc_set_sk_state(sk, TIPC_DISCONNECTING);
Parthasarathy Bhuvaragan6f000892016-11-01 14:02:47 +0100540 }
541}
542
Ying Xuec5fa7b32013-06-17 10:54:39 -0400543/**
Ying Xue247f0f32014-02-18 16:06:46 +0800544 * tipc_release - destroy a TIPC socket
Per Lidenb97bf3f2006-01-02 19:04:38 +0100545 * @sock: socket to destroy
546 *
547 * This routine cleans up any messages that are still queued on the socket.
548 * For DGRAM and RDM socket types, all queued messages are rejected.
549 * For SEQPACKET and STREAM socket types, the first message is rejected
550 * and any others are discarded. (If the first message on a STREAM socket
551 * is partially-read, it is discarded and the next one is rejected instead.)
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +0900552 *
Per Lidenb97bf3f2006-01-02 19:04:38 +0100553 * NOTE: Rejected messages are not necessarily returned to the sender! They
554 * are returned or discarded according to the "destination droppable" setting
555 * specified for the message by the sender.
556 *
557 * Returns 0 on success, errno otherwise
558 */
Ying Xue247f0f32014-02-18 16:06:46 +0800559static int tipc_release(struct socket *sock)
Per Lidenb97bf3f2006-01-02 19:04:38 +0100560{
Per Lidenb97bf3f2006-01-02 19:04:38 +0100561 struct sock *sk = sock->sk;
Jon Paul Maloy58ed9442014-03-12 11:31:12 -0400562 struct tipc_sock *tsk;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100563
Allan Stephens0c3141e2008-04-15 00:22:02 -0700564 /*
565 * Exit if socket isn't fully initialized (occurs when a failed accept()
566 * releases a pre-allocated child socket that was never used)
567 */
Allan Stephens0c3141e2008-04-15 00:22:02 -0700568 if (sk == NULL)
569 return 0;
570
Jon Paul Maloy58ed9442014-03-12 11:31:12 -0400571 tsk = tipc_sk(sk);
Allan Stephens0c3141e2008-04-15 00:22:02 -0700572 lock_sock(sk);
573
Parthasarathy Bhuvaragan6f000892016-11-01 14:02:47 +0100574 __tipc_shutdown(sock, TIPC_ERR_NO_PORT);
575 sk->sk_shutdown = SHUTDOWN_MASK;
Jon Maloy75da2162017-10-13 11:04:23 +0200576 tipc_sk_leave(tsk);
Jon Paul Maloy301bae52014-08-22 18:09:20 -0400577 tipc_sk_withdraw(tsk, 0, NULL);
Ying Xue1ea23a22015-05-28 13:19:22 +0800578 sk_stop_timer(sk, &sk->sk_timer);
Ying Xue07f6c4b2015-01-07 13:41:58 +0800579 tipc_sk_remove(tsk);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100580
Allan Stephens0c3141e2008-04-15 00:22:02 -0700581 /* Reject any messages that accumulated in backlog queue */
Allan Stephens0c3141e2008-04-15 00:22:02 -0700582 release_sock(sk);
Jon Maloya80ae532017-10-13 11:04:22 +0200583 tipc_dest_list_purge(&tsk->cong_links);
Jon Paul Maloy365ad352017-01-03 10:55:11 -0500584 tsk->cong_link_cnt = 0;
Ying Xue07f6c4b2015-01-07 13:41:58 +0800585 call_rcu(&tsk->rcu, tipc_sk_callback);
Allan Stephens0c3141e2008-04-15 00:22:02 -0700586 sock->sk = NULL;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100587
Geert Uytterhoeven065d7e32014-04-06 15:56:14 +0200588 return 0;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100589}
590
591/**
Ying Xue247f0f32014-02-18 16:06:46 +0800592 * tipc_bind - associate or disassocate TIPC name(s) with a socket
Per Lidenb97bf3f2006-01-02 19:04:38 +0100593 * @sock: socket structure
594 * @uaddr: socket address describing name(s) and desired operation
595 * @uaddr_len: size of socket address data structure
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +0900596 *
Per Lidenb97bf3f2006-01-02 19:04:38 +0100597 * Name and name sequence binding is indicated using a positive scope value;
598 * a negative scope value unbinds the specified name. Specifying no name
599 * (i.e. a socket address length of 0) unbinds all names from the socket.
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +0900600 *
Per Lidenb97bf3f2006-01-02 19:04:38 +0100601 * Returns 0 on success, errno otherwise
Allan Stephens0c3141e2008-04-15 00:22:02 -0700602 *
603 * NOTE: This routine doesn't need to take the socket lock since it doesn't
604 * access any non-constant socket information.
Per Lidenb97bf3f2006-01-02 19:04:38 +0100605 */
Ying Xue247f0f32014-02-18 16:06:46 +0800606static int tipc_bind(struct socket *sock, struct sockaddr *uaddr,
607 int uaddr_len)
Per Lidenb97bf3f2006-01-02 19:04:38 +0100608{
Ying Xue84602762013-12-27 10:18:28 +0800609 struct sock *sk = sock->sk;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100610 struct sockaddr_tipc *addr = (struct sockaddr_tipc *)uaddr;
Jon Paul Maloy58ed9442014-03-12 11:31:12 -0400611 struct tipc_sock *tsk = tipc_sk(sk);
Ying Xue84602762013-12-27 10:18:28 +0800612 int res = -EINVAL;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100613
Ying Xue84602762013-12-27 10:18:28 +0800614 lock_sock(sk);
615 if (unlikely(!uaddr_len)) {
Jon Paul Maloy301bae52014-08-22 18:09:20 -0400616 res = tipc_sk_withdraw(tsk, 0, NULL);
Ying Xue84602762013-12-27 10:18:28 +0800617 goto exit;
618 }
Jon Maloy75da2162017-10-13 11:04:23 +0200619 if (tsk->group) {
620 res = -EACCES;
621 goto exit;
622 }
Ying Xue84602762013-12-27 10:18:28 +0800623 if (uaddr_len < sizeof(struct sockaddr_tipc)) {
624 res = -EINVAL;
625 goto exit;
626 }
627 if (addr->family != AF_TIPC) {
628 res = -EAFNOSUPPORT;
629 goto exit;
630 }
Per Lidenb97bf3f2006-01-02 19:04:38 +0100631
Per Lidenb97bf3f2006-01-02 19:04:38 +0100632 if (addr->addrtype == TIPC_ADDR_NAME)
633 addr->addr.nameseq.upper = addr->addr.nameseq.lower;
Ying Xue84602762013-12-27 10:18:28 +0800634 else if (addr->addrtype != TIPC_ADDR_NAMESEQ) {
635 res = -EAFNOSUPPORT;
636 goto exit;
637 }
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +0900638
Ying Xue13a2e892013-06-17 10:54:40 -0400639 if ((addr->addr.nameseq.type < TIPC_RESERVED_TYPES) &&
Ying Xue7d0ab172013-06-17 10:54:41 -0400640 (addr->addr.nameseq.type != TIPC_TOP_SRV) &&
Ying Xue84602762013-12-27 10:18:28 +0800641 (addr->addr.nameseq.type != TIPC_CFG_SRV)) {
642 res = -EACCES;
643 goto exit;
644 }
Allan Stephensc422f1b2011-11-02 15:49:40 -0400645
Jon Maloy928df182018-03-15 16:48:51 +0100646 res = (addr->scope >= 0) ?
Jon Paul Maloy301bae52014-08-22 18:09:20 -0400647 tipc_sk_publish(tsk, addr->scope, &addr->addr.nameseq) :
648 tipc_sk_withdraw(tsk, -addr->scope, &addr->addr.nameseq);
Ying Xue84602762013-12-27 10:18:28 +0800649exit:
650 release_sock(sk);
651 return res;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100652}
653
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +0900654/**
Ying Xue247f0f32014-02-18 16:06:46 +0800655 * tipc_getname - get port ID of socket or peer socket
Per Lidenb97bf3f2006-01-02 19:04:38 +0100656 * @sock: socket structure
657 * @uaddr: area for returned socket address
658 * @uaddr_len: area for returned length of socket address
Allan Stephens2da59912008-07-14 22:43:32 -0700659 * @peer: 0 = own ID, 1 = current peer ID, 2 = current/former peer ID
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +0900660 *
Per Lidenb97bf3f2006-01-02 19:04:38 +0100661 * Returns 0 on success, errno otherwise
Allan Stephens0c3141e2008-04-15 00:22:02 -0700662 *
Allan Stephens2da59912008-07-14 22:43:32 -0700663 * NOTE: This routine doesn't need to take the socket lock since it only
664 * accesses socket information that is unchanging (or which changes in
Allan Stephens0e659672010-12-31 18:59:32 +0000665 * a completely predictable manner).
Per Lidenb97bf3f2006-01-02 19:04:38 +0100666 */
Ying Xue247f0f32014-02-18 16:06:46 +0800667static int tipc_getname(struct socket *sock, struct sockaddr *uaddr,
Denys Vlasenko9b2c45d2018-02-12 20:00:20 +0100668 int peer)
Per Lidenb97bf3f2006-01-02 19:04:38 +0100669{
Per Lidenb97bf3f2006-01-02 19:04:38 +0100670 struct sockaddr_tipc *addr = (struct sockaddr_tipc *)uaddr;
Parthasarathy Bhuvaragan9fd4b072016-11-01 14:02:46 +0100671 struct sock *sk = sock->sk;
672 struct tipc_sock *tsk = tipc_sk(sk);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100673
Kulikov Vasiliy88f8a5e2010-10-31 07:10:32 +0000674 memset(addr, 0, sizeof(*addr));
Allan Stephens0c3141e2008-04-15 00:22:02 -0700675 if (peer) {
Parthasarathy Bhuvaraganf40acba2016-11-01 14:02:49 +0100676 if ((!tipc_sk_connected(sk)) &&
Parthasarathy Bhuvaragan9fd4b072016-11-01 14:02:46 +0100677 ((peer != 2) || (sk->sk_state != TIPC_DISCONNECTING)))
Allan Stephens2da59912008-07-14 22:43:32 -0700678 return -ENOTCONN;
Jon Paul Maloy301bae52014-08-22 18:09:20 -0400679 addr->addr.id.ref = tsk_peer_port(tsk);
680 addr->addr.id.node = tsk_peer_node(tsk);
Allan Stephens0c3141e2008-04-15 00:22:02 -0700681 } else {
Ying Xue07f6c4b2015-01-07 13:41:58 +0800682 addr->addr.id.ref = tsk->portid;
Jon Maloy23fd3ea2018-03-22 20:42:49 +0100683 addr->addr.id.node = tipc_own_addr(sock_net(sk));
Allan Stephens0c3141e2008-04-15 00:22:02 -0700684 }
Per Lidenb97bf3f2006-01-02 19:04:38 +0100685
Per Lidenb97bf3f2006-01-02 19:04:38 +0100686 addr->addrtype = TIPC_ADDR_ID;
687 addr->family = AF_TIPC;
688 addr->scope = 0;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100689 addr->addr.name.domain = 0;
690
Denys Vlasenko9b2c45d2018-02-12 20:00:20 +0100691 return sizeof(*addr);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100692}
693
694/**
Ying Xue247f0f32014-02-18 16:06:46 +0800695 * tipc_poll - read and possibly block on pollmask
Per Lidenb97bf3f2006-01-02 19:04:38 +0100696 * @file: file structure associated with the socket
697 * @sock: socket for which to calculate the poll bits
698 * @wait: ???
699 *
Allan Stephens9b674e82008-03-26 16:48:21 -0700700 * Returns pollmask value
701 *
702 * COMMENTARY:
703 * It appears that the usual socket locking mechanisms are not useful here
704 * since the pollmask info is potentially out-of-date the moment this routine
705 * exits. TCP and other protocols seem to rely on higher level poll routines
706 * to handle any preventable race conditions, so TIPC will do the same ...
707 *
Allan Stephensf662c072010-08-17 11:00:06 +0000708 * IMPORTANT: The fact that a read or write operation is indicated does NOT
709 * imply that the operation will succeed, merely that it should be performed
710 * and will not block.
Per Lidenb97bf3f2006-01-02 19:04:38 +0100711 */
Al Viroade994f2017-07-03 00:01:49 -0400712static __poll_t tipc_poll(struct file *file, struct socket *sock,
Ying Xue247f0f32014-02-18 16:06:46 +0800713 poll_table *wait)
Per Lidenb97bf3f2006-01-02 19:04:38 +0100714{
Allan Stephens9b674e82008-03-26 16:48:21 -0700715 struct sock *sk = sock->sk;
Jon Paul Maloy58ed9442014-03-12 11:31:12 -0400716 struct tipc_sock *tsk = tipc_sk(sk);
Al Viroade994f2017-07-03 00:01:49 -0400717 __poll_t revents = 0;
Allan Stephens9b674e82008-03-26 16:48:21 -0700718
Ying Xuef288bef2012-08-21 11:16:57 +0800719 sock_poll_wait(file, sk_sleep(sk), wait);
Allan Stephens9b674e82008-03-26 16:48:21 -0700720
Parthasarathy Bhuvaragan6f000892016-11-01 14:02:47 +0100721 if (sk->sk_shutdown & RCV_SHUTDOWN)
Linus Torvaldsa9a08842018-02-11 14:34:03 -0800722 revents |= EPOLLRDHUP | EPOLLIN | EPOLLRDNORM;
Parthasarathy Bhuvaragan6f000892016-11-01 14:02:47 +0100723 if (sk->sk_shutdown == SHUTDOWN_MASK)
Linus Torvaldsa9a08842018-02-11 14:34:03 -0800724 revents |= EPOLLHUP;
Parthasarathy Bhuvaragan6f000892016-11-01 14:02:47 +0100725
Parthasarathy Bhuvaraganf40acba2016-11-01 14:02:49 +0100726 switch (sk->sk_state) {
727 case TIPC_ESTABLISHED:
Parthasarathy Bhuvaragan517d7c72017-12-28 12:03:06 +0100728 case TIPC_CONNECTING:
Jon Paul Maloy365ad352017-01-03 10:55:11 -0500729 if (!tsk->cong_link_cnt && !tsk_conn_cong(tsk))
Linus Torvaldsa9a08842018-02-11 14:34:03 -0800730 revents |= EPOLLOUT;
Parthasarathy Bhuvaraganf40acba2016-11-01 14:02:49 +0100731 /* fall thru' */
732 case TIPC_LISTEN:
Jon Maloycb4dc412017-10-19 16:42:04 +0200733 if (!skb_queue_empty(&sk->sk_receive_queue))
Linus Torvaldsa9a08842018-02-11 14:34:03 -0800734 revents |= EPOLLIN | EPOLLRDNORM;
Parthasarathy Bhuvaraganf40acba2016-11-01 14:02:49 +0100735 break;
736 case TIPC_OPEN:
Jon Maloy60c25302018-01-17 16:42:46 +0100737 if (tsk->group_is_open && !tsk->cong_link_cnt)
Linus Torvaldsa9a08842018-02-11 14:34:03 -0800738 revents |= EPOLLOUT;
Jon Maloyae236fb2017-10-13 11:04:25 +0200739 if (!tipc_sk_type_connectionless(sk))
740 break;
Jon Maloycb4dc412017-10-19 16:42:04 +0200741 if (skb_queue_empty(&sk->sk_receive_queue))
Jon Maloyae236fb2017-10-13 11:04:25 +0200742 break;
Linus Torvaldsa9a08842018-02-11 14:34:03 -0800743 revents |= EPOLLIN | EPOLLRDNORM;
Parthasarathy Bhuvaraganf40acba2016-11-01 14:02:49 +0100744 break;
745 case TIPC_DISCONNECTING:
Linus Torvaldsa9a08842018-02-11 14:34:03 -0800746 revents = EPOLLIN | EPOLLRDNORM | EPOLLHUP;
Parthasarathy Bhuvaraganf40acba2016-11-01 14:02:49 +0100747 break;
Allan Stephensf662c072010-08-17 11:00:06 +0000748 }
Jon Maloyae236fb2017-10-13 11:04:25 +0200749 return revents;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100750}
751
Jon Paul Maloy0abd8ff2014-07-16 20:41:01 -0400752/**
753 * tipc_sendmcast - send multicast message
754 * @sock: socket structure
755 * @seq: destination address
Al Viro562640f2014-11-15 01:13:43 -0500756 * @msg: message to send
Jon Paul Maloy365ad352017-01-03 10:55:11 -0500757 * @dlen: length of data to send
758 * @timeout: timeout to wait for wakeup
Jon Paul Maloy0abd8ff2014-07-16 20:41:01 -0400759 *
760 * Called from function tipc_sendmsg(), which has done all sanity checks
761 * Returns the number of bytes sent on success, or errno
762 */
763static int tipc_sendmcast(struct socket *sock, struct tipc_name_seq *seq,
Jon Paul Maloy365ad352017-01-03 10:55:11 -0500764 struct msghdr *msg, size_t dlen, long timeout)
Jon Paul Maloy0abd8ff2014-07-16 20:41:01 -0400765{
766 struct sock *sk = sock->sk;
Jon Paul Maloyc5898632015-02-05 08:36:36 -0500767 struct tipc_sock *tsk = tipc_sk(sk);
Jon Paul Maloy365ad352017-01-03 10:55:11 -0500768 struct tipc_msg *hdr = &tsk->phdr;
Ying Xuef2f98002015-01-09 15:27:05 +0800769 struct net *net = sock_net(sk);
Jon Paul Maloy365ad352017-01-03 10:55:11 -0500770 int mtu = tipc_bcast_get_mtu(net);
Jon Paul Maloy01fd12b2017-01-18 13:50:53 -0500771 struct tipc_mc_method *method = &tsk->mc_method;
Jon Paul Maloy365ad352017-01-03 10:55:11 -0500772 struct sk_buff_head pkts;
Jon Paul Maloya853e4c2017-01-18 13:50:52 -0500773 struct tipc_nlist dsts;
Jon Paul Maloy0abd8ff2014-07-16 20:41:01 -0400774 int rc;
775
Jon Maloy75da2162017-10-13 11:04:23 +0200776 if (tsk->group)
777 return -EACCES;
778
Jon Paul Maloya853e4c2017-01-18 13:50:52 -0500779 /* Block or return if any destination link is congested */
Jon Paul Maloy365ad352017-01-03 10:55:11 -0500780 rc = tipc_wait_for_cond(sock, &timeout, !tsk->cong_link_cnt);
781 if (unlikely(rc))
Jon Paul Maloy0abd8ff2014-07-16 20:41:01 -0400782 return rc;
783
Jon Paul Maloya853e4c2017-01-18 13:50:52 -0500784 /* Lookup destination nodes */
785 tipc_nlist_init(&dsts, tipc_own_addr(net));
786 tipc_nametbl_lookup_dst_nodes(net, seq->type, seq->lower,
Jon Maloye9a03442018-01-12 20:56:50 +0100787 seq->upper, &dsts);
Jon Paul Maloya853e4c2017-01-18 13:50:52 -0500788 if (!dsts.local && !dsts.remote)
789 return -EHOSTUNREACH;
790
791 /* Build message header */
Jon Paul Maloy365ad352017-01-03 10:55:11 -0500792 msg_set_type(hdr, TIPC_MCAST_MSG);
Jon Paul Maloya853e4c2017-01-18 13:50:52 -0500793 msg_set_hdr_sz(hdr, MCAST_H_SIZE);
Jon Paul Maloy365ad352017-01-03 10:55:11 -0500794 msg_set_lookup_scope(hdr, TIPC_CLUSTER_SCOPE);
795 msg_set_destport(hdr, 0);
796 msg_set_destnode(hdr, 0);
797 msg_set_nametype(hdr, seq->type);
798 msg_set_namelower(hdr, seq->lower);
799 msg_set_nameupper(hdr, seq->upper);
Jon Paul Maloy22d85c72015-07-16 16:54:23 -0400800
Jon Paul Maloya853e4c2017-01-18 13:50:52 -0500801 /* Build message as chain of buffers */
Jon Paul Maloy365ad352017-01-03 10:55:11 -0500802 skb_queue_head_init(&pkts);
803 rc = tipc_msg_build(hdr, msg, 0, dlen, mtu, &pkts);
Jon Paul Maloy365ad352017-01-03 10:55:11 -0500804
Jon Paul Maloya853e4c2017-01-18 13:50:52 -0500805 /* Send message if build was successful */
806 if (unlikely(rc == dlen))
Jon Paul Maloy01fd12b2017-01-18 13:50:53 -0500807 rc = tipc_mcast_xmit(net, &pkts, method, &dsts,
Jon Paul Maloya853e4c2017-01-18 13:50:52 -0500808 &tsk->cong_link_cnt);
809
810 tipc_nlist_purge(&dsts);
Jon Paul Maloy365ad352017-01-03 10:55:11 -0500811
812 return rc ? rc : dlen;
Jon Paul Maloy0abd8ff2014-07-16 20:41:01 -0400813}
814
Jon Paul Maloycb1b7282015-02-05 08:36:44 -0500815/**
Jon Maloy27bd9ec2017-10-13 11:04:27 +0200816 * tipc_send_group_msg - send a message to a member in the group
817 * @net: network namespace
818 * @m: message to send
819 * @mb: group member
820 * @dnode: destination node
821 * @dport: destination port
822 * @dlen: total length of message data
823 */
824static int tipc_send_group_msg(struct net *net, struct tipc_sock *tsk,
825 struct msghdr *m, struct tipc_member *mb,
826 u32 dnode, u32 dport, int dlen)
827{
Jon Maloyb87a5ea2017-10-13 11:04:30 +0200828 u16 bc_snd_nxt = tipc_group_bc_snd_nxt(tsk->group);
Jon Maloy2f487712017-10-13 11:04:31 +0200829 struct tipc_mc_method *method = &tsk->mc_method;
Jon Maloy27bd9ec2017-10-13 11:04:27 +0200830 int blks = tsk_blocks(GROUP_H_SIZE + dlen);
831 struct tipc_msg *hdr = &tsk->phdr;
832 struct sk_buff_head pkts;
833 int mtu, rc;
834
835 /* Complete message header */
836 msg_set_type(hdr, TIPC_GRP_UCAST_MSG);
837 msg_set_hdr_sz(hdr, GROUP_H_SIZE);
838 msg_set_destport(hdr, dport);
839 msg_set_destnode(hdr, dnode);
Jon Maloyb87a5ea2017-10-13 11:04:30 +0200840 msg_set_grp_bc_seqno(hdr, bc_snd_nxt);
Jon Maloy27bd9ec2017-10-13 11:04:27 +0200841
842 /* Build message as chain of buffers */
843 skb_queue_head_init(&pkts);
844 mtu = tipc_node_get_mtu(net, dnode, tsk->portid);
845 rc = tipc_msg_build(hdr, m, 0, dlen, mtu, &pkts);
846 if (unlikely(rc != dlen))
847 return rc;
848
849 /* Send message */
850 rc = tipc_node_xmit(net, &pkts, dnode, tsk->portid);
851 if (unlikely(rc == -ELINKCONG)) {
852 tipc_dest_push(&tsk->cong_links, dnode, 0);
853 tsk->cong_link_cnt++;
854 }
855
Jon Maloy2f487712017-10-13 11:04:31 +0200856 /* Update send window */
Jon Maloy27bd9ec2017-10-13 11:04:27 +0200857 tipc_group_update_member(mb, blks);
858
Jon Maloy2f487712017-10-13 11:04:31 +0200859 /* A broadcast sent within next EXPIRE period must follow same path */
860 method->rcast = true;
861 method->mandatory = true;
Jon Maloy27bd9ec2017-10-13 11:04:27 +0200862 return dlen;
863}
864
865/**
866 * tipc_send_group_unicast - send message to a member in the group
867 * @sock: socket structure
868 * @m: message to send
869 * @dlen: total length of message data
870 * @timeout: timeout to wait for wakeup
871 *
872 * Called from function tipc_sendmsg(), which has done all sanity checks
873 * Returns the number of bytes sent on success, or errno
874 */
875static int tipc_send_group_unicast(struct socket *sock, struct msghdr *m,
876 int dlen, long timeout)
877{
878 struct sock *sk = sock->sk;
879 DECLARE_SOCKADDR(struct sockaddr_tipc *, dest, m->msg_name);
880 int blks = tsk_blocks(GROUP_H_SIZE + dlen);
881 struct tipc_sock *tsk = tipc_sk(sk);
882 struct tipc_group *grp = tsk->group;
883 struct net *net = sock_net(sk);
884 struct tipc_member *mb = NULL;
885 u32 node, port;
886 int rc;
887
888 node = dest->addr.id.node;
889 port = dest->addr.id.ref;
890 if (!port && !node)
891 return -EHOSTUNREACH;
892
893 /* Block or return if destination link or member is congested */
894 rc = tipc_wait_for_cond(sock, &timeout,
895 !tipc_dest_find(&tsk->cong_links, node, 0) &&
896 !tipc_group_cong(grp, node, port, blks, &mb));
897 if (unlikely(rc))
898 return rc;
899
900 if (unlikely(!mb))
901 return -EHOSTUNREACH;
902
903 rc = tipc_send_group_msg(net, tsk, m, mb, node, port, dlen);
904
905 return rc ? rc : dlen;
906}
907
908/**
Jon Maloyee106d72017-10-13 11:04:28 +0200909 * tipc_send_group_anycast - send message to any member with given identity
910 * @sock: socket structure
911 * @m: message to send
912 * @dlen: total length of message data
913 * @timeout: timeout to wait for wakeup
914 *
915 * Called from function tipc_sendmsg(), which has done all sanity checks
916 * Returns the number of bytes sent on success, or errno
917 */
918static int tipc_send_group_anycast(struct socket *sock, struct msghdr *m,
919 int dlen, long timeout)
920{
921 DECLARE_SOCKADDR(struct sockaddr_tipc *, dest, m->msg_name);
922 struct sock *sk = sock->sk;
923 struct tipc_sock *tsk = tipc_sk(sk);
924 struct list_head *cong_links = &tsk->cong_links;
925 int blks = tsk_blocks(GROUP_H_SIZE + dlen);
926 struct tipc_group *grp = tsk->group;
Jon Maloy232d07b2018-01-08 21:03:30 +0100927 struct tipc_msg *hdr = &tsk->phdr;
Jon Maloyee106d72017-10-13 11:04:28 +0200928 struct tipc_member *first = NULL;
929 struct tipc_member *mbr = NULL;
930 struct net *net = sock_net(sk);
931 u32 node, port, exclude;
Jon Maloyee106d72017-10-13 11:04:28 +0200932 struct list_head dsts;
Jon Maloy232d07b2018-01-08 21:03:30 +0100933 u32 type, inst, scope;
Jon Maloyee106d72017-10-13 11:04:28 +0200934 int lookups = 0;
935 int dstcnt, rc;
936 bool cong;
937
938 INIT_LIST_HEAD(&dsts);
939
Jon Maloy232d07b2018-01-08 21:03:30 +0100940 type = msg_nametype(hdr);
Jon Maloyee106d72017-10-13 11:04:28 +0200941 inst = dest->addr.name.name.instance;
Jon Maloy232d07b2018-01-08 21:03:30 +0100942 scope = msg_lookup_scope(hdr);
Jon Maloyee106d72017-10-13 11:04:28 +0200943 exclude = tipc_group_exclude(grp);
944
945 while (++lookups < 4) {
946 first = NULL;
947
948 /* Look for a non-congested destination member, if any */
949 while (1) {
Jon Maloy232d07b2018-01-08 21:03:30 +0100950 if (!tipc_nametbl_lookup(net, type, inst, scope, &dsts,
Jon Maloyee106d72017-10-13 11:04:28 +0200951 &dstcnt, exclude, false))
952 return -EHOSTUNREACH;
953 tipc_dest_pop(&dsts, &node, &port);
954 cong = tipc_group_cong(grp, node, port, blks, &mbr);
955 if (!cong)
956 break;
957 if (mbr == first)
958 break;
959 if (!first)
960 first = mbr;
961 }
962
963 /* Start over if destination was not in member list */
964 if (unlikely(!mbr))
965 continue;
966
967 if (likely(!cong && !tipc_dest_find(cong_links, node, 0)))
968 break;
969
970 /* Block or return if destination link or member is congested */
971 rc = tipc_wait_for_cond(sock, &timeout,
972 !tipc_dest_find(cong_links, node, 0) &&
973 !tipc_group_cong(grp, node, port,
974 blks, &mbr));
975 if (unlikely(rc))
976 return rc;
977
978 /* Send, unless destination disappeared while waiting */
979 if (likely(mbr))
980 break;
981 }
982
983 if (unlikely(lookups >= 4))
984 return -EHOSTUNREACH;
985
986 rc = tipc_send_group_msg(net, tsk, m, mbr, node, port, dlen);
987
988 return rc ? rc : dlen;
989}
990
991/**
Jon Maloy75da2162017-10-13 11:04:23 +0200992 * tipc_send_group_bcast - send message to all members in communication group
993 * @sk: socket structure
994 * @m: message to send
995 * @dlen: total length of message data
996 * @timeout: timeout to wait for wakeup
997 *
998 * Called from function tipc_sendmsg(), which has done all sanity checks
999 * Returns the number of bytes sent on success, or errno
1000 */
1001static int tipc_send_group_bcast(struct socket *sock, struct msghdr *m,
1002 int dlen, long timeout)
1003{
Jon Maloy5b8dddb2017-10-13 11:04:29 +02001004 DECLARE_SOCKADDR(struct sockaddr_tipc *, dest, m->msg_name);
Jon Maloy75da2162017-10-13 11:04:23 +02001005 struct sock *sk = sock->sk;
1006 struct net *net = sock_net(sk);
1007 struct tipc_sock *tsk = tipc_sk(sk);
1008 struct tipc_group *grp = tsk->group;
1009 struct tipc_nlist *dsts = tipc_group_dests(grp);
1010 struct tipc_mc_method *method = &tsk->mc_method;
Jon Maloy2f487712017-10-13 11:04:31 +02001011 bool ack = method->mandatory && method->rcast;
Jon Maloyb7d42632017-10-13 11:04:26 +02001012 int blks = tsk_blocks(MCAST_H_SIZE + dlen);
Jon Maloy75da2162017-10-13 11:04:23 +02001013 struct tipc_msg *hdr = &tsk->phdr;
1014 int mtu = tipc_bcast_get_mtu(net);
1015 struct sk_buff_head pkts;
1016 int rc = -EHOSTUNREACH;
1017
1018 if (!dsts->local && !dsts->remote)
1019 return -EHOSTUNREACH;
1020
Jon Maloyb7d42632017-10-13 11:04:26 +02001021 /* Block or return if any destination link or member is congested */
1022 rc = tipc_wait_for_cond(sock, &timeout, !tsk->cong_link_cnt &&
1023 !tipc_group_bc_cong(grp, blks));
Jon Maloy75da2162017-10-13 11:04:23 +02001024 if (unlikely(rc))
1025 return rc;
1026
1027 /* Complete message header */
Jon Maloy5b8dddb2017-10-13 11:04:29 +02001028 if (dest) {
1029 msg_set_type(hdr, TIPC_GRP_MCAST_MSG);
1030 msg_set_nameinst(hdr, dest->addr.name.name.instance);
1031 } else {
1032 msg_set_type(hdr, TIPC_GRP_BCAST_MSG);
1033 msg_set_nameinst(hdr, 0);
1034 }
Jon Maloyb7d42632017-10-13 11:04:26 +02001035 msg_set_hdr_sz(hdr, GROUP_H_SIZE);
Jon Maloy75da2162017-10-13 11:04:23 +02001036 msg_set_destport(hdr, 0);
1037 msg_set_destnode(hdr, 0);
Jon Maloy75da2162017-10-13 11:04:23 +02001038 msg_set_grp_bc_seqno(hdr, tipc_group_bc_snd_nxt(grp));
1039
Jon Maloy2f487712017-10-13 11:04:31 +02001040 /* Avoid getting stuck with repeated forced replicasts */
1041 msg_set_grp_bc_ack_req(hdr, ack);
1042
Jon Maloy75da2162017-10-13 11:04:23 +02001043 /* Build message as chain of buffers */
1044 skb_queue_head_init(&pkts);
1045 rc = tipc_msg_build(hdr, m, 0, dlen, mtu, &pkts);
1046 if (unlikely(rc != dlen))
1047 return rc;
1048
1049 /* Send message */
Jon Maloy2f487712017-10-13 11:04:31 +02001050 rc = tipc_mcast_xmit(net, &pkts, method, dsts, &tsk->cong_link_cnt);
Jon Maloy75da2162017-10-13 11:04:23 +02001051 if (unlikely(rc))
1052 return rc;
1053
Jon Maloyb7d42632017-10-13 11:04:26 +02001054 /* Update broadcast sequence number and send windows */
Jon Maloy2f487712017-10-13 11:04:31 +02001055 tipc_group_update_bc_members(tsk->group, blks, ack);
1056
1057 /* Broadcast link is now free to choose method for next broadcast */
1058 method->mandatory = false;
1059 method->expires = jiffies;
1060
Jon Maloy75da2162017-10-13 11:04:23 +02001061 return dlen;
1062}
1063
1064/**
Jon Maloy5b8dddb2017-10-13 11:04:29 +02001065 * tipc_send_group_mcast - send message to all members with given identity
1066 * @sock: socket structure
1067 * @m: message to send
1068 * @dlen: total length of message data
1069 * @timeout: timeout to wait for wakeup
1070 *
1071 * Called from function tipc_sendmsg(), which has done all sanity checks
1072 * Returns the number of bytes sent on success, or errno
1073 */
1074static int tipc_send_group_mcast(struct socket *sock, struct msghdr *m,
1075 int dlen, long timeout)
1076{
1077 struct sock *sk = sock->sk;
1078 DECLARE_SOCKADDR(struct sockaddr_tipc *, dest, m->msg_name);
Jon Maloy5b8dddb2017-10-13 11:04:29 +02001079 struct tipc_sock *tsk = tipc_sk(sk);
1080 struct tipc_group *grp = tsk->group;
Jon Maloy232d07b2018-01-08 21:03:30 +01001081 struct tipc_msg *hdr = &tsk->phdr;
Jon Maloy5b8dddb2017-10-13 11:04:29 +02001082 struct net *net = sock_net(sk);
Jon Maloy232d07b2018-01-08 21:03:30 +01001083 u32 type, inst, scope, exclude;
Jon Maloy5b8dddb2017-10-13 11:04:29 +02001084 struct list_head dsts;
Jon Maloy232d07b2018-01-08 21:03:30 +01001085 u32 dstcnt;
Jon Maloy5b8dddb2017-10-13 11:04:29 +02001086
1087 INIT_LIST_HEAD(&dsts);
1088
Jon Maloy232d07b2018-01-08 21:03:30 +01001089 type = msg_nametype(hdr);
1090 inst = dest->addr.name.name.instance;
1091 scope = msg_lookup_scope(hdr);
Jon Maloy5b8dddb2017-10-13 11:04:29 +02001092 exclude = tipc_group_exclude(grp);
Jon Maloy232d07b2018-01-08 21:03:30 +01001093
1094 if (!tipc_nametbl_lookup(net, type, inst, scope, &dsts,
1095 &dstcnt, exclude, true))
Jon Maloy5b8dddb2017-10-13 11:04:29 +02001096 return -EHOSTUNREACH;
1097
1098 if (dstcnt == 1) {
1099 tipc_dest_pop(&dsts, &dest->addr.id.node, &dest->addr.id.ref);
1100 return tipc_send_group_unicast(sock, m, dlen, timeout);
1101 }
1102
1103 tipc_dest_list_purge(&dsts);
1104 return tipc_send_group_bcast(sock, m, dlen, timeout);
1105}
1106
1107/**
Jon Paul Maloycb1b7282015-02-05 08:36:44 -05001108 * tipc_sk_mcast_rcv - Deliver multicast messages to all destination sockets
1109 * @arrvq: queue with arriving messages, to be cloned after destination lookup
1110 * @inputq: queue with cloned messages, delivered to socket after dest lookup
1111 *
1112 * Multi-threaded: parallel calls with reference to same queues may occur
Jon Paul Maloy078bec82014-07-16 20:41:00 -04001113 */
Jon Paul Maloycb1b7282015-02-05 08:36:44 -05001114void tipc_sk_mcast_rcv(struct net *net, struct sk_buff_head *arrvq,
1115 struct sk_buff_head *inputq)
Jon Paul Maloy078bec82014-07-16 20:41:00 -04001116{
Jon Maloy75da2162017-10-13 11:04:23 +02001117 u32 self = tipc_own_addr(net);
Jon Maloy232d07b2018-01-08 21:03:30 +01001118 u32 type, lower, upper, scope;
Jon Paul Maloycb1b7282015-02-05 08:36:44 -05001119 struct sk_buff *skb, *_skb;
Jon Maloy75da2162017-10-13 11:04:23 +02001120 u32 portid, oport, onode;
Jon Maloy232d07b2018-01-08 21:03:30 +01001121 struct sk_buff_head tmpq;
Jon Maloy75da2162017-10-13 11:04:23 +02001122 struct list_head dports;
Jon Maloy232d07b2018-01-08 21:03:30 +01001123 struct tipc_msg *hdr;
1124 int user, mtyp, hlen;
1125 bool exact;
Jon Paul Maloy3c724ac2015-02-05 08:36:43 -05001126
Jon Paul Maloycb1b7282015-02-05 08:36:44 -05001127 __skb_queue_head_init(&tmpq);
Jon Paul Maloy4d8642d2017-01-03 10:55:10 -05001128 INIT_LIST_HEAD(&dports);
Jon Paul Maloy078bec82014-07-16 20:41:00 -04001129
Jon Paul Maloycb1b7282015-02-05 08:36:44 -05001130 skb = tipc_skb_peek(arrvq, &inputq->lock);
1131 for (; skb; skb = tipc_skb_peek(arrvq, &inputq->lock)) {
Jon Maloy232d07b2018-01-08 21:03:30 +01001132 hdr = buf_msg(skb);
1133 user = msg_user(hdr);
1134 mtyp = msg_type(hdr);
1135 hlen = skb_headroom(skb) + msg_hdr_sz(hdr);
1136 oport = msg_origport(hdr);
1137 onode = msg_orignode(hdr);
1138 type = msg_nametype(hdr);
1139
Jon Maloy2f487712017-10-13 11:04:31 +02001140 if (mtyp == TIPC_GRP_UCAST_MSG || user == GROUP_PROTOCOL) {
1141 spin_lock_bh(&inputq->lock);
1142 if (skb_peek(arrvq) == skb) {
1143 __skb_dequeue(arrvq);
1144 __skb_queue_tail(inputq, skb);
1145 }
Jon Maloyc545a942017-12-11 19:11:55 +01001146 kfree_skb(skb);
Jon Maloy2f487712017-10-13 11:04:31 +02001147 spin_unlock_bh(&inputq->lock);
1148 continue;
1149 }
Jon Paul Maloycb1b7282015-02-05 08:36:44 -05001150
Jon Maloy232d07b2018-01-08 21:03:30 +01001151 /* Group messages require exact scope match */
1152 if (msg_in_group(hdr)) {
1153 lower = 0;
1154 upper = ~0;
1155 scope = msg_lookup_scope(hdr);
1156 exact = true;
1157 } else {
1158 /* TIPC_NODE_SCOPE means "any scope" in this context */
1159 if (onode == self)
1160 scope = TIPC_NODE_SCOPE;
1161 else
1162 scope = TIPC_CLUSTER_SCOPE;
1163 exact = false;
1164 lower = msg_namelower(hdr);
1165 upper = msg_nameupper(hdr);
Jon Maloy75da2162017-10-13 11:04:23 +02001166 }
Jon Maloy232d07b2018-01-08 21:03:30 +01001167
1168 /* Create destination port list: */
1169 tipc_nametbl_mc_lookup(net, type, lower, upper,
1170 scope, exact, &dports);
1171
1172 /* Clone message per destination */
Jon Maloya80ae532017-10-13 11:04:22 +02001173 while (tipc_dest_pop(&dports, NULL, &portid)) {
Jon Maloy232d07b2018-01-08 21:03:30 +01001174 _skb = __pskb_copy(skb, hlen, GFP_ATOMIC);
Jon Paul Maloycb1b7282015-02-05 08:36:44 -05001175 if (_skb) {
1176 msg_set_destport(buf_msg(_skb), portid);
1177 __skb_queue_tail(&tmpq, _skb);
1178 continue;
1179 }
1180 pr_warn("Failed to clone mcast rcv buffer\n");
Jon Paul Maloy078bec82014-07-16 20:41:00 -04001181 }
Jon Paul Maloycb1b7282015-02-05 08:36:44 -05001182 /* Append to inputq if not already done by other thread */
1183 spin_lock_bh(&inputq->lock);
1184 if (skb_peek(arrvq) == skb) {
1185 skb_queue_splice_tail_init(&tmpq, inputq);
1186 kfree_skb(__skb_dequeue(arrvq));
1187 }
1188 spin_unlock_bh(&inputq->lock);
1189 __skb_queue_purge(&tmpq);
1190 kfree_skb(skb);
Jon Paul Maloy078bec82014-07-16 20:41:00 -04001191 }
Jon Paul Maloycb1b7282015-02-05 08:36:44 -05001192 tipc_sk_rcv(net, inputq);
Jon Paul Maloy078bec82014-07-16 20:41:00 -04001193}
1194
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001195/**
Jon Maloy64ac5f52017-10-13 11:04:20 +02001196 * tipc_sk_conn_proto_rcv - receive a connection mng protocol message
Jon Paul Maloyac0074e2014-06-25 20:41:41 -05001197 * @tsk: receiving socket
Jon Paul Maloybcd3ffd2015-07-22 10:11:19 -04001198 * @skb: pointer to message buffer.
Jon Paul Maloyac0074e2014-06-25 20:41:41 -05001199 */
Jon Maloy64ac5f52017-10-13 11:04:20 +02001200static void tipc_sk_conn_proto_rcv(struct tipc_sock *tsk, struct sk_buff *skb,
1201 struct sk_buff_head *xmitq)
Jon Paul Maloyac0074e2014-06-25 20:41:41 -05001202{
Jon Paul Maloybcd3ffd2015-07-22 10:11:19 -04001203 struct tipc_msg *hdr = buf_msg(skb);
Jon Maloy64ac5f52017-10-13 11:04:20 +02001204 u32 onode = tsk_own_node(tsk);
1205 struct sock *sk = &tsk->sk;
Jon Paul Maloybcd3ffd2015-07-22 10:11:19 -04001206 int mtyp = msg_type(hdr);
Jon Paul Maloy10724cc2016-05-02 11:58:47 -04001207 bool conn_cong;
Jon Paul Maloybcd3ffd2015-07-22 10:11:19 -04001208
Jon Paul Maloyac0074e2014-06-25 20:41:41 -05001209 /* Ignore if connection cannot be validated: */
Jon Paul Maloybcd3ffd2015-07-22 10:11:19 -04001210 if (!tsk_peer_msg(tsk, hdr))
Jon Paul Maloyac0074e2014-06-25 20:41:41 -05001211 goto exit;
1212
Parthasarathy Bhuvaraganc1be7752017-04-26 10:05:02 +02001213 if (unlikely(msg_errcode(hdr))) {
1214 tipc_set_sk_state(sk, TIPC_DISCONNECTING);
1215 tipc_node_remove_conn(sock_net(sk), tsk_peer_node(tsk),
1216 tsk_peer_port(tsk));
1217 sk->sk_state_change(sk);
1218 goto exit;
1219 }
1220
Parthasarathy Bhuvaragan8ea642e2016-11-01 14:02:44 +01001221 tsk->probe_unacked = false;
Jon Paul Maloyac0074e2014-06-25 20:41:41 -05001222
Jon Paul Maloybcd3ffd2015-07-22 10:11:19 -04001223 if (mtyp == CONN_PROBE) {
1224 msg_set_type(hdr, CONN_PROBE_REPLY);
Jon Paul Maloyf1d048f2016-06-17 06:35:57 -04001225 if (tipc_msg_reverse(onode, &skb, TIPC_OK))
1226 __skb_queue_tail(xmitq, skb);
Jon Paul Maloybcd3ffd2015-07-22 10:11:19 -04001227 return;
1228 } else if (mtyp == CONN_ACK) {
Jon Paul Maloy301bae52014-08-22 18:09:20 -04001229 conn_cong = tsk_conn_cong(tsk);
Jon Paul Maloy10724cc2016-05-02 11:58:47 -04001230 tsk->snt_unacked -= msg_conn_ack(hdr);
1231 if (tsk->peer_caps & TIPC_BLOCK_FLOWCTL)
1232 tsk->snd_win = msg_adv_win(hdr);
Jon Paul Maloy60120522014-06-25 20:41:42 -05001233 if (conn_cong)
Jon Paul Maloybcd3ffd2015-07-22 10:11:19 -04001234 sk->sk_write_space(sk);
1235 } else if (mtyp != CONN_PROBE_REPLY) {
1236 pr_warn("Received unknown CONN_PROTO msg\n");
Jon Paul Maloyac0074e2014-06-25 20:41:41 -05001237 }
Jon Paul Maloyac0074e2014-06-25 20:41:41 -05001238exit:
Jon Paul Maloybcd3ffd2015-07-22 10:11:19 -04001239 kfree_skb(skb);
Jon Paul Maloyac0074e2014-06-25 20:41:41 -05001240}
1241
Jon Paul Maloye2dafe82014-06-25 20:41:37 -05001242/**
Ying Xue247f0f32014-02-18 16:06:46 +08001243 * tipc_sendmsg - send message in connectionless manner
Per Lidenb97bf3f2006-01-02 19:04:38 +01001244 * @sock: socket structure
1245 * @m: message to send
Jon Paul Maloye2dafe82014-06-25 20:41:37 -05001246 * @dsz: amount of user data to be sent
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001247 *
Per Lidenb97bf3f2006-01-02 19:04:38 +01001248 * Message must have an destination specified explicitly.
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001249 * Used for SOCK_RDM and SOCK_DGRAM messages,
Per Lidenb97bf3f2006-01-02 19:04:38 +01001250 * and for 'SYN' messages on SOCK_SEQPACKET and SOCK_STREAM connections.
1251 * (Note: 'SYN+' is prohibited on SOCK_STREAM.)
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001252 *
Per Lidenb97bf3f2006-01-02 19:04:38 +01001253 * Returns the number of bytes sent on success, or errno otherwise
1254 */
Ying Xue1b784142015-03-02 15:37:48 +08001255static int tipc_sendmsg(struct socket *sock,
Jon Paul Maloye2dafe82014-06-25 20:41:37 -05001256 struct msghdr *m, size_t dsz)
Per Lidenb97bf3f2006-01-02 19:04:38 +01001257{
Ying Xue39a0295f2015-03-02 15:37:47 +08001258 struct sock *sk = sock->sk;
1259 int ret;
1260
1261 lock_sock(sk);
1262 ret = __tipc_sendmsg(sock, m, dsz);
1263 release_sock(sk);
1264
1265 return ret;
1266}
1267
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001268static int __tipc_sendmsg(struct socket *sock, struct msghdr *m, size_t dlen)
Ying Xue39a0295f2015-03-02 15:37:47 +08001269{
Allan Stephens0c3141e2008-04-15 00:22:02 -07001270 struct sock *sk = sock->sk;
Ying Xuef2f98002015-01-09 15:27:05 +08001271 struct net *net = sock_net(sk);
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001272 struct tipc_sock *tsk = tipc_sk(sk);
1273 DECLARE_SOCKADDR(struct sockaddr_tipc *, dest, m->msg_name);
1274 long timeout = sock_sndtimeo(sk, m->msg_flags & MSG_DONTWAIT);
1275 struct list_head *clinks = &tsk->cong_links;
1276 bool syn = !tipc_sk_type_connectionless(sk);
Jon Maloy75da2162017-10-13 11:04:23 +02001277 struct tipc_group *grp = tsk->group;
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001278 struct tipc_msg *hdr = &tsk->phdr;
Erik Hugnef2f80362015-03-19 09:02:19 +01001279 struct tipc_name_seq *seq;
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001280 struct sk_buff_head pkts;
Jon Maloy335b9292018-04-12 01:15:48 +02001281 u32 dport, dnode = 0;
Jon Maloy928df182018-03-15 16:48:51 +01001282 u32 type, inst;
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001283 int mtu, rc;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001284
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001285 if (unlikely(dlen > TIPC_MAX_USER_MSG_SIZE))
Allan Stephensc29c3f72010-04-20 17:58:24 -04001286 return -EMSGSIZE;
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001287
Jon Maloy27bd9ec2017-10-13 11:04:27 +02001288 if (likely(dest)) {
1289 if (unlikely(m->msg_namelen < sizeof(*dest)))
1290 return -EINVAL;
1291 if (unlikely(dest->family != AF_TIPC))
1292 return -EINVAL;
1293 }
1294
1295 if (grp) {
1296 if (!dest)
1297 return tipc_send_group_bcast(sock, m, dlen, timeout);
Jon Maloyee106d72017-10-13 11:04:28 +02001298 if (dest->addrtype == TIPC_ADDR_NAME)
1299 return tipc_send_group_anycast(sock, m, dlen, timeout);
Jon Maloy27bd9ec2017-10-13 11:04:27 +02001300 if (dest->addrtype == TIPC_ADDR_ID)
1301 return tipc_send_group_unicast(sock, m, dlen, timeout);
Jon Maloy5b8dddb2017-10-13 11:04:29 +02001302 if (dest->addrtype == TIPC_ADDR_MCAST)
1303 return tipc_send_group_mcast(sock, m, dlen, timeout);
Jon Maloy27bd9ec2017-10-13 11:04:27 +02001304 return -EINVAL;
1305 }
Jon Maloy75da2162017-10-13 11:04:23 +02001306
Erik Hugnef2f80362015-03-19 09:02:19 +01001307 if (unlikely(!dest)) {
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001308 dest = &tsk->peer;
1309 if (!syn || dest->family != AF_TIPC)
Erik Hugnef2f80362015-03-19 09:02:19 +01001310 return -EDESTADDRREQ;
Erik Hugnef2f80362015-03-19 09:02:19 +01001311 }
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001312
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001313 if (unlikely(syn)) {
Parthasarathy Bhuvaragan0c288c82016-11-01 14:02:43 +01001314 if (sk->sk_state == TIPC_LISTEN)
Ying Xue39a0295f2015-03-02 15:37:47 +08001315 return -EPIPE;
Parthasarathy Bhuvaragan438adca2016-11-01 14:02:45 +01001316 if (sk->sk_state != TIPC_OPEN)
Ying Xue39a0295f2015-03-02 15:37:47 +08001317 return -EISCONN;
1318 if (tsk->published)
1319 return -EOPNOTSUPP;
Allan Stephens0c3141e2008-04-15 00:22:02 -07001320 if (dest->addrtype == TIPC_ADDR_NAME) {
Jon Paul Maloy301bae52014-08-22 18:09:20 -04001321 tsk->conn_type = dest->addr.name.name.type;
1322 tsk->conn_instance = dest->addr.name.name.instance;
Allan Stephens0c3141e2008-04-15 00:22:02 -07001323 }
Per Lidenb97bf3f2006-01-02 19:04:38 +01001324 }
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001325
Erik Hugnef2f80362015-03-19 09:02:19 +01001326 seq = &dest->addr.nameseq;
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001327 if (dest->addrtype == TIPC_ADDR_MCAST)
1328 return tipc_sendmcast(sock, seq, m, dlen, timeout);
Jon Paul Maloye2dafe82014-06-25 20:41:37 -05001329
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001330 if (dest->addrtype == TIPC_ADDR_NAME) {
1331 type = dest->addr.name.name.type;
1332 inst = dest->addr.name.name.instance;
Jon Maloy928df182018-03-15 16:48:51 +01001333 dnode = dest->addr.name.domain;
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001334 msg_set_type(hdr, TIPC_NAMED_MSG);
1335 msg_set_hdr_sz(hdr, NAMED_H_SIZE);
1336 msg_set_nametype(hdr, type);
1337 msg_set_nameinst(hdr, inst);
Jon Maloy928df182018-03-15 16:48:51 +01001338 msg_set_lookup_scope(hdr, tipc_node2scope(dnode));
Ying Xue4ac1c8d2015-01-09 15:27:09 +08001339 dport = tipc_nametbl_translate(net, type, inst, &dnode);
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001340 msg_set_destnode(hdr, dnode);
1341 msg_set_destport(hdr, dport);
Ying Xue39a0295f2015-03-02 15:37:47 +08001342 if (unlikely(!dport && !dnode))
1343 return -EHOSTUNREACH;
Jon Paul Maloye2dafe82014-06-25 20:41:37 -05001344 } else if (dest->addrtype == TIPC_ADDR_ID) {
1345 dnode = dest->addr.id.node;
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001346 msg_set_type(hdr, TIPC_DIRECT_MSG);
1347 msg_set_lookup_scope(hdr, 0);
1348 msg_set_destnode(hdr, dnode);
1349 msg_set_destport(hdr, dest->addr.id.ref);
1350 msg_set_hdr_sz(hdr, BASIC_H_SIZE);
Jon Maloy335b9292018-04-12 01:15:48 +02001351 } else {
1352 return -EINVAL;
Jon Paul Maloye2dafe82014-06-25 20:41:37 -05001353 }
1354
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001355 /* Block or return if destination link is congested */
Jon Maloya80ae532017-10-13 11:04:22 +02001356 rc = tipc_wait_for_cond(sock, &timeout,
1357 !tipc_dest_find(clinks, dnode, 0));
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001358 if (unlikely(rc))
Ying Xue39a0295f2015-03-02 15:37:47 +08001359 return rc;
Jon Paul Maloye2dafe82014-06-25 20:41:37 -05001360
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001361 skb_queue_head_init(&pkts);
1362 mtu = tipc_node_get_mtu(net, dnode, tsk->portid);
1363 rc = tipc_msg_build(hdr, m, 0, dlen, mtu, &pkts);
1364 if (unlikely(rc != dlen))
1365 return rc;
Jon Paul Maloye2dafe82014-06-25 20:41:37 -05001366
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001367 rc = tipc_node_xmit(net, &pkts, dnode, tsk->portid);
1368 if (unlikely(rc == -ELINKCONG)) {
Jon Maloya80ae532017-10-13 11:04:22 +02001369 tipc_dest_push(clinks, dnode, 0);
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001370 tsk->cong_link_cnt++;
1371 rc = 0;
1372 }
1373
1374 if (unlikely(syn && !rc))
1375 tipc_set_sk_state(sk, TIPC_CONNECTING);
1376
1377 return rc ? rc : dlen;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001378}
1379
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001380/**
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001381 * tipc_sendstream - send stream-oriented data
Per Lidenb97bf3f2006-01-02 19:04:38 +01001382 * @sock: socket structure
1383 * @m: data to send
Jon Paul Maloy4ccfe5e2014-06-25 20:41:38 -05001384 * @dsz: total length of data to be transmitted
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001385 *
Per Lidenb97bf3f2006-01-02 19:04:38 +01001386 * Used for SOCK_STREAM data.
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001387 *
1388 * Returns the number of bytes sent on success (or partial success),
Allan Stephens1303e8f2006-06-25 23:46:50 -07001389 * or errno if no data sent
Per Lidenb97bf3f2006-01-02 19:04:38 +01001390 */
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001391static int tipc_sendstream(struct socket *sock, struct msghdr *m, size_t dsz)
Per Lidenb97bf3f2006-01-02 19:04:38 +01001392{
Allan Stephens0c3141e2008-04-15 00:22:02 -07001393 struct sock *sk = sock->sk;
Ying Xue39a0295f2015-03-02 15:37:47 +08001394 int ret;
1395
1396 lock_sock(sk);
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001397 ret = __tipc_sendstream(sock, m, dsz);
Ying Xue39a0295f2015-03-02 15:37:47 +08001398 release_sock(sk);
1399
1400 return ret;
1401}
1402
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001403static int __tipc_sendstream(struct socket *sock, struct msghdr *m, size_t dlen)
Ying Xue39a0295f2015-03-02 15:37:47 +08001404{
1405 struct sock *sk = sock->sk;
Jon Paul Maloy4ccfe5e2014-06-25 20:41:38 -05001406 DECLARE_SOCKADDR(struct sockaddr_tipc *, dest, m->msg_name);
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001407 long timeout = sock_sndtimeo(sk, m->msg_flags & MSG_DONTWAIT);
1408 struct tipc_sock *tsk = tipc_sk(sk);
1409 struct tipc_msg *hdr = &tsk->phdr;
1410 struct net *net = sock_net(sk);
1411 struct sk_buff_head pkts;
1412 u32 dnode = tsk_peer_node(tsk);
1413 int send, sent = 0;
1414 int rc = 0;
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001415
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001416 skb_queue_head_init(&pkts);
1417
1418 if (unlikely(dlen > INT_MAX))
Jon Paul Maloy4ccfe5e2014-06-25 20:41:38 -05001419 return -EMSGSIZE;
Allan Stephens0c3141e2008-04-15 00:22:02 -07001420
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001421 /* Handle implicit connection setup */
1422 if (unlikely(dest)) {
1423 rc = __tipc_sendmsg(sock, m, dlen);
1424 if (dlen && (dlen == rc))
1425 tsk->snt_unacked = tsk_inc(tsk, dlen + msg_hdr_sz(hdr));
1426 return rc;
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001427 }
Per Lidenb97bf3f2006-01-02 19:04:38 +01001428
Jon Paul Maloy4ccfe5e2014-06-25 20:41:38 -05001429 do {
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001430 rc = tipc_wait_for_cond(sock, &timeout,
1431 (!tsk->cong_link_cnt &&
Jon Paul Maloy8c44e1a2017-01-03 10:55:09 -05001432 !tsk_conn_cong(tsk) &&
1433 tipc_sk_connected(sk)));
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001434 if (unlikely(rc))
1435 break;
Ying Xue39a0295f2015-03-02 15:37:47 +08001436
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001437 send = min_t(size_t, dlen - sent, TIPC_MAX_USER_MSG_SIZE);
1438 rc = tipc_msg_build(hdr, m, sent, send, tsk->max_pkt, &pkts);
1439 if (unlikely(rc != send))
1440 break;
1441
1442 rc = tipc_node_xmit(net, &pkts, dnode, tsk->portid);
1443 if (unlikely(rc == -ELINKCONG)) {
1444 tsk->cong_link_cnt = 1;
1445 rc = 0;
1446 }
1447 if (likely(!rc)) {
1448 tsk->snt_unacked += tsk_inc(tsk, send + MIN_H_SIZE);
1449 sent += send;
1450 }
1451 } while (sent < dlen && !rc);
1452
Parthasarathy Bhuvaragan3364d612017-04-24 15:00:42 +02001453 return sent ? sent : rc;
Jon Paul Maloy4ccfe5e2014-06-25 20:41:38 -05001454}
1455
1456/**
1457 * tipc_send_packet - send a connection-oriented message
Jon Paul Maloy4ccfe5e2014-06-25 20:41:38 -05001458 * @sock: socket structure
1459 * @m: message to send
1460 * @dsz: length of data to be transmitted
1461 *
1462 * Used for SOCK_SEQPACKET messages.
1463 *
1464 * Returns the number of bytes sent on success, or errno otherwise
1465 */
Ying Xue1b784142015-03-02 15:37:48 +08001466static int tipc_send_packet(struct socket *sock, struct msghdr *m, size_t dsz)
Jon Paul Maloy4ccfe5e2014-06-25 20:41:38 -05001467{
1468 if (dsz > TIPC_MAX_USER_MSG_SIZE)
1469 return -EMSGSIZE;
1470
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001471 return tipc_sendstream(sock, m, dsz);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001472}
1473
Jon Paul Maloydadebc02014-08-22 18:09:11 -04001474/* tipc_sk_finish_conn - complete the setup of a connection
Per Lidenb97bf3f2006-01-02 19:04:38 +01001475 */
Jon Paul Maloy301bae52014-08-22 18:09:20 -04001476static void tipc_sk_finish_conn(struct tipc_sock *tsk, u32 peer_port,
Jon Paul Maloydadebc02014-08-22 18:09:11 -04001477 u32 peer_node)
Per Lidenb97bf3f2006-01-02 19:04:38 +01001478{
Ying Xue3721e9c2015-01-13 17:07:48 +08001479 struct sock *sk = &tsk->sk;
1480 struct net *net = sock_net(sk);
Jon Paul Maloy301bae52014-08-22 18:09:20 -04001481 struct tipc_msg *msg = &tsk->phdr;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001482
Jon Paul Maloydadebc02014-08-22 18:09:11 -04001483 msg_set_destnode(msg, peer_node);
1484 msg_set_destport(msg, peer_port);
1485 msg_set_type(msg, TIPC_CONN_MSG);
1486 msg_set_lookup_scope(msg, 0);
1487 msg_set_hdr_sz(msg, SHORT_H_SIZE);
Jon Paul Maloyf9fef182014-03-12 11:31:08 -04001488
Jon Maloy0d5fcebf2017-10-20 11:21:32 +02001489 sk_reset_timer(sk, &sk->sk_timer, jiffies + CONN_PROBING_INTV);
Parthasarathy Bhuvaragan8ea642e2016-11-01 14:02:44 +01001490 tipc_set_sk_state(sk, TIPC_ESTABLISHED);
Ying Xuef2f98002015-01-09 15:27:05 +08001491 tipc_node_add_conn(net, peer_node, tsk->portid, peer_port);
1492 tsk->max_pkt = tipc_node_get_mtu(net, peer_node, tsk->portid);
Jon Paul Maloy60020e12016-05-02 11:58:46 -04001493 tsk->peer_caps = tipc_node_get_capabilities(net, peer_node);
Jon Paul Maloy10724cc2016-05-02 11:58:47 -04001494 if (tsk->peer_caps & TIPC_BLOCK_FLOWCTL)
1495 return;
1496
1497 /* Fall back to message based flow control */
1498 tsk->rcv_win = FLOWCTL_MSG_WIN;
1499 tsk->snd_win = FLOWCTL_MSG_WIN;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001500}
1501
1502/**
Jon Maloy31c82a22017-10-13 11:04:24 +02001503 * tipc_sk_set_orig_addr - capture sender's address for received message
Per Lidenb97bf3f2006-01-02 19:04:38 +01001504 * @m: descriptor for message info
Jon Maloy31c82a22017-10-13 11:04:24 +02001505 * @hdr: received message header
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001506 *
Per Lidenb97bf3f2006-01-02 19:04:38 +01001507 * Note: Address is not captured if not requested by receiver.
1508 */
Jon Maloy31c82a22017-10-13 11:04:24 +02001509static void tipc_sk_set_orig_addr(struct msghdr *m, struct sk_buff *skb)
Per Lidenb97bf3f2006-01-02 19:04:38 +01001510{
Jon Maloy31c82a22017-10-13 11:04:24 +02001511 DECLARE_SOCKADDR(struct sockaddr_pair *, srcaddr, m->msg_name);
1512 struct tipc_msg *hdr = buf_msg(skb);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001513
Jon Maloy31c82a22017-10-13 11:04:24 +02001514 if (!srcaddr)
1515 return;
1516
1517 srcaddr->sock.family = AF_TIPC;
1518 srcaddr->sock.addrtype = TIPC_ADDR_ID;
Eric Dumazet09c8b972018-05-09 09:50:22 -07001519 srcaddr->sock.scope = 0;
Jon Maloy31c82a22017-10-13 11:04:24 +02001520 srcaddr->sock.addr.id.ref = msg_origport(hdr);
1521 srcaddr->sock.addr.id.node = msg_orignode(hdr);
1522 srcaddr->sock.addr.name.domain = 0;
Jon Maloy31c82a22017-10-13 11:04:24 +02001523 m->msg_namelen = sizeof(struct sockaddr_tipc);
1524
1525 if (!msg_in_group(hdr))
1526 return;
1527
1528 /* Group message users may also want to know sending member's id */
1529 srcaddr->member.family = AF_TIPC;
1530 srcaddr->member.addrtype = TIPC_ADDR_NAME;
Eric Dumazet09c8b972018-05-09 09:50:22 -07001531 srcaddr->member.scope = 0;
Jon Maloy31c82a22017-10-13 11:04:24 +02001532 srcaddr->member.addr.name.name.type = msg_nametype(hdr);
1533 srcaddr->member.addr.name.name.instance = TIPC_SKB_CB(skb)->orig_member;
1534 srcaddr->member.addr.name.domain = 0;
1535 m->msg_namelen = sizeof(*srcaddr);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001536}
1537
1538/**
Jon Paul Maloy301bae52014-08-22 18:09:20 -04001539 * tipc_sk_anc_data_recv - optionally capture ancillary data for received message
Per Lidenb97bf3f2006-01-02 19:04:38 +01001540 * @m: descriptor for message info
1541 * @msg: received message header
Jon Paul Maloy301bae52014-08-22 18:09:20 -04001542 * @tsk: TIPC port associated with message
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001543 *
Per Lidenb97bf3f2006-01-02 19:04:38 +01001544 * Note: Ancillary data is not captured if not requested by receiver.
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001545 *
Per Lidenb97bf3f2006-01-02 19:04:38 +01001546 * Returns 0 if successful, otherwise errno
1547 */
Jon Paul Maloy301bae52014-08-22 18:09:20 -04001548static int tipc_sk_anc_data_recv(struct msghdr *m, struct tipc_msg *msg,
1549 struct tipc_sock *tsk)
Per Lidenb97bf3f2006-01-02 19:04:38 +01001550{
1551 u32 anc_data[3];
1552 u32 err;
1553 u32 dest_type;
Allan Stephens3546c752006-06-25 23:45:24 -07001554 int has_name;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001555 int res;
1556
1557 if (likely(m->msg_controllen == 0))
1558 return 0;
1559
1560 /* Optionally capture errored message object(s) */
Per Lidenb97bf3f2006-01-02 19:04:38 +01001561 err = msg ? msg_errcode(msg) : 0;
1562 if (unlikely(err)) {
1563 anc_data[0] = err;
1564 anc_data[1] = msg_data_sz(msg);
Allan Stephens2db99832010-12-31 18:59:33 +00001565 res = put_cmsg(m, SOL_TIPC, TIPC_ERRINFO, 8, anc_data);
1566 if (res)
Per Lidenb97bf3f2006-01-02 19:04:38 +01001567 return res;
Allan Stephens2db99832010-12-31 18:59:33 +00001568 if (anc_data[1]) {
1569 res = put_cmsg(m, SOL_TIPC, TIPC_RETDATA, anc_data[1],
1570 msg_data(msg));
1571 if (res)
1572 return res;
1573 }
Per Lidenb97bf3f2006-01-02 19:04:38 +01001574 }
1575
1576 /* Optionally capture message destination object */
Per Lidenb97bf3f2006-01-02 19:04:38 +01001577 dest_type = msg ? msg_type(msg) : TIPC_DIRECT_MSG;
1578 switch (dest_type) {
1579 case TIPC_NAMED_MSG:
Allan Stephens3546c752006-06-25 23:45:24 -07001580 has_name = 1;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001581 anc_data[0] = msg_nametype(msg);
1582 anc_data[1] = msg_namelower(msg);
1583 anc_data[2] = msg_namelower(msg);
1584 break;
1585 case TIPC_MCAST_MSG:
Allan Stephens3546c752006-06-25 23:45:24 -07001586 has_name = 1;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001587 anc_data[0] = msg_nametype(msg);
1588 anc_data[1] = msg_namelower(msg);
1589 anc_data[2] = msg_nameupper(msg);
1590 break;
1591 case TIPC_CONN_MSG:
Jon Paul Maloy301bae52014-08-22 18:09:20 -04001592 has_name = (tsk->conn_type != 0);
1593 anc_data[0] = tsk->conn_type;
1594 anc_data[1] = tsk->conn_instance;
1595 anc_data[2] = tsk->conn_instance;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001596 break;
1597 default:
Allan Stephens3546c752006-06-25 23:45:24 -07001598 has_name = 0;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001599 }
Allan Stephens2db99832010-12-31 18:59:33 +00001600 if (has_name) {
1601 res = put_cmsg(m, SOL_TIPC, TIPC_DESTNAME, 12, anc_data);
1602 if (res)
1603 return res;
1604 }
Per Lidenb97bf3f2006-01-02 19:04:38 +01001605
1606 return 0;
1607}
1608
Jon Paul Maloy10724cc2016-05-02 11:58:47 -04001609static void tipc_sk_send_ack(struct tipc_sock *tsk)
Jon Paul Maloy739f5e42014-08-22 18:09:12 -04001610{
Parthasarathy Bhuvaragand6fb7e92016-11-01 14:02:40 +01001611 struct sock *sk = &tsk->sk;
1612 struct net *net = sock_net(sk);
Ying Xuea6ca1092014-11-26 11:41:55 +08001613 struct sk_buff *skb = NULL;
Jon Paul Maloy739f5e42014-08-22 18:09:12 -04001614 struct tipc_msg *msg;
Jon Paul Maloy301bae52014-08-22 18:09:20 -04001615 u32 peer_port = tsk_peer_port(tsk);
1616 u32 dnode = tsk_peer_node(tsk);
Jon Paul Maloy739f5e42014-08-22 18:09:12 -04001617
Parthasarathy Bhuvaragand6fb7e92016-11-01 14:02:40 +01001618 if (!tipc_sk_connected(sk))
Jon Paul Maloy739f5e42014-08-22 18:09:12 -04001619 return;
Jon Paul Maloyc5898632015-02-05 08:36:36 -05001620 skb = tipc_msg_create(CONN_MANAGER, CONN_ACK, INT_H_SIZE, 0,
1621 dnode, tsk_own_node(tsk), peer_port,
1622 tsk->portid, TIPC_OK);
Ying Xuea6ca1092014-11-26 11:41:55 +08001623 if (!skb)
Jon Paul Maloy739f5e42014-08-22 18:09:12 -04001624 return;
Ying Xuea6ca1092014-11-26 11:41:55 +08001625 msg = buf_msg(skb);
Jon Paul Maloy10724cc2016-05-02 11:58:47 -04001626 msg_set_conn_ack(msg, tsk->rcv_unacked);
1627 tsk->rcv_unacked = 0;
1628
1629 /* Adjust to and advertize the correct window limit */
1630 if (tsk->peer_caps & TIPC_BLOCK_FLOWCTL) {
1631 tsk->rcv_win = tsk_adv_blocks(tsk->sk.sk_rcvbuf);
1632 msg_set_adv_win(msg, tsk->rcv_win);
1633 }
Jon Paul Maloyaf9b0282015-07-16 16:54:24 -04001634 tipc_node_xmit_skb(net, skb, dnode, msg_link_selector(msg));
Jon Paul Maloy739f5e42014-08-22 18:09:12 -04001635}
1636
Arnaldo Carvalho de Melo85d3fc92014-05-23 15:55:12 -04001637static int tipc_wait_for_rcvmsg(struct socket *sock, long *timeop)
Ying Xue9bbb4ec2014-01-17 09:50:07 +08001638{
1639 struct sock *sk = sock->sk;
1640 DEFINE_WAIT(wait);
Arnaldo Carvalho de Melo85d3fc92014-05-23 15:55:12 -04001641 long timeo = *timeop;
Parthasarathy Bhuvaragan4e0df492017-04-26 10:05:01 +02001642 int err = sock_error(sk);
1643
1644 if (err)
1645 return err;
Ying Xue9bbb4ec2014-01-17 09:50:07 +08001646
1647 for (;;) {
1648 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE);
Ying Xuefe8e4642014-03-06 14:40:18 +01001649 if (timeo && skb_queue_empty(&sk->sk_receive_queue)) {
Parthasarathy Bhuvaragan6f000892016-11-01 14:02:47 +01001650 if (sk->sk_shutdown & RCV_SHUTDOWN) {
Ying Xue9bbb4ec2014-01-17 09:50:07 +08001651 err = -ENOTCONN;
1652 break;
1653 }
1654 release_sock(sk);
1655 timeo = schedule_timeout(timeo);
1656 lock_sock(sk);
1657 }
1658 err = 0;
1659 if (!skb_queue_empty(&sk->sk_receive_queue))
1660 break;
Ying Xue9bbb4ec2014-01-17 09:50:07 +08001661 err = -EAGAIN;
1662 if (!timeo)
1663 break;
Erik Hugne143fe222015-03-09 10:43:42 +01001664 err = sock_intr_errno(timeo);
1665 if (signal_pending(current))
1666 break;
Parthasarathy Bhuvaragan4e0df492017-04-26 10:05:01 +02001667
1668 err = sock_error(sk);
1669 if (err)
1670 break;
Ying Xue9bbb4ec2014-01-17 09:50:07 +08001671 }
1672 finish_wait(sk_sleep(sk), &wait);
Arnaldo Carvalho de Melo85d3fc92014-05-23 15:55:12 -04001673 *timeop = timeo;
Ying Xue9bbb4ec2014-01-17 09:50:07 +08001674 return err;
1675}
1676
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001677/**
Ying Xue247f0f32014-02-18 16:06:46 +08001678 * tipc_recvmsg - receive packet-oriented message
Per Lidenb97bf3f2006-01-02 19:04:38 +01001679 * @m: descriptor for message info
Jon Paul Maloye9f8b102017-05-02 18:16:53 +02001680 * @buflen: length of user buffer area
Per Lidenb97bf3f2006-01-02 19:04:38 +01001681 * @flags: receive flags
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001682 *
Per Lidenb97bf3f2006-01-02 19:04:38 +01001683 * Used for SOCK_DGRAM, SOCK_RDM, and SOCK_SEQPACKET messages.
1684 * If the complete message doesn't fit in user area, truncate it.
1685 *
1686 * Returns size of returned message data, errno otherwise
1687 */
Jon Paul Maloye9f8b102017-05-02 18:16:53 +02001688static int tipc_recvmsg(struct socket *sock, struct msghdr *m,
1689 size_t buflen, int flags)
Per Lidenb97bf3f2006-01-02 19:04:38 +01001690{
Allan Stephens0c3141e2008-04-15 00:22:02 -07001691 struct sock *sk = sock->sk;
Jon Paul Maloye9f8b102017-05-02 18:16:53 +02001692 bool connected = !tipc_sk_type_connectionless(sk);
Jon Maloyae236fb2017-10-13 11:04:25 +02001693 struct tipc_sock *tsk = tipc_sk(sk);
Jon Paul Maloye9f8b102017-05-02 18:16:53 +02001694 int rc, err, hlen, dlen, copy;
Jon Maloyb7d42632017-10-13 11:04:26 +02001695 struct sk_buff_head xmitq;
Jon Maloyae236fb2017-10-13 11:04:25 +02001696 struct tipc_msg *hdr;
1697 struct sk_buff *skb;
1698 bool grp_evt;
Jon Paul Maloye9f8b102017-05-02 18:16:53 +02001699 long timeout;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001700
Allan Stephens0c3141e2008-04-15 00:22:02 -07001701 /* Catch invalid receive requests */
Jon Paul Maloye9f8b102017-05-02 18:16:53 +02001702 if (unlikely(!buflen))
Per Lidenb97bf3f2006-01-02 19:04:38 +01001703 return -EINVAL;
1704
Allan Stephens0c3141e2008-04-15 00:22:02 -07001705 lock_sock(sk);
Jon Paul Maloye9f8b102017-05-02 18:16:53 +02001706 if (unlikely(connected && sk->sk_state == TIPC_OPEN)) {
1707 rc = -ENOTCONN;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001708 goto exit;
1709 }
Jon Paul Maloye9f8b102017-05-02 18:16:53 +02001710 timeout = sock_rcvtimeo(sk, flags & MSG_DONTWAIT);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001711
Jon Maloyb7d42632017-10-13 11:04:26 +02001712 /* Step rcv queue to first msg with data or error; wait if necessary */
Jon Paul Maloye9f8b102017-05-02 18:16:53 +02001713 do {
Jon Paul Maloye9f8b102017-05-02 18:16:53 +02001714 rc = tipc_wait_for_rcvmsg(sock, &timeout);
1715 if (unlikely(rc))
Per Lidenb97bf3f2006-01-02 19:04:38 +01001716 goto exit;
Jon Paul Maloye9f8b102017-05-02 18:16:53 +02001717 skb = skb_peek(&sk->sk_receive_queue);
1718 hdr = buf_msg(skb);
1719 dlen = msg_data_sz(hdr);
1720 hlen = msg_hdr_sz(hdr);
1721 err = msg_errcode(hdr);
Jon Maloyae236fb2017-10-13 11:04:25 +02001722 grp_evt = msg_is_grp_evt(hdr);
Jon Paul Maloye9f8b102017-05-02 18:16:53 +02001723 if (likely(dlen || err))
1724 break;
1725 tsk_advance_rx_queue(sk);
1726 } while (1);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001727
Jon Paul Maloye9f8b102017-05-02 18:16:53 +02001728 /* Collect msg meta data, including error code and rejected data */
Jon Maloy31c82a22017-10-13 11:04:24 +02001729 tipc_sk_set_orig_addr(m, skb);
Jon Paul Maloye9f8b102017-05-02 18:16:53 +02001730 rc = tipc_sk_anc_data_recv(m, hdr, tsk);
1731 if (unlikely(rc))
1732 goto exit;
1733
1734 /* Capture data if non-error msg, otherwise just set return value */
1735 if (likely(!err)) {
1736 copy = min_t(int, dlen, buflen);
1737 if (unlikely(copy != dlen))
1738 m->msg_flags |= MSG_TRUNC;
1739 rc = skb_copy_datagram_msg(skb, hlen, m, copy);
1740 } else {
1741 copy = 0;
1742 rc = 0;
1743 if (err != TIPC_CONN_SHUTDOWN && connected && !m->msg_control)
1744 rc = -ECONNRESET;
1745 }
1746 if (unlikely(rc))
1747 goto exit;
1748
Jon Maloyae236fb2017-10-13 11:04:25 +02001749 /* Mark message as group event if applicable */
1750 if (unlikely(grp_evt)) {
1751 if (msg_grp_evt(hdr) == TIPC_WITHDRAWN)
1752 m->msg_flags |= MSG_EOR;
1753 m->msg_flags |= MSG_OOB;
1754 copy = 0;
1755 }
1756
Jon Paul Maloye9f8b102017-05-02 18:16:53 +02001757 /* Caption of data or error code/rejected data was successful */
Jon Paul Maloy10724cc2016-05-02 11:58:47 -04001758 if (unlikely(flags & MSG_PEEK))
1759 goto exit;
1760
Jon Maloyb7d42632017-10-13 11:04:26 +02001761 /* Send group flow control advertisement when applicable */
1762 if (tsk->group && msg_in_group(hdr) && !grp_evt) {
1763 skb_queue_head_init(&xmitq);
1764 tipc_group_update_rcv_win(tsk->group, tsk_blocks(hlen + dlen),
1765 msg_orignode(hdr), msg_origport(hdr),
1766 &xmitq);
1767 tipc_node_distr_xmit(sock_net(sk), &xmitq);
1768 }
1769
Jon Paul Maloy10724cc2016-05-02 11:58:47 -04001770 tsk_advance_rx_queue(sk);
Jon Maloyae236fb2017-10-13 11:04:25 +02001771
Jon Paul Maloye9f8b102017-05-02 18:16:53 +02001772 if (likely(!connected))
1773 goto exit;
1774
Jon Maloyb7d42632017-10-13 11:04:26 +02001775 /* Send connection flow control advertisement when applicable */
Jon Paul Maloye9f8b102017-05-02 18:16:53 +02001776 tsk->rcv_unacked += tsk_inc(tsk, hlen + dlen);
1777 if (tsk->rcv_unacked >= tsk->rcv_win / TIPC_ACK_RATE)
1778 tipc_sk_send_ack(tsk);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001779exit:
Allan Stephens0c3141e2008-04-15 00:22:02 -07001780 release_sock(sk);
Jon Paul Maloye9f8b102017-05-02 18:16:53 +02001781 return rc ? rc : copy;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001782}
1783
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001784/**
Jon Paul Maloyec8a09f2017-05-02 18:16:54 +02001785 * tipc_recvstream - receive stream-oriented data
Per Lidenb97bf3f2006-01-02 19:04:38 +01001786 * @m: descriptor for message info
Jon Paul Maloyec8a09f2017-05-02 18:16:54 +02001787 * @buflen: total size of user buffer area
Per Lidenb97bf3f2006-01-02 19:04:38 +01001788 * @flags: receive flags
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001789 *
1790 * Used for SOCK_STREAM messages only. If not enough data is available
Per Lidenb97bf3f2006-01-02 19:04:38 +01001791 * will optionally wait for more; never truncates data.
1792 *
1793 * Returns size of returned message data, errno otherwise
1794 */
Jon Paul Maloyec8a09f2017-05-02 18:16:54 +02001795static int tipc_recvstream(struct socket *sock, struct msghdr *m,
1796 size_t buflen, int flags)
Per Lidenb97bf3f2006-01-02 19:04:38 +01001797{
Allan Stephens0c3141e2008-04-15 00:22:02 -07001798 struct sock *sk = sock->sk;
Jon Paul Maloy58ed9442014-03-12 11:31:12 -04001799 struct tipc_sock *tsk = tipc_sk(sk);
Jon Paul Maloyec8a09f2017-05-02 18:16:54 +02001800 struct sk_buff *skb;
1801 struct tipc_msg *hdr;
1802 struct tipc_skb_cb *skb_cb;
1803 bool peek = flags & MSG_PEEK;
1804 int offset, required, copy, copied = 0;
1805 int hlen, dlen, err, rc;
1806 long timeout;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001807
1808 /* Catch invalid receive attempts */
Jon Paul Maloyec8a09f2017-05-02 18:16:54 +02001809 if (unlikely(!buflen))
Per Lidenb97bf3f2006-01-02 19:04:38 +01001810 return -EINVAL;
1811
Allan Stephens0c3141e2008-04-15 00:22:02 -07001812 lock_sock(sk);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001813
Parthasarathy Bhuvaragan438adca2016-11-01 14:02:45 +01001814 if (unlikely(sk->sk_state == TIPC_OPEN)) {
Jon Paul Maloyec8a09f2017-05-02 18:16:54 +02001815 rc = -ENOTCONN;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001816 goto exit;
1817 }
Jon Paul Maloyec8a09f2017-05-02 18:16:54 +02001818 required = sock_rcvlowat(sk, flags & MSG_WAITALL, buflen);
1819 timeout = sock_rcvtimeo(sk, flags & MSG_DONTWAIT);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001820
Jon Paul Maloyec8a09f2017-05-02 18:16:54 +02001821 do {
1822 /* Look at first msg in receive queue; wait if necessary */
1823 rc = tipc_wait_for_rcvmsg(sock, &timeout);
1824 if (unlikely(rc))
1825 break;
1826 skb = skb_peek(&sk->sk_receive_queue);
1827 skb_cb = TIPC_SKB_CB(skb);
1828 hdr = buf_msg(skb);
1829 dlen = msg_data_sz(hdr);
1830 hlen = msg_hdr_sz(hdr);
1831 err = msg_errcode(hdr);
Paul Gortmaker617d3c72012-04-30 15:29:02 -04001832
Jon Paul Maloyec8a09f2017-05-02 18:16:54 +02001833 /* Discard any empty non-errored (SYN-) message */
1834 if (unlikely(!dlen && !err)) {
1835 tsk_advance_rx_queue(sk);
1836 continue;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001837 }
Per Lidenb97bf3f2006-01-02 19:04:38 +01001838
Jon Paul Maloyec8a09f2017-05-02 18:16:54 +02001839 /* Collect msg meta data, incl. error code and rejected data */
1840 if (!copied) {
Jon Maloy31c82a22017-10-13 11:04:24 +02001841 tipc_sk_set_orig_addr(m, skb);
Jon Paul Maloyec8a09f2017-05-02 18:16:54 +02001842 rc = tipc_sk_anc_data_recv(m, hdr, tsk);
1843 if (rc)
1844 break;
1845 }
Per Lidenb97bf3f2006-01-02 19:04:38 +01001846
Jon Paul Maloyec8a09f2017-05-02 18:16:54 +02001847 /* Copy data if msg ok, otherwise return error/partial data */
1848 if (likely(!err)) {
1849 offset = skb_cb->bytes_read;
1850 copy = min_t(int, dlen - offset, buflen - copied);
1851 rc = skb_copy_datagram_msg(skb, hlen + offset, m, copy);
1852 if (unlikely(rc))
1853 break;
1854 copied += copy;
1855 offset += copy;
1856 if (unlikely(offset < dlen)) {
1857 if (!peek)
1858 skb_cb->bytes_read = offset;
1859 break;
1860 }
1861 } else {
1862 rc = 0;
1863 if ((err != TIPC_CONN_SHUTDOWN) && !m->msg_control)
1864 rc = -ECONNRESET;
1865 if (copied || rc)
1866 break;
1867 }
Jon Paul Maloy10724cc2016-05-02 11:58:47 -04001868
Jon Paul Maloyec8a09f2017-05-02 18:16:54 +02001869 if (unlikely(peek))
1870 break;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001871
Jon Paul Maloyec8a09f2017-05-02 18:16:54 +02001872 tsk_advance_rx_queue(sk);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001873
Jon Paul Maloyec8a09f2017-05-02 18:16:54 +02001874 /* Send connection flow control advertisement when applicable */
1875 tsk->rcv_unacked += tsk_inc(tsk, hlen + dlen);
1876 if (unlikely(tsk->rcv_unacked >= tsk->rcv_win / TIPC_ACK_RATE))
1877 tipc_sk_send_ack(tsk);
1878
1879 /* Exit if all requested data or FIN/error received */
1880 if (copied == buflen || err)
1881 break;
1882
1883 } while (!skb_queue_empty(&sk->sk_receive_queue) || copied < required);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001884exit:
Allan Stephens0c3141e2008-04-15 00:22:02 -07001885 release_sock(sk);
Jon Paul Maloyec8a09f2017-05-02 18:16:54 +02001886 return copied ? copied : rc;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001887}
1888
1889/**
Ying Xuef288bef2012-08-21 11:16:57 +08001890 * tipc_write_space - wake up thread if port congestion is released
1891 * @sk: socket
1892 */
1893static void tipc_write_space(struct sock *sk)
1894{
1895 struct socket_wq *wq;
1896
1897 rcu_read_lock();
1898 wq = rcu_dereference(sk->sk_wq);
Herbert Xu1ce0bf52015-11-26 13:55:39 +08001899 if (skwq_has_sleeper(wq))
Linus Torvaldsa9a08842018-02-11 14:34:03 -08001900 wake_up_interruptible_sync_poll(&wq->wait, EPOLLOUT |
1901 EPOLLWRNORM | EPOLLWRBAND);
Ying Xuef288bef2012-08-21 11:16:57 +08001902 rcu_read_unlock();
1903}
1904
1905/**
1906 * tipc_data_ready - wake up threads to indicate messages have been received
1907 * @sk: socket
1908 * @len: the length of messages
1909 */
David S. Miller676d2362014-04-11 16:15:36 -04001910static void tipc_data_ready(struct sock *sk)
Ying Xuef288bef2012-08-21 11:16:57 +08001911{
1912 struct socket_wq *wq;
1913
1914 rcu_read_lock();
1915 wq = rcu_dereference(sk->sk_wq);
Herbert Xu1ce0bf52015-11-26 13:55:39 +08001916 if (skwq_has_sleeper(wq))
Linus Torvaldsa9a08842018-02-11 14:34:03 -08001917 wake_up_interruptible_sync_poll(&wq->wait, EPOLLIN |
1918 EPOLLRDNORM | EPOLLRDBAND);
Ying Xuef288bef2012-08-21 11:16:57 +08001919 rcu_read_unlock();
1920}
1921
Ying Xuef4195d12015-11-22 15:46:05 +08001922static void tipc_sock_destruct(struct sock *sk)
1923{
1924 __skb_queue_purge(&sk->sk_receive_queue);
1925}
1926
Jon Maloy64ac5f52017-10-13 11:04:20 +02001927static void tipc_sk_proto_rcv(struct sock *sk,
1928 struct sk_buff_head *inputq,
1929 struct sk_buff_head *xmitq)
1930{
1931 struct sk_buff *skb = __skb_dequeue(inputq);
1932 struct tipc_sock *tsk = tipc_sk(sk);
1933 struct tipc_msg *hdr = buf_msg(skb);
Jon Maloy75da2162017-10-13 11:04:23 +02001934 struct tipc_group *grp = tsk->group;
Jon Maloyb7d42632017-10-13 11:04:26 +02001935 bool wakeup = false;
Jon Maloy64ac5f52017-10-13 11:04:20 +02001936
1937 switch (msg_user(hdr)) {
1938 case CONN_MANAGER:
1939 tipc_sk_conn_proto_rcv(tsk, skb, xmitq);
1940 return;
1941 case SOCK_WAKEUP:
Jon Maloya80ae532017-10-13 11:04:22 +02001942 tipc_dest_del(&tsk->cong_links, msg_orignode(hdr), 0);
Jon Maloy64ac5f52017-10-13 11:04:20 +02001943 tsk->cong_link_cnt--;
Jon Maloyb7d42632017-10-13 11:04:26 +02001944 wakeup = true;
Jon Maloy64ac5f52017-10-13 11:04:20 +02001945 break;
Jon Maloy75da2162017-10-13 11:04:23 +02001946 case GROUP_PROTOCOL:
Jon Maloyb7d42632017-10-13 11:04:26 +02001947 tipc_group_proto_rcv(grp, &wakeup, hdr, inputq, xmitq);
Jon Maloy75da2162017-10-13 11:04:23 +02001948 break;
Jon Maloy64ac5f52017-10-13 11:04:20 +02001949 case TOP_SRV:
Jon Maloyb7d42632017-10-13 11:04:26 +02001950 tipc_group_member_evt(tsk->group, &wakeup, &sk->sk_rcvbuf,
Jon Maloy7ad32bc2018-01-08 21:03:26 +01001951 hdr, inputq, xmitq);
Jon Maloy64ac5f52017-10-13 11:04:20 +02001952 break;
1953 default:
1954 break;
1955 }
1956
Jon Maloyb7d42632017-10-13 11:04:26 +02001957 if (wakeup)
1958 sk->sk_write_space(sk);
1959
Jon Maloy64ac5f52017-10-13 11:04:20 +02001960 kfree_skb(skb);
1961}
1962
Ying Xuef288bef2012-08-21 11:16:57 +08001963/**
Jon Maloy64ac5f52017-10-13 11:04:20 +02001964 * tipc_filter_connect - Handle incoming message for a connection-based socket
Jon Paul Maloy58ed9442014-03-12 11:31:12 -04001965 * @tsk: TIPC socket
Jon Paul Maloy1186adf2015-02-05 08:36:37 -05001966 * @skb: pointer to message buffer. Set to NULL if buffer is consumed
Ying Xue7e6c1312012-11-29 18:39:14 -05001967 *
Jon Paul Maloycda36962015-07-22 10:11:20 -04001968 * Returns true if everything ok, false otherwise
Ying Xue7e6c1312012-11-29 18:39:14 -05001969 */
Jon Maloy64ac5f52017-10-13 11:04:20 +02001970static bool tipc_sk_filter_connect(struct tipc_sock *tsk, struct sk_buff *skb)
Ying Xue7e6c1312012-11-29 18:39:14 -05001971{
Jon Paul Maloy58ed9442014-03-12 11:31:12 -04001972 struct sock *sk = &tsk->sk;
Ying Xuef2f98002015-01-09 15:27:05 +08001973 struct net *net = sock_net(sk);
Jon Paul Maloycda36962015-07-22 10:11:20 -04001974 struct tipc_msg *hdr = buf_msg(skb);
Parthasarathy Bhuvaragan4e0df492017-04-26 10:05:01 +02001975 u32 pport = msg_origport(hdr);
1976 u32 pnode = msg_orignode(hdr);
Ying Xue7e6c1312012-11-29 18:39:14 -05001977
Jon Paul Maloycda36962015-07-22 10:11:20 -04001978 if (unlikely(msg_mcast(hdr)))
1979 return false;
Ying Xue7e6c1312012-11-29 18:39:14 -05001980
Parthasarathy Bhuvaragan99a20882016-11-01 14:02:48 +01001981 switch (sk->sk_state) {
1982 case TIPC_CONNECTING:
Ying Xue7e6c1312012-11-29 18:39:14 -05001983 /* Accept only ACK or NACK message */
Parthasarathy Bhuvaragan4e0df492017-04-26 10:05:01 +02001984 if (unlikely(!msg_connected(hdr))) {
1985 if (pport != tsk_peer_port(tsk) ||
1986 pnode != tsk_peer_node(tsk))
1987 return false;
1988
1989 tipc_set_sk_state(sk, TIPC_DISCONNECTING);
1990 sk->sk_err = ECONNREFUSED;
1991 sk->sk_state_change(sk);
1992 return true;
1993 }
Jon Paul Maloydadebc02014-08-22 18:09:11 -04001994
Jon Paul Maloycda36962015-07-22 10:11:20 -04001995 if (unlikely(msg_errcode(hdr))) {
Parthasarathy Bhuvaragan9fd4b072016-11-01 14:02:46 +01001996 tipc_set_sk_state(sk, TIPC_DISCONNECTING);
Erik Hugne2c8d8512013-08-28 09:29:58 +02001997 sk->sk_err = ECONNREFUSED;
Parthasarathy Bhuvaragan4e0df492017-04-26 10:05:01 +02001998 sk->sk_state_change(sk);
Jon Paul Maloycda36962015-07-22 10:11:20 -04001999 return true;
Ying Xue584d24b2012-11-29 18:51:19 -05002000 }
2001
Jon Paul Maloycda36962015-07-22 10:11:20 -04002002 if (unlikely(!msg_isdata(hdr))) {
Parthasarathy Bhuvaragan9fd4b072016-11-01 14:02:46 +01002003 tipc_set_sk_state(sk, TIPC_DISCONNECTING);
Jon Paul Maloydadebc02014-08-22 18:09:11 -04002004 sk->sk_err = EINVAL;
Parthasarathy Bhuvaragan4e0df492017-04-26 10:05:01 +02002005 sk->sk_state_change(sk);
Jon Paul Maloycda36962015-07-22 10:11:20 -04002006 return true;
Ying Xue584d24b2012-11-29 18:51:19 -05002007 }
2008
Jon Paul Maloycda36962015-07-22 10:11:20 -04002009 tipc_sk_finish_conn(tsk, msg_origport(hdr), msg_orignode(hdr));
2010 msg_set_importance(&tsk->phdr, msg_importance(hdr));
Jon Paul Maloydadebc02014-08-22 18:09:11 -04002011
Jon Paul Maloycda36962015-07-22 10:11:20 -04002012 /* If 'ACK+' message, add to socket receive queue */
2013 if (msg_data_sz(hdr))
2014 return true;
2015
2016 /* If empty 'ACK-' message, wake up sleeping connect() */
Parthasarathy Bhuvaragan42b531d2017-04-26 10:05:00 +02002017 sk->sk_data_ready(sk);
Jon Paul Maloycda36962015-07-22 10:11:20 -04002018
2019 /* 'ACK-' message is neither accepted nor rejected: */
2020 msg_set_dest_droppable(hdr, 1);
2021 return false;
Jon Paul Maloycda36962015-07-22 10:11:20 -04002022
Parthasarathy Bhuvaragan438adca2016-11-01 14:02:45 +01002023 case TIPC_OPEN:
Parthasarathy Bhuvaragan9fd4b072016-11-01 14:02:46 +01002024 case TIPC_DISCONNECTING:
Parthasarathy Bhuvaragan438adca2016-11-01 14:02:45 +01002025 break;
2026 case TIPC_LISTEN:
Ying Xue7e6c1312012-11-29 18:39:14 -05002027 /* Accept only SYN message */
Jon Paul Maloycda36962015-07-22 10:11:20 -04002028 if (!msg_connected(hdr) && !(msg_errcode(hdr)))
2029 return true;
Ying Xue7e6c1312012-11-29 18:39:14 -05002030 break;
Parthasarathy Bhuvaraganf40acba2016-11-01 14:02:49 +01002031 case TIPC_ESTABLISHED:
2032 /* Accept only connection-based messages sent by peer */
2033 if (unlikely(!tsk_peer_msg(tsk, hdr)))
2034 return false;
2035
2036 if (unlikely(msg_errcode(hdr))) {
2037 tipc_set_sk_state(sk, TIPC_DISCONNECTING);
2038 /* Let timer expire on it's own */
2039 tipc_node_remove_conn(net, tsk_peer_node(tsk),
2040 tsk->portid);
2041 sk->sk_state_change(sk);
2042 }
2043 return true;
Ying Xue7e6c1312012-11-29 18:39:14 -05002044 default:
Parthasarathy Bhuvaragan438adca2016-11-01 14:02:45 +01002045 pr_err("Unknown sk_state %u\n", sk->sk_state);
Ying Xue7e6c1312012-11-29 18:39:14 -05002046 }
Parthasarathy Bhuvaragan438adca2016-11-01 14:02:45 +01002047
Jon Paul Maloycda36962015-07-22 10:11:20 -04002048 return false;
Ying Xue7e6c1312012-11-29 18:39:14 -05002049}
2050
2051/**
Ying Xueaba79f32013-01-20 23:30:09 +01002052 * rcvbuf_limit - get proper overload limit of socket receive queue
2053 * @sk: socket
Jon Paul Maloy10724cc2016-05-02 11:58:47 -04002054 * @skb: message
Ying Xueaba79f32013-01-20 23:30:09 +01002055 *
Jon Paul Maloy10724cc2016-05-02 11:58:47 -04002056 * For connection oriented messages, irrespective of importance,
2057 * default queue limit is 2 MB.
Ying Xueaba79f32013-01-20 23:30:09 +01002058 *
Jon Paul Maloy10724cc2016-05-02 11:58:47 -04002059 * For connectionless messages, queue limits are based on message
2060 * importance as follows:
Ying Xueaba79f32013-01-20 23:30:09 +01002061 *
Jon Paul Maloy10724cc2016-05-02 11:58:47 -04002062 * TIPC_LOW_IMPORTANCE (2 MB)
2063 * TIPC_MEDIUM_IMPORTANCE (4 MB)
2064 * TIPC_HIGH_IMPORTANCE (8 MB)
2065 * TIPC_CRITICAL_IMPORTANCE (16 MB)
Ying Xueaba79f32013-01-20 23:30:09 +01002066 *
2067 * Returns overload limit according to corresponding message importance
2068 */
Jon Paul Maloy10724cc2016-05-02 11:58:47 -04002069static unsigned int rcvbuf_limit(struct sock *sk, struct sk_buff *skb)
Ying Xueaba79f32013-01-20 23:30:09 +01002070{
Jon Paul Maloy10724cc2016-05-02 11:58:47 -04002071 struct tipc_sock *tsk = tipc_sk(sk);
2072 struct tipc_msg *hdr = buf_msg(skb);
Ying Xueaba79f32013-01-20 23:30:09 +01002073
Jon Maloyb7d42632017-10-13 11:04:26 +02002074 if (unlikely(msg_in_group(hdr)))
2075 return sk->sk_rcvbuf;
2076
Jon Paul Maloy10724cc2016-05-02 11:58:47 -04002077 if (unlikely(!msg_connected(hdr)))
2078 return sk->sk_rcvbuf << msg_importance(hdr);
wangweidong0cee6bb2013-12-12 09:36:39 +08002079
Jon Paul Maloy10724cc2016-05-02 11:58:47 -04002080 if (likely(tsk->peer_caps & TIPC_BLOCK_FLOWCTL))
2081 return sk->sk_rcvbuf;
2082
2083 return FLOWCTL_MSG_LIM;
Ying Xueaba79f32013-01-20 23:30:09 +01002084}
2085
2086/**
Jon Maloy64ac5f52017-10-13 11:04:20 +02002087 * tipc_sk_filter_rcv - validate incoming message
Allan Stephens0c3141e2008-04-15 00:22:02 -07002088 * @sk: socket
Jon Paul Maloycda36962015-07-22 10:11:20 -04002089 * @skb: pointer to message.
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002090 *
Allan Stephens0c3141e2008-04-15 00:22:02 -07002091 * Enqueues message on receive queue if acceptable; optionally handles
2092 * disconnect indication for a connected socket.
2093 *
Jon Paul Maloy1186adf2015-02-05 08:36:37 -05002094 * Called with socket lock already taken
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002095 *
Per Lidenb97bf3f2006-01-02 19:04:38 +01002096 */
Jon Maloy64ac5f52017-10-13 11:04:20 +02002097static void tipc_sk_filter_rcv(struct sock *sk, struct sk_buff *skb,
2098 struct sk_buff_head *xmitq)
Per Lidenb97bf3f2006-01-02 19:04:38 +01002099{
Jon Maloy64ac5f52017-10-13 11:04:20 +02002100 bool sk_conn = !tipc_sk_type_connectionless(sk);
Jon Paul Maloy58ed9442014-03-12 11:31:12 -04002101 struct tipc_sock *tsk = tipc_sk(sk);
Jon Maloy75da2162017-10-13 11:04:23 +02002102 struct tipc_group *grp = tsk->group;
Jon Paul Maloycda36962015-07-22 10:11:20 -04002103 struct tipc_msg *hdr = buf_msg(skb);
Jon Maloy64ac5f52017-10-13 11:04:20 +02002104 struct net *net = sock_net(sk);
2105 struct sk_buff_head inputq;
2106 int limit, err = TIPC_OK;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002107
Parthasarathy Bhuvaraganba8aebe2016-11-01 14:02:37 +01002108 TIPC_SKB_CB(skb)->bytes_read = 0;
Jon Maloy64ac5f52017-10-13 11:04:20 +02002109 __skb_queue_head_init(&inputq);
2110 __skb_queue_tail(&inputq, skb);
Allan Stephens0c3141e2008-04-15 00:22:02 -07002111
Jon Maloy64ac5f52017-10-13 11:04:20 +02002112 if (unlikely(!msg_isdata(hdr)))
2113 tipc_sk_proto_rcv(sk, &inputq, xmitq);
Jon Paul Maloycda36962015-07-22 10:11:20 -04002114
Jon Maloy75da2162017-10-13 11:04:23 +02002115 if (unlikely(grp))
2116 tipc_group_filter_msg(grp, &inputq, xmitq);
2117
Jon Maloy64ac5f52017-10-13 11:04:20 +02002118 /* Validate and add to receive buffer if there is space */
2119 while ((skb = __skb_dequeue(&inputq))) {
2120 hdr = buf_msg(skb);
2121 limit = rcvbuf_limit(sk, skb);
2122 if ((sk_conn && !tipc_sk_filter_connect(tsk, skb)) ||
Jon Maloy75da2162017-10-13 11:04:23 +02002123 (!sk_conn && msg_connected(hdr)) ||
2124 (!grp && msg_in_group(hdr)))
Jon Maloy64ac5f52017-10-13 11:04:20 +02002125 err = TIPC_ERR_NO_PORT;
GhantaKrishnamurthy MohanKrishna872619d2018-03-21 14:37:45 +01002126 else if (sk_rmem_alloc_get(sk) + skb->truesize >= limit) {
2127 atomic_inc(&sk->sk_drops);
Jon Maloy64ac5f52017-10-13 11:04:20 +02002128 err = TIPC_ERR_OVERLOAD;
GhantaKrishnamurthy MohanKrishna872619d2018-03-21 14:37:45 +01002129 }
Jon Maloy64ac5f52017-10-13 11:04:20 +02002130
2131 if (unlikely(err)) {
2132 tipc_skb_reject(net, err, skb, xmitq);
2133 err = TIPC_OK;
2134 continue;
2135 }
2136 __skb_queue_tail(&sk->sk_receive_queue, skb);
2137 skb_set_owner_r(skb, sk);
2138 sk->sk_data_ready(sk);
2139 }
Per Lidenb97bf3f2006-01-02 19:04:38 +01002140}
2141
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002142/**
Jon Maloy64ac5f52017-10-13 11:04:20 +02002143 * tipc_sk_backlog_rcv - handle incoming message from backlog queue
Allan Stephens0c3141e2008-04-15 00:22:02 -07002144 * @sk: socket
Ying Xuea6ca1092014-11-26 11:41:55 +08002145 * @skb: message
Allan Stephens0c3141e2008-04-15 00:22:02 -07002146 *
Jon Paul Maloye3a77562015-02-05 08:36:39 -05002147 * Caller must hold socket lock
Allan Stephens0c3141e2008-04-15 00:22:02 -07002148 */
Jon Maloy64ac5f52017-10-13 11:04:20 +02002149static int tipc_sk_backlog_rcv(struct sock *sk, struct sk_buff *skb)
Allan Stephens0c3141e2008-04-15 00:22:02 -07002150{
Jon Maloy64ac5f52017-10-13 11:04:20 +02002151 unsigned int before = sk_rmem_alloc_get(sk);
Jon Paul Maloyf1d048f2016-06-17 06:35:57 -04002152 struct sk_buff_head xmitq;
Jon Maloy64ac5f52017-10-13 11:04:20 +02002153 unsigned int added;
Allan Stephens0c3141e2008-04-15 00:22:02 -07002154
Jon Paul Maloyf1d048f2016-06-17 06:35:57 -04002155 __skb_queue_head_init(&xmitq);
2156
Jon Maloy64ac5f52017-10-13 11:04:20 +02002157 tipc_sk_filter_rcv(sk, skb, &xmitq);
2158 added = sk_rmem_alloc_get(sk) - before;
2159 atomic_add(added, &tipc_sk(sk)->dupl_rcvcnt);
2160
2161 /* Send pending response/rejected messages, if any */
Jon Maloyf70d37b2017-10-13 11:04:21 +02002162 tipc_node_distr_xmit(sock_net(sk), &xmitq);
Allan Stephens0c3141e2008-04-15 00:22:02 -07002163 return 0;
2164}
2165
2166/**
Jon Paul Maloyc637c102015-02-05 08:36:41 -05002167 * tipc_sk_enqueue - extract all buffers with destination 'dport' from
2168 * inputq and try adding them to socket or backlog queue
2169 * @inputq: list of incoming buffers with potentially different destinations
2170 * @sk: socket where the buffers should be enqueued
2171 * @dport: port number for the socket
Jon Paul Maloyd570d862015-02-05 08:36:38 -05002172 *
2173 * Caller must hold socket lock
Jon Paul Maloyd570d862015-02-05 08:36:38 -05002174 */
Jon Paul Maloycda36962015-07-22 10:11:20 -04002175static void tipc_sk_enqueue(struct sk_buff_head *inputq, struct sock *sk,
Jon Paul Maloyf1d048f2016-06-17 06:35:57 -04002176 u32 dport, struct sk_buff_head *xmitq)
Jon Paul Maloyd570d862015-02-05 08:36:38 -05002177{
Jon Paul Maloyf1d048f2016-06-17 06:35:57 -04002178 unsigned long time_limit = jiffies + 2;
2179 struct sk_buff *skb;
Jon Paul Maloyd570d862015-02-05 08:36:38 -05002180 unsigned int lim;
2181 atomic_t *dcnt;
Jon Paul Maloyf1d048f2016-06-17 06:35:57 -04002182 u32 onode;
Jon Paul Maloyd570d862015-02-05 08:36:38 -05002183
Jon Paul Maloyc637c102015-02-05 08:36:41 -05002184 while (skb_queue_len(inputq)) {
Jon Paul Maloy51a00da2015-02-08 11:10:50 -05002185 if (unlikely(time_after_eq(jiffies, time_limit)))
Jon Paul Maloycda36962015-07-22 10:11:20 -04002186 return;
2187
Jon Paul Maloyc637c102015-02-05 08:36:41 -05002188 skb = tipc_skb_dequeue(inputq, dport);
2189 if (unlikely(!skb))
Jon Paul Maloycda36962015-07-22 10:11:20 -04002190 return;
2191
2192 /* Add message directly to receive queue if possible */
Jon Paul Maloyc637c102015-02-05 08:36:41 -05002193 if (!sock_owned_by_user(sk)) {
Jon Maloy64ac5f52017-10-13 11:04:20 +02002194 tipc_sk_filter_rcv(sk, skb, xmitq);
Jon Paul Maloycda36962015-07-22 10:11:20 -04002195 continue;
Jon Paul Maloyc637c102015-02-05 08:36:41 -05002196 }
Jon Paul Maloycda36962015-07-22 10:11:20 -04002197
2198 /* Try backlog, compensating for double-counted bytes */
Jon Paul Maloyc637c102015-02-05 08:36:41 -05002199 dcnt = &tipc_sk(sk)->dupl_rcvcnt;
Jon Paul Maloy7c8bcfb2016-05-02 11:58:45 -04002200 if (!sk->sk_backlog.len)
Jon Paul Maloyc637c102015-02-05 08:36:41 -05002201 atomic_set(dcnt, 0);
2202 lim = rcvbuf_limit(sk, skb) + atomic_read(dcnt);
2203 if (likely(!sk_add_backlog(sk, skb, lim)))
2204 continue;
Jon Paul Maloycda36962015-07-22 10:11:20 -04002205
2206 /* Overload => reject message back to sender */
Jon Paul Maloyf1d048f2016-06-17 06:35:57 -04002207 onode = tipc_own_addr(sock_net(sk));
GhantaKrishnamurthy MohanKrishna872619d2018-03-21 14:37:45 +01002208 atomic_inc(&sk->sk_drops);
Jon Paul Maloyf1d048f2016-06-17 06:35:57 -04002209 if (tipc_msg_reverse(onode, &skb, TIPC_ERR_OVERLOAD))
2210 __skb_queue_tail(xmitq, skb);
Jon Paul Maloycda36962015-07-22 10:11:20 -04002211 break;
Jon Paul Maloyc637c102015-02-05 08:36:41 -05002212 }
Jon Paul Maloyd570d862015-02-05 08:36:38 -05002213}
2214
2215/**
Jon Paul Maloyc637c102015-02-05 08:36:41 -05002216 * tipc_sk_rcv - handle a chain of incoming buffers
2217 * @inputq: buffer list containing the buffers
2218 * Consumes all buffers in list until inputq is empty
2219 * Note: may be called in multiple threads referring to the same queue
Allan Stephens0c3141e2008-04-15 00:22:02 -07002220 */
Jon Paul Maloycda36962015-07-22 10:11:20 -04002221void tipc_sk_rcv(struct net *net, struct sk_buff_head *inputq)
Allan Stephens0c3141e2008-04-15 00:22:02 -07002222{
Jon Paul Maloyf1d048f2016-06-17 06:35:57 -04002223 struct sk_buff_head xmitq;
Jon Paul Maloyc637c102015-02-05 08:36:41 -05002224 u32 dnode, dport = 0;
Erik Hugne9871b272015-04-23 09:37:39 -04002225 int err;
Jon Paul Maloy9816f062014-05-14 05:39:15 -04002226 struct tipc_sock *tsk;
Jon Paul Maloy9816f062014-05-14 05:39:15 -04002227 struct sock *sk;
Jon Paul Maloycda36962015-07-22 10:11:20 -04002228 struct sk_buff *skb;
Jon Paul Maloy9816f062014-05-14 05:39:15 -04002229
Jon Paul Maloyf1d048f2016-06-17 06:35:57 -04002230 __skb_queue_head_init(&xmitq);
Jon Paul Maloyc637c102015-02-05 08:36:41 -05002231 while (skb_queue_len(inputq)) {
Jon Paul Maloyc637c102015-02-05 08:36:41 -05002232 dport = tipc_skb_peek_port(inputq, dport);
2233 tsk = tipc_sk_lookup(net, dport);
Jon Paul Maloycda36962015-07-22 10:11:20 -04002234
Jon Paul Maloyc637c102015-02-05 08:36:41 -05002235 if (likely(tsk)) {
2236 sk = &tsk->sk;
2237 if (likely(spin_trylock_bh(&sk->sk_lock.slock))) {
Jon Paul Maloyf1d048f2016-06-17 06:35:57 -04002238 tipc_sk_enqueue(inputq, sk, dport, &xmitq);
Jon Paul Maloyc637c102015-02-05 08:36:41 -05002239 spin_unlock_bh(&sk->sk_lock.slock);
Jon Paul Maloyc637c102015-02-05 08:36:41 -05002240 }
Jon Paul Maloyf1d048f2016-06-17 06:35:57 -04002241 /* Send pending response/rejected messages, if any */
Jon Maloyf70d37b2017-10-13 11:04:21 +02002242 tipc_node_distr_xmit(sock_net(sk), &xmitq);
Jon Paul Maloyc637c102015-02-05 08:36:41 -05002243 sock_put(sk);
Jon Paul Maloyc637c102015-02-05 08:36:41 -05002244 continue;
Jon Paul Maloyc637c102015-02-05 08:36:41 -05002245 }
Jon Paul Maloycda36962015-07-22 10:11:20 -04002246 /* No destination socket => dequeue skb if still there */
2247 skb = tipc_skb_dequeue(inputq, dport);
2248 if (!skb)
2249 return;
2250
2251 /* Try secondary lookup if unresolved named message */
2252 err = TIPC_ERR_NO_PORT;
2253 if (tipc_msg_lookup_dest(net, skb, &err))
2254 goto xmit;
2255
2256 /* Prepare for message rejection */
2257 if (!tipc_msg_reverse(tipc_own_addr(net), &skb, err))
Jon Paul Maloyc637c102015-02-05 08:36:41 -05002258 continue;
Jon Paul Maloye3a77562015-02-05 08:36:39 -05002259xmit:
Jon Paul Maloycda36962015-07-22 10:11:20 -04002260 dnode = msg_destnode(buf_msg(skb));
Jon Paul Maloyaf9b0282015-07-16 16:54:24 -04002261 tipc_node_xmit_skb(net, skb, dnode, dport);
Jon Paul Maloyc637c102015-02-05 08:36:41 -05002262 }
Allan Stephens0c3141e2008-04-15 00:22:02 -07002263}
2264
Ying Xue78eb3a52014-01-17 09:50:03 +08002265static int tipc_wait_for_connect(struct socket *sock, long *timeo_p)
2266{
WANG Congd9dc8b02016-11-11 10:20:50 -08002267 DEFINE_WAIT_FUNC(wait, woken_wake_function);
Ying Xue78eb3a52014-01-17 09:50:03 +08002268 struct sock *sk = sock->sk;
Ying Xue78eb3a52014-01-17 09:50:03 +08002269 int done;
2270
2271 do {
2272 int err = sock_error(sk);
2273 if (err)
2274 return err;
2275 if (!*timeo_p)
2276 return -ETIMEDOUT;
2277 if (signal_pending(current))
2278 return sock_intr_errno(*timeo_p);
2279
WANG Congd9dc8b02016-11-11 10:20:50 -08002280 add_wait_queue(sk_sleep(sk), &wait);
Parthasarathy Bhuvaragan99a20882016-11-01 14:02:48 +01002281 done = sk_wait_event(sk, timeo_p,
WANG Congd9dc8b02016-11-11 10:20:50 -08002282 sk->sk_state != TIPC_CONNECTING, &wait);
2283 remove_wait_queue(sk_sleep(sk), &wait);
Ying Xue78eb3a52014-01-17 09:50:03 +08002284 } while (!done);
2285 return 0;
2286}
2287
Per Lidenb97bf3f2006-01-02 19:04:38 +01002288/**
Ying Xue247f0f32014-02-18 16:06:46 +08002289 * tipc_connect - establish a connection to another TIPC port
Per Lidenb97bf3f2006-01-02 19:04:38 +01002290 * @sock: socket structure
2291 * @dest: socket address for destination port
2292 * @destlen: size of socket address data structure
Allan Stephens0c3141e2008-04-15 00:22:02 -07002293 * @flags: file-related flags associated with socket
Per Lidenb97bf3f2006-01-02 19:04:38 +01002294 *
2295 * Returns 0 on success, errno otherwise
2296 */
Ying Xue247f0f32014-02-18 16:06:46 +08002297static int tipc_connect(struct socket *sock, struct sockaddr *dest,
2298 int destlen, int flags)
Per Lidenb97bf3f2006-01-02 19:04:38 +01002299{
Allan Stephens0c3141e2008-04-15 00:22:02 -07002300 struct sock *sk = sock->sk;
Erik Hugnef2f80362015-03-19 09:02:19 +01002301 struct tipc_sock *tsk = tipc_sk(sk);
Allan Stephensb89741a2008-04-15 00:20:37 -07002302 struct sockaddr_tipc *dst = (struct sockaddr_tipc *)dest;
2303 struct msghdr m = {NULL,};
Erik Hugnef2f80362015-03-19 09:02:19 +01002304 long timeout = (flags & O_NONBLOCK) ? 0 : tsk->conn_timeout;
Parthasarathy Bhuvaragan99a20882016-11-01 14:02:48 +01002305 int previous;
Erik Hugnef2f80362015-03-19 09:02:19 +01002306 int res = 0;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002307
Jon Maloy23998832017-10-13 11:04:18 +02002308 if (destlen != sizeof(struct sockaddr_tipc))
2309 return -EINVAL;
2310
Allan Stephens0c3141e2008-04-15 00:22:02 -07002311 lock_sock(sk);
2312
Jon Maloy75da2162017-10-13 11:04:23 +02002313 if (tsk->group) {
2314 res = -EINVAL;
2315 goto exit;
2316 }
2317
Jon Maloy23998832017-10-13 11:04:18 +02002318 if (dst->family == AF_UNSPEC) {
2319 memset(&tsk->peer, 0, sizeof(struct sockaddr_tipc));
2320 if (!tipc_sk_type_connectionless(sk))
2321 res = -EINVAL;
2322 goto exit;
2323 } else if (dst->family != AF_TIPC) {
2324 res = -EINVAL;
2325 }
2326 if (dst->addrtype != TIPC_ADDR_ID && dst->addrtype != TIPC_ADDR_NAME)
2327 res = -EINVAL;
2328 if (res)
2329 goto exit;
2330
Erik Hugnef2f80362015-03-19 09:02:19 +01002331 /* DGRAM/RDM connect(), just save the destaddr */
Parthasarathy Bhuvaraganc752023a2016-11-01 14:02:42 +01002332 if (tipc_sk_type_connectionless(sk)) {
Jon Maloy23998832017-10-13 11:04:18 +02002333 memcpy(&tsk->peer, dest, destlen);
Allan Stephens0c3141e2008-04-15 00:22:02 -07002334 goto exit;
2335 }
2336
Parthasarathy Bhuvaragan99a20882016-11-01 14:02:48 +01002337 previous = sk->sk_state;
Parthasarathy Bhuvaragan438adca2016-11-01 14:02:45 +01002338
2339 switch (sk->sk_state) {
2340 case TIPC_OPEN:
Ying Xue584d24b2012-11-29 18:51:19 -05002341 /* Send a 'SYN-' to destination */
2342 m.msg_name = dest;
2343 m.msg_namelen = destlen;
2344
2345 /* If connect is in non-blocking case, set MSG_DONTWAIT to
2346 * indicate send_msg() is never blocked.
2347 */
2348 if (!timeout)
2349 m.msg_flags = MSG_DONTWAIT;
2350
Ying Xue39a0295f2015-03-02 15:37:47 +08002351 res = __tipc_sendmsg(sock, &m, 0);
Ying Xue584d24b2012-11-29 18:51:19 -05002352 if ((res < 0) && (res != -EWOULDBLOCK))
2353 goto exit;
2354
Parthasarathy Bhuvaragan99a20882016-11-01 14:02:48 +01002355 /* Just entered TIPC_CONNECTING state; the only
Ying Xue584d24b2012-11-29 18:51:19 -05002356 * difference is that return value in non-blocking
2357 * case is EINPROGRESS, rather than EALREADY.
2358 */
2359 res = -EINPROGRESS;
Parthasarathy Bhuvaragan99a20882016-11-01 14:02:48 +01002360 /* fall thru' */
2361 case TIPC_CONNECTING:
2362 if (!timeout) {
2363 if (previous == TIPC_CONNECTING)
2364 res = -EALREADY;
Ying Xue78eb3a52014-01-17 09:50:03 +08002365 goto exit;
Parthasarathy Bhuvaragan99a20882016-11-01 14:02:48 +01002366 }
Ying Xue78eb3a52014-01-17 09:50:03 +08002367 timeout = msecs_to_jiffies(timeout);
2368 /* Wait until an 'ACK' or 'RST' arrives, or a timeout occurs */
2369 res = tipc_wait_for_connect(sock, &timeout);
Parthasarathy Bhuvaraganf40acba2016-11-01 14:02:49 +01002370 break;
2371 case TIPC_ESTABLISHED:
Parthasarathy Bhuvaragan99a20882016-11-01 14:02:48 +01002372 res = -EISCONN;
Parthasarathy Bhuvaraganf40acba2016-11-01 14:02:49 +01002373 break;
2374 default:
Parthasarathy Bhuvaragan99a20882016-11-01 14:02:48 +01002375 res = -EINVAL;
Parthasarathy Bhuvaraganf40acba2016-11-01 14:02:49 +01002376 }
Parthasarathy Bhuvaragan99a20882016-11-01 14:02:48 +01002377
Allan Stephens0c3141e2008-04-15 00:22:02 -07002378exit:
2379 release_sock(sk);
Allan Stephensb89741a2008-04-15 00:20:37 -07002380 return res;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002381}
2382
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002383/**
Ying Xue247f0f32014-02-18 16:06:46 +08002384 * tipc_listen - allow socket to listen for incoming connections
Per Lidenb97bf3f2006-01-02 19:04:38 +01002385 * @sock: socket structure
2386 * @len: (unused)
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002387 *
Per Lidenb97bf3f2006-01-02 19:04:38 +01002388 * Returns 0 on success, errno otherwise
2389 */
Ying Xue247f0f32014-02-18 16:06:46 +08002390static int tipc_listen(struct socket *sock, int len)
Per Lidenb97bf3f2006-01-02 19:04:38 +01002391{
Allan Stephens0c3141e2008-04-15 00:22:02 -07002392 struct sock *sk = sock->sk;
2393 int res;
2394
2395 lock_sock(sk);
Parthasarathy Bhuvaragan0c288c82016-11-01 14:02:43 +01002396 res = tipc_set_sk_state(sk, TIPC_LISTEN);
Allan Stephens0c3141e2008-04-15 00:22:02 -07002397 release_sock(sk);
Parthasarathy Bhuvaragan0c288c82016-11-01 14:02:43 +01002398
Allan Stephens0c3141e2008-04-15 00:22:02 -07002399 return res;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002400}
2401
Ying Xue6398e232014-01-17 09:50:04 +08002402static int tipc_wait_for_accept(struct socket *sock, long timeo)
2403{
2404 struct sock *sk = sock->sk;
2405 DEFINE_WAIT(wait);
2406 int err;
2407
2408 /* True wake-one mechanism for incoming connections: only
2409 * one process gets woken up, not the 'whole herd'.
2410 * Since we do not 'race & poll' for established sockets
2411 * anymore, the common case will execute the loop only once.
2412 */
2413 for (;;) {
2414 prepare_to_wait_exclusive(sk_sleep(sk), &wait,
2415 TASK_INTERRUPTIBLE);
Ying Xuefe8e4642014-03-06 14:40:18 +01002416 if (timeo && skb_queue_empty(&sk->sk_receive_queue)) {
Ying Xue6398e232014-01-17 09:50:04 +08002417 release_sock(sk);
2418 timeo = schedule_timeout(timeo);
2419 lock_sock(sk);
2420 }
2421 err = 0;
2422 if (!skb_queue_empty(&sk->sk_receive_queue))
2423 break;
Ying Xue6398e232014-01-17 09:50:04 +08002424 err = -EAGAIN;
2425 if (!timeo)
2426 break;
Erik Hugne143fe222015-03-09 10:43:42 +01002427 err = sock_intr_errno(timeo);
2428 if (signal_pending(current))
2429 break;
Ying Xue6398e232014-01-17 09:50:04 +08002430 }
2431 finish_wait(sk_sleep(sk), &wait);
2432 return err;
2433}
2434
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002435/**
Ying Xue247f0f32014-02-18 16:06:46 +08002436 * tipc_accept - wait for connection request
Per Lidenb97bf3f2006-01-02 19:04:38 +01002437 * @sock: listening socket
2438 * @newsock: new socket that is to be connected
2439 * @flags: file-related flags associated with socket
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002440 *
Per Lidenb97bf3f2006-01-02 19:04:38 +01002441 * Returns 0 on success, errno otherwise
2442 */
David Howellscdfbabf2017-03-09 08:09:05 +00002443static int tipc_accept(struct socket *sock, struct socket *new_sock, int flags,
2444 bool kern)
Per Lidenb97bf3f2006-01-02 19:04:38 +01002445{
Paul Gortmaker0fef8f22012-12-04 11:01:55 -05002446 struct sock *new_sk, *sk = sock->sk;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002447 struct sk_buff *buf;
Jon Paul Maloy301bae52014-08-22 18:09:20 -04002448 struct tipc_sock *new_tsock;
Paul Gortmaker0fef8f22012-12-04 11:01:55 -05002449 struct tipc_msg *msg;
Ying Xue6398e232014-01-17 09:50:04 +08002450 long timeo;
Allan Stephens0c3141e2008-04-15 00:22:02 -07002451 int res;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002452
Allan Stephens0c3141e2008-04-15 00:22:02 -07002453 lock_sock(sk);
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002454
Parthasarathy Bhuvaragan0c288c82016-11-01 14:02:43 +01002455 if (sk->sk_state != TIPC_LISTEN) {
Allan Stephens0c3141e2008-04-15 00:22:02 -07002456 res = -EINVAL;
2457 goto exit;
2458 }
Ying Xue6398e232014-01-17 09:50:04 +08002459 timeo = sock_rcvtimeo(sk, flags & O_NONBLOCK);
2460 res = tipc_wait_for_accept(sock, timeo);
2461 if (res)
2462 goto exit;
Allan Stephens0c3141e2008-04-15 00:22:02 -07002463
2464 buf = skb_peek(&sk->sk_receive_queue);
2465
David Howellscdfbabf2017-03-09 08:09:05 +00002466 res = tipc_sk_create(sock_net(sock->sk), new_sock, 0, kern);
Paul Gortmaker0fef8f22012-12-04 11:01:55 -05002467 if (res)
2468 goto exit;
Stephen Smalleyfdd75ea2015-07-07 09:43:45 -04002469 security_sk_clone(sock->sk, new_sock->sk);
Allan Stephens0c3141e2008-04-15 00:22:02 -07002470
Paul Gortmaker0fef8f22012-12-04 11:01:55 -05002471 new_sk = new_sock->sk;
Jon Paul Maloy301bae52014-08-22 18:09:20 -04002472 new_tsock = tipc_sk(new_sk);
Paul Gortmaker0fef8f22012-12-04 11:01:55 -05002473 msg = buf_msg(buf);
Allan Stephens0c3141e2008-04-15 00:22:02 -07002474
Paul Gortmaker0fef8f22012-12-04 11:01:55 -05002475 /* we lock on new_sk; but lockdep sees the lock on sk */
2476 lock_sock_nested(new_sk, SINGLE_DEPTH_NESTING);
Allan Stephens0c3141e2008-04-15 00:22:02 -07002477
Paul Gortmaker0fef8f22012-12-04 11:01:55 -05002478 /*
2479 * Reject any stray messages received by new socket
2480 * before the socket lock was taken (very, very unlikely)
2481 */
Jon Paul Maloy2e84c602014-08-22 18:09:18 -04002482 tsk_rej_rx_queue(new_sk);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002483
Paul Gortmaker0fef8f22012-12-04 11:01:55 -05002484 /* Connect new socket to it's peer */
Jon Paul Maloy301bae52014-08-22 18:09:20 -04002485 tipc_sk_finish_conn(new_tsock, msg_origport(msg), msg_orignode(msg));
Per Lidenb97bf3f2006-01-02 19:04:38 +01002486
Jon Paul Maloy301bae52014-08-22 18:09:20 -04002487 tsk_set_importance(new_tsock, msg_importance(msg));
Paul Gortmaker0fef8f22012-12-04 11:01:55 -05002488 if (msg_named(msg)) {
Jon Paul Maloy301bae52014-08-22 18:09:20 -04002489 new_tsock->conn_type = msg_nametype(msg);
2490 new_tsock->conn_instance = msg_nameinst(msg);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002491 }
Paul Gortmaker0fef8f22012-12-04 11:01:55 -05002492
2493 /*
2494 * Respond to 'SYN-' by discarding it & returning 'ACK'-.
2495 * Respond to 'SYN+' by queuing it on new socket.
2496 */
2497 if (!msg_data_sz(msg)) {
2498 struct msghdr m = {NULL,};
2499
Jon Paul Maloy2e84c602014-08-22 18:09:18 -04002500 tsk_advance_rx_queue(sk);
Jon Paul Maloy365ad352017-01-03 10:55:11 -05002501 __tipc_sendstream(new_sock, &m, 0);
Paul Gortmaker0fef8f22012-12-04 11:01:55 -05002502 } else {
2503 __skb_dequeue(&sk->sk_receive_queue);
2504 __skb_queue_head(&new_sk->sk_receive_queue, buf);
Ying Xueaba79f32013-01-20 23:30:09 +01002505 skb_set_owner_r(buf, new_sk);
Paul Gortmaker0fef8f22012-12-04 11:01:55 -05002506 }
2507 release_sock(new_sk);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002508exit:
Allan Stephens0c3141e2008-04-15 00:22:02 -07002509 release_sock(sk);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002510 return res;
2511}
2512
2513/**
Ying Xue247f0f32014-02-18 16:06:46 +08002514 * tipc_shutdown - shutdown socket connection
Per Lidenb97bf3f2006-01-02 19:04:38 +01002515 * @sock: socket structure
Allan Stephense247a8f2008-03-06 15:05:38 -08002516 * @how: direction to close (must be SHUT_RDWR)
Per Lidenb97bf3f2006-01-02 19:04:38 +01002517 *
2518 * Terminates connection (if necessary), then purges socket's receive queue.
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002519 *
Per Lidenb97bf3f2006-01-02 19:04:38 +01002520 * Returns 0 on success, errno otherwise
2521 */
Ying Xue247f0f32014-02-18 16:06:46 +08002522static int tipc_shutdown(struct socket *sock, int how)
Per Lidenb97bf3f2006-01-02 19:04:38 +01002523{
Allan Stephens0c3141e2008-04-15 00:22:02 -07002524 struct sock *sk = sock->sk;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002525 int res;
2526
Allan Stephense247a8f2008-03-06 15:05:38 -08002527 if (how != SHUT_RDWR)
2528 return -EINVAL;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002529
Allan Stephens0c3141e2008-04-15 00:22:02 -07002530 lock_sock(sk);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002531
Parthasarathy Bhuvaragan6f000892016-11-01 14:02:47 +01002532 __tipc_shutdown(sock, TIPC_CONN_SHUTDOWN);
2533 sk->sk_shutdown = SEND_SHUTDOWN;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002534
Parthasarathy Bhuvaragan6f000892016-11-01 14:02:47 +01002535 if (sk->sk_state == TIPC_DISCONNECTING) {
Ying Xue75031152012-10-29 09:38:15 -04002536 /* Discard any unreceived messages */
Ying Xue57467e52013-01-20 23:30:08 +01002537 __skb_queue_purge(&sk->sk_receive_queue);
Ying Xue75031152012-10-29 09:38:15 -04002538
2539 /* Wake up anyone sleeping in poll */
2540 sk->sk_state_change(sk);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002541 res = 0;
Parthasarathy Bhuvaragan6f000892016-11-01 14:02:47 +01002542 } else {
Per Lidenb97bf3f2006-01-02 19:04:38 +01002543 res = -ENOTCONN;
2544 }
2545
Allan Stephens0c3141e2008-04-15 00:22:02 -07002546 release_sock(sk);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002547 return res;
2548}
2549
Kees Cook31b102b2017-10-30 14:06:45 -07002550static void tipc_sk_timeout(struct timer_list *t)
Jon Paul Maloy57289012014-08-22 18:09:09 -04002551{
Kees Cook31b102b2017-10-30 14:06:45 -07002552 struct sock *sk = from_timer(sk, t, sk_timer);
2553 struct tipc_sock *tsk = tipc_sk(sk);
Jon Maloy0d5fcebf2017-10-20 11:21:32 +02002554 u32 peer_port = tsk_peer_port(tsk);
2555 u32 peer_node = tsk_peer_node(tsk);
Jon Paul Maloyc5898632015-02-05 08:36:36 -05002556 u32 own_node = tsk_own_node(tsk);
Jon Maloy0d5fcebf2017-10-20 11:21:32 +02002557 u32 own_port = tsk->portid;
Jon Maloy0d5fcebf2017-10-20 11:21:32 +02002558 struct net *net = sock_net(sk);
2559 struct sk_buff *skb = NULL;
Jon Paul Maloy57289012014-08-22 18:09:09 -04002560
Jon Paul Maloy57289012014-08-22 18:09:09 -04002561 bh_lock_sock(sk);
Jon Maloy0d5fcebf2017-10-20 11:21:32 +02002562 if (!tipc_sk_connected(sk))
2563 goto exit;
2564
2565 /* Try again later if socket is busy */
2566 if (sock_owned_by_user(sk)) {
2567 sk_reset_timer(sk, &sk->sk_timer, jiffies + HZ / 20);
Jon Paul Maloy6c9808c2014-08-22 18:09:16 -04002568 goto exit;
2569 }
Jon Paul Maloy57289012014-08-22 18:09:09 -04002570
Parthasarathy Bhuvaragan8ea642e2016-11-01 14:02:44 +01002571 if (tsk->probe_unacked) {
Jon Maloy0d5fcebf2017-10-20 11:21:32 +02002572 tipc_set_sk_state(sk, TIPC_DISCONNECTING);
2573 tipc_node_remove_conn(net, peer_node, peer_port);
2574 sk->sk_state_change(sk);
Parthasarathy Bhuvaragan360aab62016-11-01 14:02:41 +01002575 goto exit;
Jon Paul Maloy57289012014-08-22 18:09:09 -04002576 }
Jon Maloy0d5fcebf2017-10-20 11:21:32 +02002577 /* Send new probe */
2578 skb = tipc_msg_create(CONN_MANAGER, CONN_PROBE, INT_H_SIZE, 0,
2579 peer_node, own_node, peer_port, own_port,
2580 TIPC_OK);
Parthasarathy Bhuvaragan8ea642e2016-11-01 14:02:44 +01002581 tsk->probe_unacked = true;
Jon Maloy0d5fcebf2017-10-20 11:21:32 +02002582 sk_reset_timer(sk, &sk->sk_timer, jiffies + CONN_PROBING_INTV);
2583exit:
Jon Paul Maloy57289012014-08-22 18:09:09 -04002584 bh_unlock_sock(sk);
Ying Xuea6ca1092014-11-26 11:41:55 +08002585 if (skb)
Jon Maloy0d5fcebf2017-10-20 11:21:32 +02002586 tipc_node_xmit_skb(net, skb, peer_node, own_port);
Ying Xue07f6c4b2015-01-07 13:41:58 +08002587 sock_put(sk);
Jon Paul Maloy57289012014-08-22 18:09:09 -04002588}
2589
Jon Paul Maloy301bae52014-08-22 18:09:20 -04002590static int tipc_sk_publish(struct tipc_sock *tsk, uint scope,
Jon Paul Maloy0fc87aa2014-08-22 18:09:17 -04002591 struct tipc_name_seq const *seq)
2592{
Parthasarathy Bhuvaragand6fb7e92016-11-01 14:02:40 +01002593 struct sock *sk = &tsk->sk;
2594 struct net *net = sock_net(sk);
Jon Paul Maloy0fc87aa2014-08-22 18:09:17 -04002595 struct publication *publ;
2596 u32 key;
2597
Jon Maloy928df182018-03-15 16:48:51 +01002598 if (scope != TIPC_NODE_SCOPE)
2599 scope = TIPC_CLUSTER_SCOPE;
2600
Parthasarathy Bhuvaragand6fb7e92016-11-01 14:02:40 +01002601 if (tipc_sk_connected(sk))
Jon Paul Maloy0fc87aa2014-08-22 18:09:17 -04002602 return -EINVAL;
Ying Xue07f6c4b2015-01-07 13:41:58 +08002603 key = tsk->portid + tsk->pub_count + 1;
2604 if (key == tsk->portid)
Jon Paul Maloy0fc87aa2014-08-22 18:09:17 -04002605 return -EADDRINUSE;
2606
Ying Xuef2f98002015-01-09 15:27:05 +08002607 publ = tipc_nametbl_publish(net, seq->type, seq->lower, seq->upper,
Ying Xue07f6c4b2015-01-07 13:41:58 +08002608 scope, tsk->portid, key);
Jon Paul Maloy0fc87aa2014-08-22 18:09:17 -04002609 if (unlikely(!publ))
2610 return -EINVAL;
2611
Jon Maloye50e73e2018-03-15 16:48:55 +01002612 list_add(&publ->binding_sock, &tsk->publications);
Jon Paul Maloy301bae52014-08-22 18:09:20 -04002613 tsk->pub_count++;
2614 tsk->published = 1;
Jon Paul Maloy0fc87aa2014-08-22 18:09:17 -04002615 return 0;
2616}
2617
Jon Paul Maloy301bae52014-08-22 18:09:20 -04002618static int tipc_sk_withdraw(struct tipc_sock *tsk, uint scope,
Jon Paul Maloy0fc87aa2014-08-22 18:09:17 -04002619 struct tipc_name_seq const *seq)
2620{
Ying Xuef2f98002015-01-09 15:27:05 +08002621 struct net *net = sock_net(&tsk->sk);
Jon Paul Maloy0fc87aa2014-08-22 18:09:17 -04002622 struct publication *publ;
2623 struct publication *safe;
2624 int rc = -EINVAL;
2625
Jon Maloy928df182018-03-15 16:48:51 +01002626 if (scope != TIPC_NODE_SCOPE)
2627 scope = TIPC_CLUSTER_SCOPE;
2628
Jon Maloye50e73e2018-03-15 16:48:55 +01002629 list_for_each_entry_safe(publ, safe, &tsk->publications, binding_sock) {
Jon Paul Maloy0fc87aa2014-08-22 18:09:17 -04002630 if (seq) {
2631 if (publ->scope != scope)
2632 continue;
2633 if (publ->type != seq->type)
2634 continue;
2635 if (publ->lower != seq->lower)
2636 continue;
2637 if (publ->upper != seq->upper)
2638 break;
Ying Xuef2f98002015-01-09 15:27:05 +08002639 tipc_nametbl_withdraw(net, publ->type, publ->lower,
Jon Maloy37922ea2018-03-29 23:20:43 +02002640 publ->upper, publ->key);
Jon Paul Maloy0fc87aa2014-08-22 18:09:17 -04002641 rc = 0;
2642 break;
2643 }
Ying Xuef2f98002015-01-09 15:27:05 +08002644 tipc_nametbl_withdraw(net, publ->type, publ->lower,
Jon Maloy37922ea2018-03-29 23:20:43 +02002645 publ->upper, publ->key);
Jon Paul Maloy0fc87aa2014-08-22 18:09:17 -04002646 rc = 0;
2647 }
Jon Paul Maloy301bae52014-08-22 18:09:20 -04002648 if (list_empty(&tsk->publications))
2649 tsk->published = 0;
Jon Paul Maloy0fc87aa2014-08-22 18:09:17 -04002650 return rc;
2651}
2652
Jon Paul Maloy5a9ee0be2014-08-22 18:09:14 -04002653/* tipc_sk_reinit: set non-zero address in all existing sockets
2654 * when we go from standalone to network mode.
2655 */
Ying Xuee05b31f2015-01-09 15:27:08 +08002656void tipc_sk_reinit(struct net *net)
Jon Paul Maloy5a9ee0be2014-08-22 18:09:14 -04002657{
Ying Xuee05b31f2015-01-09 15:27:08 +08002658 struct tipc_net *tn = net_generic(net, tipc_net_id);
Herbert Xu40f9f432017-02-11 19:26:46 +08002659 struct rhashtable_iter iter;
Ying Xue07f6c4b2015-01-07 13:41:58 +08002660 struct tipc_sock *tsk;
Jon Paul Maloy5a9ee0be2014-08-22 18:09:14 -04002661 struct tipc_msg *msg;
Jon Paul Maloy5a9ee0be2014-08-22 18:09:14 -04002662
Herbert Xu40f9f432017-02-11 19:26:46 +08002663 rhashtable_walk_enter(&tn->sk_rht, &iter);
2664
2665 do {
Tom Herbert97a6ec42017-12-04 10:31:41 -08002666 rhashtable_walk_start(&iter);
Herbert Xu40f9f432017-02-11 19:26:46 +08002667
2668 while ((tsk = rhashtable_walk_next(&iter)) && !IS_ERR(tsk)) {
Ying Xue07f6c4b2015-01-07 13:41:58 +08002669 spin_lock_bh(&tsk->sk.sk_lock.slock);
2670 msg = &tsk->phdr;
Jon Maloy23fd3ea2018-03-22 20:42:49 +01002671 msg_set_prevnode(msg, tipc_own_addr(net));
2672 msg_set_orignode(msg, tipc_own_addr(net));
Ying Xue07f6c4b2015-01-07 13:41:58 +08002673 spin_unlock_bh(&tsk->sk.sk_lock.slock);
2674 }
Tom Herbert97a6ec42017-12-04 10:31:41 -08002675
Herbert Xu40f9f432017-02-11 19:26:46 +08002676 rhashtable_walk_stop(&iter);
2677 } while (tsk == ERR_PTR(-EAGAIN));
Ying Xue07f6c4b2015-01-07 13:41:58 +08002678}
2679
Ying Xuee05b31f2015-01-09 15:27:08 +08002680static struct tipc_sock *tipc_sk_lookup(struct net *net, u32 portid)
Ying Xue07f6c4b2015-01-07 13:41:58 +08002681{
Ying Xuee05b31f2015-01-09 15:27:08 +08002682 struct tipc_net *tn = net_generic(net, tipc_net_id);
Ying Xue07f6c4b2015-01-07 13:41:58 +08002683 struct tipc_sock *tsk;
2684
2685 rcu_read_lock();
Herbert Xu6cca72892015-03-20 21:57:05 +11002686 tsk = rhashtable_lookup_fast(&tn->sk_rht, &portid, tsk_rht_params);
Ying Xue07f6c4b2015-01-07 13:41:58 +08002687 if (tsk)
2688 sock_hold(&tsk->sk);
2689 rcu_read_unlock();
2690
2691 return tsk;
2692}
2693
2694static int tipc_sk_insert(struct tipc_sock *tsk)
2695{
Ying Xuee05b31f2015-01-09 15:27:08 +08002696 struct sock *sk = &tsk->sk;
2697 struct net *net = sock_net(sk);
2698 struct tipc_net *tn = net_generic(net, tipc_net_id);
Ying Xue07f6c4b2015-01-07 13:41:58 +08002699 u32 remaining = (TIPC_MAX_PORT - TIPC_MIN_PORT) + 1;
2700 u32 portid = prandom_u32() % remaining + TIPC_MIN_PORT;
2701
2702 while (remaining--) {
2703 portid++;
2704 if ((portid < TIPC_MIN_PORT) || (portid > TIPC_MAX_PORT))
2705 portid = TIPC_MIN_PORT;
2706 tsk->portid = portid;
2707 sock_hold(&tsk->sk);
Herbert Xu6cca72892015-03-20 21:57:05 +11002708 if (!rhashtable_lookup_insert_fast(&tn->sk_rht, &tsk->node,
2709 tsk_rht_params))
Ying Xue07f6c4b2015-01-07 13:41:58 +08002710 return 0;
2711 sock_put(&tsk->sk);
2712 }
2713
2714 return -1;
2715}
2716
2717static void tipc_sk_remove(struct tipc_sock *tsk)
2718{
2719 struct sock *sk = &tsk->sk;
Ying Xuee05b31f2015-01-09 15:27:08 +08002720 struct tipc_net *tn = net_generic(sock_net(sk), tipc_net_id);
Ying Xue07f6c4b2015-01-07 13:41:58 +08002721
Herbert Xu6cca72892015-03-20 21:57:05 +11002722 if (!rhashtable_remove_fast(&tn->sk_rht, &tsk->node, tsk_rht_params)) {
Reshetova, Elena41c6d652017-06-30 13:08:01 +03002723 WARN_ON(refcount_read(&sk->sk_refcnt) == 1);
Ying Xue07f6c4b2015-01-07 13:41:58 +08002724 __sock_put(sk);
Jon Paul Maloy5a9ee0be2014-08-22 18:09:14 -04002725 }
2726}
2727
Herbert Xu6cca72892015-03-20 21:57:05 +11002728static const struct rhashtable_params tsk_rht_params = {
2729 .nelem_hint = 192,
2730 .head_offset = offsetof(struct tipc_sock, node),
2731 .key_offset = offsetof(struct tipc_sock, portid),
2732 .key_len = sizeof(u32), /* portid */
Herbert Xu6cca72892015-03-20 21:57:05 +11002733 .max_size = 1048576,
2734 .min_size = 256,
Thomas Grafb5e2c152015-03-24 20:42:19 +00002735 .automatic_shrinking = true,
Herbert Xu6cca72892015-03-20 21:57:05 +11002736};
2737
Ying Xuee05b31f2015-01-09 15:27:08 +08002738int tipc_sk_rht_init(struct net *net)
Jon Paul Maloy808d90f2014-08-22 18:09:19 -04002739{
Ying Xuee05b31f2015-01-09 15:27:08 +08002740 struct tipc_net *tn = net_generic(net, tipc_net_id);
Jon Paul Maloy808d90f2014-08-22 18:09:19 -04002741
Herbert Xu6cca72892015-03-20 21:57:05 +11002742 return rhashtable_init(&tn->sk_rht, &tsk_rht_params);
Jon Paul Maloy808d90f2014-08-22 18:09:19 -04002743}
2744
Ying Xuee05b31f2015-01-09 15:27:08 +08002745void tipc_sk_rht_destroy(struct net *net)
Jon Paul Maloy808d90f2014-08-22 18:09:19 -04002746{
Ying Xuee05b31f2015-01-09 15:27:08 +08002747 struct tipc_net *tn = net_generic(net, tipc_net_id);
2748
Ying Xue07f6c4b2015-01-07 13:41:58 +08002749 /* Wait for socket readers to complete */
2750 synchronize_net();
Jon Paul Maloy808d90f2014-08-22 18:09:19 -04002751
Ying Xuee05b31f2015-01-09 15:27:08 +08002752 rhashtable_destroy(&tn->sk_rht);
Jon Paul Maloy808d90f2014-08-22 18:09:19 -04002753}
2754
Jon Maloy75da2162017-10-13 11:04:23 +02002755static int tipc_sk_join(struct tipc_sock *tsk, struct tipc_group_req *mreq)
2756{
2757 struct net *net = sock_net(&tsk->sk);
Jon Maloy75da2162017-10-13 11:04:23 +02002758 struct tipc_group *grp = tsk->group;
2759 struct tipc_msg *hdr = &tsk->phdr;
2760 struct tipc_name_seq seq;
2761 int rc;
2762
2763 if (mreq->type < TIPC_RESERVED_TYPES)
2764 return -EACCES;
Jon Maloy232d07b2018-01-08 21:03:30 +01002765 if (mreq->scope > TIPC_NODE_SCOPE)
2766 return -EINVAL;
Jon Maloy75da2162017-10-13 11:04:23 +02002767 if (grp)
2768 return -EACCES;
Jon Maloy60c25302018-01-17 16:42:46 +01002769 grp = tipc_group_create(net, tsk->portid, mreq, &tsk->group_is_open);
Jon Maloy75da2162017-10-13 11:04:23 +02002770 if (!grp)
2771 return -ENOMEM;
2772 tsk->group = grp;
2773 msg_set_lookup_scope(hdr, mreq->scope);
2774 msg_set_nametype(hdr, mreq->type);
2775 msg_set_dest_droppable(hdr, true);
2776 seq.type = mreq->type;
2777 seq.lower = mreq->instance;
2778 seq.upper = seq.lower;
Jon Maloy232d07b2018-01-08 21:03:30 +01002779 tipc_nametbl_build_group(net, grp, mreq->type, mreq->scope);
Jon Maloy75da2162017-10-13 11:04:23 +02002780 rc = tipc_sk_publish(tsk, mreq->scope, &seq);
Cong Wange233df02017-10-24 15:44:49 -07002781 if (rc) {
Jon Maloy75da2162017-10-13 11:04:23 +02002782 tipc_group_delete(net, grp);
Cong Wange233df02017-10-24 15:44:49 -07002783 tsk->group = NULL;
Jon Maloyfebafc82018-01-10 21:08:50 +01002784 return rc;
Cong Wange233df02017-10-24 15:44:49 -07002785 }
Jon Maloyd12d2e12018-01-08 21:03:28 +01002786 /* Eliminate any risk that a broadcast overtakes sent JOINs */
Jon Maloy399574d2017-10-13 11:04:32 +02002787 tsk->mc_method.rcast = true;
2788 tsk->mc_method.mandatory = true;
Jon Maloyd12d2e12018-01-08 21:03:28 +01002789 tipc_group_join(net, grp, &tsk->sk.sk_rcvbuf);
Jon Maloy75da2162017-10-13 11:04:23 +02002790 return rc;
2791}
2792
2793static int tipc_sk_leave(struct tipc_sock *tsk)
2794{
2795 struct net *net = sock_net(&tsk->sk);
2796 struct tipc_group *grp = tsk->group;
2797 struct tipc_name_seq seq;
2798 int scope;
2799
2800 if (!grp)
2801 return -EINVAL;
2802 tipc_group_self(grp, &seq, &scope);
2803 tipc_group_delete(net, grp);
2804 tsk->group = NULL;
2805 tipc_sk_withdraw(tsk, scope, &seq);
2806 return 0;
2807}
2808
Jon Paul Maloy808d90f2014-08-22 18:09:19 -04002809/**
Ying Xue247f0f32014-02-18 16:06:46 +08002810 * tipc_setsockopt - set socket option
Per Lidenb97bf3f2006-01-02 19:04:38 +01002811 * @sock: socket structure
2812 * @lvl: option level
2813 * @opt: option identifier
2814 * @ov: pointer to new option value
2815 * @ol: length of option value
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002816 *
2817 * For stream sockets only, accepts and ignores all IPPROTO_TCP options
Per Lidenb97bf3f2006-01-02 19:04:38 +01002818 * (to ease compatibility).
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002819 *
Per Lidenb97bf3f2006-01-02 19:04:38 +01002820 * Returns 0 on success, errno otherwise
2821 */
Ying Xue247f0f32014-02-18 16:06:46 +08002822static int tipc_setsockopt(struct socket *sock, int lvl, int opt,
2823 char __user *ov, unsigned int ol)
Per Lidenb97bf3f2006-01-02 19:04:38 +01002824{
Allan Stephens0c3141e2008-04-15 00:22:02 -07002825 struct sock *sk = sock->sk;
Jon Paul Maloy58ed9442014-03-12 11:31:12 -04002826 struct tipc_sock *tsk = tipc_sk(sk);
Jon Maloy75da2162017-10-13 11:04:23 +02002827 struct tipc_group_req mreq;
Jon Paul Maloy01fd12b2017-01-18 13:50:53 -05002828 u32 value = 0;
Dan Carpentera08ef472017-01-24 12:49:35 +03002829 int res = 0;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002830
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002831 if ((lvl == IPPROTO_TCP) && (sock->type == SOCK_STREAM))
2832 return 0;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002833 if (lvl != SOL_TIPC)
2834 return -ENOPROTOOPT;
Jon Paul Maloy01fd12b2017-01-18 13:50:53 -05002835
2836 switch (opt) {
2837 case TIPC_IMPORTANCE:
2838 case TIPC_SRC_DROPPABLE:
2839 case TIPC_DEST_DROPPABLE:
2840 case TIPC_CONN_TIMEOUT:
2841 if (ol < sizeof(value))
2842 return -EINVAL;
Jon Maloy75da2162017-10-13 11:04:23 +02002843 if (get_user(value, (u32 __user *)ov))
2844 return -EFAULT;
2845 break;
2846 case TIPC_GROUP_JOIN:
2847 if (ol < sizeof(mreq))
2848 return -EINVAL;
2849 if (copy_from_user(&mreq, ov, sizeof(mreq)))
2850 return -EFAULT;
Jon Paul Maloy01fd12b2017-01-18 13:50:53 -05002851 break;
2852 default:
2853 if (ov || ol)
2854 return -EINVAL;
2855 }
Per Lidenb97bf3f2006-01-02 19:04:38 +01002856
Allan Stephens0c3141e2008-04-15 00:22:02 -07002857 lock_sock(sk);
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002858
Per Lidenb97bf3f2006-01-02 19:04:38 +01002859 switch (opt) {
2860 case TIPC_IMPORTANCE:
Jon Paul Maloy301bae52014-08-22 18:09:20 -04002861 res = tsk_set_importance(tsk, value);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002862 break;
2863 case TIPC_SRC_DROPPABLE:
2864 if (sock->type != SOCK_STREAM)
Jon Paul Maloy301bae52014-08-22 18:09:20 -04002865 tsk_set_unreliable(tsk, value);
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002866 else
Per Lidenb97bf3f2006-01-02 19:04:38 +01002867 res = -ENOPROTOOPT;
2868 break;
2869 case TIPC_DEST_DROPPABLE:
Jon Paul Maloy301bae52014-08-22 18:09:20 -04002870 tsk_set_unreturnable(tsk, value);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002871 break;
2872 case TIPC_CONN_TIMEOUT:
Allan Stephensa0f40f02011-05-26 13:44:34 -04002873 tipc_sk(sk)->conn_timeout = value;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002874 break;
Jon Paul Maloy01fd12b2017-01-18 13:50:53 -05002875 case TIPC_MCAST_BROADCAST:
2876 tsk->mc_method.rcast = false;
2877 tsk->mc_method.mandatory = true;
2878 break;
2879 case TIPC_MCAST_REPLICAST:
2880 tsk->mc_method.rcast = true;
2881 tsk->mc_method.mandatory = true;
2882 break;
Jon Maloy75da2162017-10-13 11:04:23 +02002883 case TIPC_GROUP_JOIN:
2884 res = tipc_sk_join(tsk, &mreq);
2885 break;
2886 case TIPC_GROUP_LEAVE:
2887 res = tipc_sk_leave(tsk);
2888 break;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002889 default:
2890 res = -EINVAL;
2891 }
2892
Allan Stephens0c3141e2008-04-15 00:22:02 -07002893 release_sock(sk);
2894
Per Lidenb97bf3f2006-01-02 19:04:38 +01002895 return res;
2896}
2897
2898/**
Ying Xue247f0f32014-02-18 16:06:46 +08002899 * tipc_getsockopt - get socket option
Per Lidenb97bf3f2006-01-02 19:04:38 +01002900 * @sock: socket structure
2901 * @lvl: option level
2902 * @opt: option identifier
2903 * @ov: receptacle for option value
2904 * @ol: receptacle for length of option value
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002905 *
2906 * For stream sockets only, returns 0 length result for all IPPROTO_TCP options
Per Lidenb97bf3f2006-01-02 19:04:38 +01002907 * (to ease compatibility).
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002908 *
Per Lidenb97bf3f2006-01-02 19:04:38 +01002909 * Returns 0 on success, errno otherwise
2910 */
Ying Xue247f0f32014-02-18 16:06:46 +08002911static int tipc_getsockopt(struct socket *sock, int lvl, int opt,
2912 char __user *ov, int __user *ol)
Per Lidenb97bf3f2006-01-02 19:04:38 +01002913{
Allan Stephens0c3141e2008-04-15 00:22:02 -07002914 struct sock *sk = sock->sk;
Jon Paul Maloy58ed9442014-03-12 11:31:12 -04002915 struct tipc_sock *tsk = tipc_sk(sk);
Jon Maloy75da2162017-10-13 11:04:23 +02002916 struct tipc_name_seq seq;
2917 int len, scope;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002918 u32 value;
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002919 int res;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002920
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002921 if ((lvl == IPPROTO_TCP) && (sock->type == SOCK_STREAM))
2922 return put_user(0, ol);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002923 if (lvl != SOL_TIPC)
2924 return -ENOPROTOOPT;
Allan Stephens2db99832010-12-31 18:59:33 +00002925 res = get_user(len, ol);
2926 if (res)
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002927 return res;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002928
Allan Stephens0c3141e2008-04-15 00:22:02 -07002929 lock_sock(sk);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002930
2931 switch (opt) {
2932 case TIPC_IMPORTANCE:
Jon Paul Maloy301bae52014-08-22 18:09:20 -04002933 value = tsk_importance(tsk);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002934 break;
2935 case TIPC_SRC_DROPPABLE:
Jon Paul Maloy301bae52014-08-22 18:09:20 -04002936 value = tsk_unreliable(tsk);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002937 break;
2938 case TIPC_DEST_DROPPABLE:
Jon Paul Maloy301bae52014-08-22 18:09:20 -04002939 value = tsk_unreturnable(tsk);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002940 break;
2941 case TIPC_CONN_TIMEOUT:
Jon Paul Maloy301bae52014-08-22 18:09:20 -04002942 value = tsk->conn_timeout;
Allan Stephens0c3141e2008-04-15 00:22:02 -07002943 /* no need to set "res", since already 0 at this point */
Per Lidenb97bf3f2006-01-02 19:04:38 +01002944 break;
Allan Stephens0e659672010-12-31 18:59:32 +00002945 case TIPC_NODE_RECVQ_DEPTH:
Ying Xue9da3d472012-11-27 06:15:27 -05002946 value = 0; /* was tipc_queue_size, now obsolete */
oscar.medina@motorola.com66506132009-06-30 03:25:39 +00002947 break;
Allan Stephens0e659672010-12-31 18:59:32 +00002948 case TIPC_SOCK_RECVQ_DEPTH:
oscar.medina@motorola.com66506132009-06-30 03:25:39 +00002949 value = skb_queue_len(&sk->sk_receive_queue);
2950 break;
Jon Maloy75da2162017-10-13 11:04:23 +02002951 case TIPC_GROUP_JOIN:
2952 seq.type = 0;
2953 if (tsk->group)
2954 tipc_group_self(tsk->group, &seq, &scope);
2955 value = seq.type;
2956 break;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002957 default:
2958 res = -EINVAL;
2959 }
2960
Allan Stephens0c3141e2008-04-15 00:22:02 -07002961 release_sock(sk);
2962
Paul Gortmaker25860c32010-12-31 18:59:31 +00002963 if (res)
2964 return res; /* "get" failed */
Per Lidenb97bf3f2006-01-02 19:04:38 +01002965
Paul Gortmaker25860c32010-12-31 18:59:31 +00002966 if (len < sizeof(value))
2967 return -EINVAL;
2968
2969 if (copy_to_user(ov, &value, sizeof(value)))
2970 return -EFAULT;
2971
2972 return put_user(sizeof(value), ol);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002973}
2974
Ying Xuef2f98002015-01-09 15:27:05 +08002975static int tipc_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg)
Erik Hugne78acb1f2014-04-24 16:26:47 +02002976{
Ying Xuef2f98002015-01-09 15:27:05 +08002977 struct sock *sk = sock->sk;
Erik Hugne78acb1f2014-04-24 16:26:47 +02002978 struct tipc_sioc_ln_req lnr;
2979 void __user *argp = (void __user *)arg;
2980
2981 switch (cmd) {
2982 case SIOCGETLINKNAME:
2983 if (copy_from_user(&lnr, argp, sizeof(lnr)))
2984 return -EFAULT;
Ying Xuef2f98002015-01-09 15:27:05 +08002985 if (!tipc_node_get_linkname(sock_net(sk),
2986 lnr.bearer_id & 0xffff, lnr.peer,
Erik Hugne78acb1f2014-04-24 16:26:47 +02002987 lnr.linkname, TIPC_MAX_LINK_NAME)) {
2988 if (copy_to_user(argp, &lnr, sizeof(lnr)))
2989 return -EFAULT;
2990 return 0;
2991 }
2992 return -EADDRNOTAVAIL;
Erik Hugne78acb1f2014-04-24 16:26:47 +02002993 default:
2994 return -ENOIOCTLCMD;
2995 }
2996}
2997
Erik Hugne70b03752017-03-29 11:22:16 +02002998static int tipc_socketpair(struct socket *sock1, struct socket *sock2)
2999{
3000 struct tipc_sock *tsk2 = tipc_sk(sock2->sk);
3001 struct tipc_sock *tsk1 = tipc_sk(sock1->sk);
Erik Hugne66bc1e82017-03-29 11:22:17 +02003002 u32 onode = tipc_own_addr(sock_net(sock1->sk));
Erik Hugne70b03752017-03-29 11:22:16 +02003003
Erik Hugne66bc1e82017-03-29 11:22:17 +02003004 tsk1->peer.family = AF_TIPC;
3005 tsk1->peer.addrtype = TIPC_ADDR_ID;
3006 tsk1->peer.scope = TIPC_NODE_SCOPE;
3007 tsk1->peer.addr.id.ref = tsk2->portid;
3008 tsk1->peer.addr.id.node = onode;
3009 tsk2->peer.family = AF_TIPC;
3010 tsk2->peer.addrtype = TIPC_ADDR_ID;
3011 tsk2->peer.scope = TIPC_NODE_SCOPE;
3012 tsk2->peer.addr.id.ref = tsk1->portid;
3013 tsk2->peer.addr.id.node = onode;
3014
3015 tipc_sk_finish_conn(tsk1, tsk2->portid, onode);
3016 tipc_sk_finish_conn(tsk2, tsk1->portid, onode);
Erik Hugne70b03752017-03-29 11:22:16 +02003017 return 0;
3018}
3019
Ben Hutchingsae86b9e2012-07-10 10:55:35 +00003020/* Protocol switches for the various types of TIPC sockets */
3021
Florian Westphalbca65ea2008-02-07 18:18:01 -08003022static const struct proto_ops msg_ops = {
Allan Stephens0e659672010-12-31 18:59:32 +00003023 .owner = THIS_MODULE,
Per Lidenb97bf3f2006-01-02 19:04:38 +01003024 .family = AF_TIPC,
Ying Xue247f0f32014-02-18 16:06:46 +08003025 .release = tipc_release,
3026 .bind = tipc_bind,
3027 .connect = tipc_connect,
Erik Hugne66bc1e82017-03-29 11:22:17 +02003028 .socketpair = tipc_socketpair,
Ying Xue245f3d32011-07-06 06:01:13 -04003029 .accept = sock_no_accept,
Ying Xue247f0f32014-02-18 16:06:46 +08003030 .getname = tipc_getname,
3031 .poll = tipc_poll,
Erik Hugne78acb1f2014-04-24 16:26:47 +02003032 .ioctl = tipc_ioctl,
Ying Xue245f3d32011-07-06 06:01:13 -04003033 .listen = sock_no_listen,
Ying Xue247f0f32014-02-18 16:06:46 +08003034 .shutdown = tipc_shutdown,
3035 .setsockopt = tipc_setsockopt,
3036 .getsockopt = tipc_getsockopt,
3037 .sendmsg = tipc_sendmsg,
3038 .recvmsg = tipc_recvmsg,
YOSHIFUJI Hideaki82387452007-07-19 10:44:56 +09003039 .mmap = sock_no_mmap,
3040 .sendpage = sock_no_sendpage
Per Lidenb97bf3f2006-01-02 19:04:38 +01003041};
3042
Florian Westphalbca65ea2008-02-07 18:18:01 -08003043static const struct proto_ops packet_ops = {
Allan Stephens0e659672010-12-31 18:59:32 +00003044 .owner = THIS_MODULE,
Per Lidenb97bf3f2006-01-02 19:04:38 +01003045 .family = AF_TIPC,
Ying Xue247f0f32014-02-18 16:06:46 +08003046 .release = tipc_release,
3047 .bind = tipc_bind,
3048 .connect = tipc_connect,
Erik Hugne70b03752017-03-29 11:22:16 +02003049 .socketpair = tipc_socketpair,
Ying Xue247f0f32014-02-18 16:06:46 +08003050 .accept = tipc_accept,
3051 .getname = tipc_getname,
3052 .poll = tipc_poll,
Erik Hugne78acb1f2014-04-24 16:26:47 +02003053 .ioctl = tipc_ioctl,
Ying Xue247f0f32014-02-18 16:06:46 +08003054 .listen = tipc_listen,
3055 .shutdown = tipc_shutdown,
3056 .setsockopt = tipc_setsockopt,
3057 .getsockopt = tipc_getsockopt,
3058 .sendmsg = tipc_send_packet,
3059 .recvmsg = tipc_recvmsg,
YOSHIFUJI Hideaki82387452007-07-19 10:44:56 +09003060 .mmap = sock_no_mmap,
3061 .sendpage = sock_no_sendpage
Per Lidenb97bf3f2006-01-02 19:04:38 +01003062};
3063
Florian Westphalbca65ea2008-02-07 18:18:01 -08003064static const struct proto_ops stream_ops = {
Allan Stephens0e659672010-12-31 18:59:32 +00003065 .owner = THIS_MODULE,
Per Lidenb97bf3f2006-01-02 19:04:38 +01003066 .family = AF_TIPC,
Ying Xue247f0f32014-02-18 16:06:46 +08003067 .release = tipc_release,
3068 .bind = tipc_bind,
3069 .connect = tipc_connect,
Erik Hugne70b03752017-03-29 11:22:16 +02003070 .socketpair = tipc_socketpair,
Ying Xue247f0f32014-02-18 16:06:46 +08003071 .accept = tipc_accept,
3072 .getname = tipc_getname,
3073 .poll = tipc_poll,
Erik Hugne78acb1f2014-04-24 16:26:47 +02003074 .ioctl = tipc_ioctl,
Ying Xue247f0f32014-02-18 16:06:46 +08003075 .listen = tipc_listen,
3076 .shutdown = tipc_shutdown,
3077 .setsockopt = tipc_setsockopt,
3078 .getsockopt = tipc_getsockopt,
Jon Paul Maloy365ad352017-01-03 10:55:11 -05003079 .sendmsg = tipc_sendstream,
Jon Paul Maloyec8a09f2017-05-02 18:16:54 +02003080 .recvmsg = tipc_recvstream,
YOSHIFUJI Hideaki82387452007-07-19 10:44:56 +09003081 .mmap = sock_no_mmap,
3082 .sendpage = sock_no_sendpage
Per Lidenb97bf3f2006-01-02 19:04:38 +01003083};
3084
Florian Westphalbca65ea2008-02-07 18:18:01 -08003085static const struct net_proto_family tipc_family_ops = {
Allan Stephens0e659672010-12-31 18:59:32 +00003086 .owner = THIS_MODULE,
Per Lidenb97bf3f2006-01-02 19:04:38 +01003087 .family = AF_TIPC,
Ying Xuec5fa7b32013-06-17 10:54:39 -04003088 .create = tipc_sk_create
Per Lidenb97bf3f2006-01-02 19:04:38 +01003089};
3090
3091static struct proto tipc_proto = {
3092 .name = "TIPC",
3093 .owner = THIS_MODULE,
Ying Xuecc79dd12013-06-17 10:54:37 -04003094 .obj_size = sizeof(struct tipc_sock),
3095 .sysctl_rmem = sysctl_tipc_rmem
Per Lidenb97bf3f2006-01-02 19:04:38 +01003096};
3097
3098/**
Per Liden4323add2006-01-18 00:38:21 +01003099 * tipc_socket_init - initialize TIPC socket interface
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09003100 *
Per Lidenb97bf3f2006-01-02 19:04:38 +01003101 * Returns 0 on success, errno otherwise
3102 */
Per Liden4323add2006-01-18 00:38:21 +01003103int tipc_socket_init(void)
Per Lidenb97bf3f2006-01-02 19:04:38 +01003104{
3105 int res;
3106
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09003107 res = proto_register(&tipc_proto, 1);
Per Lidenb97bf3f2006-01-02 19:04:38 +01003108 if (res) {
Erik Hugne2cf8aa12012-06-29 00:16:37 -04003109 pr_err("Failed to register TIPC protocol type\n");
Per Lidenb97bf3f2006-01-02 19:04:38 +01003110 goto out;
3111 }
3112
3113 res = sock_register(&tipc_family_ops);
3114 if (res) {
Erik Hugne2cf8aa12012-06-29 00:16:37 -04003115 pr_err("Failed to register TIPC socket type\n");
Per Lidenb97bf3f2006-01-02 19:04:38 +01003116 proto_unregister(&tipc_proto);
3117 goto out;
3118 }
Per Lidenb97bf3f2006-01-02 19:04:38 +01003119 out:
3120 return res;
3121}
3122
3123/**
Per Liden4323add2006-01-18 00:38:21 +01003124 * tipc_socket_stop - stop TIPC socket interface
Per Lidenb97bf3f2006-01-02 19:04:38 +01003125 */
Per Liden4323add2006-01-18 00:38:21 +01003126void tipc_socket_stop(void)
Per Lidenb97bf3f2006-01-02 19:04:38 +01003127{
Per Lidenb97bf3f2006-01-02 19:04:38 +01003128 sock_unregister(tipc_family_ops.family);
3129 proto_unregister(&tipc_proto);
3130}
Richard Alpe34b78a122014-11-20 10:29:10 +01003131
3132/* Caller should hold socket lock for the passed tipc socket. */
Richard Alped8182802014-11-24 11:10:29 +01003133static int __tipc_nl_add_sk_con(struct sk_buff *skb, struct tipc_sock *tsk)
Richard Alpe34b78a122014-11-20 10:29:10 +01003134{
3135 u32 peer_node;
3136 u32 peer_port;
3137 struct nlattr *nest;
3138
3139 peer_node = tsk_peer_node(tsk);
3140 peer_port = tsk_peer_port(tsk);
3141
3142 nest = nla_nest_start(skb, TIPC_NLA_SOCK_CON);
3143
3144 if (nla_put_u32(skb, TIPC_NLA_CON_NODE, peer_node))
3145 goto msg_full;
3146 if (nla_put_u32(skb, TIPC_NLA_CON_SOCK, peer_port))
3147 goto msg_full;
3148
3149 if (tsk->conn_type != 0) {
3150 if (nla_put_flag(skb, TIPC_NLA_CON_FLAG))
3151 goto msg_full;
3152 if (nla_put_u32(skb, TIPC_NLA_CON_TYPE, tsk->conn_type))
3153 goto msg_full;
3154 if (nla_put_u32(skb, TIPC_NLA_CON_INST, tsk->conn_instance))
3155 goto msg_full;
3156 }
3157 nla_nest_end(skb, nest);
3158
3159 return 0;
3160
3161msg_full:
3162 nla_nest_cancel(skb, nest);
3163
3164 return -EMSGSIZE;
3165}
3166
GhantaKrishnamurthy MohanKrishnadfde3312018-03-21 14:37:43 +01003167static int __tipc_nl_add_sk_info(struct sk_buff *skb, struct tipc_sock
3168 *tsk)
3169{
3170 struct net *net = sock_net(skb->sk);
GhantaKrishnamurthy MohanKrishnadfde3312018-03-21 14:37:43 +01003171 struct sock *sk = &tsk->sk;
3172
3173 if (nla_put_u32(skb, TIPC_NLA_SOCK_REF, tsk->portid) ||
Jon Maloy23fd3ea2018-03-22 20:42:49 +01003174 nla_put_u32(skb, TIPC_NLA_SOCK_ADDR, tipc_own_addr(net)))
GhantaKrishnamurthy MohanKrishnadfde3312018-03-21 14:37:43 +01003175 return -EMSGSIZE;
3176
3177 if (tipc_sk_connected(sk)) {
3178 if (__tipc_nl_add_sk_con(skb, tsk))
3179 return -EMSGSIZE;
3180 } else if (!list_empty(&tsk->publications)) {
3181 if (nla_put_flag(skb, TIPC_NLA_SOCK_HAS_PUBL))
3182 return -EMSGSIZE;
3183 }
3184 return 0;
3185}
3186
Richard Alpe34b78a122014-11-20 10:29:10 +01003187/* Caller should hold socket lock for the passed tipc socket. */
Richard Alped8182802014-11-24 11:10:29 +01003188static int __tipc_nl_add_sk(struct sk_buff *skb, struct netlink_callback *cb,
3189 struct tipc_sock *tsk)
Richard Alpe34b78a122014-11-20 10:29:10 +01003190{
Richard Alpe34b78a122014-11-20 10:29:10 +01003191 struct nlattr *attrs;
GhantaKrishnamurthy MohanKrishnadfde3312018-03-21 14:37:43 +01003192 void *hdr;
Richard Alpe34b78a122014-11-20 10:29:10 +01003193
3194 hdr = genlmsg_put(skb, NETLINK_CB(cb->skb).portid, cb->nlh->nlmsg_seq,
Richard Alpebfb3e5d2015-02-09 09:50:03 +01003195 &tipc_genl_family, NLM_F_MULTI, TIPC_NL_SOCK_GET);
Richard Alpe34b78a122014-11-20 10:29:10 +01003196 if (!hdr)
3197 goto msg_cancel;
3198
3199 attrs = nla_nest_start(skb, TIPC_NLA_SOCK);
3200 if (!attrs)
3201 goto genlmsg_cancel;
GhantaKrishnamurthy MohanKrishnadfde3312018-03-21 14:37:43 +01003202
3203 if (__tipc_nl_add_sk_info(skb, tsk))
Richard Alpe34b78a122014-11-20 10:29:10 +01003204 goto attr_msg_cancel;
3205
Richard Alpe34b78a122014-11-20 10:29:10 +01003206 nla_nest_end(skb, attrs);
3207 genlmsg_end(skb, hdr);
3208
3209 return 0;
3210
3211attr_msg_cancel:
3212 nla_nest_cancel(skb, attrs);
3213genlmsg_cancel:
3214 genlmsg_cancel(skb, hdr);
3215msg_cancel:
3216 return -EMSGSIZE;
3217}
3218
GhantaKrishnamurthy MohanKrishnac30b70d2018-03-21 14:37:44 +01003219int tipc_nl_sk_walk(struct sk_buff *skb, struct netlink_callback *cb,
3220 int (*skb_handler)(struct sk_buff *skb,
3221 struct netlink_callback *cb,
3222 struct tipc_sock *tsk))
Richard Alpe34b78a122014-11-20 10:29:10 +01003223{
Ying Xuee05b31f2015-01-09 15:27:08 +08003224 struct net *net = sock_net(skb->sk);
GhantaKrishnamurthy MohanKrishnadfde3312018-03-21 14:37:43 +01003225 struct tipc_net *tn = tipc_net(net);
3226 const struct bucket_table *tbl;
Richard Alped6e164e2015-01-16 12:30:40 +01003227 u32 prev_portid = cb->args[1];
GhantaKrishnamurthy MohanKrishnadfde3312018-03-21 14:37:43 +01003228 u32 tbl_id = cb->args[0];
3229 struct rhash_head *pos;
3230 struct tipc_sock *tsk;
3231 int err;
Richard Alpe34b78a122014-11-20 10:29:10 +01003232
Ying Xue07f6c4b2015-01-07 13:41:58 +08003233 rcu_read_lock();
Ying Xuee05b31f2015-01-09 15:27:08 +08003234 tbl = rht_dereference_rcu((&tn->sk_rht)->tbl, &tn->sk_rht);
Richard Alped6e164e2015-01-16 12:30:40 +01003235 for (; tbl_id < tbl->size; tbl_id++) {
3236 rht_for_each_entry_rcu(tsk, pos, tbl, tbl_id, node) {
Ying Xue07f6c4b2015-01-07 13:41:58 +08003237 spin_lock_bh(&tsk->sk.sk_lock.slock);
Richard Alped6e164e2015-01-16 12:30:40 +01003238 if (prev_portid && prev_portid != tsk->portid) {
3239 spin_unlock_bh(&tsk->sk.sk_lock.slock);
3240 continue;
3241 }
Richard Alpe34b78a122014-11-20 10:29:10 +01003242
GhantaKrishnamurthy MohanKrishnadfde3312018-03-21 14:37:43 +01003243 err = skb_handler(skb, cb, tsk);
Richard Alped6e164e2015-01-16 12:30:40 +01003244 if (err) {
3245 prev_portid = tsk->portid;
3246 spin_unlock_bh(&tsk->sk.sk_lock.slock);
3247 goto out;
3248 }
GhantaKrishnamurthy MohanKrishnadfde3312018-03-21 14:37:43 +01003249
Richard Alped6e164e2015-01-16 12:30:40 +01003250 prev_portid = 0;
3251 spin_unlock_bh(&tsk->sk.sk_lock.slock);
Ying Xue07f6c4b2015-01-07 13:41:58 +08003252 }
Richard Alpe34b78a122014-11-20 10:29:10 +01003253 }
Richard Alped6e164e2015-01-16 12:30:40 +01003254out:
Ying Xue07f6c4b2015-01-07 13:41:58 +08003255 rcu_read_unlock();
Richard Alped6e164e2015-01-16 12:30:40 +01003256 cb->args[0] = tbl_id;
3257 cb->args[1] = prev_portid;
Richard Alpe34b78a122014-11-20 10:29:10 +01003258
3259 return skb->len;
3260}
GhantaKrishnamurthy MohanKrishnac30b70d2018-03-21 14:37:44 +01003261EXPORT_SYMBOL(tipc_nl_sk_walk);
3262
Cong Wange41f0542018-04-06 18:54:52 -07003263int tipc_sk_fill_sock_diag(struct sk_buff *skb, struct netlink_callback *cb,
3264 struct tipc_sock *tsk, u32 sk_filter_state,
GhantaKrishnamurthy MohanKrishnac30b70d2018-03-21 14:37:44 +01003265 u64 (*tipc_diag_gen_cookie)(struct sock *sk))
3266{
3267 struct sock *sk = &tsk->sk;
3268 struct nlattr *attrs;
3269 struct nlattr *stat;
3270
3271 /*filter response w.r.t sk_state*/
3272 if (!(sk_filter_state & (1 << sk->sk_state)))
3273 return 0;
3274
3275 attrs = nla_nest_start(skb, TIPC_NLA_SOCK);
3276 if (!attrs)
3277 goto msg_cancel;
3278
3279 if (__tipc_nl_add_sk_info(skb, tsk))
3280 goto attr_msg_cancel;
3281
3282 if (nla_put_u32(skb, TIPC_NLA_SOCK_TYPE, (u32)sk->sk_type) ||
3283 nla_put_u32(skb, TIPC_NLA_SOCK_TIPC_STATE, (u32)sk->sk_state) ||
3284 nla_put_u32(skb, TIPC_NLA_SOCK_INO, sock_i_ino(sk)) ||
3285 nla_put_u32(skb, TIPC_NLA_SOCK_UID,
Cong Wange41f0542018-04-06 18:54:52 -07003286 from_kuid_munged(sk_user_ns(NETLINK_CB(cb->skb).sk),
GhantaKrishnamurthy MohanKrishna4b2e6872018-04-04 14:49:47 +02003287 sock_i_uid(sk))) ||
GhantaKrishnamurthy MohanKrishnac30b70d2018-03-21 14:37:44 +01003288 nla_put_u64_64bit(skb, TIPC_NLA_SOCK_COOKIE,
3289 tipc_diag_gen_cookie(sk),
3290 TIPC_NLA_SOCK_PAD))
3291 goto attr_msg_cancel;
3292
3293 stat = nla_nest_start(skb, TIPC_NLA_SOCK_STAT);
3294 if (!stat)
3295 goto attr_msg_cancel;
3296
3297 if (nla_put_u32(skb, TIPC_NLA_SOCK_STAT_RCVQ,
3298 skb_queue_len(&sk->sk_receive_queue)) ||
3299 nla_put_u32(skb, TIPC_NLA_SOCK_STAT_SENDQ,
GhantaKrishnamurthy MohanKrishna872619d2018-03-21 14:37:45 +01003300 skb_queue_len(&sk->sk_write_queue)) ||
3301 nla_put_u32(skb, TIPC_NLA_SOCK_STAT_DROP,
3302 atomic_read(&sk->sk_drops)))
GhantaKrishnamurthy MohanKrishnac30b70d2018-03-21 14:37:44 +01003303 goto stat_msg_cancel;
3304
3305 if (tsk->cong_link_cnt &&
3306 nla_put_flag(skb, TIPC_NLA_SOCK_STAT_LINK_CONG))
3307 goto stat_msg_cancel;
3308
3309 if (tsk_conn_cong(tsk) &&
3310 nla_put_flag(skb, TIPC_NLA_SOCK_STAT_CONN_CONG))
3311 goto stat_msg_cancel;
3312
3313 nla_nest_end(skb, stat);
3314 nla_nest_end(skb, attrs);
3315
3316 return 0;
3317
3318stat_msg_cancel:
3319 nla_nest_cancel(skb, stat);
3320attr_msg_cancel:
3321 nla_nest_cancel(skb, attrs);
3322msg_cancel:
3323 return -EMSGSIZE;
3324}
3325EXPORT_SYMBOL(tipc_sk_fill_sock_diag);
Richard Alpe1a1a1432014-11-20 10:29:11 +01003326
GhantaKrishnamurthy MohanKrishnadfde3312018-03-21 14:37:43 +01003327int tipc_nl_sk_dump(struct sk_buff *skb, struct netlink_callback *cb)
3328{
GhantaKrishnamurthy MohanKrishnac30b70d2018-03-21 14:37:44 +01003329 return tipc_nl_sk_walk(skb, cb, __tipc_nl_add_sk);
GhantaKrishnamurthy MohanKrishnadfde3312018-03-21 14:37:43 +01003330}
3331
Richard Alpe1a1a1432014-11-20 10:29:11 +01003332/* Caller should hold socket lock for the passed tipc socket. */
Richard Alped8182802014-11-24 11:10:29 +01003333static int __tipc_nl_add_sk_publ(struct sk_buff *skb,
3334 struct netlink_callback *cb,
3335 struct publication *publ)
Richard Alpe1a1a1432014-11-20 10:29:11 +01003336{
3337 void *hdr;
3338 struct nlattr *attrs;
3339
3340 hdr = genlmsg_put(skb, NETLINK_CB(cb->skb).portid, cb->nlh->nlmsg_seq,
Richard Alpebfb3e5d2015-02-09 09:50:03 +01003341 &tipc_genl_family, NLM_F_MULTI, TIPC_NL_PUBL_GET);
Richard Alpe1a1a1432014-11-20 10:29:11 +01003342 if (!hdr)
3343 goto msg_cancel;
3344
3345 attrs = nla_nest_start(skb, TIPC_NLA_PUBL);
3346 if (!attrs)
3347 goto genlmsg_cancel;
3348
3349 if (nla_put_u32(skb, TIPC_NLA_PUBL_KEY, publ->key))
3350 goto attr_msg_cancel;
3351 if (nla_put_u32(skb, TIPC_NLA_PUBL_TYPE, publ->type))
3352 goto attr_msg_cancel;
3353 if (nla_put_u32(skb, TIPC_NLA_PUBL_LOWER, publ->lower))
3354 goto attr_msg_cancel;
3355 if (nla_put_u32(skb, TIPC_NLA_PUBL_UPPER, publ->upper))
3356 goto attr_msg_cancel;
3357
3358 nla_nest_end(skb, attrs);
3359 genlmsg_end(skb, hdr);
3360
3361 return 0;
3362
3363attr_msg_cancel:
3364 nla_nest_cancel(skb, attrs);
3365genlmsg_cancel:
3366 genlmsg_cancel(skb, hdr);
3367msg_cancel:
3368 return -EMSGSIZE;
3369}
3370
3371/* Caller should hold socket lock for the passed tipc socket. */
Richard Alped8182802014-11-24 11:10:29 +01003372static int __tipc_nl_list_sk_publ(struct sk_buff *skb,
3373 struct netlink_callback *cb,
3374 struct tipc_sock *tsk, u32 *last_publ)
Richard Alpe1a1a1432014-11-20 10:29:11 +01003375{
3376 int err;
3377 struct publication *p;
3378
3379 if (*last_publ) {
Jon Maloye50e73e2018-03-15 16:48:55 +01003380 list_for_each_entry(p, &tsk->publications, binding_sock) {
Richard Alpe1a1a1432014-11-20 10:29:11 +01003381 if (p->key == *last_publ)
3382 break;
3383 }
3384 if (p->key != *last_publ) {
3385 /* We never set seq or call nl_dump_check_consistent()
3386 * this means that setting prev_seq here will cause the
3387 * consistence check to fail in the netlink callback
3388 * handler. Resulting in the last NLMSG_DONE message
3389 * having the NLM_F_DUMP_INTR flag set.
3390 */
3391 cb->prev_seq = 1;
3392 *last_publ = 0;
3393 return -EPIPE;
3394 }
3395 } else {
3396 p = list_first_entry(&tsk->publications, struct publication,
Jon Maloye50e73e2018-03-15 16:48:55 +01003397 binding_sock);
Richard Alpe1a1a1432014-11-20 10:29:11 +01003398 }
3399
Jon Maloye50e73e2018-03-15 16:48:55 +01003400 list_for_each_entry_from(p, &tsk->publications, binding_sock) {
Richard Alpe1a1a1432014-11-20 10:29:11 +01003401 err = __tipc_nl_add_sk_publ(skb, cb, p);
3402 if (err) {
3403 *last_publ = p->key;
3404 return err;
3405 }
3406 }
3407 *last_publ = 0;
3408
3409 return 0;
3410}
3411
3412int tipc_nl_publ_dump(struct sk_buff *skb, struct netlink_callback *cb)
3413{
3414 int err;
Ying Xue07f6c4b2015-01-07 13:41:58 +08003415 u32 tsk_portid = cb->args[0];
Richard Alpe1a1a1432014-11-20 10:29:11 +01003416 u32 last_publ = cb->args[1];
3417 u32 done = cb->args[2];
Ying Xuee05b31f2015-01-09 15:27:08 +08003418 struct net *net = sock_net(skb->sk);
Richard Alpe1a1a1432014-11-20 10:29:11 +01003419 struct tipc_sock *tsk;
3420
Ying Xue07f6c4b2015-01-07 13:41:58 +08003421 if (!tsk_portid) {
Richard Alpe1a1a1432014-11-20 10:29:11 +01003422 struct nlattr **attrs;
3423 struct nlattr *sock[TIPC_NLA_SOCK_MAX + 1];
3424
3425 err = tipc_nlmsg_parse(cb->nlh, &attrs);
3426 if (err)
3427 return err;
3428
Richard Alpe45e093a2016-05-16 11:14:54 +02003429 if (!attrs[TIPC_NLA_SOCK])
3430 return -EINVAL;
3431
Richard Alpe1a1a1432014-11-20 10:29:11 +01003432 err = nla_parse_nested(sock, TIPC_NLA_SOCK_MAX,
3433 attrs[TIPC_NLA_SOCK],
Johannes Bergfceb6432017-04-12 14:34:07 +02003434 tipc_nl_sock_policy, NULL);
Richard Alpe1a1a1432014-11-20 10:29:11 +01003435 if (err)
3436 return err;
3437
3438 if (!sock[TIPC_NLA_SOCK_REF])
3439 return -EINVAL;
3440
Ying Xue07f6c4b2015-01-07 13:41:58 +08003441 tsk_portid = nla_get_u32(sock[TIPC_NLA_SOCK_REF]);
Richard Alpe1a1a1432014-11-20 10:29:11 +01003442 }
3443
3444 if (done)
3445 return 0;
3446
Ying Xuee05b31f2015-01-09 15:27:08 +08003447 tsk = tipc_sk_lookup(net, tsk_portid);
Richard Alpe1a1a1432014-11-20 10:29:11 +01003448 if (!tsk)
3449 return -EINVAL;
3450
3451 lock_sock(&tsk->sk);
3452 err = __tipc_nl_list_sk_publ(skb, cb, tsk, &last_publ);
3453 if (!err)
3454 done = 1;
3455 release_sock(&tsk->sk);
Ying Xue07f6c4b2015-01-07 13:41:58 +08003456 sock_put(&tsk->sk);
Richard Alpe1a1a1432014-11-20 10:29:11 +01003457
Ying Xue07f6c4b2015-01-07 13:41:58 +08003458 cb->args[0] = tsk_portid;
Richard Alpe1a1a1432014-11-20 10:29:11 +01003459 cb->args[1] = last_publ;
3460 cb->args[2] = done;
3461
3462 return skb->len;
3463}