blob: 36744ebef74f87f556705f47708f9681ee8b5d68 [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 Paul Maloy301bae52014-08-22 18:09:20 -0400119};
Per Lidenb97bf3f2006-01-02 19:04:38 +0100120
Jon Maloy64ac5f52017-10-13 11:04:20 +0200121static int tipc_sk_backlog_rcv(struct sock *sk, struct sk_buff *skb);
David S. Miller676d2362014-04-11 16:15:36 -0400122static void tipc_data_ready(struct sock *sk);
Ying Xuef288bef2012-08-21 11:16:57 +0800123static void tipc_write_space(struct sock *sk);
Ying Xuef4195d12015-11-22 15:46:05 +0800124static void tipc_sock_destruct(struct sock *sk);
Ying Xue247f0f32014-02-18 16:06:46 +0800125static int tipc_release(struct socket *sock);
David Howellscdfbabf2017-03-09 08:09:05 +0000126static int tipc_accept(struct socket *sock, struct socket *new_sock, int flags,
127 bool kern);
Kees Cook31b102b2017-10-30 14:06:45 -0700128static void tipc_sk_timeout(struct timer_list *t);
Jon Paul Maloy301bae52014-08-22 18:09:20 -0400129static int tipc_sk_publish(struct tipc_sock *tsk, uint scope,
Jon Paul Maloy0fc87aa2014-08-22 18:09:17 -0400130 struct tipc_name_seq const *seq);
Jon Paul Maloy301bae52014-08-22 18:09:20 -0400131static int tipc_sk_withdraw(struct tipc_sock *tsk, uint scope,
Jon Paul Maloy0fc87aa2014-08-22 18:09:17 -0400132 struct tipc_name_seq const *seq);
Jon Maloy75da2162017-10-13 11:04:23 +0200133static int tipc_sk_leave(struct tipc_sock *tsk);
Ying Xuee05b31f2015-01-09 15:27:08 +0800134static struct tipc_sock *tipc_sk_lookup(struct net *net, u32 portid);
Ying Xue07f6c4b2015-01-07 13:41:58 +0800135static int tipc_sk_insert(struct tipc_sock *tsk);
136static void tipc_sk_remove(struct tipc_sock *tsk);
Jon Paul Maloy365ad352017-01-03 10:55:11 -0500137static int __tipc_sendstream(struct socket *sock, struct msghdr *m, size_t dsz);
Ying Xue39a02952015-03-02 15:37:47 +0800138static int __tipc_sendmsg(struct socket *sock, struct msghdr *m, size_t dsz);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100139
Florian Westphalbca65ea2008-02-07 18:18:01 -0800140static const struct proto_ops packet_ops;
141static const struct proto_ops stream_ops;
142static const struct proto_ops msg_ops;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100143static struct proto tipc_proto;
Herbert Xu6cca72892015-03-20 21:57:05 +1100144static const struct rhashtable_params tsk_rht_params;
145
Jon Paul Maloyc5898632015-02-05 08:36:36 -0500146static u32 tsk_own_node(struct tipc_sock *tsk)
147{
148 return msg_prevnode(&tsk->phdr);
149}
150
Jon Paul Maloy301bae52014-08-22 18:09:20 -0400151static u32 tsk_peer_node(struct tipc_sock *tsk)
Jon Paul Maloy2e84c602014-08-22 18:09:18 -0400152{
Jon Paul Maloy301bae52014-08-22 18:09:20 -0400153 return msg_destnode(&tsk->phdr);
Jon Paul Maloy2e84c602014-08-22 18:09:18 -0400154}
155
Jon Paul Maloy301bae52014-08-22 18:09:20 -0400156static u32 tsk_peer_port(struct tipc_sock *tsk)
Jon Paul Maloy2e84c602014-08-22 18:09:18 -0400157{
Jon Paul Maloy301bae52014-08-22 18:09:20 -0400158 return msg_destport(&tsk->phdr);
Jon Paul Maloy2e84c602014-08-22 18:09:18 -0400159}
160
Jon Paul Maloy301bae52014-08-22 18:09:20 -0400161static bool tsk_unreliable(struct tipc_sock *tsk)
Jon Paul Maloy2e84c602014-08-22 18:09:18 -0400162{
Jon Paul Maloy301bae52014-08-22 18:09:20 -0400163 return msg_src_droppable(&tsk->phdr) != 0;
Jon Paul Maloy2e84c602014-08-22 18:09:18 -0400164}
165
Jon Paul Maloy301bae52014-08-22 18:09:20 -0400166static void tsk_set_unreliable(struct tipc_sock *tsk, bool unreliable)
Jon Paul Maloy2e84c602014-08-22 18:09:18 -0400167{
Jon Paul Maloy301bae52014-08-22 18:09:20 -0400168 msg_set_src_droppable(&tsk->phdr, unreliable ? 1 : 0);
Jon Paul Maloy2e84c602014-08-22 18:09:18 -0400169}
170
Jon Paul Maloy301bae52014-08-22 18:09:20 -0400171static bool tsk_unreturnable(struct tipc_sock *tsk)
Jon Paul Maloy2e84c602014-08-22 18:09:18 -0400172{
Jon Paul Maloy301bae52014-08-22 18:09:20 -0400173 return msg_dest_droppable(&tsk->phdr) != 0;
Jon Paul Maloy2e84c602014-08-22 18:09:18 -0400174}
175
Jon Paul Maloy301bae52014-08-22 18:09:20 -0400176static void tsk_set_unreturnable(struct tipc_sock *tsk, bool unreturnable)
Jon Paul Maloy2e84c602014-08-22 18:09:18 -0400177{
Jon Paul Maloy301bae52014-08-22 18:09:20 -0400178 msg_set_dest_droppable(&tsk->phdr, unreturnable ? 1 : 0);
Jon Paul Maloy2e84c602014-08-22 18:09:18 -0400179}
180
Jon Paul Maloy301bae52014-08-22 18:09:20 -0400181static int tsk_importance(struct tipc_sock *tsk)
Jon Paul Maloy2e84c602014-08-22 18:09:18 -0400182{
Jon Paul Maloy301bae52014-08-22 18:09:20 -0400183 return msg_importance(&tsk->phdr);
Jon Paul Maloy2e84c602014-08-22 18:09:18 -0400184}
185
Jon Paul Maloy301bae52014-08-22 18:09:20 -0400186static int tsk_set_importance(struct tipc_sock *tsk, int imp)
Jon Paul Maloy2e84c602014-08-22 18:09:18 -0400187{
188 if (imp > TIPC_CRITICAL_IMPORTANCE)
189 return -EINVAL;
Jon Paul Maloy301bae52014-08-22 18:09:20 -0400190 msg_set_importance(&tsk->phdr, (u32)imp);
Jon Paul Maloy2e84c602014-08-22 18:09:18 -0400191 return 0;
192}
Jon Paul Maloy8826cde2014-03-12 11:31:09 -0400193
Jon Paul Maloy301bae52014-08-22 18:09:20 -0400194static struct tipc_sock *tipc_sk(const struct sock *sk)
195{
196 return container_of(sk, struct tipc_sock, sk);
197}
198
Jon Paul Maloy10724cc2016-05-02 11:58:47 -0400199static bool tsk_conn_cong(struct tipc_sock *tsk)
Jon Paul Maloy301bae52014-08-22 18:09:20 -0400200{
Jon Paul Maloy6998cc62016-11-24 18:47:07 -0500201 return tsk->snt_unacked > tsk->snd_win;
Jon Paul Maloy10724cc2016-05-02 11:58:47 -0400202}
203
Jon Maloyb7d42632017-10-13 11:04:26 +0200204static u16 tsk_blocks(int len)
205{
206 return ((len / FLOWCTL_BLK_SZ) + 1);
207}
208
Jon Paul Maloy10724cc2016-05-02 11:58:47 -0400209/* tsk_blocks(): translate a buffer size in bytes to number of
210 * advertisable blocks, taking into account the ratio truesize(len)/len
211 * We can trust that this ratio is always < 4 for len >= FLOWCTL_BLK_SZ
212 */
213static u16 tsk_adv_blocks(int len)
214{
215 return len / FLOWCTL_BLK_SZ / 4;
216}
217
218/* tsk_inc(): increment counter for sent or received data
219 * - If block based flow control is not supported by peer we
220 * fall back to message based ditto, incrementing the counter
221 */
222static u16 tsk_inc(struct tipc_sock *tsk, int msglen)
223{
224 if (likely(tsk->peer_caps & TIPC_BLOCK_FLOWCTL))
225 return ((msglen / FLOWCTL_BLK_SZ) + 1);
226 return 1;
Jon Paul Maloy301bae52014-08-22 18:09:20 -0400227}
228
Per Lidenb97bf3f2006-01-02 19:04:38 +0100229/**
Jon Paul Maloy2e84c602014-08-22 18:09:18 -0400230 * tsk_advance_rx_queue - discard first buffer in socket receive queue
Allan Stephens0c3141e2008-04-15 00:22:02 -0700231 *
232 * Caller must hold socket lock
Per Lidenb97bf3f2006-01-02 19:04:38 +0100233 */
Jon Paul Maloy2e84c602014-08-22 18:09:18 -0400234static void tsk_advance_rx_queue(struct sock *sk)
Per Lidenb97bf3f2006-01-02 19:04:38 +0100235{
Allan Stephens5f6d9122011-11-04 13:24:29 -0400236 kfree_skb(__skb_dequeue(&sk->sk_receive_queue));
Per Lidenb97bf3f2006-01-02 19:04:38 +0100237}
238
Jon Paul Maloybcd3ffd2015-07-22 10:11:19 -0400239/* tipc_sk_respond() : send response message back to sender
240 */
241static void tipc_sk_respond(struct sock *sk, struct sk_buff *skb, int err)
242{
243 u32 selector;
244 u32 dnode;
245 u32 onode = tipc_own_addr(sock_net(sk));
246
247 if (!tipc_msg_reverse(onode, &skb, err))
248 return;
249
250 dnode = msg_destnode(buf_msg(skb));
251 selector = msg_origport(buf_msg(skb));
252 tipc_node_xmit_skb(sock_net(sk), skb, dnode, selector);
253}
254
Per Lidenb97bf3f2006-01-02 19:04:38 +0100255/**
Jon Paul Maloy2e84c602014-08-22 18:09:18 -0400256 * tsk_rej_rx_queue - reject all buffers in socket receive queue
Allan Stephens0c3141e2008-04-15 00:22:02 -0700257 *
258 * Caller must hold socket lock
259 */
Jon Paul Maloy2e84c602014-08-22 18:09:18 -0400260static void tsk_rej_rx_queue(struct sock *sk)
Allan Stephens0c3141e2008-04-15 00:22:02 -0700261{
Ying Xuea6ca1092014-11-26 11:41:55 +0800262 struct sk_buff *skb;
Allan Stephens0c3141e2008-04-15 00:22:02 -0700263
Jon Paul Maloybcd3ffd2015-07-22 10:11:19 -0400264 while ((skb = __skb_dequeue(&sk->sk_receive_queue)))
265 tipc_sk_respond(sk, skb, TIPC_ERR_NO_PORT);
Allan Stephens0c3141e2008-04-15 00:22:02 -0700266}
267
Parthasarathy Bhuvaragand6fb7e92016-11-01 14:02:40 +0100268static bool tipc_sk_connected(struct sock *sk)
269{
Parthasarathy Bhuvaraganf40acba2016-11-01 14:02:49 +0100270 return sk->sk_state == TIPC_ESTABLISHED;
Parthasarathy Bhuvaragand6fb7e92016-11-01 14:02:40 +0100271}
272
Parthasarathy Bhuvaraganc7520232016-11-01 14:02:42 +0100273/* tipc_sk_type_connectionless - check if the socket is datagram socket
274 * @sk: socket
275 *
276 * Returns true if connection less, false otherwise
277 */
278static bool tipc_sk_type_connectionless(struct sock *sk)
279{
280 return sk->sk_type == SOCK_RDM || sk->sk_type == SOCK_DGRAM;
281}
282
Jon Paul Maloy2e84c602014-08-22 18:09:18 -0400283/* tsk_peer_msg - verify if message was sent by connected port's peer
Jon Paul Maloy0fc87aa2014-08-22 18:09:17 -0400284 *
285 * Handles cases where the node's network address has changed from
286 * the default of <0.0.0> to its configured setting.
287 */
Jon Paul Maloy2e84c602014-08-22 18:09:18 -0400288static bool tsk_peer_msg(struct tipc_sock *tsk, struct tipc_msg *msg)
Jon Paul Maloy0fc87aa2014-08-22 18:09:17 -0400289{
Parthasarathy Bhuvaragand6fb7e92016-11-01 14:02:40 +0100290 struct sock *sk = &tsk->sk;
291 struct tipc_net *tn = net_generic(sock_net(sk), tipc_net_id);
Jon Paul Maloy301bae52014-08-22 18:09:20 -0400292 u32 peer_port = tsk_peer_port(tsk);
Jon Paul Maloy0fc87aa2014-08-22 18:09:17 -0400293 u32 orig_node;
294 u32 peer_node;
295
Parthasarathy Bhuvaragand6fb7e92016-11-01 14:02:40 +0100296 if (unlikely(!tipc_sk_connected(sk)))
Jon Paul Maloy0fc87aa2014-08-22 18:09:17 -0400297 return false;
298
299 if (unlikely(msg_origport(msg) != peer_port))
300 return false;
301
302 orig_node = msg_orignode(msg);
Jon Paul Maloy301bae52014-08-22 18:09:20 -0400303 peer_node = tsk_peer_node(tsk);
Jon Paul Maloy0fc87aa2014-08-22 18:09:17 -0400304
305 if (likely(orig_node == peer_node))
306 return true;
307
Ying Xue34747532015-01-09 15:27:10 +0800308 if (!orig_node && (peer_node == tn->own_addr))
Jon Paul Maloy0fc87aa2014-08-22 18:09:17 -0400309 return true;
310
Ying Xue34747532015-01-09 15:27:10 +0800311 if (!peer_node && (orig_node == tn->own_addr))
Jon Paul Maloy0fc87aa2014-08-22 18:09:17 -0400312 return true;
313
314 return false;
315}
316
Parthasarathy Bhuvaragan0c288c82016-11-01 14:02:43 +0100317/* tipc_set_sk_state - set the sk_state of the socket
318 * @sk: socket
319 *
320 * Caller must hold socket lock
321 *
322 * Returns 0 on success, errno otherwise
323 */
324static int tipc_set_sk_state(struct sock *sk, int state)
325{
Parthasarathy Bhuvaragan438adca2016-11-01 14:02:45 +0100326 int oldsk_state = sk->sk_state;
Parthasarathy Bhuvaragan0c288c82016-11-01 14:02:43 +0100327 int res = -EINVAL;
328
329 switch (state) {
Parthasarathy Bhuvaragan438adca2016-11-01 14:02:45 +0100330 case TIPC_OPEN:
331 res = 0;
332 break;
Parthasarathy Bhuvaragan0c288c82016-11-01 14:02:43 +0100333 case TIPC_LISTEN:
Parthasarathy Bhuvaragan99a20882016-11-01 14:02:48 +0100334 case TIPC_CONNECTING:
Parthasarathy Bhuvaragan438adca2016-11-01 14:02:45 +0100335 if (oldsk_state == TIPC_OPEN)
Parthasarathy Bhuvaragan0c288c82016-11-01 14:02:43 +0100336 res = 0;
337 break;
Parthasarathy Bhuvaragan8ea642e2016-11-01 14:02:44 +0100338 case TIPC_ESTABLISHED:
Parthasarathy Bhuvaragan99a20882016-11-01 14:02:48 +0100339 if (oldsk_state == TIPC_CONNECTING ||
Parthasarathy Bhuvaragan438adca2016-11-01 14:02:45 +0100340 oldsk_state == TIPC_OPEN)
Parthasarathy Bhuvaragan8ea642e2016-11-01 14:02:44 +0100341 res = 0;
342 break;
Parthasarathy Bhuvaragan9fd4b072016-11-01 14:02:46 +0100343 case TIPC_DISCONNECTING:
Parthasarathy Bhuvaragan99a20882016-11-01 14:02:48 +0100344 if (oldsk_state == TIPC_CONNECTING ||
Parthasarathy Bhuvaragan9fd4b072016-11-01 14:02:46 +0100345 oldsk_state == TIPC_ESTABLISHED)
346 res = 0;
347 break;
Parthasarathy Bhuvaragan0c288c82016-11-01 14:02:43 +0100348 }
349
350 if (!res)
351 sk->sk_state = state;
352
353 return res;
354}
355
Jon Paul Maloy8c44e1a2017-01-03 10:55:09 -0500356static int tipc_sk_sock_err(struct socket *sock, long *timeout)
357{
358 struct sock *sk = sock->sk;
359 int err = sock_error(sk);
360 int typ = sock->type;
361
362 if (err)
363 return err;
364 if (typ == SOCK_STREAM || typ == SOCK_SEQPACKET) {
365 if (sk->sk_state == TIPC_DISCONNECTING)
366 return -EPIPE;
367 else if (!tipc_sk_connected(sk))
368 return -ENOTCONN;
369 }
370 if (!*timeout)
371 return -EAGAIN;
372 if (signal_pending(current))
373 return sock_intr_errno(*timeout);
374
375 return 0;
376}
377
Jon Paul Maloy844cf762017-05-11 20:28:15 +0200378#define tipc_wait_for_cond(sock_, timeo_, condition_) \
379({ \
380 struct sock *sk_; \
381 int rc_; \
382 \
383 while ((rc_ = !(condition_))) { \
384 DEFINE_WAIT_FUNC(wait_, woken_wake_function); \
385 sk_ = (sock_)->sk; \
386 rc_ = tipc_sk_sock_err((sock_), timeo_); \
387 if (rc_) \
388 break; \
389 prepare_to_wait(sk_sleep(sk_), &wait_, TASK_INTERRUPTIBLE); \
390 release_sock(sk_); \
391 *(timeo_) = wait_woken(&wait_, TASK_INTERRUPTIBLE, *(timeo_)); \
392 sched_annotate_sleep(); \
393 lock_sock(sk_); \
394 remove_wait_queue(sk_sleep(sk_), &wait_); \
395 } \
396 rc_; \
Jon Paul Maloy8c44e1a2017-01-03 10:55:09 -0500397})
398
Allan Stephens0c3141e2008-04-15 00:22:02 -0700399/**
Ying Xuec5fa7b32013-06-17 10:54:39 -0400400 * tipc_sk_create - create a TIPC socket
Allan Stephens0c3141e2008-04-15 00:22:02 -0700401 * @net: network namespace (must be default network)
Per Lidenb97bf3f2006-01-02 19:04:38 +0100402 * @sock: pre-allocated socket structure
403 * @protocol: protocol indicator (must be 0)
Eric Paris3f378b62009-11-05 22:18:14 -0800404 * @kern: caused by kernel or by userspace?
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +0900405 *
Allan Stephens0c3141e2008-04-15 00:22:02 -0700406 * This routine creates additional data structures used by the TIPC socket,
407 * initializes them, and links them together.
Per Lidenb97bf3f2006-01-02 19:04:38 +0100408 *
409 * Returns 0 on success, errno otherwise
410 */
Jon Paul Maloy58ed9442014-03-12 11:31:12 -0400411static int tipc_sk_create(struct net *net, struct socket *sock,
412 int protocol, int kern)
Per Lidenb97bf3f2006-01-02 19:04:38 +0100413{
Jon Paul Maloyc5898632015-02-05 08:36:36 -0500414 struct tipc_net *tn;
Allan Stephens0c3141e2008-04-15 00:22:02 -0700415 const struct proto_ops *ops;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100416 struct sock *sk;
Jon Paul Maloy58ed9442014-03-12 11:31:12 -0400417 struct tipc_sock *tsk;
Jon Paul Maloy5b8fa7c2014-08-22 18:09:13 -0400418 struct tipc_msg *msg;
Allan Stephens0c3141e2008-04-15 00:22:02 -0700419
420 /* Validate arguments */
Per Lidenb97bf3f2006-01-02 19:04:38 +0100421 if (unlikely(protocol != 0))
422 return -EPROTONOSUPPORT;
423
Per Lidenb97bf3f2006-01-02 19:04:38 +0100424 switch (sock->type) {
425 case SOCK_STREAM:
Allan Stephens0c3141e2008-04-15 00:22:02 -0700426 ops = &stream_ops;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100427 break;
428 case SOCK_SEQPACKET:
Allan Stephens0c3141e2008-04-15 00:22:02 -0700429 ops = &packet_ops;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100430 break;
431 case SOCK_DGRAM:
Per Lidenb97bf3f2006-01-02 19:04:38 +0100432 case SOCK_RDM:
Allan Stephens0c3141e2008-04-15 00:22:02 -0700433 ops = &msg_ops;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100434 break;
Allan Stephens49978652006-06-25 23:47:18 -0700435 default:
Allan Stephens49978652006-06-25 23:47:18 -0700436 return -EPROTOTYPE;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100437 }
438
Allan Stephens0c3141e2008-04-15 00:22:02 -0700439 /* Allocate socket's protocol area */
Eric W. Biederman11aa9c22015-05-08 21:09:13 -0500440 sk = sk_alloc(net, AF_TIPC, GFP_KERNEL, &tipc_proto, kern);
Allan Stephens0c3141e2008-04-15 00:22:02 -0700441 if (sk == NULL)
442 return -ENOMEM;
443
Jon Paul Maloy58ed9442014-03-12 11:31:12 -0400444 tsk = tipc_sk(sk);
Jon Paul Maloy301bae52014-08-22 18:09:20 -0400445 tsk->max_pkt = MAX_PKT_DEFAULT;
Jon Paul Maloy301bae52014-08-22 18:09:20 -0400446 INIT_LIST_HEAD(&tsk->publications);
Jon Paul Maloy365ad352017-01-03 10:55:11 -0500447 INIT_LIST_HEAD(&tsk->cong_links);
Jon Paul Maloy301bae52014-08-22 18:09:20 -0400448 msg = &tsk->phdr;
Jon Paul Maloyc5898632015-02-05 08:36:36 -0500449 tn = net_generic(sock_net(sk), tipc_net_id);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100450
Allan Stephens0c3141e2008-04-15 00:22:02 -0700451 /* Finish initializing socket data structures */
Allan Stephens0c3141e2008-04-15 00:22:02 -0700452 sock->ops = ops;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100453 sock_init_data(sock, sk);
Parthasarathy Bhuvaragan438adca2016-11-01 14:02:45 +0100454 tipc_set_sk_state(sk, TIPC_OPEN);
Ying Xue07f6c4b2015-01-07 13:41:58 +0800455 if (tipc_sk_insert(tsk)) {
Masanari Iidac19ca6c2016-02-08 20:53:12 +0900456 pr_warn("Socket create failed; port number exhausted\n");
Ying Xue07f6c4b2015-01-07 13:41:58 +0800457 return -EINVAL;
458 }
Herbert Xu40f9f432017-02-11 19:26:46 +0800459
460 /* Ensure tsk is visible before we read own_addr. */
461 smp_mb();
462
463 tipc_msg_init(tn->own_addr, msg, TIPC_LOW_IMPORTANCE, TIPC_NAMED_MSG,
464 NAMED_H_SIZE, 0);
465
Ying Xue07f6c4b2015-01-07 13:41:58 +0800466 msg_set_origport(msg, tsk->portid);
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;
475 atomic_set(&tsk->dupl_rcvcnt, 0);
Allan Stephens7ef43eb2008-05-12 15:42:28 -0700476
Jon Paul Maloy10724cc2016-05-02 11:58:47 -0400477 /* Start out with safe limits until we receive an advertised window */
478 tsk->snd_win = tsk_adv_blocks(RCVBUF_MIN);
479 tsk->rcv_win = tsk->snd_win;
480
Parthasarathy Bhuvaraganc7520232016-11-01 14:02:42 +0100481 if (tipc_sk_type_connectionless(sk)) {
Jon Paul Maloy301bae52014-08-22 18:09:20 -0400482 tsk_set_unreturnable(tsk, true);
Allan Stephens0c3141e2008-04-15 00:22:02 -0700483 if (sock->type == SOCK_DGRAM)
Jon Paul Maloy301bae52014-08-22 18:09:20 -0400484 tsk_set_unreliable(tsk, true);
Allan Stephens0c3141e2008-04-15 00:22:02 -0700485 }
Parthasarathy Bhuvaragan438adca2016-11-01 14:02:45 +0100486
Per Lidenb97bf3f2006-01-02 19:04:38 +0100487 return 0;
488}
489
Ying Xue07f6c4b2015-01-07 13:41:58 +0800490static void tipc_sk_callback(struct rcu_head *head)
491{
492 struct tipc_sock *tsk = container_of(head, struct tipc_sock, rcu);
493
494 sock_put(&tsk->sk);
495}
496
Parthasarathy Bhuvaragan6f000892016-11-01 14:02:47 +0100497/* Caller should hold socket lock for the socket. */
498static void __tipc_shutdown(struct socket *sock, int error)
499{
500 struct sock *sk = sock->sk;
501 struct tipc_sock *tsk = tipc_sk(sk);
502 struct net *net = sock_net(sk);
Jon Paul Maloy365ad352017-01-03 10:55:11 -0500503 long timeout = CONN_TIMEOUT_DEFAULT;
Parthasarathy Bhuvaragan6f000892016-11-01 14:02:47 +0100504 u32 dnode = tsk_peer_node(tsk);
505 struct sk_buff *skb;
506
Jon Paul Maloy365ad352017-01-03 10:55:11 -0500507 /* Avoid that hi-prio shutdown msgs bypass msgs in link wakeup queue */
508 tipc_wait_for_cond(sock, &timeout, (!tsk->cong_link_cnt &&
509 !tsk_conn_cong(tsk)));
510
Parthasarathy Bhuvaragan6f000892016-11-01 14:02:47 +0100511 /* Reject all unreceived messages, except on an active connection
512 * (which disconnects locally & sends a 'FIN+' to peer).
513 */
514 while ((skb = __skb_dequeue(&sk->sk_receive_queue)) != NULL) {
515 if (TIPC_SKB_CB(skb)->bytes_read) {
516 kfree_skb(skb);
Jon Paul Maloy693c5642016-12-22 07:22:29 -0500517 continue;
Parthasarathy Bhuvaragan6f000892016-11-01 14:02:47 +0100518 }
Jon Paul Maloy693c5642016-12-22 07:22:29 -0500519 if (!tipc_sk_type_connectionless(sk) &&
520 sk->sk_state != TIPC_DISCONNECTING) {
521 tipc_set_sk_state(sk, TIPC_DISCONNECTING);
522 tipc_node_remove_conn(net, dnode, tsk->portid);
523 }
524 tipc_sk_respond(sk, skb, error);
Parthasarathy Bhuvaragan6f000892016-11-01 14:02:47 +0100525 }
Jon Paul Maloy693c5642016-12-22 07:22:29 -0500526
527 if (tipc_sk_type_connectionless(sk))
528 return;
529
Parthasarathy Bhuvaragan6f000892016-11-01 14:02:47 +0100530 if (sk->sk_state != TIPC_DISCONNECTING) {
531 skb = tipc_msg_create(TIPC_CRITICAL_IMPORTANCE,
532 TIPC_CONN_MSG, SHORT_H_SIZE, 0, dnode,
533 tsk_own_node(tsk), tsk_peer_port(tsk),
534 tsk->portid, error);
535 if (skb)
536 tipc_node_xmit_skb(net, skb, dnode, tsk->portid);
Jon Paul Maloy693c5642016-12-22 07:22:29 -0500537 tipc_node_remove_conn(net, dnode, tsk->portid);
538 tipc_set_sk_state(sk, TIPC_DISCONNECTING);
Parthasarathy Bhuvaragan6f000892016-11-01 14:02:47 +0100539 }
540}
541
Ying Xuec5fa7b32013-06-17 10:54:39 -0400542/**
Ying Xue247f0f32014-02-18 16:06:46 +0800543 * tipc_release - destroy a TIPC socket
Per Lidenb97bf3f2006-01-02 19:04:38 +0100544 * @sock: socket to destroy
545 *
546 * This routine cleans up any messages that are still queued on the socket.
547 * For DGRAM and RDM socket types, all queued messages are rejected.
548 * For SEQPACKET and STREAM socket types, the first message is rejected
549 * and any others are discarded. (If the first message on a STREAM socket
550 * is partially-read, it is discarded and the next one is rejected instead.)
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +0900551 *
Per Lidenb97bf3f2006-01-02 19:04:38 +0100552 * NOTE: Rejected messages are not necessarily returned to the sender! They
553 * are returned or discarded according to the "destination droppable" setting
554 * specified for the message by the sender.
555 *
556 * Returns 0 on success, errno otherwise
557 */
Ying Xue247f0f32014-02-18 16:06:46 +0800558static int tipc_release(struct socket *sock)
Per Lidenb97bf3f2006-01-02 19:04:38 +0100559{
Per Lidenb97bf3f2006-01-02 19:04:38 +0100560 struct sock *sk = sock->sk;
Jon Paul Maloy58ed9442014-03-12 11:31:12 -0400561 struct tipc_sock *tsk;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100562
Allan Stephens0c3141e2008-04-15 00:22:02 -0700563 /*
564 * Exit if socket isn't fully initialized (occurs when a failed accept()
565 * releases a pre-allocated child socket that was never used)
566 */
Allan Stephens0c3141e2008-04-15 00:22:02 -0700567 if (sk == NULL)
568 return 0;
569
Jon Paul Maloy58ed9442014-03-12 11:31:12 -0400570 tsk = tipc_sk(sk);
Allan Stephens0c3141e2008-04-15 00:22:02 -0700571 lock_sock(sk);
572
Parthasarathy Bhuvaragan6f000892016-11-01 14:02:47 +0100573 __tipc_shutdown(sock, TIPC_ERR_NO_PORT);
574 sk->sk_shutdown = SHUTDOWN_MASK;
Jon Maloy75da2162017-10-13 11:04:23 +0200575 tipc_sk_leave(tsk);
Jon Paul Maloy301bae52014-08-22 18:09:20 -0400576 tipc_sk_withdraw(tsk, 0, NULL);
Ying Xue1ea23a22015-05-28 13:19:22 +0800577 sk_stop_timer(sk, &sk->sk_timer);
Ying Xue07f6c4b2015-01-07 13:41:58 +0800578 tipc_sk_remove(tsk);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100579
Allan Stephens0c3141e2008-04-15 00:22:02 -0700580 /* Reject any messages that accumulated in backlog queue */
Allan Stephens0c3141e2008-04-15 00:22:02 -0700581 release_sock(sk);
Jon Maloya80ae532017-10-13 11:04:22 +0200582 tipc_dest_list_purge(&tsk->cong_links);
Jon Paul Maloy365ad352017-01-03 10:55:11 -0500583 tsk->cong_link_cnt = 0;
Ying Xue07f6c4b2015-01-07 13:41:58 +0800584 call_rcu(&tsk->rcu, tipc_sk_callback);
Allan Stephens0c3141e2008-04-15 00:22:02 -0700585 sock->sk = NULL;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100586
Geert Uytterhoeven065d7e32014-04-06 15:56:14 +0200587 return 0;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100588}
589
590/**
Ying Xue247f0f32014-02-18 16:06:46 +0800591 * tipc_bind - associate or disassocate TIPC name(s) with a socket
Per Lidenb97bf3f2006-01-02 19:04:38 +0100592 * @sock: socket structure
593 * @uaddr: socket address describing name(s) and desired operation
594 * @uaddr_len: size of socket address data structure
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +0900595 *
Per Lidenb97bf3f2006-01-02 19:04:38 +0100596 * Name and name sequence binding is indicated using a positive scope value;
597 * a negative scope value unbinds the specified name. Specifying no name
598 * (i.e. a socket address length of 0) unbinds all names from the socket.
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +0900599 *
Per Lidenb97bf3f2006-01-02 19:04:38 +0100600 * Returns 0 on success, errno otherwise
Allan Stephens0c3141e2008-04-15 00:22:02 -0700601 *
602 * NOTE: This routine doesn't need to take the socket lock since it doesn't
603 * access any non-constant socket information.
Per Lidenb97bf3f2006-01-02 19:04:38 +0100604 */
Ying Xue247f0f32014-02-18 16:06:46 +0800605static int tipc_bind(struct socket *sock, struct sockaddr *uaddr,
606 int uaddr_len)
Per Lidenb97bf3f2006-01-02 19:04:38 +0100607{
Ying Xue84602762013-12-27 10:18:28 +0800608 struct sock *sk = sock->sk;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100609 struct sockaddr_tipc *addr = (struct sockaddr_tipc *)uaddr;
Jon Paul Maloy58ed9442014-03-12 11:31:12 -0400610 struct tipc_sock *tsk = tipc_sk(sk);
Ying Xue84602762013-12-27 10:18:28 +0800611 int res = -EINVAL;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100612
Ying Xue84602762013-12-27 10:18:28 +0800613 lock_sock(sk);
614 if (unlikely(!uaddr_len)) {
Jon Paul Maloy301bae52014-08-22 18:09:20 -0400615 res = tipc_sk_withdraw(tsk, 0, NULL);
Ying Xue84602762013-12-27 10:18:28 +0800616 goto exit;
617 }
Jon Maloy75da2162017-10-13 11:04:23 +0200618 if (tsk->group) {
619 res = -EACCES;
620 goto exit;
621 }
Ying Xue84602762013-12-27 10:18:28 +0800622 if (uaddr_len < sizeof(struct sockaddr_tipc)) {
623 res = -EINVAL;
624 goto exit;
625 }
626 if (addr->family != AF_TIPC) {
627 res = -EAFNOSUPPORT;
628 goto exit;
629 }
Per Lidenb97bf3f2006-01-02 19:04:38 +0100630
Per Lidenb97bf3f2006-01-02 19:04:38 +0100631 if (addr->addrtype == TIPC_ADDR_NAME)
632 addr->addr.nameseq.upper = addr->addr.nameseq.lower;
Ying Xue84602762013-12-27 10:18:28 +0800633 else if (addr->addrtype != TIPC_ADDR_NAMESEQ) {
634 res = -EAFNOSUPPORT;
635 goto exit;
636 }
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +0900637
Ying Xue13a2e892013-06-17 10:54:40 -0400638 if ((addr->addr.nameseq.type < TIPC_RESERVED_TYPES) &&
Ying Xue7d0ab172013-06-17 10:54:41 -0400639 (addr->addr.nameseq.type != TIPC_TOP_SRV) &&
Ying Xue84602762013-12-27 10:18:28 +0800640 (addr->addr.nameseq.type != TIPC_CFG_SRV)) {
641 res = -EACCES;
642 goto exit;
643 }
Allan Stephensc422f1b2011-11-02 15:49:40 -0400644
Ying Xue84602762013-12-27 10:18:28 +0800645 res = (addr->scope > 0) ?
Jon Paul Maloy301bae52014-08-22 18:09:20 -0400646 tipc_sk_publish(tsk, addr->scope, &addr->addr.nameseq) :
647 tipc_sk_withdraw(tsk, -addr->scope, &addr->addr.nameseq);
Ying Xue84602762013-12-27 10:18:28 +0800648exit:
649 release_sock(sk);
650 return res;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100651}
652
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +0900653/**
Ying Xue247f0f32014-02-18 16:06:46 +0800654 * tipc_getname - get port ID of socket or peer socket
Per Lidenb97bf3f2006-01-02 19:04:38 +0100655 * @sock: socket structure
656 * @uaddr: area for returned socket address
657 * @uaddr_len: area for returned length of socket address
Allan Stephens2da59912008-07-14 22:43:32 -0700658 * @peer: 0 = own ID, 1 = current peer ID, 2 = current/former peer ID
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +0900659 *
Per Lidenb97bf3f2006-01-02 19:04:38 +0100660 * Returns 0 on success, errno otherwise
Allan Stephens0c3141e2008-04-15 00:22:02 -0700661 *
Allan Stephens2da59912008-07-14 22:43:32 -0700662 * NOTE: This routine doesn't need to take the socket lock since it only
663 * accesses socket information that is unchanging (or which changes in
Allan Stephens0e659672010-12-31 18:59:32 +0000664 * a completely predictable manner).
Per Lidenb97bf3f2006-01-02 19:04:38 +0100665 */
Ying Xue247f0f32014-02-18 16:06:46 +0800666static int tipc_getname(struct socket *sock, struct sockaddr *uaddr,
667 int *uaddr_len, int peer)
Per Lidenb97bf3f2006-01-02 19:04:38 +0100668{
Per Lidenb97bf3f2006-01-02 19:04:38 +0100669 struct sockaddr_tipc *addr = (struct sockaddr_tipc *)uaddr;
Parthasarathy Bhuvaragan9fd4b072016-11-01 14:02:46 +0100670 struct sock *sk = sock->sk;
671 struct tipc_sock *tsk = tipc_sk(sk);
Ying Xue34747532015-01-09 15:27:10 +0800672 struct tipc_net *tn = net_generic(sock_net(sock->sk), tipc_net_id);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100673
Kulikov Vasiliy88f8a5e2010-10-31 07:10:32 +0000674 memset(addr, 0, sizeof(*addr));
Allan Stephens0c3141e2008-04-15 00:22:02 -0700675 if (peer) {
Parthasarathy Bhuvaraganf40acba2016-11-01 14:02:49 +0100676 if ((!tipc_sk_connected(sk)) &&
Parthasarathy Bhuvaragan9fd4b072016-11-01 14:02:46 +0100677 ((peer != 2) || (sk->sk_state != TIPC_DISCONNECTING)))
Allan Stephens2da59912008-07-14 22:43:32 -0700678 return -ENOTCONN;
Jon Paul Maloy301bae52014-08-22 18:09:20 -0400679 addr->addr.id.ref = tsk_peer_port(tsk);
680 addr->addr.id.node = tsk_peer_node(tsk);
Allan Stephens0c3141e2008-04-15 00:22:02 -0700681 } else {
Ying Xue07f6c4b2015-01-07 13:41:58 +0800682 addr->addr.id.ref = tsk->portid;
Ying Xue34747532015-01-09 15:27:10 +0800683 addr->addr.id.node = tn->own_addr;
Allan Stephens0c3141e2008-04-15 00:22:02 -0700684 }
Per Lidenb97bf3f2006-01-02 19:04:38 +0100685
686 *uaddr_len = sizeof(*addr);
687 addr->addrtype = TIPC_ADDR_ID;
688 addr->family = AF_TIPC;
689 addr->scope = 0;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100690 addr->addr.name.domain = 0;
691
Allan Stephens0c3141e2008-04-15 00:22:02 -0700692 return 0;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100693}
694
695/**
Ying Xue247f0f32014-02-18 16:06:46 +0800696 * tipc_poll - read and possibly block on pollmask
Per Lidenb97bf3f2006-01-02 19:04:38 +0100697 * @file: file structure associated with the socket
698 * @sock: socket for which to calculate the poll bits
699 * @wait: ???
700 *
Allan Stephens9b674e82008-03-26 16:48:21 -0700701 * Returns pollmask value
702 *
703 * COMMENTARY:
704 * It appears that the usual socket locking mechanisms are not useful here
705 * since the pollmask info is potentially out-of-date the moment this routine
706 * exits. TCP and other protocols seem to rely on higher level poll routines
707 * to handle any preventable race conditions, so TIPC will do the same ...
708 *
Allan Stephensf662c072010-08-17 11:00:06 +0000709 * IMPORTANT: The fact that a read or write operation is indicated does NOT
710 * imply that the operation will succeed, merely that it should be performed
711 * and will not block.
Per Lidenb97bf3f2006-01-02 19:04:38 +0100712 */
Ying Xue247f0f32014-02-18 16:06:46 +0800713static unsigned int tipc_poll(struct file *file, struct socket *sock,
714 poll_table *wait)
Per Lidenb97bf3f2006-01-02 19:04:38 +0100715{
Allan Stephens9b674e82008-03-26 16:48:21 -0700716 struct sock *sk = sock->sk;
Jon Paul Maloy58ed9442014-03-12 11:31:12 -0400717 struct tipc_sock *tsk = tipc_sk(sk);
Jon Maloy75da2162017-10-13 11:04:23 +0200718 struct tipc_group *grp = tsk->group;
Jon Maloyae236fb2017-10-13 11:04:25 +0200719 u32 revents = 0;
Allan Stephens9b674e82008-03-26 16:48:21 -0700720
Ying Xuef288bef2012-08-21 11:16:57 +0800721 sock_poll_wait(file, sk_sleep(sk), wait);
Allan Stephens9b674e82008-03-26 16:48:21 -0700722
Parthasarathy Bhuvaragan6f000892016-11-01 14:02:47 +0100723 if (sk->sk_shutdown & RCV_SHUTDOWN)
Jon Maloyae236fb2017-10-13 11:04:25 +0200724 revents |= POLLRDHUP | POLLIN | POLLRDNORM;
Parthasarathy Bhuvaragan6f000892016-11-01 14:02:47 +0100725 if (sk->sk_shutdown == SHUTDOWN_MASK)
Jon Maloyae236fb2017-10-13 11:04:25 +0200726 revents |= POLLHUP;
Parthasarathy Bhuvaragan6f000892016-11-01 14:02:47 +0100727
Parthasarathy Bhuvaraganf40acba2016-11-01 14:02:49 +0100728 switch (sk->sk_state) {
729 case TIPC_ESTABLISHED:
Parthasarathy Bhuvaragan517d7c72017-12-28 12:03:06 +0100730 case TIPC_CONNECTING:
Jon Paul Maloy365ad352017-01-03 10:55:11 -0500731 if (!tsk->cong_link_cnt && !tsk_conn_cong(tsk))
Jon Maloyae236fb2017-10-13 11:04:25 +0200732 revents |= POLLOUT;
Parthasarathy Bhuvaraganf40acba2016-11-01 14:02:49 +0100733 /* fall thru' */
734 case TIPC_LISTEN:
Jon Maloycb4dc412017-10-19 16:42:04 +0200735 if (!skb_queue_empty(&sk->sk_receive_queue))
Jon Maloyae236fb2017-10-13 11:04:25 +0200736 revents |= POLLIN | POLLRDNORM;
Parthasarathy Bhuvaraganf40acba2016-11-01 14:02:49 +0100737 break;
738 case TIPC_OPEN:
Jon Maloy75da2162017-10-13 11:04:23 +0200739 if (!grp || tipc_group_size(grp))
740 if (!tsk->cong_link_cnt)
Jon Maloyae236fb2017-10-13 11:04:25 +0200741 revents |= POLLOUT;
742 if (!tipc_sk_type_connectionless(sk))
743 break;
Jon Maloycb4dc412017-10-19 16:42:04 +0200744 if (skb_queue_empty(&sk->sk_receive_queue))
Jon Maloyae236fb2017-10-13 11:04:25 +0200745 break;
746 revents |= POLLIN | POLLRDNORM;
Parthasarathy Bhuvaraganf40acba2016-11-01 14:02:49 +0100747 break;
748 case TIPC_DISCONNECTING:
Jon Maloyae236fb2017-10-13 11:04:25 +0200749 revents = POLLIN | POLLRDNORM | POLLHUP;
Parthasarathy Bhuvaraganf40acba2016-11-01 14:02:49 +0100750 break;
Allan Stephensf662c072010-08-17 11:00:06 +0000751 }
Jon Maloyae236fb2017-10-13 11:04:25 +0200752 return revents;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100753}
754
Jon Paul Maloy0abd8ff2014-07-16 20:41:01 -0400755/**
756 * tipc_sendmcast - send multicast message
757 * @sock: socket structure
758 * @seq: destination address
Al Viro562640f2014-11-15 01:13:43 -0500759 * @msg: message to send
Jon Paul Maloy365ad352017-01-03 10:55:11 -0500760 * @dlen: length of data to send
761 * @timeout: timeout to wait for wakeup
Jon Paul Maloy0abd8ff2014-07-16 20:41:01 -0400762 *
763 * Called from function tipc_sendmsg(), which has done all sanity checks
764 * Returns the number of bytes sent on success, or errno
765 */
766static int tipc_sendmcast(struct socket *sock, struct tipc_name_seq *seq,
Jon Paul Maloy365ad352017-01-03 10:55:11 -0500767 struct msghdr *msg, size_t dlen, long timeout)
Jon Paul Maloy0abd8ff2014-07-16 20:41:01 -0400768{
769 struct sock *sk = sock->sk;
Jon Paul Maloyc5898632015-02-05 08:36:36 -0500770 struct tipc_sock *tsk = tipc_sk(sk);
Jon Paul Maloy365ad352017-01-03 10:55:11 -0500771 struct tipc_msg *hdr = &tsk->phdr;
Ying Xuef2f98002015-01-09 15:27:05 +0800772 struct net *net = sock_net(sk);
Jon Paul Maloy365ad352017-01-03 10:55:11 -0500773 int mtu = tipc_bcast_get_mtu(net);
Jon Paul Maloy01fd12b2017-01-18 13:50:53 -0500774 struct tipc_mc_method *method = &tsk->mc_method;
Jon Paul Maloya853e4c2017-01-18 13:50:52 -0500775 u32 domain = addr_domain(net, TIPC_CLUSTER_SCOPE);
Jon Paul Maloy365ad352017-01-03 10:55:11 -0500776 struct sk_buff_head pkts;
Jon Paul Maloya853e4c2017-01-18 13:50:52 -0500777 struct tipc_nlist dsts;
Jon Paul Maloy0abd8ff2014-07-16 20:41:01 -0400778 int rc;
779
Jon Maloy75da2162017-10-13 11:04:23 +0200780 if (tsk->group)
781 return -EACCES;
782
Jon Paul Maloya853e4c2017-01-18 13:50:52 -0500783 /* Block or return if any destination link is congested */
Jon Paul Maloy365ad352017-01-03 10:55:11 -0500784 rc = tipc_wait_for_cond(sock, &timeout, !tsk->cong_link_cnt);
785 if (unlikely(rc))
Jon Paul Maloy0abd8ff2014-07-16 20:41:01 -0400786 return rc;
787
Jon Paul Maloya853e4c2017-01-18 13:50:52 -0500788 /* Lookup destination nodes */
789 tipc_nlist_init(&dsts, tipc_own_addr(net));
790 tipc_nametbl_lookup_dst_nodes(net, seq->type, seq->lower,
791 seq->upper, domain, &dsts);
792 if (!dsts.local && !dsts.remote)
793 return -EHOSTUNREACH;
794
795 /* Build message header */
Jon Paul Maloy365ad352017-01-03 10:55:11 -0500796 msg_set_type(hdr, TIPC_MCAST_MSG);
Jon Paul Maloya853e4c2017-01-18 13:50:52 -0500797 msg_set_hdr_sz(hdr, MCAST_H_SIZE);
Jon Paul Maloy365ad352017-01-03 10:55:11 -0500798 msg_set_lookup_scope(hdr, TIPC_CLUSTER_SCOPE);
799 msg_set_destport(hdr, 0);
800 msg_set_destnode(hdr, 0);
801 msg_set_nametype(hdr, seq->type);
802 msg_set_namelower(hdr, seq->lower);
803 msg_set_nameupper(hdr, seq->upper);
Jon Paul Maloy22d85c72015-07-16 16:54:23 -0400804
Jon Paul Maloya853e4c2017-01-18 13:50:52 -0500805 /* Build message as chain of buffers */
Jon Paul Maloy365ad352017-01-03 10:55:11 -0500806 skb_queue_head_init(&pkts);
807 rc = tipc_msg_build(hdr, msg, 0, dlen, mtu, &pkts);
Jon Paul Maloy365ad352017-01-03 10:55:11 -0500808
Jon Paul Maloya853e4c2017-01-18 13:50:52 -0500809 /* Send message if build was successful */
810 if (unlikely(rc == dlen))
Jon Paul Maloy01fd12b2017-01-18 13:50:53 -0500811 rc = tipc_mcast_xmit(net, &pkts, method, &dsts,
Jon Paul Maloya853e4c2017-01-18 13:50:52 -0500812 &tsk->cong_link_cnt);
813
814 tipc_nlist_purge(&dsts);
Jon Paul Maloy365ad352017-01-03 10:55:11 -0500815
816 return rc ? rc : dlen;
Jon Paul Maloy0abd8ff2014-07-16 20:41:01 -0400817}
818
Jon Paul Maloycb1b7282015-02-05 08:36:44 -0500819/**
Jon Maloy27bd9ec2017-10-13 11:04:27 +0200820 * tipc_send_group_msg - send a message to a member in the group
821 * @net: network namespace
822 * @m: message to send
823 * @mb: group member
824 * @dnode: destination node
825 * @dport: destination port
826 * @dlen: total length of message data
827 */
828static int tipc_send_group_msg(struct net *net, struct tipc_sock *tsk,
829 struct msghdr *m, struct tipc_member *mb,
830 u32 dnode, u32 dport, int dlen)
831{
Jon Maloyb87a5ea2017-10-13 11:04:30 +0200832 u16 bc_snd_nxt = tipc_group_bc_snd_nxt(tsk->group);
Jon Maloy2f487712017-10-13 11:04:31 +0200833 struct tipc_mc_method *method = &tsk->mc_method;
Jon Maloy27bd9ec2017-10-13 11:04:27 +0200834 int blks = tsk_blocks(GROUP_H_SIZE + dlen);
835 struct tipc_msg *hdr = &tsk->phdr;
836 struct sk_buff_head pkts;
837 int mtu, rc;
838
839 /* Complete message header */
840 msg_set_type(hdr, TIPC_GRP_UCAST_MSG);
841 msg_set_hdr_sz(hdr, GROUP_H_SIZE);
842 msg_set_destport(hdr, dport);
843 msg_set_destnode(hdr, dnode);
Jon Maloyb87a5ea2017-10-13 11:04:30 +0200844 msg_set_grp_bc_seqno(hdr, bc_snd_nxt);
Jon Maloy27bd9ec2017-10-13 11:04:27 +0200845
846 /* Build message as chain of buffers */
847 skb_queue_head_init(&pkts);
848 mtu = tipc_node_get_mtu(net, dnode, tsk->portid);
849 rc = tipc_msg_build(hdr, m, 0, dlen, mtu, &pkts);
850 if (unlikely(rc != dlen))
851 return rc;
852
853 /* Send message */
854 rc = tipc_node_xmit(net, &pkts, dnode, tsk->portid);
855 if (unlikely(rc == -ELINKCONG)) {
856 tipc_dest_push(&tsk->cong_links, dnode, 0);
857 tsk->cong_link_cnt++;
858 }
859
Jon Maloy2f487712017-10-13 11:04:31 +0200860 /* Update send window */
Jon Maloy27bd9ec2017-10-13 11:04:27 +0200861 tipc_group_update_member(mb, blks);
862
Jon Maloy2f487712017-10-13 11:04:31 +0200863 /* A broadcast sent within next EXPIRE period must follow same path */
864 method->rcast = true;
865 method->mandatory = true;
Jon Maloy27bd9ec2017-10-13 11:04:27 +0200866 return dlen;
867}
868
869/**
870 * tipc_send_group_unicast - send message to a member in the group
871 * @sock: socket structure
872 * @m: message to send
873 * @dlen: total length of message data
874 * @timeout: timeout to wait for wakeup
875 *
876 * Called from function tipc_sendmsg(), which has done all sanity checks
877 * Returns the number of bytes sent on success, or errno
878 */
879static int tipc_send_group_unicast(struct socket *sock, struct msghdr *m,
880 int dlen, long timeout)
881{
882 struct sock *sk = sock->sk;
883 DECLARE_SOCKADDR(struct sockaddr_tipc *, dest, m->msg_name);
884 int blks = tsk_blocks(GROUP_H_SIZE + dlen);
885 struct tipc_sock *tsk = tipc_sk(sk);
886 struct tipc_group *grp = tsk->group;
887 struct net *net = sock_net(sk);
888 struct tipc_member *mb = NULL;
889 u32 node, port;
890 int rc;
891
892 node = dest->addr.id.node;
893 port = dest->addr.id.ref;
894 if (!port && !node)
895 return -EHOSTUNREACH;
896
897 /* Block or return if destination link or member is congested */
898 rc = tipc_wait_for_cond(sock, &timeout,
899 !tipc_dest_find(&tsk->cong_links, node, 0) &&
900 !tipc_group_cong(grp, node, port, blks, &mb));
901 if (unlikely(rc))
902 return rc;
903
904 if (unlikely(!mb))
905 return -EHOSTUNREACH;
906
907 rc = tipc_send_group_msg(net, tsk, m, mb, node, port, dlen);
908
909 return rc ? rc : dlen;
910}
911
912/**
Jon Maloyee106d72017-10-13 11:04:28 +0200913 * tipc_send_group_anycast - send message to any member with given identity
914 * @sock: socket structure
915 * @m: message to send
916 * @dlen: total length of message data
917 * @timeout: timeout to wait for wakeup
918 *
919 * Called from function tipc_sendmsg(), which has done all sanity checks
920 * Returns the number of bytes sent on success, or errno
921 */
922static int tipc_send_group_anycast(struct socket *sock, struct msghdr *m,
923 int dlen, long timeout)
924{
925 DECLARE_SOCKADDR(struct sockaddr_tipc *, dest, m->msg_name);
926 struct sock *sk = sock->sk;
927 struct tipc_sock *tsk = tipc_sk(sk);
928 struct list_head *cong_links = &tsk->cong_links;
929 int blks = tsk_blocks(GROUP_H_SIZE + dlen);
930 struct tipc_group *grp = tsk->group;
931 struct tipc_member *first = NULL;
932 struct tipc_member *mbr = NULL;
933 struct net *net = sock_net(sk);
934 u32 node, port, exclude;
935 u32 type, inst, domain;
936 struct list_head dsts;
937 int lookups = 0;
938 int dstcnt, rc;
939 bool cong;
940
941 INIT_LIST_HEAD(&dsts);
942
943 type = dest->addr.name.name.type;
944 inst = dest->addr.name.name.instance;
945 domain = addr_domain(net, dest->scope);
946 exclude = tipc_group_exclude(grp);
947
948 while (++lookups < 4) {
949 first = NULL;
950
951 /* Look for a non-congested destination member, if any */
952 while (1) {
953 if (!tipc_nametbl_lookup(net, type, inst, domain, &dsts,
954 &dstcnt, exclude, false))
955 return -EHOSTUNREACH;
956 tipc_dest_pop(&dsts, &node, &port);
957 cong = tipc_group_cong(grp, node, port, blks, &mbr);
958 if (!cong)
959 break;
960 if (mbr == first)
961 break;
962 if (!first)
963 first = mbr;
964 }
965
966 /* Start over if destination was not in member list */
967 if (unlikely(!mbr))
968 continue;
969
970 if (likely(!cong && !tipc_dest_find(cong_links, node, 0)))
971 break;
972
973 /* Block or return if destination link or member is congested */
974 rc = tipc_wait_for_cond(sock, &timeout,
975 !tipc_dest_find(cong_links, node, 0) &&
976 !tipc_group_cong(grp, node, port,
977 blks, &mbr));
978 if (unlikely(rc))
979 return rc;
980
981 /* Send, unless destination disappeared while waiting */
982 if (likely(mbr))
983 break;
984 }
985
986 if (unlikely(lookups >= 4))
987 return -EHOSTUNREACH;
988
989 rc = tipc_send_group_msg(net, tsk, m, mbr, node, port, dlen);
990
991 return rc ? rc : dlen;
992}
993
994/**
Jon Maloy75da2162017-10-13 11:04:23 +0200995 * tipc_send_group_bcast - send message to all members in communication group
996 * @sk: socket structure
997 * @m: message to send
998 * @dlen: total length of message data
999 * @timeout: timeout to wait for wakeup
1000 *
1001 * Called from function tipc_sendmsg(), which has done all sanity checks
1002 * Returns the number of bytes sent on success, or errno
1003 */
1004static int tipc_send_group_bcast(struct socket *sock, struct msghdr *m,
1005 int dlen, long timeout)
1006{
Jon Maloy5b8dddb2017-10-13 11:04:29 +02001007 DECLARE_SOCKADDR(struct sockaddr_tipc *, dest, m->msg_name);
Jon Maloy75da2162017-10-13 11:04:23 +02001008 struct sock *sk = sock->sk;
1009 struct net *net = sock_net(sk);
1010 struct tipc_sock *tsk = tipc_sk(sk);
1011 struct tipc_group *grp = tsk->group;
1012 struct tipc_nlist *dsts = tipc_group_dests(grp);
1013 struct tipc_mc_method *method = &tsk->mc_method;
Jon Maloy2f487712017-10-13 11:04:31 +02001014 bool ack = method->mandatory && method->rcast;
Jon Maloyb7d42632017-10-13 11:04:26 +02001015 int blks = tsk_blocks(MCAST_H_SIZE + dlen);
Jon Maloy75da2162017-10-13 11:04:23 +02001016 struct tipc_msg *hdr = &tsk->phdr;
1017 int mtu = tipc_bcast_get_mtu(net);
1018 struct sk_buff_head pkts;
1019 int rc = -EHOSTUNREACH;
1020
1021 if (!dsts->local && !dsts->remote)
1022 return -EHOSTUNREACH;
1023
Jon Maloyb7d42632017-10-13 11:04:26 +02001024 /* Block or return if any destination link or member is congested */
1025 rc = tipc_wait_for_cond(sock, &timeout, !tsk->cong_link_cnt &&
1026 !tipc_group_bc_cong(grp, blks));
Jon Maloy75da2162017-10-13 11:04:23 +02001027 if (unlikely(rc))
1028 return rc;
1029
1030 /* Complete message header */
Jon Maloy5b8dddb2017-10-13 11:04:29 +02001031 if (dest) {
1032 msg_set_type(hdr, TIPC_GRP_MCAST_MSG);
1033 msg_set_nameinst(hdr, dest->addr.name.name.instance);
1034 } else {
1035 msg_set_type(hdr, TIPC_GRP_BCAST_MSG);
1036 msg_set_nameinst(hdr, 0);
1037 }
Jon Maloyb7d42632017-10-13 11:04:26 +02001038 msg_set_hdr_sz(hdr, GROUP_H_SIZE);
Jon Maloy75da2162017-10-13 11:04:23 +02001039 msg_set_destport(hdr, 0);
1040 msg_set_destnode(hdr, 0);
Jon Maloy75da2162017-10-13 11:04:23 +02001041 msg_set_grp_bc_seqno(hdr, tipc_group_bc_snd_nxt(grp));
1042
Jon Maloy2f487712017-10-13 11:04:31 +02001043 /* Avoid getting stuck with repeated forced replicasts */
1044 msg_set_grp_bc_ack_req(hdr, ack);
1045
Jon Maloy75da2162017-10-13 11:04:23 +02001046 /* Build message as chain of buffers */
1047 skb_queue_head_init(&pkts);
1048 rc = tipc_msg_build(hdr, m, 0, dlen, mtu, &pkts);
1049 if (unlikely(rc != dlen))
1050 return rc;
1051
1052 /* Send message */
Jon Maloy2f487712017-10-13 11:04:31 +02001053 rc = tipc_mcast_xmit(net, &pkts, method, dsts, &tsk->cong_link_cnt);
Jon Maloy75da2162017-10-13 11:04:23 +02001054 if (unlikely(rc))
1055 return rc;
1056
Jon Maloyb7d42632017-10-13 11:04:26 +02001057 /* Update broadcast sequence number and send windows */
Jon Maloy2f487712017-10-13 11:04:31 +02001058 tipc_group_update_bc_members(tsk->group, blks, ack);
1059
1060 /* Broadcast link is now free to choose method for next broadcast */
1061 method->mandatory = false;
1062 method->expires = jiffies;
1063
Jon Maloy75da2162017-10-13 11:04:23 +02001064 return dlen;
1065}
1066
1067/**
Jon Maloy5b8dddb2017-10-13 11:04:29 +02001068 * tipc_send_group_mcast - send message to all members with given identity
1069 * @sock: socket structure
1070 * @m: message to send
1071 * @dlen: total length of message data
1072 * @timeout: timeout to wait for wakeup
1073 *
1074 * Called from function tipc_sendmsg(), which has done all sanity checks
1075 * Returns the number of bytes sent on success, or errno
1076 */
1077static int tipc_send_group_mcast(struct socket *sock, struct msghdr *m,
1078 int dlen, long timeout)
1079{
1080 struct sock *sk = sock->sk;
1081 DECLARE_SOCKADDR(struct sockaddr_tipc *, dest, m->msg_name);
1082 struct tipc_name_seq *seq = &dest->addr.nameseq;
1083 struct tipc_sock *tsk = tipc_sk(sk);
1084 struct tipc_group *grp = tsk->group;
1085 struct net *net = sock_net(sk);
1086 u32 domain, exclude, dstcnt;
1087 struct list_head dsts;
1088
1089 INIT_LIST_HEAD(&dsts);
1090
1091 if (seq->lower != seq->upper)
1092 return -ENOTSUPP;
1093
1094 domain = addr_domain(net, dest->scope);
1095 exclude = tipc_group_exclude(grp);
1096 if (!tipc_nametbl_lookup(net, seq->type, seq->lower, domain,
1097 &dsts, &dstcnt, exclude, true))
1098 return -EHOSTUNREACH;
1099
1100 if (dstcnt == 1) {
1101 tipc_dest_pop(&dsts, &dest->addr.id.node, &dest->addr.id.ref);
1102 return tipc_send_group_unicast(sock, m, dlen, timeout);
1103 }
1104
1105 tipc_dest_list_purge(&dsts);
1106 return tipc_send_group_bcast(sock, m, dlen, timeout);
1107}
1108
1109/**
Jon Paul Maloycb1b7282015-02-05 08:36:44 -05001110 * tipc_sk_mcast_rcv - Deliver multicast messages to all destination sockets
1111 * @arrvq: queue with arriving messages, to be cloned after destination lookup
1112 * @inputq: queue with cloned messages, delivered to socket after dest lookup
1113 *
1114 * Multi-threaded: parallel calls with reference to same queues may occur
Jon Paul Maloy078bec82014-07-16 20:41:00 -04001115 */
Jon Paul Maloycb1b7282015-02-05 08:36:44 -05001116void tipc_sk_mcast_rcv(struct net *net, struct sk_buff_head *arrvq,
1117 struct sk_buff_head *inputq)
Jon Paul Maloy078bec82014-07-16 20:41:00 -04001118{
Jon Paul Maloy078bec82014-07-16 20:41:00 -04001119 u32 scope = TIPC_CLUSTER_SCOPE;
Jon Maloy75da2162017-10-13 11:04:23 +02001120 u32 self = tipc_own_addr(net);
Jon Paul Maloycb1b7282015-02-05 08:36:44 -05001121 struct sk_buff *skb, *_skb;
Jon Maloy75da2162017-10-13 11:04:23 +02001122 u32 lower = 0, upper = ~0;
1123 struct sk_buff_head tmpq;
1124 u32 portid, oport, onode;
1125 struct list_head dports;
1126 struct tipc_msg *msg;
Jon Maloy2f487712017-10-13 11:04:31 +02001127 int user, mtyp, hsz;
Jon Paul Maloy3c724ac2015-02-05 08:36:43 -05001128
Jon Paul Maloycb1b7282015-02-05 08:36:44 -05001129 __skb_queue_head_init(&tmpq);
Jon Paul Maloy4d8642d2017-01-03 10:55:10 -05001130 INIT_LIST_HEAD(&dports);
Jon Paul Maloy078bec82014-07-16 20:41:00 -04001131
Jon Paul Maloycb1b7282015-02-05 08:36:44 -05001132 skb = tipc_skb_peek(arrvq, &inputq->lock);
1133 for (; skb; skb = tipc_skb_peek(arrvq, &inputq->lock)) {
1134 msg = buf_msg(skb);
Jon Maloy2f487712017-10-13 11:04:31 +02001135 user = msg_user(msg);
1136 mtyp = msg_type(msg);
1137 if (mtyp == TIPC_GRP_UCAST_MSG || user == GROUP_PROTOCOL) {
1138 spin_lock_bh(&inputq->lock);
1139 if (skb_peek(arrvq) == skb) {
1140 __skb_dequeue(arrvq);
1141 __skb_queue_tail(inputq, skb);
1142 }
Jon Maloyc545a942017-12-11 19:11:55 +01001143 kfree_skb(skb);
Jon Maloy2f487712017-10-13 11:04:31 +02001144 spin_unlock_bh(&inputq->lock);
1145 continue;
1146 }
Jon Paul Maloycb1b7282015-02-05 08:36:44 -05001147 hsz = skb_headroom(skb) + msg_hdr_sz(msg);
Jon Maloy75da2162017-10-13 11:04:23 +02001148 oport = msg_origport(msg);
1149 onode = msg_orignode(msg);
1150 if (onode == self)
Jon Paul Maloycb1b7282015-02-05 08:36:44 -05001151 scope = TIPC_NODE_SCOPE;
1152
1153 /* Create destination port list and message clones: */
Jon Maloy75da2162017-10-13 11:04:23 +02001154 if (!msg_in_group(msg)) {
1155 lower = msg_namelower(msg);
1156 upper = msg_nameupper(msg);
1157 }
1158 tipc_nametbl_mc_translate(net, msg_nametype(msg), lower, upper,
1159 scope, &dports);
Jon Maloya80ae532017-10-13 11:04:22 +02001160 while (tipc_dest_pop(&dports, NULL, &portid)) {
Jon Paul Maloycb1b7282015-02-05 08:36:44 -05001161 _skb = __pskb_copy(skb, hsz, GFP_ATOMIC);
1162 if (_skb) {
1163 msg_set_destport(buf_msg(_skb), portid);
1164 __skb_queue_tail(&tmpq, _skb);
1165 continue;
1166 }
1167 pr_warn("Failed to clone mcast rcv buffer\n");
Jon Paul Maloy078bec82014-07-16 20:41:00 -04001168 }
Jon Paul Maloycb1b7282015-02-05 08:36:44 -05001169 /* Append to inputq if not already done by other thread */
1170 spin_lock_bh(&inputq->lock);
1171 if (skb_peek(arrvq) == skb) {
1172 skb_queue_splice_tail_init(&tmpq, inputq);
1173 kfree_skb(__skb_dequeue(arrvq));
1174 }
1175 spin_unlock_bh(&inputq->lock);
1176 __skb_queue_purge(&tmpq);
1177 kfree_skb(skb);
Jon Paul Maloy078bec82014-07-16 20:41:00 -04001178 }
Jon Paul Maloycb1b7282015-02-05 08:36:44 -05001179 tipc_sk_rcv(net, inputq);
Jon Paul Maloy078bec82014-07-16 20:41:00 -04001180}
1181
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001182/**
Jon Maloy64ac5f52017-10-13 11:04:20 +02001183 * tipc_sk_conn_proto_rcv - receive a connection mng protocol message
Jon Paul Maloyac0074e2014-06-25 20:41:41 -05001184 * @tsk: receiving socket
Jon Paul Maloybcd3ffd2015-07-22 10:11:19 -04001185 * @skb: pointer to message buffer.
Jon Paul Maloyac0074e2014-06-25 20:41:41 -05001186 */
Jon Maloy64ac5f52017-10-13 11:04:20 +02001187static void tipc_sk_conn_proto_rcv(struct tipc_sock *tsk, struct sk_buff *skb,
1188 struct sk_buff_head *xmitq)
Jon Paul Maloyac0074e2014-06-25 20:41:41 -05001189{
Jon Paul Maloybcd3ffd2015-07-22 10:11:19 -04001190 struct tipc_msg *hdr = buf_msg(skb);
Jon Maloy64ac5f52017-10-13 11:04:20 +02001191 u32 onode = tsk_own_node(tsk);
1192 struct sock *sk = &tsk->sk;
Jon Paul Maloybcd3ffd2015-07-22 10:11:19 -04001193 int mtyp = msg_type(hdr);
Jon Paul Maloy10724cc2016-05-02 11:58:47 -04001194 bool conn_cong;
Jon Paul Maloybcd3ffd2015-07-22 10:11:19 -04001195
Jon Paul Maloyac0074e2014-06-25 20:41:41 -05001196 /* Ignore if connection cannot be validated: */
Jon Paul Maloybcd3ffd2015-07-22 10:11:19 -04001197 if (!tsk_peer_msg(tsk, hdr))
Jon Paul Maloyac0074e2014-06-25 20:41:41 -05001198 goto exit;
1199
Parthasarathy Bhuvaraganc1be7752017-04-26 10:05:02 +02001200 if (unlikely(msg_errcode(hdr))) {
1201 tipc_set_sk_state(sk, TIPC_DISCONNECTING);
1202 tipc_node_remove_conn(sock_net(sk), tsk_peer_node(tsk),
1203 tsk_peer_port(tsk));
1204 sk->sk_state_change(sk);
1205 goto exit;
1206 }
1207
Parthasarathy Bhuvaragan8ea642e2016-11-01 14:02:44 +01001208 tsk->probe_unacked = false;
Jon Paul Maloyac0074e2014-06-25 20:41:41 -05001209
Jon Paul Maloybcd3ffd2015-07-22 10:11:19 -04001210 if (mtyp == CONN_PROBE) {
1211 msg_set_type(hdr, CONN_PROBE_REPLY);
Jon Paul Maloyf1d048f2016-06-17 06:35:57 -04001212 if (tipc_msg_reverse(onode, &skb, TIPC_OK))
1213 __skb_queue_tail(xmitq, skb);
Jon Paul Maloybcd3ffd2015-07-22 10:11:19 -04001214 return;
1215 } else if (mtyp == CONN_ACK) {
Jon Paul Maloy301bae52014-08-22 18:09:20 -04001216 conn_cong = tsk_conn_cong(tsk);
Jon Paul Maloy10724cc2016-05-02 11:58:47 -04001217 tsk->snt_unacked -= msg_conn_ack(hdr);
1218 if (tsk->peer_caps & TIPC_BLOCK_FLOWCTL)
1219 tsk->snd_win = msg_adv_win(hdr);
Jon Paul Maloy60120522014-06-25 20:41:42 -05001220 if (conn_cong)
Jon Paul Maloybcd3ffd2015-07-22 10:11:19 -04001221 sk->sk_write_space(sk);
1222 } else if (mtyp != CONN_PROBE_REPLY) {
1223 pr_warn("Received unknown CONN_PROTO msg\n");
Jon Paul Maloyac0074e2014-06-25 20:41:41 -05001224 }
Jon Paul Maloyac0074e2014-06-25 20:41:41 -05001225exit:
Jon Paul Maloybcd3ffd2015-07-22 10:11:19 -04001226 kfree_skb(skb);
Jon Paul Maloyac0074e2014-06-25 20:41:41 -05001227}
1228
Jon Paul Maloye2dafe82014-06-25 20:41:37 -05001229/**
Ying Xue247f0f32014-02-18 16:06:46 +08001230 * tipc_sendmsg - send message in connectionless manner
Per Lidenb97bf3f2006-01-02 19:04:38 +01001231 * @sock: socket structure
1232 * @m: message to send
Jon Paul Maloye2dafe82014-06-25 20:41:37 -05001233 * @dsz: amount of user data to be sent
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001234 *
Per Lidenb97bf3f2006-01-02 19:04:38 +01001235 * Message must have an destination specified explicitly.
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001236 * Used for SOCK_RDM and SOCK_DGRAM messages,
Per Lidenb97bf3f2006-01-02 19:04:38 +01001237 * and for 'SYN' messages on SOCK_SEQPACKET and SOCK_STREAM connections.
1238 * (Note: 'SYN+' is prohibited on SOCK_STREAM.)
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001239 *
Per Lidenb97bf3f2006-01-02 19:04:38 +01001240 * Returns the number of bytes sent on success, or errno otherwise
1241 */
Ying Xue1b784142015-03-02 15:37:48 +08001242static int tipc_sendmsg(struct socket *sock,
Jon Paul Maloye2dafe82014-06-25 20:41:37 -05001243 struct msghdr *m, size_t dsz)
Per Lidenb97bf3f2006-01-02 19:04:38 +01001244{
Ying Xue39a02952015-03-02 15:37:47 +08001245 struct sock *sk = sock->sk;
1246 int ret;
1247
1248 lock_sock(sk);
1249 ret = __tipc_sendmsg(sock, m, dsz);
1250 release_sock(sk);
1251
1252 return ret;
1253}
1254
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001255static int __tipc_sendmsg(struct socket *sock, struct msghdr *m, size_t dlen)
Ying Xue39a02952015-03-02 15:37:47 +08001256{
Allan Stephens0c3141e2008-04-15 00:22:02 -07001257 struct sock *sk = sock->sk;
Ying Xuef2f98002015-01-09 15:27:05 +08001258 struct net *net = sock_net(sk);
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001259 struct tipc_sock *tsk = tipc_sk(sk);
1260 DECLARE_SOCKADDR(struct sockaddr_tipc *, dest, m->msg_name);
1261 long timeout = sock_sndtimeo(sk, m->msg_flags & MSG_DONTWAIT);
1262 struct list_head *clinks = &tsk->cong_links;
1263 bool syn = !tipc_sk_type_connectionless(sk);
Jon Maloy75da2162017-10-13 11:04:23 +02001264 struct tipc_group *grp = tsk->group;
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001265 struct tipc_msg *hdr = &tsk->phdr;
Erik Hugnef2f80362015-03-19 09:02:19 +01001266 struct tipc_name_seq *seq;
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001267 struct sk_buff_head pkts;
1268 u32 type, inst, domain;
1269 u32 dnode, dport;
1270 int mtu, rc;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001271
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001272 if (unlikely(dlen > TIPC_MAX_USER_MSG_SIZE))
Allan Stephensc29c3f72010-04-20 17:58:24 -04001273 return -EMSGSIZE;
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001274
Jon Maloy27bd9ec2017-10-13 11:04:27 +02001275 if (likely(dest)) {
1276 if (unlikely(m->msg_namelen < sizeof(*dest)))
1277 return -EINVAL;
1278 if (unlikely(dest->family != AF_TIPC))
1279 return -EINVAL;
1280 }
1281
1282 if (grp) {
1283 if (!dest)
1284 return tipc_send_group_bcast(sock, m, dlen, timeout);
Jon Maloyee106d72017-10-13 11:04:28 +02001285 if (dest->addrtype == TIPC_ADDR_NAME)
1286 return tipc_send_group_anycast(sock, m, dlen, timeout);
Jon Maloy27bd9ec2017-10-13 11:04:27 +02001287 if (dest->addrtype == TIPC_ADDR_ID)
1288 return tipc_send_group_unicast(sock, m, dlen, timeout);
Jon Maloy5b8dddb2017-10-13 11:04:29 +02001289 if (dest->addrtype == TIPC_ADDR_MCAST)
1290 return tipc_send_group_mcast(sock, m, dlen, timeout);
Jon Maloy27bd9ec2017-10-13 11:04:27 +02001291 return -EINVAL;
1292 }
Jon Maloy75da2162017-10-13 11:04:23 +02001293
Erik Hugnef2f80362015-03-19 09:02:19 +01001294 if (unlikely(!dest)) {
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001295 dest = &tsk->peer;
1296 if (!syn || dest->family != AF_TIPC)
Erik Hugnef2f80362015-03-19 09:02:19 +01001297 return -EDESTADDRREQ;
Erik Hugnef2f80362015-03-19 09:02:19 +01001298 }
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001299
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001300 if (unlikely(syn)) {
Parthasarathy Bhuvaragan0c288c82016-11-01 14:02:43 +01001301 if (sk->sk_state == TIPC_LISTEN)
Ying Xue39a02952015-03-02 15:37:47 +08001302 return -EPIPE;
Parthasarathy Bhuvaragan438adca2016-11-01 14:02:45 +01001303 if (sk->sk_state != TIPC_OPEN)
Ying Xue39a02952015-03-02 15:37:47 +08001304 return -EISCONN;
1305 if (tsk->published)
1306 return -EOPNOTSUPP;
Allan Stephens0c3141e2008-04-15 00:22:02 -07001307 if (dest->addrtype == TIPC_ADDR_NAME) {
Jon Paul Maloy301bae52014-08-22 18:09:20 -04001308 tsk->conn_type = dest->addr.name.name.type;
1309 tsk->conn_instance = dest->addr.name.name.instance;
Allan Stephens0c3141e2008-04-15 00:22:02 -07001310 }
Per Lidenb97bf3f2006-01-02 19:04:38 +01001311 }
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001312
Erik Hugnef2f80362015-03-19 09:02:19 +01001313 seq = &dest->addr.nameseq;
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001314 if (dest->addrtype == TIPC_ADDR_MCAST)
1315 return tipc_sendmcast(sock, seq, m, dlen, timeout);
Jon Paul Maloye2dafe82014-06-25 20:41:37 -05001316
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001317 if (dest->addrtype == TIPC_ADDR_NAME) {
1318 type = dest->addr.name.name.type;
1319 inst = dest->addr.name.name.instance;
1320 domain = dest->addr.name.domain;
Jon Paul Maloye2dafe82014-06-25 20:41:37 -05001321 dnode = domain;
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001322 msg_set_type(hdr, TIPC_NAMED_MSG);
1323 msg_set_hdr_sz(hdr, NAMED_H_SIZE);
1324 msg_set_nametype(hdr, type);
1325 msg_set_nameinst(hdr, inst);
1326 msg_set_lookup_scope(hdr, tipc_addr_scope(domain));
Ying Xue4ac1c8d2015-01-09 15:27:09 +08001327 dport = tipc_nametbl_translate(net, type, inst, &dnode);
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001328 msg_set_destnode(hdr, dnode);
1329 msg_set_destport(hdr, dport);
Ying Xue39a02952015-03-02 15:37:47 +08001330 if (unlikely(!dport && !dnode))
1331 return -EHOSTUNREACH;
Jon Paul Maloye2dafe82014-06-25 20:41:37 -05001332 } else if (dest->addrtype == TIPC_ADDR_ID) {
1333 dnode = dest->addr.id.node;
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001334 msg_set_type(hdr, TIPC_DIRECT_MSG);
1335 msg_set_lookup_scope(hdr, 0);
1336 msg_set_destnode(hdr, dnode);
1337 msg_set_destport(hdr, dest->addr.id.ref);
1338 msg_set_hdr_sz(hdr, BASIC_H_SIZE);
Jon Paul Maloye2dafe82014-06-25 20:41:37 -05001339 }
1340
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001341 /* Block or return if destination link is congested */
Jon Maloya80ae532017-10-13 11:04:22 +02001342 rc = tipc_wait_for_cond(sock, &timeout,
1343 !tipc_dest_find(clinks, dnode, 0));
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001344 if (unlikely(rc))
Ying Xue39a02952015-03-02 15:37:47 +08001345 return rc;
Jon Paul Maloye2dafe82014-06-25 20:41:37 -05001346
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001347 skb_queue_head_init(&pkts);
1348 mtu = tipc_node_get_mtu(net, dnode, tsk->portid);
1349 rc = tipc_msg_build(hdr, m, 0, dlen, mtu, &pkts);
1350 if (unlikely(rc != dlen))
1351 return rc;
Jon Paul Maloye2dafe82014-06-25 20:41:37 -05001352
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001353 rc = tipc_node_xmit(net, &pkts, dnode, tsk->portid);
1354 if (unlikely(rc == -ELINKCONG)) {
Jon Maloya80ae532017-10-13 11:04:22 +02001355 tipc_dest_push(clinks, dnode, 0);
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001356 tsk->cong_link_cnt++;
1357 rc = 0;
1358 }
1359
1360 if (unlikely(syn && !rc))
1361 tipc_set_sk_state(sk, TIPC_CONNECTING);
1362
1363 return rc ? rc : dlen;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001364}
1365
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001366/**
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001367 * tipc_sendstream - send stream-oriented data
Per Lidenb97bf3f2006-01-02 19:04:38 +01001368 * @sock: socket structure
1369 * @m: data to send
Jon Paul Maloy4ccfe5e2014-06-25 20:41:38 -05001370 * @dsz: total length of data to be transmitted
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001371 *
Per Lidenb97bf3f2006-01-02 19:04:38 +01001372 * Used for SOCK_STREAM data.
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001373 *
1374 * Returns the number of bytes sent on success (or partial success),
Allan Stephens1303e8f2006-06-25 23:46:50 -07001375 * or errno if no data sent
Per Lidenb97bf3f2006-01-02 19:04:38 +01001376 */
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001377static int tipc_sendstream(struct socket *sock, struct msghdr *m, size_t dsz)
Per Lidenb97bf3f2006-01-02 19:04:38 +01001378{
Allan Stephens0c3141e2008-04-15 00:22:02 -07001379 struct sock *sk = sock->sk;
Ying Xue39a02952015-03-02 15:37:47 +08001380 int ret;
1381
1382 lock_sock(sk);
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001383 ret = __tipc_sendstream(sock, m, dsz);
Ying Xue39a02952015-03-02 15:37:47 +08001384 release_sock(sk);
1385
1386 return ret;
1387}
1388
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001389static int __tipc_sendstream(struct socket *sock, struct msghdr *m, size_t dlen)
Ying Xue39a02952015-03-02 15:37:47 +08001390{
1391 struct sock *sk = sock->sk;
Jon Paul Maloy4ccfe5e2014-06-25 20:41:38 -05001392 DECLARE_SOCKADDR(struct sockaddr_tipc *, dest, m->msg_name);
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001393 long timeout = sock_sndtimeo(sk, m->msg_flags & MSG_DONTWAIT);
1394 struct tipc_sock *tsk = tipc_sk(sk);
1395 struct tipc_msg *hdr = &tsk->phdr;
1396 struct net *net = sock_net(sk);
1397 struct sk_buff_head pkts;
1398 u32 dnode = tsk_peer_node(tsk);
1399 int send, sent = 0;
1400 int rc = 0;
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001401
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001402 skb_queue_head_init(&pkts);
1403
1404 if (unlikely(dlen > INT_MAX))
Jon Paul Maloy4ccfe5e2014-06-25 20:41:38 -05001405 return -EMSGSIZE;
Allan Stephens0c3141e2008-04-15 00:22:02 -07001406
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001407 /* Handle implicit connection setup */
1408 if (unlikely(dest)) {
1409 rc = __tipc_sendmsg(sock, m, dlen);
1410 if (dlen && (dlen == rc))
1411 tsk->snt_unacked = tsk_inc(tsk, dlen + msg_hdr_sz(hdr));
1412 return rc;
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001413 }
Per Lidenb97bf3f2006-01-02 19:04:38 +01001414
Jon Paul Maloy4ccfe5e2014-06-25 20:41:38 -05001415 do {
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001416 rc = tipc_wait_for_cond(sock, &timeout,
1417 (!tsk->cong_link_cnt &&
Jon Paul Maloy8c44e1a2017-01-03 10:55:09 -05001418 !tsk_conn_cong(tsk) &&
1419 tipc_sk_connected(sk)));
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001420 if (unlikely(rc))
1421 break;
Ying Xue39a02952015-03-02 15:37:47 +08001422
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001423 send = min_t(size_t, dlen - sent, TIPC_MAX_USER_MSG_SIZE);
1424 rc = tipc_msg_build(hdr, m, sent, send, tsk->max_pkt, &pkts);
1425 if (unlikely(rc != send))
1426 break;
1427
1428 rc = tipc_node_xmit(net, &pkts, dnode, tsk->portid);
1429 if (unlikely(rc == -ELINKCONG)) {
1430 tsk->cong_link_cnt = 1;
1431 rc = 0;
1432 }
1433 if (likely(!rc)) {
1434 tsk->snt_unacked += tsk_inc(tsk, send + MIN_H_SIZE);
1435 sent += send;
1436 }
1437 } while (sent < dlen && !rc);
1438
Parthasarathy Bhuvaragan3364d612017-04-24 15:00:42 +02001439 return sent ? sent : rc;
Jon Paul Maloy4ccfe5e2014-06-25 20:41:38 -05001440}
1441
1442/**
1443 * tipc_send_packet - send a connection-oriented message
Jon Paul Maloy4ccfe5e2014-06-25 20:41:38 -05001444 * @sock: socket structure
1445 * @m: message to send
1446 * @dsz: length of data to be transmitted
1447 *
1448 * Used for SOCK_SEQPACKET messages.
1449 *
1450 * Returns the number of bytes sent on success, or errno otherwise
1451 */
Ying Xue1b784142015-03-02 15:37:48 +08001452static int tipc_send_packet(struct socket *sock, struct msghdr *m, size_t dsz)
Jon Paul Maloy4ccfe5e2014-06-25 20:41:38 -05001453{
1454 if (dsz > TIPC_MAX_USER_MSG_SIZE)
1455 return -EMSGSIZE;
1456
Jon Paul Maloy365ad352017-01-03 10:55:11 -05001457 return tipc_sendstream(sock, m, dsz);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001458}
1459
Jon Paul Maloydadebc02014-08-22 18:09:11 -04001460/* tipc_sk_finish_conn - complete the setup of a connection
Per Lidenb97bf3f2006-01-02 19:04:38 +01001461 */
Jon Paul Maloy301bae52014-08-22 18:09:20 -04001462static void tipc_sk_finish_conn(struct tipc_sock *tsk, u32 peer_port,
Jon Paul Maloydadebc02014-08-22 18:09:11 -04001463 u32 peer_node)
Per Lidenb97bf3f2006-01-02 19:04:38 +01001464{
Ying Xue3721e9c2015-01-13 17:07:48 +08001465 struct sock *sk = &tsk->sk;
1466 struct net *net = sock_net(sk);
Jon Paul Maloy301bae52014-08-22 18:09:20 -04001467 struct tipc_msg *msg = &tsk->phdr;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001468
Jon Paul Maloydadebc02014-08-22 18:09:11 -04001469 msg_set_destnode(msg, peer_node);
1470 msg_set_destport(msg, peer_port);
1471 msg_set_type(msg, TIPC_CONN_MSG);
1472 msg_set_lookup_scope(msg, 0);
1473 msg_set_hdr_sz(msg, SHORT_H_SIZE);
Jon Paul Maloyf9fef182014-03-12 11:31:08 -04001474
Jon Maloy0d5fcebf2017-10-20 11:21:32 +02001475 sk_reset_timer(sk, &sk->sk_timer, jiffies + CONN_PROBING_INTV);
Parthasarathy Bhuvaragan8ea642e2016-11-01 14:02:44 +01001476 tipc_set_sk_state(sk, TIPC_ESTABLISHED);
Ying Xuef2f98002015-01-09 15:27:05 +08001477 tipc_node_add_conn(net, peer_node, tsk->portid, peer_port);
1478 tsk->max_pkt = tipc_node_get_mtu(net, peer_node, tsk->portid);
Jon Paul Maloy60020e12016-05-02 11:58:46 -04001479 tsk->peer_caps = tipc_node_get_capabilities(net, peer_node);
Jon Paul Maloy10724cc2016-05-02 11:58:47 -04001480 if (tsk->peer_caps & TIPC_BLOCK_FLOWCTL)
1481 return;
1482
1483 /* Fall back to message based flow control */
1484 tsk->rcv_win = FLOWCTL_MSG_WIN;
1485 tsk->snd_win = FLOWCTL_MSG_WIN;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001486}
1487
1488/**
Jon Maloy31c82a22017-10-13 11:04:24 +02001489 * tipc_sk_set_orig_addr - capture sender's address for received message
Per Lidenb97bf3f2006-01-02 19:04:38 +01001490 * @m: descriptor for message info
Jon Maloy31c82a22017-10-13 11:04:24 +02001491 * @hdr: received message header
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001492 *
Per Lidenb97bf3f2006-01-02 19:04:38 +01001493 * Note: Address is not captured if not requested by receiver.
1494 */
Jon Maloy31c82a22017-10-13 11:04:24 +02001495static void tipc_sk_set_orig_addr(struct msghdr *m, struct sk_buff *skb)
Per Lidenb97bf3f2006-01-02 19:04:38 +01001496{
Jon Maloy31c82a22017-10-13 11:04:24 +02001497 DECLARE_SOCKADDR(struct sockaddr_pair *, srcaddr, m->msg_name);
1498 struct tipc_msg *hdr = buf_msg(skb);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001499
Jon Maloy31c82a22017-10-13 11:04:24 +02001500 if (!srcaddr)
1501 return;
1502
1503 srcaddr->sock.family = AF_TIPC;
1504 srcaddr->sock.addrtype = TIPC_ADDR_ID;
1505 srcaddr->sock.addr.id.ref = msg_origport(hdr);
1506 srcaddr->sock.addr.id.node = msg_orignode(hdr);
1507 srcaddr->sock.addr.name.domain = 0;
1508 srcaddr->sock.scope = 0;
1509 m->msg_namelen = sizeof(struct sockaddr_tipc);
1510
1511 if (!msg_in_group(hdr))
1512 return;
1513
1514 /* Group message users may also want to know sending member's id */
1515 srcaddr->member.family = AF_TIPC;
1516 srcaddr->member.addrtype = TIPC_ADDR_NAME;
1517 srcaddr->member.addr.name.name.type = msg_nametype(hdr);
1518 srcaddr->member.addr.name.name.instance = TIPC_SKB_CB(skb)->orig_member;
1519 srcaddr->member.addr.name.domain = 0;
1520 m->msg_namelen = sizeof(*srcaddr);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001521}
1522
1523/**
Jon Paul Maloy301bae52014-08-22 18:09:20 -04001524 * tipc_sk_anc_data_recv - optionally capture ancillary data for received message
Per Lidenb97bf3f2006-01-02 19:04:38 +01001525 * @m: descriptor for message info
1526 * @msg: received message header
Jon Paul Maloy301bae52014-08-22 18:09:20 -04001527 * @tsk: TIPC port associated with message
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001528 *
Per Lidenb97bf3f2006-01-02 19:04:38 +01001529 * Note: Ancillary data is not captured if not requested by receiver.
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001530 *
Per Lidenb97bf3f2006-01-02 19:04:38 +01001531 * Returns 0 if successful, otherwise errno
1532 */
Jon Paul Maloy301bae52014-08-22 18:09:20 -04001533static int tipc_sk_anc_data_recv(struct msghdr *m, struct tipc_msg *msg,
1534 struct tipc_sock *tsk)
Per Lidenb97bf3f2006-01-02 19:04:38 +01001535{
1536 u32 anc_data[3];
1537 u32 err;
1538 u32 dest_type;
Allan Stephens3546c752006-06-25 23:45:24 -07001539 int has_name;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001540 int res;
1541
1542 if (likely(m->msg_controllen == 0))
1543 return 0;
1544
1545 /* Optionally capture errored message object(s) */
Per Lidenb97bf3f2006-01-02 19:04:38 +01001546 err = msg ? msg_errcode(msg) : 0;
1547 if (unlikely(err)) {
1548 anc_data[0] = err;
1549 anc_data[1] = msg_data_sz(msg);
Allan Stephens2db99832010-12-31 18:59:33 +00001550 res = put_cmsg(m, SOL_TIPC, TIPC_ERRINFO, 8, anc_data);
1551 if (res)
Per Lidenb97bf3f2006-01-02 19:04:38 +01001552 return res;
Allan Stephens2db99832010-12-31 18:59:33 +00001553 if (anc_data[1]) {
1554 res = put_cmsg(m, SOL_TIPC, TIPC_RETDATA, anc_data[1],
1555 msg_data(msg));
1556 if (res)
1557 return res;
1558 }
Per Lidenb97bf3f2006-01-02 19:04:38 +01001559 }
1560
1561 /* Optionally capture message destination object */
Per Lidenb97bf3f2006-01-02 19:04:38 +01001562 dest_type = msg ? msg_type(msg) : TIPC_DIRECT_MSG;
1563 switch (dest_type) {
1564 case TIPC_NAMED_MSG:
Allan Stephens3546c752006-06-25 23:45:24 -07001565 has_name = 1;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001566 anc_data[0] = msg_nametype(msg);
1567 anc_data[1] = msg_namelower(msg);
1568 anc_data[2] = msg_namelower(msg);
1569 break;
1570 case TIPC_MCAST_MSG:
Allan Stephens3546c752006-06-25 23:45:24 -07001571 has_name = 1;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001572 anc_data[0] = msg_nametype(msg);
1573 anc_data[1] = msg_namelower(msg);
1574 anc_data[2] = msg_nameupper(msg);
1575 break;
1576 case TIPC_CONN_MSG:
Jon Paul Maloy301bae52014-08-22 18:09:20 -04001577 has_name = (tsk->conn_type != 0);
1578 anc_data[0] = tsk->conn_type;
1579 anc_data[1] = tsk->conn_instance;
1580 anc_data[2] = tsk->conn_instance;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001581 break;
1582 default:
Allan Stephens3546c752006-06-25 23:45:24 -07001583 has_name = 0;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001584 }
Allan Stephens2db99832010-12-31 18:59:33 +00001585 if (has_name) {
1586 res = put_cmsg(m, SOL_TIPC, TIPC_DESTNAME, 12, anc_data);
1587 if (res)
1588 return res;
1589 }
Per Lidenb97bf3f2006-01-02 19:04:38 +01001590
1591 return 0;
1592}
1593
Jon Paul Maloy10724cc2016-05-02 11:58:47 -04001594static void tipc_sk_send_ack(struct tipc_sock *tsk)
Jon Paul Maloy739f5e42014-08-22 18:09:12 -04001595{
Parthasarathy Bhuvaragand6fb7e92016-11-01 14:02:40 +01001596 struct sock *sk = &tsk->sk;
1597 struct net *net = sock_net(sk);
Ying Xuea6ca1092014-11-26 11:41:55 +08001598 struct sk_buff *skb = NULL;
Jon Paul Maloy739f5e42014-08-22 18:09:12 -04001599 struct tipc_msg *msg;
Jon Paul Maloy301bae52014-08-22 18:09:20 -04001600 u32 peer_port = tsk_peer_port(tsk);
1601 u32 dnode = tsk_peer_node(tsk);
Jon Paul Maloy739f5e42014-08-22 18:09:12 -04001602
Parthasarathy Bhuvaragand6fb7e92016-11-01 14:02:40 +01001603 if (!tipc_sk_connected(sk))
Jon Paul Maloy739f5e42014-08-22 18:09:12 -04001604 return;
Jon Paul Maloyc5898632015-02-05 08:36:36 -05001605 skb = tipc_msg_create(CONN_MANAGER, CONN_ACK, INT_H_SIZE, 0,
1606 dnode, tsk_own_node(tsk), peer_port,
1607 tsk->portid, TIPC_OK);
Ying Xuea6ca1092014-11-26 11:41:55 +08001608 if (!skb)
Jon Paul Maloy739f5e42014-08-22 18:09:12 -04001609 return;
Ying Xuea6ca1092014-11-26 11:41:55 +08001610 msg = buf_msg(skb);
Jon Paul Maloy10724cc2016-05-02 11:58:47 -04001611 msg_set_conn_ack(msg, tsk->rcv_unacked);
1612 tsk->rcv_unacked = 0;
1613
1614 /* Adjust to and advertize the correct window limit */
1615 if (tsk->peer_caps & TIPC_BLOCK_FLOWCTL) {
1616 tsk->rcv_win = tsk_adv_blocks(tsk->sk.sk_rcvbuf);
1617 msg_set_adv_win(msg, tsk->rcv_win);
1618 }
Jon Paul Maloyaf9b0282015-07-16 16:54:24 -04001619 tipc_node_xmit_skb(net, skb, dnode, msg_link_selector(msg));
Jon Paul Maloy739f5e42014-08-22 18:09:12 -04001620}
1621
Arnaldo Carvalho de Melo85d3fc92014-05-23 15:55:12 -04001622static int tipc_wait_for_rcvmsg(struct socket *sock, long *timeop)
Ying Xue9bbb4ec2014-01-17 09:50:07 +08001623{
1624 struct sock *sk = sock->sk;
1625 DEFINE_WAIT(wait);
Arnaldo Carvalho de Melo85d3fc92014-05-23 15:55:12 -04001626 long timeo = *timeop;
Parthasarathy Bhuvaragan4e0df492017-04-26 10:05:01 +02001627 int err = sock_error(sk);
1628
1629 if (err)
1630 return err;
Ying Xue9bbb4ec2014-01-17 09:50:07 +08001631
1632 for (;;) {
1633 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE);
Ying Xuefe8e4642014-03-06 14:40:18 +01001634 if (timeo && skb_queue_empty(&sk->sk_receive_queue)) {
Parthasarathy Bhuvaragan6f000892016-11-01 14:02:47 +01001635 if (sk->sk_shutdown & RCV_SHUTDOWN) {
Ying Xue9bbb4ec2014-01-17 09:50:07 +08001636 err = -ENOTCONN;
1637 break;
1638 }
1639 release_sock(sk);
1640 timeo = schedule_timeout(timeo);
1641 lock_sock(sk);
1642 }
1643 err = 0;
1644 if (!skb_queue_empty(&sk->sk_receive_queue))
1645 break;
Ying Xue9bbb4ec2014-01-17 09:50:07 +08001646 err = -EAGAIN;
1647 if (!timeo)
1648 break;
Erik Hugne143fe222015-03-09 10:43:42 +01001649 err = sock_intr_errno(timeo);
1650 if (signal_pending(current))
1651 break;
Parthasarathy Bhuvaragan4e0df492017-04-26 10:05:01 +02001652
1653 err = sock_error(sk);
1654 if (err)
1655 break;
Ying Xue9bbb4ec2014-01-17 09:50:07 +08001656 }
1657 finish_wait(sk_sleep(sk), &wait);
Arnaldo Carvalho de Melo85d3fc92014-05-23 15:55:12 -04001658 *timeop = timeo;
Ying Xue9bbb4ec2014-01-17 09:50:07 +08001659 return err;
1660}
1661
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001662/**
Ying Xue247f0f32014-02-18 16:06:46 +08001663 * tipc_recvmsg - receive packet-oriented message
Per Lidenb97bf3f2006-01-02 19:04:38 +01001664 * @m: descriptor for message info
Jon Paul Maloye9f8b102017-05-02 18:16:53 +02001665 * @buflen: length of user buffer area
Per Lidenb97bf3f2006-01-02 19:04:38 +01001666 * @flags: receive flags
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001667 *
Per Lidenb97bf3f2006-01-02 19:04:38 +01001668 * Used for SOCK_DGRAM, SOCK_RDM, and SOCK_SEQPACKET messages.
1669 * If the complete message doesn't fit in user area, truncate it.
1670 *
1671 * Returns size of returned message data, errno otherwise
1672 */
Jon Paul Maloye9f8b102017-05-02 18:16:53 +02001673static int tipc_recvmsg(struct socket *sock, struct msghdr *m,
1674 size_t buflen, int flags)
Per Lidenb97bf3f2006-01-02 19:04:38 +01001675{
Allan Stephens0c3141e2008-04-15 00:22:02 -07001676 struct sock *sk = sock->sk;
Jon Paul Maloye9f8b102017-05-02 18:16:53 +02001677 bool connected = !tipc_sk_type_connectionless(sk);
Jon Maloyae236fb2017-10-13 11:04:25 +02001678 struct tipc_sock *tsk = tipc_sk(sk);
Jon Paul Maloye9f8b102017-05-02 18:16:53 +02001679 int rc, err, hlen, dlen, copy;
Jon Maloyb7d42632017-10-13 11:04:26 +02001680 struct sk_buff_head xmitq;
Jon Maloyae236fb2017-10-13 11:04:25 +02001681 struct tipc_msg *hdr;
1682 struct sk_buff *skb;
1683 bool grp_evt;
Jon Paul Maloye9f8b102017-05-02 18:16:53 +02001684 long timeout;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001685
Allan Stephens0c3141e2008-04-15 00:22:02 -07001686 /* Catch invalid receive requests */
Jon Paul Maloye9f8b102017-05-02 18:16:53 +02001687 if (unlikely(!buflen))
Per Lidenb97bf3f2006-01-02 19:04:38 +01001688 return -EINVAL;
1689
Allan Stephens0c3141e2008-04-15 00:22:02 -07001690 lock_sock(sk);
Jon Paul Maloye9f8b102017-05-02 18:16:53 +02001691 if (unlikely(connected && sk->sk_state == TIPC_OPEN)) {
1692 rc = -ENOTCONN;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001693 goto exit;
1694 }
Jon Paul Maloye9f8b102017-05-02 18:16:53 +02001695 timeout = sock_rcvtimeo(sk, flags & MSG_DONTWAIT);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001696
Jon Maloyb7d42632017-10-13 11:04:26 +02001697 /* Step rcv queue to first msg with data or error; wait if necessary */
Jon Paul Maloye9f8b102017-05-02 18:16:53 +02001698 do {
Jon Paul Maloye9f8b102017-05-02 18:16:53 +02001699 rc = tipc_wait_for_rcvmsg(sock, &timeout);
1700 if (unlikely(rc))
Per Lidenb97bf3f2006-01-02 19:04:38 +01001701 goto exit;
Jon Paul Maloye9f8b102017-05-02 18:16:53 +02001702 skb = skb_peek(&sk->sk_receive_queue);
1703 hdr = buf_msg(skb);
1704 dlen = msg_data_sz(hdr);
1705 hlen = msg_hdr_sz(hdr);
1706 err = msg_errcode(hdr);
Jon Maloyae236fb2017-10-13 11:04:25 +02001707 grp_evt = msg_is_grp_evt(hdr);
Jon Paul Maloye9f8b102017-05-02 18:16:53 +02001708 if (likely(dlen || err))
1709 break;
1710 tsk_advance_rx_queue(sk);
1711 } while (1);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001712
Jon Paul Maloye9f8b102017-05-02 18:16:53 +02001713 /* Collect msg meta data, including error code and rejected data */
Jon Maloy31c82a22017-10-13 11:04:24 +02001714 tipc_sk_set_orig_addr(m, skb);
Jon Paul Maloye9f8b102017-05-02 18:16:53 +02001715 rc = tipc_sk_anc_data_recv(m, hdr, tsk);
1716 if (unlikely(rc))
1717 goto exit;
1718
1719 /* Capture data if non-error msg, otherwise just set return value */
1720 if (likely(!err)) {
1721 copy = min_t(int, dlen, buflen);
1722 if (unlikely(copy != dlen))
1723 m->msg_flags |= MSG_TRUNC;
1724 rc = skb_copy_datagram_msg(skb, hlen, m, copy);
1725 } else {
1726 copy = 0;
1727 rc = 0;
1728 if (err != TIPC_CONN_SHUTDOWN && connected && !m->msg_control)
1729 rc = -ECONNRESET;
1730 }
1731 if (unlikely(rc))
1732 goto exit;
1733
Jon Maloyae236fb2017-10-13 11:04:25 +02001734 /* Mark message as group event if applicable */
1735 if (unlikely(grp_evt)) {
1736 if (msg_grp_evt(hdr) == TIPC_WITHDRAWN)
1737 m->msg_flags |= MSG_EOR;
1738 m->msg_flags |= MSG_OOB;
1739 copy = 0;
1740 }
1741
Jon Paul Maloye9f8b102017-05-02 18:16:53 +02001742 /* Caption of data or error code/rejected data was successful */
Jon Paul Maloy10724cc2016-05-02 11:58:47 -04001743 if (unlikely(flags & MSG_PEEK))
1744 goto exit;
1745
Jon Maloyb7d42632017-10-13 11:04:26 +02001746 /* Send group flow control advertisement when applicable */
1747 if (tsk->group && msg_in_group(hdr) && !grp_evt) {
1748 skb_queue_head_init(&xmitq);
1749 tipc_group_update_rcv_win(tsk->group, tsk_blocks(hlen + dlen),
1750 msg_orignode(hdr), msg_origport(hdr),
1751 &xmitq);
1752 tipc_node_distr_xmit(sock_net(sk), &xmitq);
1753 }
1754
Jon Paul Maloy10724cc2016-05-02 11:58:47 -04001755 tsk_advance_rx_queue(sk);
Jon Maloyae236fb2017-10-13 11:04:25 +02001756
Jon Paul Maloye9f8b102017-05-02 18:16:53 +02001757 if (likely(!connected))
1758 goto exit;
1759
Jon Maloyb7d42632017-10-13 11:04:26 +02001760 /* Send connection flow control advertisement when applicable */
Jon Paul Maloye9f8b102017-05-02 18:16:53 +02001761 tsk->rcv_unacked += tsk_inc(tsk, hlen + dlen);
1762 if (tsk->rcv_unacked >= tsk->rcv_win / TIPC_ACK_RATE)
1763 tipc_sk_send_ack(tsk);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001764exit:
Allan Stephens0c3141e2008-04-15 00:22:02 -07001765 release_sock(sk);
Jon Paul Maloye9f8b102017-05-02 18:16:53 +02001766 return rc ? rc : copy;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001767}
1768
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001769/**
Jon Paul Maloyec8a09f2017-05-02 18:16:54 +02001770 * tipc_recvstream - receive stream-oriented data
Per Lidenb97bf3f2006-01-02 19:04:38 +01001771 * @m: descriptor for message info
Jon Paul Maloyec8a09f2017-05-02 18:16:54 +02001772 * @buflen: total size of user buffer area
Per Lidenb97bf3f2006-01-02 19:04:38 +01001773 * @flags: receive flags
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001774 *
1775 * Used for SOCK_STREAM messages only. If not enough data is available
Per Lidenb97bf3f2006-01-02 19:04:38 +01001776 * will optionally wait for more; never truncates data.
1777 *
1778 * Returns size of returned message data, errno otherwise
1779 */
Jon Paul Maloyec8a09f2017-05-02 18:16:54 +02001780static int tipc_recvstream(struct socket *sock, struct msghdr *m,
1781 size_t buflen, int flags)
Per Lidenb97bf3f2006-01-02 19:04:38 +01001782{
Allan Stephens0c3141e2008-04-15 00:22:02 -07001783 struct sock *sk = sock->sk;
Jon Paul Maloy58ed9442014-03-12 11:31:12 -04001784 struct tipc_sock *tsk = tipc_sk(sk);
Jon Paul Maloyec8a09f2017-05-02 18:16:54 +02001785 struct sk_buff *skb;
1786 struct tipc_msg *hdr;
1787 struct tipc_skb_cb *skb_cb;
1788 bool peek = flags & MSG_PEEK;
1789 int offset, required, copy, copied = 0;
1790 int hlen, dlen, err, rc;
1791 long timeout;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001792
1793 /* Catch invalid receive attempts */
Jon Paul Maloyec8a09f2017-05-02 18:16:54 +02001794 if (unlikely(!buflen))
Per Lidenb97bf3f2006-01-02 19:04:38 +01001795 return -EINVAL;
1796
Allan Stephens0c3141e2008-04-15 00:22:02 -07001797 lock_sock(sk);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001798
Parthasarathy Bhuvaragan438adca2016-11-01 14:02:45 +01001799 if (unlikely(sk->sk_state == TIPC_OPEN)) {
Jon Paul Maloyec8a09f2017-05-02 18:16:54 +02001800 rc = -ENOTCONN;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001801 goto exit;
1802 }
Jon Paul Maloyec8a09f2017-05-02 18:16:54 +02001803 required = sock_rcvlowat(sk, flags & MSG_WAITALL, buflen);
1804 timeout = sock_rcvtimeo(sk, flags & MSG_DONTWAIT);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001805
Jon Paul Maloyec8a09f2017-05-02 18:16:54 +02001806 do {
1807 /* Look at first msg in receive queue; wait if necessary */
1808 rc = tipc_wait_for_rcvmsg(sock, &timeout);
1809 if (unlikely(rc))
1810 break;
1811 skb = skb_peek(&sk->sk_receive_queue);
1812 skb_cb = TIPC_SKB_CB(skb);
1813 hdr = buf_msg(skb);
1814 dlen = msg_data_sz(hdr);
1815 hlen = msg_hdr_sz(hdr);
1816 err = msg_errcode(hdr);
Paul Gortmaker617d3c72012-04-30 15:29:02 -04001817
Jon Paul Maloyec8a09f2017-05-02 18:16:54 +02001818 /* Discard any empty non-errored (SYN-) message */
1819 if (unlikely(!dlen && !err)) {
1820 tsk_advance_rx_queue(sk);
1821 continue;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001822 }
Per Lidenb97bf3f2006-01-02 19:04:38 +01001823
Jon Paul Maloyec8a09f2017-05-02 18:16:54 +02001824 /* Collect msg meta data, incl. error code and rejected data */
1825 if (!copied) {
Jon Maloy31c82a22017-10-13 11:04:24 +02001826 tipc_sk_set_orig_addr(m, skb);
Jon Paul Maloyec8a09f2017-05-02 18:16:54 +02001827 rc = tipc_sk_anc_data_recv(m, hdr, tsk);
1828 if (rc)
1829 break;
1830 }
Per Lidenb97bf3f2006-01-02 19:04:38 +01001831
Jon Paul Maloyec8a09f2017-05-02 18:16:54 +02001832 /* Copy data if msg ok, otherwise return error/partial data */
1833 if (likely(!err)) {
1834 offset = skb_cb->bytes_read;
1835 copy = min_t(int, dlen - offset, buflen - copied);
1836 rc = skb_copy_datagram_msg(skb, hlen + offset, m, copy);
1837 if (unlikely(rc))
1838 break;
1839 copied += copy;
1840 offset += copy;
1841 if (unlikely(offset < dlen)) {
1842 if (!peek)
1843 skb_cb->bytes_read = offset;
1844 break;
1845 }
1846 } else {
1847 rc = 0;
1848 if ((err != TIPC_CONN_SHUTDOWN) && !m->msg_control)
1849 rc = -ECONNRESET;
1850 if (copied || rc)
1851 break;
1852 }
Jon Paul Maloy10724cc2016-05-02 11:58:47 -04001853
Jon Paul Maloyec8a09f2017-05-02 18:16:54 +02001854 if (unlikely(peek))
1855 break;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001856
Jon Paul Maloyec8a09f2017-05-02 18:16:54 +02001857 tsk_advance_rx_queue(sk);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001858
Jon Paul Maloyec8a09f2017-05-02 18:16:54 +02001859 /* Send connection flow control advertisement when applicable */
1860 tsk->rcv_unacked += tsk_inc(tsk, hlen + dlen);
1861 if (unlikely(tsk->rcv_unacked >= tsk->rcv_win / TIPC_ACK_RATE))
1862 tipc_sk_send_ack(tsk);
1863
1864 /* Exit if all requested data or FIN/error received */
1865 if (copied == buflen || err)
1866 break;
1867
1868 } while (!skb_queue_empty(&sk->sk_receive_queue) || copied < required);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001869exit:
Allan Stephens0c3141e2008-04-15 00:22:02 -07001870 release_sock(sk);
Jon Paul Maloyec8a09f2017-05-02 18:16:54 +02001871 return copied ? copied : rc;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001872}
1873
1874/**
Ying Xuef288bef2012-08-21 11:16:57 +08001875 * tipc_write_space - wake up thread if port congestion is released
1876 * @sk: socket
1877 */
1878static void tipc_write_space(struct sock *sk)
1879{
1880 struct socket_wq *wq;
1881
1882 rcu_read_lock();
1883 wq = rcu_dereference(sk->sk_wq);
Herbert Xu1ce0bf52015-11-26 13:55:39 +08001884 if (skwq_has_sleeper(wq))
Ying Xuef288bef2012-08-21 11:16:57 +08001885 wake_up_interruptible_sync_poll(&wq->wait, POLLOUT |
1886 POLLWRNORM | POLLWRBAND);
1887 rcu_read_unlock();
1888}
1889
1890/**
1891 * tipc_data_ready - wake up threads to indicate messages have been received
1892 * @sk: socket
1893 * @len: the length of messages
1894 */
David S. Miller676d2362014-04-11 16:15:36 -04001895static void tipc_data_ready(struct sock *sk)
Ying Xuef288bef2012-08-21 11:16:57 +08001896{
1897 struct socket_wq *wq;
1898
1899 rcu_read_lock();
1900 wq = rcu_dereference(sk->sk_wq);
Herbert Xu1ce0bf52015-11-26 13:55:39 +08001901 if (skwq_has_sleeper(wq))
Ying Xuef288bef2012-08-21 11:16:57 +08001902 wake_up_interruptible_sync_poll(&wq->wait, POLLIN |
1903 POLLRDNORM | POLLRDBAND);
1904 rcu_read_unlock();
1905}
1906
Ying Xuef4195d12015-11-22 15:46:05 +08001907static void tipc_sock_destruct(struct sock *sk)
1908{
1909 __skb_queue_purge(&sk->sk_receive_queue);
1910}
1911
Jon Maloy64ac5f52017-10-13 11:04:20 +02001912static void tipc_sk_proto_rcv(struct sock *sk,
1913 struct sk_buff_head *inputq,
1914 struct sk_buff_head *xmitq)
1915{
1916 struct sk_buff *skb = __skb_dequeue(inputq);
1917 struct tipc_sock *tsk = tipc_sk(sk);
1918 struct tipc_msg *hdr = buf_msg(skb);
Jon Maloy75da2162017-10-13 11:04:23 +02001919 struct tipc_group *grp = tsk->group;
Jon Maloyb7d42632017-10-13 11:04:26 +02001920 bool wakeup = false;
Jon Maloy64ac5f52017-10-13 11:04:20 +02001921
1922 switch (msg_user(hdr)) {
1923 case CONN_MANAGER:
1924 tipc_sk_conn_proto_rcv(tsk, skb, xmitq);
1925 return;
1926 case SOCK_WAKEUP:
Jon Maloya80ae532017-10-13 11:04:22 +02001927 tipc_dest_del(&tsk->cong_links, msg_orignode(hdr), 0);
Jon Maloy64ac5f52017-10-13 11:04:20 +02001928 tsk->cong_link_cnt--;
Jon Maloyb7d42632017-10-13 11:04:26 +02001929 wakeup = true;
Jon Maloy64ac5f52017-10-13 11:04:20 +02001930 break;
Jon Maloy75da2162017-10-13 11:04:23 +02001931 case GROUP_PROTOCOL:
Jon Maloyb7d42632017-10-13 11:04:26 +02001932 tipc_group_proto_rcv(grp, &wakeup, hdr, inputq, xmitq);
Jon Maloy75da2162017-10-13 11:04:23 +02001933 break;
Jon Maloy64ac5f52017-10-13 11:04:20 +02001934 case TOP_SRV:
Jon Maloyb7d42632017-10-13 11:04:26 +02001935 tipc_group_member_evt(tsk->group, &wakeup, &sk->sk_rcvbuf,
Jon Maloy7ad32bc2018-01-08 21:03:26 +01001936 hdr, inputq, xmitq);
Jon Maloy64ac5f52017-10-13 11:04:20 +02001937 break;
1938 default:
1939 break;
1940 }
1941
Jon Maloyb7d42632017-10-13 11:04:26 +02001942 if (wakeup)
1943 sk->sk_write_space(sk);
1944
Jon Maloy64ac5f52017-10-13 11:04:20 +02001945 kfree_skb(skb);
1946}
1947
Ying Xuef288bef2012-08-21 11:16:57 +08001948/**
Jon Maloy64ac5f52017-10-13 11:04:20 +02001949 * tipc_filter_connect - Handle incoming message for a connection-based socket
Jon Paul Maloy58ed9442014-03-12 11:31:12 -04001950 * @tsk: TIPC socket
Jon Paul Maloy1186adf2015-02-05 08:36:37 -05001951 * @skb: pointer to message buffer. Set to NULL if buffer is consumed
Ying Xue7e6c1312012-11-29 18:39:14 -05001952 *
Jon Paul Maloycda36962015-07-22 10:11:20 -04001953 * Returns true if everything ok, false otherwise
Ying Xue7e6c1312012-11-29 18:39:14 -05001954 */
Jon Maloy64ac5f52017-10-13 11:04:20 +02001955static bool tipc_sk_filter_connect(struct tipc_sock *tsk, struct sk_buff *skb)
Ying Xue7e6c1312012-11-29 18:39:14 -05001956{
Jon Paul Maloy58ed9442014-03-12 11:31:12 -04001957 struct sock *sk = &tsk->sk;
Ying Xuef2f98002015-01-09 15:27:05 +08001958 struct net *net = sock_net(sk);
Jon Paul Maloycda36962015-07-22 10:11:20 -04001959 struct tipc_msg *hdr = buf_msg(skb);
Parthasarathy Bhuvaragan4e0df492017-04-26 10:05:01 +02001960 u32 pport = msg_origport(hdr);
1961 u32 pnode = msg_orignode(hdr);
Ying Xue7e6c1312012-11-29 18:39:14 -05001962
Jon Paul Maloycda36962015-07-22 10:11:20 -04001963 if (unlikely(msg_mcast(hdr)))
1964 return false;
Ying Xue7e6c1312012-11-29 18:39:14 -05001965
Parthasarathy Bhuvaragan99a20882016-11-01 14:02:48 +01001966 switch (sk->sk_state) {
1967 case TIPC_CONNECTING:
Ying Xue7e6c1312012-11-29 18:39:14 -05001968 /* Accept only ACK or NACK message */
Parthasarathy Bhuvaragan4e0df492017-04-26 10:05:01 +02001969 if (unlikely(!msg_connected(hdr))) {
1970 if (pport != tsk_peer_port(tsk) ||
1971 pnode != tsk_peer_node(tsk))
1972 return false;
1973
1974 tipc_set_sk_state(sk, TIPC_DISCONNECTING);
1975 sk->sk_err = ECONNREFUSED;
1976 sk->sk_state_change(sk);
1977 return true;
1978 }
Jon Paul Maloydadebc02014-08-22 18:09:11 -04001979
Jon Paul Maloycda36962015-07-22 10:11:20 -04001980 if (unlikely(msg_errcode(hdr))) {
Parthasarathy Bhuvaragan9fd4b072016-11-01 14:02:46 +01001981 tipc_set_sk_state(sk, TIPC_DISCONNECTING);
Erik Hugne2c8d8512013-08-28 09:29:58 +02001982 sk->sk_err = ECONNREFUSED;
Parthasarathy Bhuvaragan4e0df492017-04-26 10:05:01 +02001983 sk->sk_state_change(sk);
Jon Paul Maloycda36962015-07-22 10:11:20 -04001984 return true;
Ying Xue584d24b2012-11-29 18:51:19 -05001985 }
1986
Jon Paul Maloycda36962015-07-22 10:11:20 -04001987 if (unlikely(!msg_isdata(hdr))) {
Parthasarathy Bhuvaragan9fd4b072016-11-01 14:02:46 +01001988 tipc_set_sk_state(sk, TIPC_DISCONNECTING);
Jon Paul Maloydadebc02014-08-22 18:09:11 -04001989 sk->sk_err = EINVAL;
Parthasarathy Bhuvaragan4e0df492017-04-26 10:05:01 +02001990 sk->sk_state_change(sk);
Jon Paul Maloycda36962015-07-22 10:11:20 -04001991 return true;
Ying Xue584d24b2012-11-29 18:51:19 -05001992 }
1993
Jon Paul Maloycda36962015-07-22 10:11:20 -04001994 tipc_sk_finish_conn(tsk, msg_origport(hdr), msg_orignode(hdr));
1995 msg_set_importance(&tsk->phdr, msg_importance(hdr));
Jon Paul Maloydadebc02014-08-22 18:09:11 -04001996
Jon Paul Maloycda36962015-07-22 10:11:20 -04001997 /* If 'ACK+' message, add to socket receive queue */
1998 if (msg_data_sz(hdr))
1999 return true;
2000
2001 /* If empty 'ACK-' message, wake up sleeping connect() */
Parthasarathy Bhuvaragan42b531d2017-04-26 10:05:00 +02002002 sk->sk_data_ready(sk);
Jon Paul Maloycda36962015-07-22 10:11:20 -04002003
2004 /* 'ACK-' message is neither accepted nor rejected: */
2005 msg_set_dest_droppable(hdr, 1);
2006 return false;
Jon Paul Maloycda36962015-07-22 10:11:20 -04002007
Parthasarathy Bhuvaragan438adca2016-11-01 14:02:45 +01002008 case TIPC_OPEN:
Parthasarathy Bhuvaragan9fd4b072016-11-01 14:02:46 +01002009 case TIPC_DISCONNECTING:
Parthasarathy Bhuvaragan438adca2016-11-01 14:02:45 +01002010 break;
2011 case TIPC_LISTEN:
Ying Xue7e6c1312012-11-29 18:39:14 -05002012 /* Accept only SYN message */
Jon Paul Maloycda36962015-07-22 10:11:20 -04002013 if (!msg_connected(hdr) && !(msg_errcode(hdr)))
2014 return true;
Ying Xue7e6c1312012-11-29 18:39:14 -05002015 break;
Parthasarathy Bhuvaraganf40acba2016-11-01 14:02:49 +01002016 case TIPC_ESTABLISHED:
2017 /* Accept only connection-based messages sent by peer */
2018 if (unlikely(!tsk_peer_msg(tsk, hdr)))
2019 return false;
2020
2021 if (unlikely(msg_errcode(hdr))) {
2022 tipc_set_sk_state(sk, TIPC_DISCONNECTING);
2023 /* Let timer expire on it's own */
2024 tipc_node_remove_conn(net, tsk_peer_node(tsk),
2025 tsk->portid);
2026 sk->sk_state_change(sk);
2027 }
2028 return true;
Ying Xue7e6c1312012-11-29 18:39:14 -05002029 default:
Parthasarathy Bhuvaragan438adca2016-11-01 14:02:45 +01002030 pr_err("Unknown sk_state %u\n", sk->sk_state);
Ying Xue7e6c1312012-11-29 18:39:14 -05002031 }
Parthasarathy Bhuvaragan438adca2016-11-01 14:02:45 +01002032
Jon Paul Maloycda36962015-07-22 10:11:20 -04002033 return false;
Ying Xue7e6c1312012-11-29 18:39:14 -05002034}
2035
2036/**
Ying Xueaba79f32013-01-20 23:30:09 +01002037 * rcvbuf_limit - get proper overload limit of socket receive queue
2038 * @sk: socket
Jon Paul Maloy10724cc2016-05-02 11:58:47 -04002039 * @skb: message
Ying Xueaba79f32013-01-20 23:30:09 +01002040 *
Jon Paul Maloy10724cc2016-05-02 11:58:47 -04002041 * For connection oriented messages, irrespective of importance,
2042 * default queue limit is 2 MB.
Ying Xueaba79f32013-01-20 23:30:09 +01002043 *
Jon Paul Maloy10724cc2016-05-02 11:58:47 -04002044 * For connectionless messages, queue limits are based on message
2045 * importance as follows:
Ying Xueaba79f32013-01-20 23:30:09 +01002046 *
Jon Paul Maloy10724cc2016-05-02 11:58:47 -04002047 * TIPC_LOW_IMPORTANCE (2 MB)
2048 * TIPC_MEDIUM_IMPORTANCE (4 MB)
2049 * TIPC_HIGH_IMPORTANCE (8 MB)
2050 * TIPC_CRITICAL_IMPORTANCE (16 MB)
Ying Xueaba79f32013-01-20 23:30:09 +01002051 *
2052 * Returns overload limit according to corresponding message importance
2053 */
Jon Paul Maloy10724cc2016-05-02 11:58:47 -04002054static unsigned int rcvbuf_limit(struct sock *sk, struct sk_buff *skb)
Ying Xueaba79f32013-01-20 23:30:09 +01002055{
Jon Paul Maloy10724cc2016-05-02 11:58:47 -04002056 struct tipc_sock *tsk = tipc_sk(sk);
2057 struct tipc_msg *hdr = buf_msg(skb);
Ying Xueaba79f32013-01-20 23:30:09 +01002058
Jon Maloyb7d42632017-10-13 11:04:26 +02002059 if (unlikely(msg_in_group(hdr)))
2060 return sk->sk_rcvbuf;
2061
Jon Paul Maloy10724cc2016-05-02 11:58:47 -04002062 if (unlikely(!msg_connected(hdr)))
2063 return sk->sk_rcvbuf << msg_importance(hdr);
wangweidong0cee6bb2013-12-12 09:36:39 +08002064
Jon Paul Maloy10724cc2016-05-02 11:58:47 -04002065 if (likely(tsk->peer_caps & TIPC_BLOCK_FLOWCTL))
2066 return sk->sk_rcvbuf;
2067
2068 return FLOWCTL_MSG_LIM;
Ying Xueaba79f32013-01-20 23:30:09 +01002069}
2070
2071/**
Jon Maloy64ac5f52017-10-13 11:04:20 +02002072 * tipc_sk_filter_rcv - validate incoming message
Allan Stephens0c3141e2008-04-15 00:22:02 -07002073 * @sk: socket
Jon Paul Maloycda36962015-07-22 10:11:20 -04002074 * @skb: pointer to message.
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002075 *
Allan Stephens0c3141e2008-04-15 00:22:02 -07002076 * Enqueues message on receive queue if acceptable; optionally handles
2077 * disconnect indication for a connected socket.
2078 *
Jon Paul Maloy1186adf2015-02-05 08:36:37 -05002079 * Called with socket lock already taken
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002080 *
Per Lidenb97bf3f2006-01-02 19:04:38 +01002081 */
Jon Maloy64ac5f52017-10-13 11:04:20 +02002082static void tipc_sk_filter_rcv(struct sock *sk, struct sk_buff *skb,
2083 struct sk_buff_head *xmitq)
Per Lidenb97bf3f2006-01-02 19:04:38 +01002084{
Jon Maloy64ac5f52017-10-13 11:04:20 +02002085 bool sk_conn = !tipc_sk_type_connectionless(sk);
Jon Paul Maloy58ed9442014-03-12 11:31:12 -04002086 struct tipc_sock *tsk = tipc_sk(sk);
Jon Maloy75da2162017-10-13 11:04:23 +02002087 struct tipc_group *grp = tsk->group;
Jon Paul Maloycda36962015-07-22 10:11:20 -04002088 struct tipc_msg *hdr = buf_msg(skb);
Jon Maloy64ac5f52017-10-13 11:04:20 +02002089 struct net *net = sock_net(sk);
2090 struct sk_buff_head inputq;
2091 int limit, err = TIPC_OK;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002092
Parthasarathy Bhuvaraganba8aebe2016-11-01 14:02:37 +01002093 TIPC_SKB_CB(skb)->bytes_read = 0;
Jon Maloy64ac5f52017-10-13 11:04:20 +02002094 __skb_queue_head_init(&inputq);
2095 __skb_queue_tail(&inputq, skb);
Allan Stephens0c3141e2008-04-15 00:22:02 -07002096
Jon Maloy64ac5f52017-10-13 11:04:20 +02002097 if (unlikely(!msg_isdata(hdr)))
2098 tipc_sk_proto_rcv(sk, &inputq, xmitq);
Jon Paul Maloycda36962015-07-22 10:11:20 -04002099
Jon Maloy75da2162017-10-13 11:04:23 +02002100 if (unlikely(grp))
2101 tipc_group_filter_msg(grp, &inputq, xmitq);
2102
Jon Maloy64ac5f52017-10-13 11:04:20 +02002103 /* Validate and add to receive buffer if there is space */
2104 while ((skb = __skb_dequeue(&inputq))) {
2105 hdr = buf_msg(skb);
2106 limit = rcvbuf_limit(sk, skb);
2107 if ((sk_conn && !tipc_sk_filter_connect(tsk, skb)) ||
Jon Maloy75da2162017-10-13 11:04:23 +02002108 (!sk_conn && msg_connected(hdr)) ||
2109 (!grp && msg_in_group(hdr)))
Jon Maloy64ac5f52017-10-13 11:04:20 +02002110 err = TIPC_ERR_NO_PORT;
2111 else if (sk_rmem_alloc_get(sk) + skb->truesize >= limit)
2112 err = TIPC_ERR_OVERLOAD;
2113
2114 if (unlikely(err)) {
2115 tipc_skb_reject(net, err, skb, xmitq);
2116 err = TIPC_OK;
2117 continue;
2118 }
2119 __skb_queue_tail(&sk->sk_receive_queue, skb);
2120 skb_set_owner_r(skb, sk);
2121 sk->sk_data_ready(sk);
2122 }
Per Lidenb97bf3f2006-01-02 19:04:38 +01002123}
2124
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002125/**
Jon Maloy64ac5f52017-10-13 11:04:20 +02002126 * tipc_sk_backlog_rcv - handle incoming message from backlog queue
Allan Stephens0c3141e2008-04-15 00:22:02 -07002127 * @sk: socket
Ying Xuea6ca1092014-11-26 11:41:55 +08002128 * @skb: message
Allan Stephens0c3141e2008-04-15 00:22:02 -07002129 *
Jon Paul Maloye3a77562015-02-05 08:36:39 -05002130 * Caller must hold socket lock
Allan Stephens0c3141e2008-04-15 00:22:02 -07002131 */
Jon Maloy64ac5f52017-10-13 11:04:20 +02002132static int tipc_sk_backlog_rcv(struct sock *sk, struct sk_buff *skb)
Allan Stephens0c3141e2008-04-15 00:22:02 -07002133{
Jon Maloy64ac5f52017-10-13 11:04:20 +02002134 unsigned int before = sk_rmem_alloc_get(sk);
Jon Paul Maloyf1d048f2016-06-17 06:35:57 -04002135 struct sk_buff_head xmitq;
Jon Maloy64ac5f52017-10-13 11:04:20 +02002136 unsigned int added;
Allan Stephens0c3141e2008-04-15 00:22:02 -07002137
Jon Paul Maloyf1d048f2016-06-17 06:35:57 -04002138 __skb_queue_head_init(&xmitq);
2139
Jon Maloy64ac5f52017-10-13 11:04:20 +02002140 tipc_sk_filter_rcv(sk, skb, &xmitq);
2141 added = sk_rmem_alloc_get(sk) - before;
2142 atomic_add(added, &tipc_sk(sk)->dupl_rcvcnt);
2143
2144 /* Send pending response/rejected messages, if any */
Jon Maloyf70d37b2017-10-13 11:04:21 +02002145 tipc_node_distr_xmit(sock_net(sk), &xmitq);
Allan Stephens0c3141e2008-04-15 00:22:02 -07002146 return 0;
2147}
2148
2149/**
Jon Paul Maloyc637c102015-02-05 08:36:41 -05002150 * tipc_sk_enqueue - extract all buffers with destination 'dport' from
2151 * inputq and try adding them to socket or backlog queue
2152 * @inputq: list of incoming buffers with potentially different destinations
2153 * @sk: socket where the buffers should be enqueued
2154 * @dport: port number for the socket
Jon Paul Maloyd570d862015-02-05 08:36:38 -05002155 *
2156 * Caller must hold socket lock
Jon Paul Maloyd570d862015-02-05 08:36:38 -05002157 */
Jon Paul Maloycda36962015-07-22 10:11:20 -04002158static void tipc_sk_enqueue(struct sk_buff_head *inputq, struct sock *sk,
Jon Paul Maloyf1d048f2016-06-17 06:35:57 -04002159 u32 dport, struct sk_buff_head *xmitq)
Jon Paul Maloyd570d862015-02-05 08:36:38 -05002160{
Jon Paul Maloyf1d048f2016-06-17 06:35:57 -04002161 unsigned long time_limit = jiffies + 2;
2162 struct sk_buff *skb;
Jon Paul Maloyd570d862015-02-05 08:36:38 -05002163 unsigned int lim;
2164 atomic_t *dcnt;
Jon Paul Maloyf1d048f2016-06-17 06:35:57 -04002165 u32 onode;
Jon Paul Maloyd570d862015-02-05 08:36:38 -05002166
Jon Paul Maloyc637c102015-02-05 08:36:41 -05002167 while (skb_queue_len(inputq)) {
Jon Paul Maloy51a00da2015-02-08 11:10:50 -05002168 if (unlikely(time_after_eq(jiffies, time_limit)))
Jon Paul Maloycda36962015-07-22 10:11:20 -04002169 return;
2170
Jon Paul Maloyc637c102015-02-05 08:36:41 -05002171 skb = tipc_skb_dequeue(inputq, dport);
2172 if (unlikely(!skb))
Jon Paul Maloycda36962015-07-22 10:11:20 -04002173 return;
2174
2175 /* Add message directly to receive queue if possible */
Jon Paul Maloyc637c102015-02-05 08:36:41 -05002176 if (!sock_owned_by_user(sk)) {
Jon Maloy64ac5f52017-10-13 11:04:20 +02002177 tipc_sk_filter_rcv(sk, skb, xmitq);
Jon Paul Maloycda36962015-07-22 10:11:20 -04002178 continue;
Jon Paul Maloyc637c102015-02-05 08:36:41 -05002179 }
Jon Paul Maloycda36962015-07-22 10:11:20 -04002180
2181 /* Try backlog, compensating for double-counted bytes */
Jon Paul Maloyc637c102015-02-05 08:36:41 -05002182 dcnt = &tipc_sk(sk)->dupl_rcvcnt;
Jon Paul Maloy7c8bcfb2016-05-02 11:58:45 -04002183 if (!sk->sk_backlog.len)
Jon Paul Maloyc637c102015-02-05 08:36:41 -05002184 atomic_set(dcnt, 0);
2185 lim = rcvbuf_limit(sk, skb) + atomic_read(dcnt);
2186 if (likely(!sk_add_backlog(sk, skb, lim)))
2187 continue;
Jon Paul Maloycda36962015-07-22 10:11:20 -04002188
2189 /* Overload => reject message back to sender */
Jon Paul Maloyf1d048f2016-06-17 06:35:57 -04002190 onode = tipc_own_addr(sock_net(sk));
2191 if (tipc_msg_reverse(onode, &skb, TIPC_ERR_OVERLOAD))
2192 __skb_queue_tail(xmitq, skb);
Jon Paul Maloycda36962015-07-22 10:11:20 -04002193 break;
Jon Paul Maloyc637c102015-02-05 08:36:41 -05002194 }
Jon Paul Maloyd570d862015-02-05 08:36:38 -05002195}
2196
2197/**
Jon Paul Maloyc637c102015-02-05 08:36:41 -05002198 * tipc_sk_rcv - handle a chain of incoming buffers
2199 * @inputq: buffer list containing the buffers
2200 * Consumes all buffers in list until inputq is empty
2201 * Note: may be called in multiple threads referring to the same queue
Allan Stephens0c3141e2008-04-15 00:22:02 -07002202 */
Jon Paul Maloycda36962015-07-22 10:11:20 -04002203void tipc_sk_rcv(struct net *net, struct sk_buff_head *inputq)
Allan Stephens0c3141e2008-04-15 00:22:02 -07002204{
Jon Paul Maloyf1d048f2016-06-17 06:35:57 -04002205 struct sk_buff_head xmitq;
Jon Paul Maloyc637c102015-02-05 08:36:41 -05002206 u32 dnode, dport = 0;
Erik Hugne9871b272015-04-23 09:37:39 -04002207 int err;
Jon Paul Maloy9816f062014-05-14 05:39:15 -04002208 struct tipc_sock *tsk;
Jon Paul Maloy9816f062014-05-14 05:39:15 -04002209 struct sock *sk;
Jon Paul Maloycda36962015-07-22 10:11:20 -04002210 struct sk_buff *skb;
Jon Paul Maloy9816f062014-05-14 05:39:15 -04002211
Jon Paul Maloyf1d048f2016-06-17 06:35:57 -04002212 __skb_queue_head_init(&xmitq);
Jon Paul Maloyc637c102015-02-05 08:36:41 -05002213 while (skb_queue_len(inputq)) {
Jon Paul Maloyc637c102015-02-05 08:36:41 -05002214 dport = tipc_skb_peek_port(inputq, dport);
2215 tsk = tipc_sk_lookup(net, dport);
Jon Paul Maloycda36962015-07-22 10:11:20 -04002216
Jon Paul Maloyc637c102015-02-05 08:36:41 -05002217 if (likely(tsk)) {
2218 sk = &tsk->sk;
2219 if (likely(spin_trylock_bh(&sk->sk_lock.slock))) {
Jon Paul Maloyf1d048f2016-06-17 06:35:57 -04002220 tipc_sk_enqueue(inputq, sk, dport, &xmitq);
Jon Paul Maloyc637c102015-02-05 08:36:41 -05002221 spin_unlock_bh(&sk->sk_lock.slock);
Jon Paul Maloyc637c102015-02-05 08:36:41 -05002222 }
Jon Paul Maloyf1d048f2016-06-17 06:35:57 -04002223 /* Send pending response/rejected messages, if any */
Jon Maloyf70d37b2017-10-13 11:04:21 +02002224 tipc_node_distr_xmit(sock_net(sk), &xmitq);
Jon Paul Maloyc637c102015-02-05 08:36:41 -05002225 sock_put(sk);
Jon Paul Maloyc637c102015-02-05 08:36:41 -05002226 continue;
Jon Paul Maloyc637c102015-02-05 08:36:41 -05002227 }
Jon Paul Maloycda36962015-07-22 10:11:20 -04002228 /* No destination socket => dequeue skb if still there */
2229 skb = tipc_skb_dequeue(inputq, dport);
2230 if (!skb)
2231 return;
2232
2233 /* Try secondary lookup if unresolved named message */
2234 err = TIPC_ERR_NO_PORT;
2235 if (tipc_msg_lookup_dest(net, skb, &err))
2236 goto xmit;
2237
2238 /* Prepare for message rejection */
2239 if (!tipc_msg_reverse(tipc_own_addr(net), &skb, err))
Jon Paul Maloyc637c102015-02-05 08:36:41 -05002240 continue;
Jon Paul Maloye3a77562015-02-05 08:36:39 -05002241xmit:
Jon Paul Maloycda36962015-07-22 10:11:20 -04002242 dnode = msg_destnode(buf_msg(skb));
Jon Paul Maloyaf9b0282015-07-16 16:54:24 -04002243 tipc_node_xmit_skb(net, skb, dnode, dport);
Jon Paul Maloyc637c102015-02-05 08:36:41 -05002244 }
Allan Stephens0c3141e2008-04-15 00:22:02 -07002245}
2246
Ying Xue78eb3a52014-01-17 09:50:03 +08002247static int tipc_wait_for_connect(struct socket *sock, long *timeo_p)
2248{
WANG Congd9dc8b02016-11-11 10:20:50 -08002249 DEFINE_WAIT_FUNC(wait, woken_wake_function);
Ying Xue78eb3a52014-01-17 09:50:03 +08002250 struct sock *sk = sock->sk;
Ying Xue78eb3a52014-01-17 09:50:03 +08002251 int done;
2252
2253 do {
2254 int err = sock_error(sk);
2255 if (err)
2256 return err;
2257 if (!*timeo_p)
2258 return -ETIMEDOUT;
2259 if (signal_pending(current))
2260 return sock_intr_errno(*timeo_p);
2261
WANG Congd9dc8b02016-11-11 10:20:50 -08002262 add_wait_queue(sk_sleep(sk), &wait);
Parthasarathy Bhuvaragan99a20882016-11-01 14:02:48 +01002263 done = sk_wait_event(sk, timeo_p,
WANG Congd9dc8b02016-11-11 10:20:50 -08002264 sk->sk_state != TIPC_CONNECTING, &wait);
2265 remove_wait_queue(sk_sleep(sk), &wait);
Ying Xue78eb3a52014-01-17 09:50:03 +08002266 } while (!done);
2267 return 0;
2268}
2269
Per Lidenb97bf3f2006-01-02 19:04:38 +01002270/**
Ying Xue247f0f32014-02-18 16:06:46 +08002271 * tipc_connect - establish a connection to another TIPC port
Per Lidenb97bf3f2006-01-02 19:04:38 +01002272 * @sock: socket structure
2273 * @dest: socket address for destination port
2274 * @destlen: size of socket address data structure
Allan Stephens0c3141e2008-04-15 00:22:02 -07002275 * @flags: file-related flags associated with socket
Per Lidenb97bf3f2006-01-02 19:04:38 +01002276 *
2277 * Returns 0 on success, errno otherwise
2278 */
Ying Xue247f0f32014-02-18 16:06:46 +08002279static int tipc_connect(struct socket *sock, struct sockaddr *dest,
2280 int destlen, int flags)
Per Lidenb97bf3f2006-01-02 19:04:38 +01002281{
Allan Stephens0c3141e2008-04-15 00:22:02 -07002282 struct sock *sk = sock->sk;
Erik Hugnef2f80362015-03-19 09:02:19 +01002283 struct tipc_sock *tsk = tipc_sk(sk);
Allan Stephensb89741a2008-04-15 00:20:37 -07002284 struct sockaddr_tipc *dst = (struct sockaddr_tipc *)dest;
2285 struct msghdr m = {NULL,};
Erik Hugnef2f80362015-03-19 09:02:19 +01002286 long timeout = (flags & O_NONBLOCK) ? 0 : tsk->conn_timeout;
Parthasarathy Bhuvaragan99a20882016-11-01 14:02:48 +01002287 int previous;
Erik Hugnef2f80362015-03-19 09:02:19 +01002288 int res = 0;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002289
Jon Maloy23998832017-10-13 11:04:18 +02002290 if (destlen != sizeof(struct sockaddr_tipc))
2291 return -EINVAL;
2292
Allan Stephens0c3141e2008-04-15 00:22:02 -07002293 lock_sock(sk);
2294
Jon Maloy75da2162017-10-13 11:04:23 +02002295 if (tsk->group) {
2296 res = -EINVAL;
2297 goto exit;
2298 }
2299
Jon Maloy23998832017-10-13 11:04:18 +02002300 if (dst->family == AF_UNSPEC) {
2301 memset(&tsk->peer, 0, sizeof(struct sockaddr_tipc));
2302 if (!tipc_sk_type_connectionless(sk))
2303 res = -EINVAL;
2304 goto exit;
2305 } else if (dst->family != AF_TIPC) {
2306 res = -EINVAL;
2307 }
2308 if (dst->addrtype != TIPC_ADDR_ID && dst->addrtype != TIPC_ADDR_NAME)
2309 res = -EINVAL;
2310 if (res)
2311 goto exit;
2312
Erik Hugnef2f80362015-03-19 09:02:19 +01002313 /* DGRAM/RDM connect(), just save the destaddr */
Parthasarathy Bhuvaraganc7520232016-11-01 14:02:42 +01002314 if (tipc_sk_type_connectionless(sk)) {
Jon Maloy23998832017-10-13 11:04:18 +02002315 memcpy(&tsk->peer, dest, destlen);
Allan Stephens0c3141e2008-04-15 00:22:02 -07002316 goto exit;
2317 }
2318
Parthasarathy Bhuvaragan99a20882016-11-01 14:02:48 +01002319 previous = sk->sk_state;
Parthasarathy Bhuvaragan438adca2016-11-01 14:02:45 +01002320
2321 switch (sk->sk_state) {
2322 case TIPC_OPEN:
Ying Xue584d24b2012-11-29 18:51:19 -05002323 /* Send a 'SYN-' to destination */
2324 m.msg_name = dest;
2325 m.msg_namelen = destlen;
2326
2327 /* If connect is in non-blocking case, set MSG_DONTWAIT to
2328 * indicate send_msg() is never blocked.
2329 */
2330 if (!timeout)
2331 m.msg_flags = MSG_DONTWAIT;
2332
Ying Xue39a02952015-03-02 15:37:47 +08002333 res = __tipc_sendmsg(sock, &m, 0);
Ying Xue584d24b2012-11-29 18:51:19 -05002334 if ((res < 0) && (res != -EWOULDBLOCK))
2335 goto exit;
2336
Parthasarathy Bhuvaragan99a20882016-11-01 14:02:48 +01002337 /* Just entered TIPC_CONNECTING state; the only
Ying Xue584d24b2012-11-29 18:51:19 -05002338 * difference is that return value in non-blocking
2339 * case is EINPROGRESS, rather than EALREADY.
2340 */
2341 res = -EINPROGRESS;
Parthasarathy Bhuvaragan99a20882016-11-01 14:02:48 +01002342 /* fall thru' */
2343 case TIPC_CONNECTING:
2344 if (!timeout) {
2345 if (previous == TIPC_CONNECTING)
2346 res = -EALREADY;
Ying Xue78eb3a52014-01-17 09:50:03 +08002347 goto exit;
Parthasarathy Bhuvaragan99a20882016-11-01 14:02:48 +01002348 }
Ying Xue78eb3a52014-01-17 09:50:03 +08002349 timeout = msecs_to_jiffies(timeout);
2350 /* Wait until an 'ACK' or 'RST' arrives, or a timeout occurs */
2351 res = tipc_wait_for_connect(sock, &timeout);
Parthasarathy Bhuvaraganf40acba2016-11-01 14:02:49 +01002352 break;
2353 case TIPC_ESTABLISHED:
Parthasarathy Bhuvaragan99a20882016-11-01 14:02:48 +01002354 res = -EISCONN;
Parthasarathy Bhuvaraganf40acba2016-11-01 14:02:49 +01002355 break;
2356 default:
Parthasarathy Bhuvaragan99a20882016-11-01 14:02:48 +01002357 res = -EINVAL;
Parthasarathy Bhuvaraganf40acba2016-11-01 14:02:49 +01002358 }
Parthasarathy Bhuvaragan99a20882016-11-01 14:02:48 +01002359
Allan Stephens0c3141e2008-04-15 00:22:02 -07002360exit:
2361 release_sock(sk);
Allan Stephensb89741a2008-04-15 00:20:37 -07002362 return res;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002363}
2364
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002365/**
Ying Xue247f0f32014-02-18 16:06:46 +08002366 * tipc_listen - allow socket to listen for incoming connections
Per Lidenb97bf3f2006-01-02 19:04:38 +01002367 * @sock: socket structure
2368 * @len: (unused)
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002369 *
Per Lidenb97bf3f2006-01-02 19:04:38 +01002370 * Returns 0 on success, errno otherwise
2371 */
Ying Xue247f0f32014-02-18 16:06:46 +08002372static int tipc_listen(struct socket *sock, int len)
Per Lidenb97bf3f2006-01-02 19:04:38 +01002373{
Allan Stephens0c3141e2008-04-15 00:22:02 -07002374 struct sock *sk = sock->sk;
2375 int res;
2376
2377 lock_sock(sk);
Parthasarathy Bhuvaragan0c288c82016-11-01 14:02:43 +01002378 res = tipc_set_sk_state(sk, TIPC_LISTEN);
Allan Stephens0c3141e2008-04-15 00:22:02 -07002379 release_sock(sk);
Parthasarathy Bhuvaragan0c288c82016-11-01 14:02:43 +01002380
Allan Stephens0c3141e2008-04-15 00:22:02 -07002381 return res;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002382}
2383
Ying Xue6398e232014-01-17 09:50:04 +08002384static int tipc_wait_for_accept(struct socket *sock, long timeo)
2385{
2386 struct sock *sk = sock->sk;
2387 DEFINE_WAIT(wait);
2388 int err;
2389
2390 /* True wake-one mechanism for incoming connections: only
2391 * one process gets woken up, not the 'whole herd'.
2392 * Since we do not 'race & poll' for established sockets
2393 * anymore, the common case will execute the loop only once.
2394 */
2395 for (;;) {
2396 prepare_to_wait_exclusive(sk_sleep(sk), &wait,
2397 TASK_INTERRUPTIBLE);
Ying Xuefe8e4642014-03-06 14:40:18 +01002398 if (timeo && skb_queue_empty(&sk->sk_receive_queue)) {
Ying Xue6398e232014-01-17 09:50:04 +08002399 release_sock(sk);
2400 timeo = schedule_timeout(timeo);
2401 lock_sock(sk);
2402 }
2403 err = 0;
2404 if (!skb_queue_empty(&sk->sk_receive_queue))
2405 break;
Ying Xue6398e232014-01-17 09:50:04 +08002406 err = -EAGAIN;
2407 if (!timeo)
2408 break;
Erik Hugne143fe222015-03-09 10:43:42 +01002409 err = sock_intr_errno(timeo);
2410 if (signal_pending(current))
2411 break;
Ying Xue6398e232014-01-17 09:50:04 +08002412 }
2413 finish_wait(sk_sleep(sk), &wait);
2414 return err;
2415}
2416
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002417/**
Ying Xue247f0f32014-02-18 16:06:46 +08002418 * tipc_accept - wait for connection request
Per Lidenb97bf3f2006-01-02 19:04:38 +01002419 * @sock: listening socket
2420 * @newsock: new socket that is to be connected
2421 * @flags: file-related flags associated with socket
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002422 *
Per Lidenb97bf3f2006-01-02 19:04:38 +01002423 * Returns 0 on success, errno otherwise
2424 */
David Howellscdfbabf2017-03-09 08:09:05 +00002425static int tipc_accept(struct socket *sock, struct socket *new_sock, int flags,
2426 bool kern)
Per Lidenb97bf3f2006-01-02 19:04:38 +01002427{
Paul Gortmaker0fef8f22012-12-04 11:01:55 -05002428 struct sock *new_sk, *sk = sock->sk;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002429 struct sk_buff *buf;
Jon Paul Maloy301bae52014-08-22 18:09:20 -04002430 struct tipc_sock *new_tsock;
Paul Gortmaker0fef8f22012-12-04 11:01:55 -05002431 struct tipc_msg *msg;
Ying Xue6398e232014-01-17 09:50:04 +08002432 long timeo;
Allan Stephens0c3141e2008-04-15 00:22:02 -07002433 int res;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002434
Allan Stephens0c3141e2008-04-15 00:22:02 -07002435 lock_sock(sk);
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002436
Parthasarathy Bhuvaragan0c288c82016-11-01 14:02:43 +01002437 if (sk->sk_state != TIPC_LISTEN) {
Allan Stephens0c3141e2008-04-15 00:22:02 -07002438 res = -EINVAL;
2439 goto exit;
2440 }
Ying Xue6398e232014-01-17 09:50:04 +08002441 timeo = sock_rcvtimeo(sk, flags & O_NONBLOCK);
2442 res = tipc_wait_for_accept(sock, timeo);
2443 if (res)
2444 goto exit;
Allan Stephens0c3141e2008-04-15 00:22:02 -07002445
2446 buf = skb_peek(&sk->sk_receive_queue);
2447
David Howellscdfbabf2017-03-09 08:09:05 +00002448 res = tipc_sk_create(sock_net(sock->sk), new_sock, 0, kern);
Paul Gortmaker0fef8f22012-12-04 11:01:55 -05002449 if (res)
2450 goto exit;
Stephen Smalleyfdd75ea2015-07-07 09:43:45 -04002451 security_sk_clone(sock->sk, new_sock->sk);
Allan Stephens0c3141e2008-04-15 00:22:02 -07002452
Paul Gortmaker0fef8f22012-12-04 11:01:55 -05002453 new_sk = new_sock->sk;
Jon Paul Maloy301bae52014-08-22 18:09:20 -04002454 new_tsock = tipc_sk(new_sk);
Paul Gortmaker0fef8f22012-12-04 11:01:55 -05002455 msg = buf_msg(buf);
Allan Stephens0c3141e2008-04-15 00:22:02 -07002456
Paul Gortmaker0fef8f22012-12-04 11:01:55 -05002457 /* we lock on new_sk; but lockdep sees the lock on sk */
2458 lock_sock_nested(new_sk, SINGLE_DEPTH_NESTING);
Allan Stephens0c3141e2008-04-15 00:22:02 -07002459
Paul Gortmaker0fef8f22012-12-04 11:01:55 -05002460 /*
2461 * Reject any stray messages received by new socket
2462 * before the socket lock was taken (very, very unlikely)
2463 */
Jon Paul Maloy2e84c602014-08-22 18:09:18 -04002464 tsk_rej_rx_queue(new_sk);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002465
Paul Gortmaker0fef8f22012-12-04 11:01:55 -05002466 /* Connect new socket to it's peer */
Jon Paul Maloy301bae52014-08-22 18:09:20 -04002467 tipc_sk_finish_conn(new_tsock, msg_origport(msg), msg_orignode(msg));
Per Lidenb97bf3f2006-01-02 19:04:38 +01002468
Jon Paul Maloy301bae52014-08-22 18:09:20 -04002469 tsk_set_importance(new_tsock, msg_importance(msg));
Paul Gortmaker0fef8f22012-12-04 11:01:55 -05002470 if (msg_named(msg)) {
Jon Paul Maloy301bae52014-08-22 18:09:20 -04002471 new_tsock->conn_type = msg_nametype(msg);
2472 new_tsock->conn_instance = msg_nameinst(msg);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002473 }
Paul Gortmaker0fef8f22012-12-04 11:01:55 -05002474
2475 /*
2476 * Respond to 'SYN-' by discarding it & returning 'ACK'-.
2477 * Respond to 'SYN+' by queuing it on new socket.
2478 */
2479 if (!msg_data_sz(msg)) {
2480 struct msghdr m = {NULL,};
2481
Jon Paul Maloy2e84c602014-08-22 18:09:18 -04002482 tsk_advance_rx_queue(sk);
Jon Paul Maloy365ad352017-01-03 10:55:11 -05002483 __tipc_sendstream(new_sock, &m, 0);
Paul Gortmaker0fef8f22012-12-04 11:01:55 -05002484 } else {
2485 __skb_dequeue(&sk->sk_receive_queue);
2486 __skb_queue_head(&new_sk->sk_receive_queue, buf);
Ying Xueaba79f32013-01-20 23:30:09 +01002487 skb_set_owner_r(buf, new_sk);
Paul Gortmaker0fef8f22012-12-04 11:01:55 -05002488 }
2489 release_sock(new_sk);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002490exit:
Allan Stephens0c3141e2008-04-15 00:22:02 -07002491 release_sock(sk);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002492 return res;
2493}
2494
2495/**
Ying Xue247f0f32014-02-18 16:06:46 +08002496 * tipc_shutdown - shutdown socket connection
Per Lidenb97bf3f2006-01-02 19:04:38 +01002497 * @sock: socket structure
Allan Stephense247a8f2008-03-06 15:05:38 -08002498 * @how: direction to close (must be SHUT_RDWR)
Per Lidenb97bf3f2006-01-02 19:04:38 +01002499 *
2500 * Terminates connection (if necessary), then purges socket's receive queue.
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002501 *
Per Lidenb97bf3f2006-01-02 19:04:38 +01002502 * Returns 0 on success, errno otherwise
2503 */
Ying Xue247f0f32014-02-18 16:06:46 +08002504static int tipc_shutdown(struct socket *sock, int how)
Per Lidenb97bf3f2006-01-02 19:04:38 +01002505{
Allan Stephens0c3141e2008-04-15 00:22:02 -07002506 struct sock *sk = sock->sk;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002507 int res;
2508
Allan Stephense247a8f2008-03-06 15:05:38 -08002509 if (how != SHUT_RDWR)
2510 return -EINVAL;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002511
Allan Stephens0c3141e2008-04-15 00:22:02 -07002512 lock_sock(sk);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002513
Parthasarathy Bhuvaragan6f000892016-11-01 14:02:47 +01002514 __tipc_shutdown(sock, TIPC_CONN_SHUTDOWN);
2515 sk->sk_shutdown = SEND_SHUTDOWN;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002516
Parthasarathy Bhuvaragan6f000892016-11-01 14:02:47 +01002517 if (sk->sk_state == TIPC_DISCONNECTING) {
Ying Xue75031152012-10-29 09:38:15 -04002518 /* Discard any unreceived messages */
Ying Xue57467e52013-01-20 23:30:08 +01002519 __skb_queue_purge(&sk->sk_receive_queue);
Ying Xue75031152012-10-29 09:38:15 -04002520
2521 /* Wake up anyone sleeping in poll */
2522 sk->sk_state_change(sk);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002523 res = 0;
Parthasarathy Bhuvaragan6f000892016-11-01 14:02:47 +01002524 } else {
Per Lidenb97bf3f2006-01-02 19:04:38 +01002525 res = -ENOTCONN;
2526 }
2527
Allan Stephens0c3141e2008-04-15 00:22:02 -07002528 release_sock(sk);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002529 return res;
2530}
2531
Kees Cook31b102b2017-10-30 14:06:45 -07002532static void tipc_sk_timeout(struct timer_list *t)
Jon Paul Maloy57289012014-08-22 18:09:09 -04002533{
Kees Cook31b102b2017-10-30 14:06:45 -07002534 struct sock *sk = from_timer(sk, t, sk_timer);
2535 struct tipc_sock *tsk = tipc_sk(sk);
Jon Maloy0d5fcebf2017-10-20 11:21:32 +02002536 u32 peer_port = tsk_peer_port(tsk);
2537 u32 peer_node = tsk_peer_node(tsk);
Jon Paul Maloyc5898632015-02-05 08:36:36 -05002538 u32 own_node = tsk_own_node(tsk);
Jon Maloy0d5fcebf2017-10-20 11:21:32 +02002539 u32 own_port = tsk->portid;
Jon Maloy0d5fcebf2017-10-20 11:21:32 +02002540 struct net *net = sock_net(sk);
2541 struct sk_buff *skb = NULL;
Jon Paul Maloy57289012014-08-22 18:09:09 -04002542
Jon Paul Maloy57289012014-08-22 18:09:09 -04002543 bh_lock_sock(sk);
Jon Maloy0d5fcebf2017-10-20 11:21:32 +02002544 if (!tipc_sk_connected(sk))
2545 goto exit;
2546
2547 /* Try again later if socket is busy */
2548 if (sock_owned_by_user(sk)) {
2549 sk_reset_timer(sk, &sk->sk_timer, jiffies + HZ / 20);
Jon Paul Maloy6c9808c2014-08-22 18:09:16 -04002550 goto exit;
2551 }
Jon Paul Maloy57289012014-08-22 18:09:09 -04002552
Parthasarathy Bhuvaragan8ea642e2016-11-01 14:02:44 +01002553 if (tsk->probe_unacked) {
Jon Maloy0d5fcebf2017-10-20 11:21:32 +02002554 tipc_set_sk_state(sk, TIPC_DISCONNECTING);
2555 tipc_node_remove_conn(net, peer_node, peer_port);
2556 sk->sk_state_change(sk);
Parthasarathy Bhuvaragan360aab62016-11-01 14:02:41 +01002557 goto exit;
Jon Paul Maloy57289012014-08-22 18:09:09 -04002558 }
Jon Maloy0d5fcebf2017-10-20 11:21:32 +02002559 /* Send new probe */
2560 skb = tipc_msg_create(CONN_MANAGER, CONN_PROBE, INT_H_SIZE, 0,
2561 peer_node, own_node, peer_port, own_port,
2562 TIPC_OK);
Parthasarathy Bhuvaragan8ea642e2016-11-01 14:02:44 +01002563 tsk->probe_unacked = true;
Jon Maloy0d5fcebf2017-10-20 11:21:32 +02002564 sk_reset_timer(sk, &sk->sk_timer, jiffies + CONN_PROBING_INTV);
2565exit:
Jon Paul Maloy57289012014-08-22 18:09:09 -04002566 bh_unlock_sock(sk);
Ying Xuea6ca1092014-11-26 11:41:55 +08002567 if (skb)
Jon Maloy0d5fcebf2017-10-20 11:21:32 +02002568 tipc_node_xmit_skb(net, skb, peer_node, own_port);
Ying Xue07f6c4b2015-01-07 13:41:58 +08002569 sock_put(sk);
Jon Paul Maloy57289012014-08-22 18:09:09 -04002570}
2571
Jon Paul Maloy301bae52014-08-22 18:09:20 -04002572static int tipc_sk_publish(struct tipc_sock *tsk, uint scope,
Jon Paul Maloy0fc87aa2014-08-22 18:09:17 -04002573 struct tipc_name_seq const *seq)
2574{
Parthasarathy Bhuvaragand6fb7e92016-11-01 14:02:40 +01002575 struct sock *sk = &tsk->sk;
2576 struct net *net = sock_net(sk);
Jon Paul Maloy0fc87aa2014-08-22 18:09:17 -04002577 struct publication *publ;
2578 u32 key;
2579
Parthasarathy Bhuvaragand6fb7e92016-11-01 14:02:40 +01002580 if (tipc_sk_connected(sk))
Jon Paul Maloy0fc87aa2014-08-22 18:09:17 -04002581 return -EINVAL;
Ying Xue07f6c4b2015-01-07 13:41:58 +08002582 key = tsk->portid + tsk->pub_count + 1;
2583 if (key == tsk->portid)
Jon Paul Maloy0fc87aa2014-08-22 18:09:17 -04002584 return -EADDRINUSE;
2585
Ying Xuef2f98002015-01-09 15:27:05 +08002586 publ = tipc_nametbl_publish(net, seq->type, seq->lower, seq->upper,
Ying Xue07f6c4b2015-01-07 13:41:58 +08002587 scope, tsk->portid, key);
Jon Paul Maloy0fc87aa2014-08-22 18:09:17 -04002588 if (unlikely(!publ))
2589 return -EINVAL;
2590
Jon Paul Maloy301bae52014-08-22 18:09:20 -04002591 list_add(&publ->pport_list, &tsk->publications);
2592 tsk->pub_count++;
2593 tsk->published = 1;
Jon Paul Maloy0fc87aa2014-08-22 18:09:17 -04002594 return 0;
2595}
2596
Jon Paul Maloy301bae52014-08-22 18:09:20 -04002597static int tipc_sk_withdraw(struct tipc_sock *tsk, uint scope,
Jon Paul Maloy0fc87aa2014-08-22 18:09:17 -04002598 struct tipc_name_seq const *seq)
2599{
Ying Xuef2f98002015-01-09 15:27:05 +08002600 struct net *net = sock_net(&tsk->sk);
Jon Paul Maloy0fc87aa2014-08-22 18:09:17 -04002601 struct publication *publ;
2602 struct publication *safe;
2603 int rc = -EINVAL;
2604
Jon Paul Maloy301bae52014-08-22 18:09:20 -04002605 list_for_each_entry_safe(publ, safe, &tsk->publications, pport_list) {
Jon Paul Maloy0fc87aa2014-08-22 18:09:17 -04002606 if (seq) {
2607 if (publ->scope != scope)
2608 continue;
2609 if (publ->type != seq->type)
2610 continue;
2611 if (publ->lower != seq->lower)
2612 continue;
2613 if (publ->upper != seq->upper)
2614 break;
Ying Xuef2f98002015-01-09 15:27:05 +08002615 tipc_nametbl_withdraw(net, publ->type, publ->lower,
Jon Paul Maloy0fc87aa2014-08-22 18:09:17 -04002616 publ->ref, publ->key);
2617 rc = 0;
2618 break;
2619 }
Ying Xuef2f98002015-01-09 15:27:05 +08002620 tipc_nametbl_withdraw(net, publ->type, publ->lower,
Jon Paul Maloy0fc87aa2014-08-22 18:09:17 -04002621 publ->ref, publ->key);
2622 rc = 0;
2623 }
Jon Paul Maloy301bae52014-08-22 18:09:20 -04002624 if (list_empty(&tsk->publications))
2625 tsk->published = 0;
Jon Paul Maloy0fc87aa2014-08-22 18:09:17 -04002626 return rc;
2627}
2628
Jon Paul Maloy5a9ee0be2014-08-22 18:09:14 -04002629/* tipc_sk_reinit: set non-zero address in all existing sockets
2630 * when we go from standalone to network mode.
2631 */
Ying Xuee05b31f2015-01-09 15:27:08 +08002632void tipc_sk_reinit(struct net *net)
Jon Paul Maloy5a9ee0be2014-08-22 18:09:14 -04002633{
Ying Xuee05b31f2015-01-09 15:27:08 +08002634 struct tipc_net *tn = net_generic(net, tipc_net_id);
Herbert Xu40f9f432017-02-11 19:26:46 +08002635 struct rhashtable_iter iter;
Ying Xue07f6c4b2015-01-07 13:41:58 +08002636 struct tipc_sock *tsk;
Jon Paul Maloy5a9ee0be2014-08-22 18:09:14 -04002637 struct tipc_msg *msg;
Jon Paul Maloy5a9ee0be2014-08-22 18:09:14 -04002638
Herbert Xu40f9f432017-02-11 19:26:46 +08002639 rhashtable_walk_enter(&tn->sk_rht, &iter);
2640
2641 do {
Tom Herbert97a6ec42017-12-04 10:31:41 -08002642 rhashtable_walk_start(&iter);
Herbert Xu40f9f432017-02-11 19:26:46 +08002643
2644 while ((tsk = rhashtable_walk_next(&iter)) && !IS_ERR(tsk)) {
Ying Xue07f6c4b2015-01-07 13:41:58 +08002645 spin_lock_bh(&tsk->sk.sk_lock.slock);
2646 msg = &tsk->phdr;
Ying Xue34747532015-01-09 15:27:10 +08002647 msg_set_prevnode(msg, tn->own_addr);
2648 msg_set_orignode(msg, tn->own_addr);
Ying Xue07f6c4b2015-01-07 13:41:58 +08002649 spin_unlock_bh(&tsk->sk.sk_lock.slock);
2650 }
Tom Herbert97a6ec42017-12-04 10:31:41 -08002651
Herbert Xu40f9f432017-02-11 19:26:46 +08002652 rhashtable_walk_stop(&iter);
2653 } while (tsk == ERR_PTR(-EAGAIN));
Ying Xue07f6c4b2015-01-07 13:41:58 +08002654}
2655
Ying Xuee05b31f2015-01-09 15:27:08 +08002656static struct tipc_sock *tipc_sk_lookup(struct net *net, u32 portid)
Ying Xue07f6c4b2015-01-07 13:41:58 +08002657{
Ying Xuee05b31f2015-01-09 15:27:08 +08002658 struct tipc_net *tn = net_generic(net, tipc_net_id);
Ying Xue07f6c4b2015-01-07 13:41:58 +08002659 struct tipc_sock *tsk;
2660
2661 rcu_read_lock();
Herbert Xu6cca72892015-03-20 21:57:05 +11002662 tsk = rhashtable_lookup_fast(&tn->sk_rht, &portid, tsk_rht_params);
Ying Xue07f6c4b2015-01-07 13:41:58 +08002663 if (tsk)
2664 sock_hold(&tsk->sk);
2665 rcu_read_unlock();
2666
2667 return tsk;
2668}
2669
2670static int tipc_sk_insert(struct tipc_sock *tsk)
2671{
Ying Xuee05b31f2015-01-09 15:27:08 +08002672 struct sock *sk = &tsk->sk;
2673 struct net *net = sock_net(sk);
2674 struct tipc_net *tn = net_generic(net, tipc_net_id);
Ying Xue07f6c4b2015-01-07 13:41:58 +08002675 u32 remaining = (TIPC_MAX_PORT - TIPC_MIN_PORT) + 1;
2676 u32 portid = prandom_u32() % remaining + TIPC_MIN_PORT;
2677
2678 while (remaining--) {
2679 portid++;
2680 if ((portid < TIPC_MIN_PORT) || (portid > TIPC_MAX_PORT))
2681 portid = TIPC_MIN_PORT;
2682 tsk->portid = portid;
2683 sock_hold(&tsk->sk);
Herbert Xu6cca72892015-03-20 21:57:05 +11002684 if (!rhashtable_lookup_insert_fast(&tn->sk_rht, &tsk->node,
2685 tsk_rht_params))
Ying Xue07f6c4b2015-01-07 13:41:58 +08002686 return 0;
2687 sock_put(&tsk->sk);
2688 }
2689
2690 return -1;
2691}
2692
2693static void tipc_sk_remove(struct tipc_sock *tsk)
2694{
2695 struct sock *sk = &tsk->sk;
Ying Xuee05b31f2015-01-09 15:27:08 +08002696 struct tipc_net *tn = net_generic(sock_net(sk), tipc_net_id);
Ying Xue07f6c4b2015-01-07 13:41:58 +08002697
Herbert Xu6cca72892015-03-20 21:57:05 +11002698 if (!rhashtable_remove_fast(&tn->sk_rht, &tsk->node, tsk_rht_params)) {
Reshetova, Elena41c6d652017-06-30 13:08:01 +03002699 WARN_ON(refcount_read(&sk->sk_refcnt) == 1);
Ying Xue07f6c4b2015-01-07 13:41:58 +08002700 __sock_put(sk);
Jon Paul Maloy5a9ee0be2014-08-22 18:09:14 -04002701 }
2702}
2703
Herbert Xu6cca72892015-03-20 21:57:05 +11002704static const struct rhashtable_params tsk_rht_params = {
2705 .nelem_hint = 192,
2706 .head_offset = offsetof(struct tipc_sock, node),
2707 .key_offset = offsetof(struct tipc_sock, portid),
2708 .key_len = sizeof(u32), /* portid */
Herbert Xu6cca72892015-03-20 21:57:05 +11002709 .max_size = 1048576,
2710 .min_size = 256,
Thomas Grafb5e2c152015-03-24 20:42:19 +00002711 .automatic_shrinking = true,
Herbert Xu6cca72892015-03-20 21:57:05 +11002712};
2713
Ying Xuee05b31f2015-01-09 15:27:08 +08002714int tipc_sk_rht_init(struct net *net)
Jon Paul Maloy808d90f2014-08-22 18:09:19 -04002715{
Ying Xuee05b31f2015-01-09 15:27:08 +08002716 struct tipc_net *tn = net_generic(net, tipc_net_id);
Jon Paul Maloy808d90f2014-08-22 18:09:19 -04002717
Herbert Xu6cca72892015-03-20 21:57:05 +11002718 return rhashtable_init(&tn->sk_rht, &tsk_rht_params);
Jon Paul Maloy808d90f2014-08-22 18:09:19 -04002719}
2720
Ying Xuee05b31f2015-01-09 15:27:08 +08002721void tipc_sk_rht_destroy(struct net *net)
Jon Paul Maloy808d90f2014-08-22 18:09:19 -04002722{
Ying Xuee05b31f2015-01-09 15:27:08 +08002723 struct tipc_net *tn = net_generic(net, tipc_net_id);
2724
Ying Xue07f6c4b2015-01-07 13:41:58 +08002725 /* Wait for socket readers to complete */
2726 synchronize_net();
Jon Paul Maloy808d90f2014-08-22 18:09:19 -04002727
Ying Xuee05b31f2015-01-09 15:27:08 +08002728 rhashtable_destroy(&tn->sk_rht);
Jon Paul Maloy808d90f2014-08-22 18:09:19 -04002729}
2730
Jon Maloy75da2162017-10-13 11:04:23 +02002731static int tipc_sk_join(struct tipc_sock *tsk, struct tipc_group_req *mreq)
2732{
2733 struct net *net = sock_net(&tsk->sk);
2734 u32 domain = addr_domain(net, mreq->scope);
2735 struct tipc_group *grp = tsk->group;
2736 struct tipc_msg *hdr = &tsk->phdr;
2737 struct tipc_name_seq seq;
2738 int rc;
2739
2740 if (mreq->type < TIPC_RESERVED_TYPES)
2741 return -EACCES;
2742 if (grp)
2743 return -EACCES;
2744 grp = tipc_group_create(net, tsk->portid, mreq);
2745 if (!grp)
2746 return -ENOMEM;
2747 tsk->group = grp;
2748 msg_set_lookup_scope(hdr, mreq->scope);
2749 msg_set_nametype(hdr, mreq->type);
2750 msg_set_dest_droppable(hdr, true);
2751 seq.type = mreq->type;
2752 seq.lower = mreq->instance;
2753 seq.upper = seq.lower;
2754 tipc_nametbl_build_group(net, grp, mreq->type, domain);
2755 rc = tipc_sk_publish(tsk, mreq->scope, &seq);
Cong Wange233df02017-10-24 15:44:49 -07002756 if (rc) {
Jon Maloy75da2162017-10-13 11:04:23 +02002757 tipc_group_delete(net, grp);
Cong Wange233df02017-10-24 15:44:49 -07002758 tsk->group = NULL;
2759 }
Jon Maloy399574d2017-10-13 11:04:32 +02002760
2761 /* Eliminate any risk that a broadcast overtakes the sent JOIN */
2762 tsk->mc_method.rcast = true;
2763 tsk->mc_method.mandatory = true;
Jon Maloy75da2162017-10-13 11:04:23 +02002764 return rc;
2765}
2766
2767static int tipc_sk_leave(struct tipc_sock *tsk)
2768{
2769 struct net *net = sock_net(&tsk->sk);
2770 struct tipc_group *grp = tsk->group;
2771 struct tipc_name_seq seq;
2772 int scope;
2773
2774 if (!grp)
2775 return -EINVAL;
2776 tipc_group_self(grp, &seq, &scope);
2777 tipc_group_delete(net, grp);
2778 tsk->group = NULL;
2779 tipc_sk_withdraw(tsk, scope, &seq);
2780 return 0;
2781}
2782
Jon Paul Maloy808d90f2014-08-22 18:09:19 -04002783/**
Ying Xue247f0f32014-02-18 16:06:46 +08002784 * tipc_setsockopt - set socket option
Per Lidenb97bf3f2006-01-02 19:04:38 +01002785 * @sock: socket structure
2786 * @lvl: option level
2787 * @opt: option identifier
2788 * @ov: pointer to new option value
2789 * @ol: length of option value
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002790 *
2791 * For stream sockets only, accepts and ignores all IPPROTO_TCP options
Per Lidenb97bf3f2006-01-02 19:04:38 +01002792 * (to ease compatibility).
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002793 *
Per Lidenb97bf3f2006-01-02 19:04:38 +01002794 * Returns 0 on success, errno otherwise
2795 */
Ying Xue247f0f32014-02-18 16:06:46 +08002796static int tipc_setsockopt(struct socket *sock, int lvl, int opt,
2797 char __user *ov, unsigned int ol)
Per Lidenb97bf3f2006-01-02 19:04:38 +01002798{
Allan Stephens0c3141e2008-04-15 00:22:02 -07002799 struct sock *sk = sock->sk;
Jon Paul Maloy58ed9442014-03-12 11:31:12 -04002800 struct tipc_sock *tsk = tipc_sk(sk);
Jon Maloy75da2162017-10-13 11:04:23 +02002801 struct tipc_group_req mreq;
Jon Paul Maloy01fd12b2017-01-18 13:50:53 -05002802 u32 value = 0;
Dan Carpentera08ef472017-01-24 12:49:35 +03002803 int res = 0;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002804
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002805 if ((lvl == IPPROTO_TCP) && (sock->type == SOCK_STREAM))
2806 return 0;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002807 if (lvl != SOL_TIPC)
2808 return -ENOPROTOOPT;
Jon Paul Maloy01fd12b2017-01-18 13:50:53 -05002809
2810 switch (opt) {
2811 case TIPC_IMPORTANCE:
2812 case TIPC_SRC_DROPPABLE:
2813 case TIPC_DEST_DROPPABLE:
2814 case TIPC_CONN_TIMEOUT:
2815 if (ol < sizeof(value))
2816 return -EINVAL;
Jon Maloy75da2162017-10-13 11:04:23 +02002817 if (get_user(value, (u32 __user *)ov))
2818 return -EFAULT;
2819 break;
2820 case TIPC_GROUP_JOIN:
2821 if (ol < sizeof(mreq))
2822 return -EINVAL;
2823 if (copy_from_user(&mreq, ov, sizeof(mreq)))
2824 return -EFAULT;
Jon Paul Maloy01fd12b2017-01-18 13:50:53 -05002825 break;
2826 default:
2827 if (ov || ol)
2828 return -EINVAL;
2829 }
Per Lidenb97bf3f2006-01-02 19:04:38 +01002830
Allan Stephens0c3141e2008-04-15 00:22:02 -07002831 lock_sock(sk);
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002832
Per Lidenb97bf3f2006-01-02 19:04:38 +01002833 switch (opt) {
2834 case TIPC_IMPORTANCE:
Jon Paul Maloy301bae52014-08-22 18:09:20 -04002835 res = tsk_set_importance(tsk, value);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002836 break;
2837 case TIPC_SRC_DROPPABLE:
2838 if (sock->type != SOCK_STREAM)
Jon Paul Maloy301bae52014-08-22 18:09:20 -04002839 tsk_set_unreliable(tsk, value);
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002840 else
Per Lidenb97bf3f2006-01-02 19:04:38 +01002841 res = -ENOPROTOOPT;
2842 break;
2843 case TIPC_DEST_DROPPABLE:
Jon Paul Maloy301bae52014-08-22 18:09:20 -04002844 tsk_set_unreturnable(tsk, value);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002845 break;
2846 case TIPC_CONN_TIMEOUT:
Allan Stephensa0f40f02011-05-26 13:44:34 -04002847 tipc_sk(sk)->conn_timeout = value;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002848 break;
Jon Paul Maloy01fd12b2017-01-18 13:50:53 -05002849 case TIPC_MCAST_BROADCAST:
2850 tsk->mc_method.rcast = false;
2851 tsk->mc_method.mandatory = true;
2852 break;
2853 case TIPC_MCAST_REPLICAST:
2854 tsk->mc_method.rcast = true;
2855 tsk->mc_method.mandatory = true;
2856 break;
Jon Maloy75da2162017-10-13 11:04:23 +02002857 case TIPC_GROUP_JOIN:
2858 res = tipc_sk_join(tsk, &mreq);
2859 break;
2860 case TIPC_GROUP_LEAVE:
2861 res = tipc_sk_leave(tsk);
2862 break;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002863 default:
2864 res = -EINVAL;
2865 }
2866
Allan Stephens0c3141e2008-04-15 00:22:02 -07002867 release_sock(sk);
2868
Per Lidenb97bf3f2006-01-02 19:04:38 +01002869 return res;
2870}
2871
2872/**
Ying Xue247f0f32014-02-18 16:06:46 +08002873 * tipc_getsockopt - get socket option
Per Lidenb97bf3f2006-01-02 19:04:38 +01002874 * @sock: socket structure
2875 * @lvl: option level
2876 * @opt: option identifier
2877 * @ov: receptacle for option value
2878 * @ol: receptacle for length of option value
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002879 *
2880 * For stream sockets only, returns 0 length result for all IPPROTO_TCP options
Per Lidenb97bf3f2006-01-02 19:04:38 +01002881 * (to ease compatibility).
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002882 *
Per Lidenb97bf3f2006-01-02 19:04:38 +01002883 * Returns 0 on success, errno otherwise
2884 */
Ying Xue247f0f32014-02-18 16:06:46 +08002885static int tipc_getsockopt(struct socket *sock, int lvl, int opt,
2886 char __user *ov, int __user *ol)
Per Lidenb97bf3f2006-01-02 19:04:38 +01002887{
Allan Stephens0c3141e2008-04-15 00:22:02 -07002888 struct sock *sk = sock->sk;
Jon Paul Maloy58ed9442014-03-12 11:31:12 -04002889 struct tipc_sock *tsk = tipc_sk(sk);
Jon Maloy75da2162017-10-13 11:04:23 +02002890 struct tipc_name_seq seq;
2891 int len, scope;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002892 u32 value;
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002893 int res;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002894
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002895 if ((lvl == IPPROTO_TCP) && (sock->type == SOCK_STREAM))
2896 return put_user(0, ol);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002897 if (lvl != SOL_TIPC)
2898 return -ENOPROTOOPT;
Allan Stephens2db99832010-12-31 18:59:33 +00002899 res = get_user(len, ol);
2900 if (res)
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09002901 return res;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002902
Allan Stephens0c3141e2008-04-15 00:22:02 -07002903 lock_sock(sk);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002904
2905 switch (opt) {
2906 case TIPC_IMPORTANCE:
Jon Paul Maloy301bae52014-08-22 18:09:20 -04002907 value = tsk_importance(tsk);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002908 break;
2909 case TIPC_SRC_DROPPABLE:
Jon Paul Maloy301bae52014-08-22 18:09:20 -04002910 value = tsk_unreliable(tsk);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002911 break;
2912 case TIPC_DEST_DROPPABLE:
Jon Paul Maloy301bae52014-08-22 18:09:20 -04002913 value = tsk_unreturnable(tsk);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002914 break;
2915 case TIPC_CONN_TIMEOUT:
Jon Paul Maloy301bae52014-08-22 18:09:20 -04002916 value = tsk->conn_timeout;
Allan Stephens0c3141e2008-04-15 00:22:02 -07002917 /* no need to set "res", since already 0 at this point */
Per Lidenb97bf3f2006-01-02 19:04:38 +01002918 break;
Allan Stephens0e659672010-12-31 18:59:32 +00002919 case TIPC_NODE_RECVQ_DEPTH:
Ying Xue9da3d472012-11-27 06:15:27 -05002920 value = 0; /* was tipc_queue_size, now obsolete */
oscar.medina@motorola.com66506132009-06-30 03:25:39 +00002921 break;
Allan Stephens0e659672010-12-31 18:59:32 +00002922 case TIPC_SOCK_RECVQ_DEPTH:
oscar.medina@motorola.com66506132009-06-30 03:25:39 +00002923 value = skb_queue_len(&sk->sk_receive_queue);
2924 break;
Jon Maloy75da2162017-10-13 11:04:23 +02002925 case TIPC_GROUP_JOIN:
2926 seq.type = 0;
2927 if (tsk->group)
2928 tipc_group_self(tsk->group, &seq, &scope);
2929 value = seq.type;
2930 break;
Per Lidenb97bf3f2006-01-02 19:04:38 +01002931 default:
2932 res = -EINVAL;
2933 }
2934
Allan Stephens0c3141e2008-04-15 00:22:02 -07002935 release_sock(sk);
2936
Paul Gortmaker25860c32010-12-31 18:59:31 +00002937 if (res)
2938 return res; /* "get" failed */
Per Lidenb97bf3f2006-01-02 19:04:38 +01002939
Paul Gortmaker25860c32010-12-31 18:59:31 +00002940 if (len < sizeof(value))
2941 return -EINVAL;
2942
2943 if (copy_to_user(ov, &value, sizeof(value)))
2944 return -EFAULT;
2945
2946 return put_user(sizeof(value), ol);
Per Lidenb97bf3f2006-01-02 19:04:38 +01002947}
2948
Ying Xuef2f98002015-01-09 15:27:05 +08002949static int tipc_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg)
Erik Hugne78acb1f2014-04-24 16:26:47 +02002950{
Ying Xuef2f98002015-01-09 15:27:05 +08002951 struct sock *sk = sock->sk;
Erik Hugne78acb1f2014-04-24 16:26:47 +02002952 struct tipc_sioc_ln_req lnr;
2953 void __user *argp = (void __user *)arg;
2954
2955 switch (cmd) {
2956 case SIOCGETLINKNAME:
2957 if (copy_from_user(&lnr, argp, sizeof(lnr)))
2958 return -EFAULT;
Ying Xuef2f98002015-01-09 15:27:05 +08002959 if (!tipc_node_get_linkname(sock_net(sk),
2960 lnr.bearer_id & 0xffff, lnr.peer,
Erik Hugne78acb1f2014-04-24 16:26:47 +02002961 lnr.linkname, TIPC_MAX_LINK_NAME)) {
2962 if (copy_to_user(argp, &lnr, sizeof(lnr)))
2963 return -EFAULT;
2964 return 0;
2965 }
2966 return -EADDRNOTAVAIL;
Erik Hugne78acb1f2014-04-24 16:26:47 +02002967 default:
2968 return -ENOIOCTLCMD;
2969 }
2970}
2971
Erik Hugne70b03752017-03-29 11:22:16 +02002972static int tipc_socketpair(struct socket *sock1, struct socket *sock2)
2973{
2974 struct tipc_sock *tsk2 = tipc_sk(sock2->sk);
2975 struct tipc_sock *tsk1 = tipc_sk(sock1->sk);
Erik Hugne66bc1e82017-03-29 11:22:17 +02002976 u32 onode = tipc_own_addr(sock_net(sock1->sk));
Erik Hugne70b03752017-03-29 11:22:16 +02002977
Erik Hugne66bc1e82017-03-29 11:22:17 +02002978 tsk1->peer.family = AF_TIPC;
2979 tsk1->peer.addrtype = TIPC_ADDR_ID;
2980 tsk1->peer.scope = TIPC_NODE_SCOPE;
2981 tsk1->peer.addr.id.ref = tsk2->portid;
2982 tsk1->peer.addr.id.node = onode;
2983 tsk2->peer.family = AF_TIPC;
2984 tsk2->peer.addrtype = TIPC_ADDR_ID;
2985 tsk2->peer.scope = TIPC_NODE_SCOPE;
2986 tsk2->peer.addr.id.ref = tsk1->portid;
2987 tsk2->peer.addr.id.node = onode;
2988
2989 tipc_sk_finish_conn(tsk1, tsk2->portid, onode);
2990 tipc_sk_finish_conn(tsk2, tsk1->portid, onode);
Erik Hugne70b03752017-03-29 11:22:16 +02002991 return 0;
2992}
2993
Ben Hutchingsae86b9e2012-07-10 10:55:35 +00002994/* Protocol switches for the various types of TIPC sockets */
2995
Florian Westphalbca65ea2008-02-07 18:18:01 -08002996static const struct proto_ops msg_ops = {
Allan Stephens0e659672010-12-31 18:59:32 +00002997 .owner = THIS_MODULE,
Per Lidenb97bf3f2006-01-02 19:04:38 +01002998 .family = AF_TIPC,
Ying Xue247f0f32014-02-18 16:06:46 +08002999 .release = tipc_release,
3000 .bind = tipc_bind,
3001 .connect = tipc_connect,
Erik Hugne66bc1e82017-03-29 11:22:17 +02003002 .socketpair = tipc_socketpair,
Ying Xue245f3d32011-07-06 06:01:13 -04003003 .accept = sock_no_accept,
Ying Xue247f0f32014-02-18 16:06:46 +08003004 .getname = tipc_getname,
3005 .poll = tipc_poll,
Erik Hugne78acb1f2014-04-24 16:26:47 +02003006 .ioctl = tipc_ioctl,
Ying Xue245f3d32011-07-06 06:01:13 -04003007 .listen = sock_no_listen,
Ying Xue247f0f32014-02-18 16:06:46 +08003008 .shutdown = tipc_shutdown,
3009 .setsockopt = tipc_setsockopt,
3010 .getsockopt = tipc_getsockopt,
3011 .sendmsg = tipc_sendmsg,
3012 .recvmsg = tipc_recvmsg,
YOSHIFUJI Hideaki82387452007-07-19 10:44:56 +09003013 .mmap = sock_no_mmap,
3014 .sendpage = sock_no_sendpage
Per Lidenb97bf3f2006-01-02 19:04:38 +01003015};
3016
Florian Westphalbca65ea2008-02-07 18:18:01 -08003017static const struct proto_ops packet_ops = {
Allan Stephens0e659672010-12-31 18:59:32 +00003018 .owner = THIS_MODULE,
Per Lidenb97bf3f2006-01-02 19:04:38 +01003019 .family = AF_TIPC,
Ying Xue247f0f32014-02-18 16:06:46 +08003020 .release = tipc_release,
3021 .bind = tipc_bind,
3022 .connect = tipc_connect,
Erik Hugne70b03752017-03-29 11:22:16 +02003023 .socketpair = tipc_socketpair,
Ying Xue247f0f32014-02-18 16:06:46 +08003024 .accept = tipc_accept,
3025 .getname = tipc_getname,
3026 .poll = tipc_poll,
Erik Hugne78acb1f2014-04-24 16:26:47 +02003027 .ioctl = tipc_ioctl,
Ying Xue247f0f32014-02-18 16:06:46 +08003028 .listen = tipc_listen,
3029 .shutdown = tipc_shutdown,
3030 .setsockopt = tipc_setsockopt,
3031 .getsockopt = tipc_getsockopt,
3032 .sendmsg = tipc_send_packet,
3033 .recvmsg = tipc_recvmsg,
YOSHIFUJI Hideaki82387452007-07-19 10:44:56 +09003034 .mmap = sock_no_mmap,
3035 .sendpage = sock_no_sendpage
Per Lidenb97bf3f2006-01-02 19:04:38 +01003036};
3037
Florian Westphalbca65ea2008-02-07 18:18:01 -08003038static const struct proto_ops stream_ops = {
Allan Stephens0e659672010-12-31 18:59:32 +00003039 .owner = THIS_MODULE,
Per Lidenb97bf3f2006-01-02 19:04:38 +01003040 .family = AF_TIPC,
Ying Xue247f0f32014-02-18 16:06:46 +08003041 .release = tipc_release,
3042 .bind = tipc_bind,
3043 .connect = tipc_connect,
Erik Hugne70b03752017-03-29 11:22:16 +02003044 .socketpair = tipc_socketpair,
Ying Xue247f0f32014-02-18 16:06:46 +08003045 .accept = tipc_accept,
3046 .getname = tipc_getname,
3047 .poll = tipc_poll,
Erik Hugne78acb1f2014-04-24 16:26:47 +02003048 .ioctl = tipc_ioctl,
Ying Xue247f0f32014-02-18 16:06:46 +08003049 .listen = tipc_listen,
3050 .shutdown = tipc_shutdown,
3051 .setsockopt = tipc_setsockopt,
3052 .getsockopt = tipc_getsockopt,
Jon Paul Maloy365ad352017-01-03 10:55:11 -05003053 .sendmsg = tipc_sendstream,
Jon Paul Maloyec8a09f2017-05-02 18:16:54 +02003054 .recvmsg = tipc_recvstream,
YOSHIFUJI Hideaki82387452007-07-19 10:44:56 +09003055 .mmap = sock_no_mmap,
3056 .sendpage = sock_no_sendpage
Per Lidenb97bf3f2006-01-02 19:04:38 +01003057};
3058
Florian Westphalbca65ea2008-02-07 18:18:01 -08003059static const struct net_proto_family tipc_family_ops = {
Allan Stephens0e659672010-12-31 18:59:32 +00003060 .owner = THIS_MODULE,
Per Lidenb97bf3f2006-01-02 19:04:38 +01003061 .family = AF_TIPC,
Ying Xuec5fa7b32013-06-17 10:54:39 -04003062 .create = tipc_sk_create
Per Lidenb97bf3f2006-01-02 19:04:38 +01003063};
3064
3065static struct proto tipc_proto = {
3066 .name = "TIPC",
3067 .owner = THIS_MODULE,
Ying Xuecc79dd12013-06-17 10:54:37 -04003068 .obj_size = sizeof(struct tipc_sock),
3069 .sysctl_rmem = sysctl_tipc_rmem
Per Lidenb97bf3f2006-01-02 19:04:38 +01003070};
3071
3072/**
Per Liden4323add2006-01-18 00:38:21 +01003073 * tipc_socket_init - initialize TIPC socket interface
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09003074 *
Per Lidenb97bf3f2006-01-02 19:04:38 +01003075 * Returns 0 on success, errno otherwise
3076 */
Per Liden4323add2006-01-18 00:38:21 +01003077int tipc_socket_init(void)
Per Lidenb97bf3f2006-01-02 19:04:38 +01003078{
3079 int res;
3080
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09003081 res = proto_register(&tipc_proto, 1);
Per Lidenb97bf3f2006-01-02 19:04:38 +01003082 if (res) {
Erik Hugne2cf8aa12012-06-29 00:16:37 -04003083 pr_err("Failed to register TIPC protocol type\n");
Per Lidenb97bf3f2006-01-02 19:04:38 +01003084 goto out;
3085 }
3086
3087 res = sock_register(&tipc_family_ops);
3088 if (res) {
Erik Hugne2cf8aa12012-06-29 00:16:37 -04003089 pr_err("Failed to register TIPC socket type\n");
Per Lidenb97bf3f2006-01-02 19:04:38 +01003090 proto_unregister(&tipc_proto);
3091 goto out;
3092 }
Per Lidenb97bf3f2006-01-02 19:04:38 +01003093 out:
3094 return res;
3095}
3096
3097/**
Per Liden4323add2006-01-18 00:38:21 +01003098 * tipc_socket_stop - stop TIPC socket interface
Per Lidenb97bf3f2006-01-02 19:04:38 +01003099 */
Per Liden4323add2006-01-18 00:38:21 +01003100void tipc_socket_stop(void)
Per Lidenb97bf3f2006-01-02 19:04:38 +01003101{
Per Lidenb97bf3f2006-01-02 19:04:38 +01003102 sock_unregister(tipc_family_ops.family);
3103 proto_unregister(&tipc_proto);
3104}
Richard Alpe34b78a122014-11-20 10:29:10 +01003105
3106/* Caller should hold socket lock for the passed tipc socket. */
Richard Alped8182802014-11-24 11:10:29 +01003107static int __tipc_nl_add_sk_con(struct sk_buff *skb, struct tipc_sock *tsk)
Richard Alpe34b78a122014-11-20 10:29:10 +01003108{
3109 u32 peer_node;
3110 u32 peer_port;
3111 struct nlattr *nest;
3112
3113 peer_node = tsk_peer_node(tsk);
3114 peer_port = tsk_peer_port(tsk);
3115
3116 nest = nla_nest_start(skb, TIPC_NLA_SOCK_CON);
3117
3118 if (nla_put_u32(skb, TIPC_NLA_CON_NODE, peer_node))
3119 goto msg_full;
3120 if (nla_put_u32(skb, TIPC_NLA_CON_SOCK, peer_port))
3121 goto msg_full;
3122
3123 if (tsk->conn_type != 0) {
3124 if (nla_put_flag(skb, TIPC_NLA_CON_FLAG))
3125 goto msg_full;
3126 if (nla_put_u32(skb, TIPC_NLA_CON_TYPE, tsk->conn_type))
3127 goto msg_full;
3128 if (nla_put_u32(skb, TIPC_NLA_CON_INST, tsk->conn_instance))
3129 goto msg_full;
3130 }
3131 nla_nest_end(skb, nest);
3132
3133 return 0;
3134
3135msg_full:
3136 nla_nest_cancel(skb, nest);
3137
3138 return -EMSGSIZE;
3139}
3140
3141/* Caller should hold socket lock for the passed tipc socket. */
Richard Alped8182802014-11-24 11:10:29 +01003142static int __tipc_nl_add_sk(struct sk_buff *skb, struct netlink_callback *cb,
3143 struct tipc_sock *tsk)
Richard Alpe34b78a122014-11-20 10:29:10 +01003144{
3145 int err;
3146 void *hdr;
3147 struct nlattr *attrs;
Ying Xue34747532015-01-09 15:27:10 +08003148 struct net *net = sock_net(skb->sk);
3149 struct tipc_net *tn = net_generic(net, tipc_net_id);
Parthasarathy Bhuvaragand6fb7e92016-11-01 14:02:40 +01003150 struct sock *sk = &tsk->sk;
Richard Alpe34b78a122014-11-20 10:29:10 +01003151
3152 hdr = genlmsg_put(skb, NETLINK_CB(cb->skb).portid, cb->nlh->nlmsg_seq,
Richard Alpebfb3e5d2015-02-09 09:50:03 +01003153 &tipc_genl_family, NLM_F_MULTI, TIPC_NL_SOCK_GET);
Richard Alpe34b78a122014-11-20 10:29:10 +01003154 if (!hdr)
3155 goto msg_cancel;
3156
3157 attrs = nla_nest_start(skb, TIPC_NLA_SOCK);
3158 if (!attrs)
3159 goto genlmsg_cancel;
Ying Xue07f6c4b2015-01-07 13:41:58 +08003160 if (nla_put_u32(skb, TIPC_NLA_SOCK_REF, tsk->portid))
Richard Alpe34b78a122014-11-20 10:29:10 +01003161 goto attr_msg_cancel;
Ying Xue34747532015-01-09 15:27:10 +08003162 if (nla_put_u32(skb, TIPC_NLA_SOCK_ADDR, tn->own_addr))
Richard Alpe34b78a122014-11-20 10:29:10 +01003163 goto attr_msg_cancel;
3164
Parthasarathy Bhuvaragand6fb7e92016-11-01 14:02:40 +01003165 if (tipc_sk_connected(sk)) {
Richard Alpe34b78a122014-11-20 10:29:10 +01003166 err = __tipc_nl_add_sk_con(skb, tsk);
3167 if (err)
3168 goto attr_msg_cancel;
3169 } else if (!list_empty(&tsk->publications)) {
3170 if (nla_put_flag(skb, TIPC_NLA_SOCK_HAS_PUBL))
3171 goto attr_msg_cancel;
3172 }
3173 nla_nest_end(skb, attrs);
3174 genlmsg_end(skb, hdr);
3175
3176 return 0;
3177
3178attr_msg_cancel:
3179 nla_nest_cancel(skb, attrs);
3180genlmsg_cancel:
3181 genlmsg_cancel(skb, hdr);
3182msg_cancel:
3183 return -EMSGSIZE;
3184}
3185
3186int tipc_nl_sk_dump(struct sk_buff *skb, struct netlink_callback *cb)
3187{
3188 int err;
3189 struct tipc_sock *tsk;
Ying Xue07f6c4b2015-01-07 13:41:58 +08003190 const struct bucket_table *tbl;
3191 struct rhash_head *pos;
Ying Xuee05b31f2015-01-09 15:27:08 +08003192 struct net *net = sock_net(skb->sk);
3193 struct tipc_net *tn = net_generic(net, tipc_net_id);
Richard Alped6e164e2015-01-16 12:30:40 +01003194 u32 tbl_id = cb->args[0];
3195 u32 prev_portid = cb->args[1];
Richard Alpe34b78a122014-11-20 10:29:10 +01003196
Ying Xue07f6c4b2015-01-07 13:41:58 +08003197 rcu_read_lock();
Ying Xuee05b31f2015-01-09 15:27:08 +08003198 tbl = rht_dereference_rcu((&tn->sk_rht)->tbl, &tn->sk_rht);
Richard Alped6e164e2015-01-16 12:30:40 +01003199 for (; tbl_id < tbl->size; tbl_id++) {
3200 rht_for_each_entry_rcu(tsk, pos, tbl, tbl_id, node) {
Ying Xue07f6c4b2015-01-07 13:41:58 +08003201 spin_lock_bh(&tsk->sk.sk_lock.slock);
Richard Alped6e164e2015-01-16 12:30:40 +01003202 if (prev_portid && prev_portid != tsk->portid) {
3203 spin_unlock_bh(&tsk->sk.sk_lock.slock);
3204 continue;
3205 }
Richard Alpe34b78a122014-11-20 10:29:10 +01003206
Richard Alped6e164e2015-01-16 12:30:40 +01003207 err = __tipc_nl_add_sk(skb, cb, tsk);
3208 if (err) {
3209 prev_portid = tsk->portid;
3210 spin_unlock_bh(&tsk->sk.sk_lock.slock);
3211 goto out;
3212 }
3213 prev_portid = 0;
3214 spin_unlock_bh(&tsk->sk.sk_lock.slock);
Ying Xue07f6c4b2015-01-07 13:41:58 +08003215 }
Richard Alpe34b78a122014-11-20 10:29:10 +01003216 }
Richard Alped6e164e2015-01-16 12:30:40 +01003217out:
Ying Xue07f6c4b2015-01-07 13:41:58 +08003218 rcu_read_unlock();
Richard Alped6e164e2015-01-16 12:30:40 +01003219 cb->args[0] = tbl_id;
3220 cb->args[1] = prev_portid;
Richard Alpe34b78a122014-11-20 10:29:10 +01003221
3222 return skb->len;
3223}
Richard Alpe1a1a1432014-11-20 10:29:11 +01003224
3225/* Caller should hold socket lock for the passed tipc socket. */
Richard Alped8182802014-11-24 11:10:29 +01003226static int __tipc_nl_add_sk_publ(struct sk_buff *skb,
3227 struct netlink_callback *cb,
3228 struct publication *publ)
Richard Alpe1a1a1432014-11-20 10:29:11 +01003229{
3230 void *hdr;
3231 struct nlattr *attrs;
3232
3233 hdr = genlmsg_put(skb, NETLINK_CB(cb->skb).portid, cb->nlh->nlmsg_seq,
Richard Alpebfb3e5d2015-02-09 09:50:03 +01003234 &tipc_genl_family, NLM_F_MULTI, TIPC_NL_PUBL_GET);
Richard Alpe1a1a1432014-11-20 10:29:11 +01003235 if (!hdr)
3236 goto msg_cancel;
3237
3238 attrs = nla_nest_start(skb, TIPC_NLA_PUBL);
3239 if (!attrs)
3240 goto genlmsg_cancel;
3241
3242 if (nla_put_u32(skb, TIPC_NLA_PUBL_KEY, publ->key))
3243 goto attr_msg_cancel;
3244 if (nla_put_u32(skb, TIPC_NLA_PUBL_TYPE, publ->type))
3245 goto attr_msg_cancel;
3246 if (nla_put_u32(skb, TIPC_NLA_PUBL_LOWER, publ->lower))
3247 goto attr_msg_cancel;
3248 if (nla_put_u32(skb, TIPC_NLA_PUBL_UPPER, publ->upper))
3249 goto attr_msg_cancel;
3250
3251 nla_nest_end(skb, attrs);
3252 genlmsg_end(skb, hdr);
3253
3254 return 0;
3255
3256attr_msg_cancel:
3257 nla_nest_cancel(skb, attrs);
3258genlmsg_cancel:
3259 genlmsg_cancel(skb, hdr);
3260msg_cancel:
3261 return -EMSGSIZE;
3262}
3263
3264/* Caller should hold socket lock for the passed tipc socket. */
Richard Alped8182802014-11-24 11:10:29 +01003265static int __tipc_nl_list_sk_publ(struct sk_buff *skb,
3266 struct netlink_callback *cb,
3267 struct tipc_sock *tsk, u32 *last_publ)
Richard Alpe1a1a1432014-11-20 10:29:11 +01003268{
3269 int err;
3270 struct publication *p;
3271
3272 if (*last_publ) {
3273 list_for_each_entry(p, &tsk->publications, pport_list) {
3274 if (p->key == *last_publ)
3275 break;
3276 }
3277 if (p->key != *last_publ) {
3278 /* We never set seq or call nl_dump_check_consistent()
3279 * this means that setting prev_seq here will cause the
3280 * consistence check to fail in the netlink callback
3281 * handler. Resulting in the last NLMSG_DONE message
3282 * having the NLM_F_DUMP_INTR flag set.
3283 */
3284 cb->prev_seq = 1;
3285 *last_publ = 0;
3286 return -EPIPE;
3287 }
3288 } else {
3289 p = list_first_entry(&tsk->publications, struct publication,
3290 pport_list);
3291 }
3292
3293 list_for_each_entry_from(p, &tsk->publications, pport_list) {
3294 err = __tipc_nl_add_sk_publ(skb, cb, p);
3295 if (err) {
3296 *last_publ = p->key;
3297 return err;
3298 }
3299 }
3300 *last_publ = 0;
3301
3302 return 0;
3303}
3304
3305int tipc_nl_publ_dump(struct sk_buff *skb, struct netlink_callback *cb)
3306{
3307 int err;
Ying Xue07f6c4b2015-01-07 13:41:58 +08003308 u32 tsk_portid = cb->args[0];
Richard Alpe1a1a1432014-11-20 10:29:11 +01003309 u32 last_publ = cb->args[1];
3310 u32 done = cb->args[2];
Ying Xuee05b31f2015-01-09 15:27:08 +08003311 struct net *net = sock_net(skb->sk);
Richard Alpe1a1a1432014-11-20 10:29:11 +01003312 struct tipc_sock *tsk;
3313
Ying Xue07f6c4b2015-01-07 13:41:58 +08003314 if (!tsk_portid) {
Richard Alpe1a1a1432014-11-20 10:29:11 +01003315 struct nlattr **attrs;
3316 struct nlattr *sock[TIPC_NLA_SOCK_MAX + 1];
3317
3318 err = tipc_nlmsg_parse(cb->nlh, &attrs);
3319 if (err)
3320 return err;
3321
Richard Alpe45e093a2016-05-16 11:14:54 +02003322 if (!attrs[TIPC_NLA_SOCK])
3323 return -EINVAL;
3324
Richard Alpe1a1a1432014-11-20 10:29:11 +01003325 err = nla_parse_nested(sock, TIPC_NLA_SOCK_MAX,
3326 attrs[TIPC_NLA_SOCK],
Johannes Bergfceb6432017-04-12 14:34:07 +02003327 tipc_nl_sock_policy, NULL);
Richard Alpe1a1a1432014-11-20 10:29:11 +01003328 if (err)
3329 return err;
3330
3331 if (!sock[TIPC_NLA_SOCK_REF])
3332 return -EINVAL;
3333
Ying Xue07f6c4b2015-01-07 13:41:58 +08003334 tsk_portid = nla_get_u32(sock[TIPC_NLA_SOCK_REF]);
Richard Alpe1a1a1432014-11-20 10:29:11 +01003335 }
3336
3337 if (done)
3338 return 0;
3339
Ying Xuee05b31f2015-01-09 15:27:08 +08003340 tsk = tipc_sk_lookup(net, tsk_portid);
Richard Alpe1a1a1432014-11-20 10:29:11 +01003341 if (!tsk)
3342 return -EINVAL;
3343
3344 lock_sock(&tsk->sk);
3345 err = __tipc_nl_list_sk_publ(skb, cb, tsk, &last_publ);
3346 if (!err)
3347 done = 1;
3348 release_sock(&tsk->sk);
Ying Xue07f6c4b2015-01-07 13:41:58 +08003349 sock_put(&tsk->sk);
Richard Alpe1a1a1432014-11-20 10:29:11 +01003350
Ying Xue07f6c4b2015-01-07 13:41:58 +08003351 cb->args[0] = tsk_portid;
Richard Alpe1a1a1432014-11-20 10:29:11 +01003352 cb->args[1] = last_publ;
3353 cb->args[2] = done;
3354
3355 return skb->len;
3356}