Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 1 | /* |
Jon Paul Maloy | 02c00c2 | 2014-06-09 11:08:18 -0500 | [diff] [blame] | 2 | * net/tipc/socket.c: TIPC socket API |
YOSHIFUJI Hideaki | c430728 | 2007-02-09 23:25:21 +0900 | [diff] [blame] | 3 | * |
Jon Maloy | 75da216 | 2017-10-13 11:04:23 +0200 | [diff] [blame] | 4 | * Copyright (c) 2001-2007, 2012-2017, Ericsson AB |
Ying Xue | c5fa7b3 | 2013-06-17 10:54:39 -0400 | [diff] [blame] | 5 | * Copyright (c) 2004-2008, 2010-2013, Wind River Systems |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 6 | * All rights reserved. |
| 7 | * |
Per Liden | 9ea1fd3 | 2006-01-11 13:30:43 +0100 | [diff] [blame] | 8 | * Redistribution and use in source and binary forms, with or without |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 9 | * modification, are permitted provided that the following conditions are met: |
| 10 | * |
Per Liden | 9ea1fd3 | 2006-01-11 13:30:43 +0100 | [diff] [blame] | 11 | * 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 Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 19 | * |
Per Liden | 9ea1fd3 | 2006-01-11 13:30:43 +0100 | [diff] [blame] | 20 | * 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 Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 34 | * POSSIBILITY OF SUCH DAMAGE. |
| 35 | */ |
| 36 | |
Ying Xue | 07f6c4b | 2015-01-07 13:41:58 +0800 | [diff] [blame] | 37 | #include <linux/rhashtable.h> |
Ingo Molnar | 174cd4b | 2017-02-02 19:15:33 +0100 | [diff] [blame] | 38 | #include <linux/sched/signal.h> |
| 39 | |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 40 | #include "core.h" |
Jon Paul Maloy | e2dafe8 | 2014-06-25 20:41:37 -0500 | [diff] [blame] | 41 | #include "name_table.h" |
Erik Hugne | 78acb1f | 2014-04-24 16:26:47 +0200 | [diff] [blame] | 42 | #include "node.h" |
Jon Paul Maloy | e2dafe8 | 2014-06-25 20:41:37 -0500 | [diff] [blame] | 43 | #include "link.h" |
Jon Paul Maloy | c637c10 | 2015-02-05 08:36:41 -0500 | [diff] [blame] | 44 | #include "name_distr.h" |
Jon Paul Maloy | 2e84c60 | 2014-08-22 18:09:18 -0400 | [diff] [blame] | 45 | #include "socket.h" |
Jon Paul Maloy | a6bf70f | 2015-05-14 10:46:13 -0400 | [diff] [blame] | 46 | #include "bcast.h" |
Richard Alpe | 49cc66e | 2016-03-04 17:04:42 +0100 | [diff] [blame] | 47 | #include "netlink.h" |
Jon Maloy | 75da216 | 2017-10-13 11:04:23 +0200 | [diff] [blame] | 48 | #include "group.h" |
Erik Hugne | 2cf8aa1 | 2012-06-29 00:16:37 -0400 | [diff] [blame] | 49 | |
Tung Nguyen | 6787927 | 2018-09-28 20:23:22 +0200 | [diff] [blame] | 50 | #define CONN_TIMEOUT_DEFAULT 8000 /* default connect timeout = 8s */ |
Jon Maloy | 0d5fcebf | 2017-10-20 11:21:32 +0200 | [diff] [blame] | 51 | #define CONN_PROBING_INTV msecs_to_jiffies(3600000) /* [ms] => 1 h */ |
Ying Xue | 07f6c4b | 2015-01-07 13:41:58 +0800 | [diff] [blame] | 52 | #define TIPC_FWD_MSG 1 |
Ying Xue | 07f6c4b | 2015-01-07 13:41:58 +0800 | [diff] [blame] | 53 | #define TIPC_MAX_PORT 0xffffffff |
| 54 | #define TIPC_MIN_PORT 1 |
Jon Paul Maloy | e9f8b10 | 2017-05-02 18:16:53 +0200 | [diff] [blame] | 55 | #define TIPC_ACK_RATE 4 /* ACK at 1/4 of of rcv window size */ |
Jon Paul Maloy | 301bae5 | 2014-08-22 18:09:20 -0400 | [diff] [blame] | 56 | |
Parthasarathy Bhuvaragan | 0c288c8 | 2016-11-01 14:02:43 +0100 | [diff] [blame] | 57 | enum { |
| 58 | TIPC_LISTEN = TCP_LISTEN, |
Parthasarathy Bhuvaragan | 8ea642e | 2016-11-01 14:02:44 +0100 | [diff] [blame] | 59 | TIPC_ESTABLISHED = TCP_ESTABLISHED, |
Parthasarathy Bhuvaragan | 438adca | 2016-11-01 14:02:45 +0100 | [diff] [blame] | 60 | TIPC_OPEN = TCP_CLOSE, |
Parthasarathy Bhuvaragan | 9fd4b07 | 2016-11-01 14:02:46 +0100 | [diff] [blame] | 61 | TIPC_DISCONNECTING = TCP_CLOSE_WAIT, |
Parthasarathy Bhuvaragan | 99a2088 | 2016-11-01 14:02:48 +0100 | [diff] [blame] | 62 | TIPC_CONNECTING = TCP_SYN_SENT, |
Parthasarathy Bhuvaragan | 0c288c8 | 2016-11-01 14:02:43 +0100 | [diff] [blame] | 63 | }; |
| 64 | |
Jon Maloy | 31c82a2 | 2017-10-13 11:04:24 +0200 | [diff] [blame] | 65 | struct sockaddr_pair { |
| 66 | struct sockaddr_tipc sock; |
| 67 | struct sockaddr_tipc member; |
| 68 | }; |
| 69 | |
Jon Paul Maloy | 301bae5 | 2014-08-22 18:09:20 -0400 | [diff] [blame] | 70 | /** |
| 71 | * struct tipc_sock - TIPC socket structure |
| 72 | * @sk: socket - interacts with 'port' and with user via the socket API |
Jon Paul Maloy | 301bae5 | 2014-08-22 18:09:20 -0400 | [diff] [blame] | 73 | * @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 Xue | 07f6c4b | 2015-01-07 13:41:58 +0800 | [diff] [blame] | 77 | * @portid: unique port identity in TIPC socket hash table |
Jon Paul Maloy | 301bae5 | 2014-08-22 18:09:20 -0400 | [diff] [blame] | 78 | * @phdr: preformatted message header used when sending messages |
Jon Paul Maloy | 365ad35 | 2017-01-03 10:55:11 -0500 | [diff] [blame] | 79 | * #cong_links: list of congested links |
Jon Paul Maloy | 301bae5 | 2014-08-22 18:09:20 -0400 | [diff] [blame] | 80 | * @publications: list of publications for port |
Jon Paul Maloy | 365ad35 | 2017-01-03 10:55:11 -0500 | [diff] [blame] | 81 | * @blocking_link: address of the congested link we are currently sleeping on |
Jon Paul Maloy | 301bae5 | 2014-08-22 18:09:20 -0400 | [diff] [blame] | 82 | * @pub_count: total # of publications port has made during its lifetime |
Jon Paul Maloy | 301bae5 | 2014-08-22 18:09:20 -0400 | [diff] [blame] | 83 | * @conn_timeout: the time we can wait for an unresponded setup request |
| 84 | * @dupl_rcvcnt: number of bytes counted twice, in both backlog and rcv queue |
Jon Paul Maloy | 365ad35 | 2017-01-03 10:55:11 -0500 | [diff] [blame] | 85 | * @cong_link_cnt: number of congested links |
Jon Maloy | 75da216 | 2017-10-13 11:04:23 +0200 | [diff] [blame] | 86 | * @snt_unacked: # messages sent by socket, and not yet acked by peer |
Jon Paul Maloy | 301bae5 | 2014-08-22 18:09:20 -0400 | [diff] [blame] | 87 | * @rcv_unacked: # messages read by user, but not yet acked back to peer |
Parthasarathy Bhuvaragan | aeda16b | 2016-11-01 14:02:38 +0100 | [diff] [blame] | 88 | * @peer: 'connected' peer for dgram/rdm |
Ying Xue | 07f6c4b | 2015-01-07 13:41:58 +0800 | [diff] [blame] | 89 | * @node: hash table node |
Jon Paul Maloy | 01fd12b | 2017-01-18 13:50:53 -0500 | [diff] [blame] | 90 | * @mc_method: cookie for use between socket and broadcast layer |
Ying Xue | 07f6c4b | 2015-01-07 13:41:58 +0800 | [diff] [blame] | 91 | * @rcu: rcu struct for tipc_sock |
Jon Paul Maloy | 301bae5 | 2014-08-22 18:09:20 -0400 | [diff] [blame] | 92 | */ |
| 93 | struct tipc_sock { |
| 94 | struct sock sk; |
Jon Paul Maloy | 301bae5 | 2014-08-22 18:09:20 -0400 | [diff] [blame] | 95 | u32 conn_type; |
| 96 | u32 conn_instance; |
| 97 | int published; |
| 98 | u32 max_pkt; |
Ying Xue | 07f6c4b | 2015-01-07 13:41:58 +0800 | [diff] [blame] | 99 | u32 portid; |
Jon Paul Maloy | 301bae5 | 2014-08-22 18:09:20 -0400 | [diff] [blame] | 100 | struct tipc_msg phdr; |
Jon Paul Maloy | 365ad35 | 2017-01-03 10:55:11 -0500 | [diff] [blame] | 101 | struct list_head cong_links; |
Jon Paul Maloy | 301bae5 | 2014-08-22 18:09:20 -0400 | [diff] [blame] | 102 | struct list_head publications; |
| 103 | u32 pub_count; |
Jon Paul Maloy | 301bae5 | 2014-08-22 18:09:20 -0400 | [diff] [blame] | 104 | atomic_t dupl_rcvcnt; |
Tung Nguyen | 6787927 | 2018-09-28 20:23:22 +0200 | [diff] [blame] | 105 | u16 conn_timeout; |
Parthasarathy Bhuvaragan | 8ea642e | 2016-11-01 14:02:44 +0100 | [diff] [blame] | 106 | bool probe_unacked; |
Jon Paul Maloy | 365ad35 | 2017-01-03 10:55:11 -0500 | [diff] [blame] | 107 | u16 cong_link_cnt; |
Jon Paul Maloy | 10724cc | 2016-05-02 11:58:47 -0400 | [diff] [blame] | 108 | u16 snt_unacked; |
| 109 | u16 snd_win; |
Jon Paul Maloy | 60020e1 | 2016-05-02 11:58:46 -0400 | [diff] [blame] | 110 | u16 peer_caps; |
Jon Paul Maloy | 10724cc | 2016-05-02 11:58:47 -0400 | [diff] [blame] | 111 | u16 rcv_unacked; |
| 112 | u16 rcv_win; |
Parthasarathy Bhuvaragan | aeda16b | 2016-11-01 14:02:38 +0100 | [diff] [blame] | 113 | struct sockaddr_tipc peer; |
Ying Xue | 07f6c4b | 2015-01-07 13:41:58 +0800 | [diff] [blame] | 114 | struct rhash_head node; |
Jon Paul Maloy | 01fd12b | 2017-01-18 13:50:53 -0500 | [diff] [blame] | 115 | struct tipc_mc_method mc_method; |
Ying Xue | 07f6c4b | 2015-01-07 13:41:58 +0800 | [diff] [blame] | 116 | struct rcu_head rcu; |
Jon Maloy | 75da216 | 2017-10-13 11:04:23 +0200 | [diff] [blame] | 117 | struct tipc_group *group; |
Jon Maloy | 60c2530 | 2018-01-17 16:42:46 +0100 | [diff] [blame] | 118 | bool group_is_open; |
Jon Paul Maloy | 301bae5 | 2014-08-22 18:09:20 -0400 | [diff] [blame] | 119 | }; |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 120 | |
Jon Maloy | 64ac5f5 | 2017-10-13 11:04:20 +0200 | [diff] [blame] | 121 | static int tipc_sk_backlog_rcv(struct sock *sk, struct sk_buff *skb); |
David S. Miller | 676d236 | 2014-04-11 16:15:36 -0400 | [diff] [blame] | 122 | static void tipc_data_ready(struct sock *sk); |
Ying Xue | f288bef | 2012-08-21 11:16:57 +0800 | [diff] [blame] | 123 | static void tipc_write_space(struct sock *sk); |
Ying Xue | f4195d1 | 2015-11-22 15:46:05 +0800 | [diff] [blame] | 124 | static void tipc_sock_destruct(struct sock *sk); |
Ying Xue | 247f0f3 | 2014-02-18 16:06:46 +0800 | [diff] [blame] | 125 | static int tipc_release(struct socket *sock); |
David Howells | cdfbabf | 2017-03-09 08:09:05 +0000 | [diff] [blame] | 126 | static int tipc_accept(struct socket *sock, struct socket *new_sock, int flags, |
| 127 | bool kern); |
Kees Cook | 31b102b | 2017-10-30 14:06:45 -0700 | [diff] [blame] | 128 | static void tipc_sk_timeout(struct timer_list *t); |
Jon Paul Maloy | 301bae5 | 2014-08-22 18:09:20 -0400 | [diff] [blame] | 129 | static int tipc_sk_publish(struct tipc_sock *tsk, uint scope, |
Jon Paul Maloy | 0fc87aa | 2014-08-22 18:09:17 -0400 | [diff] [blame] | 130 | struct tipc_name_seq const *seq); |
Jon Paul Maloy | 301bae5 | 2014-08-22 18:09:20 -0400 | [diff] [blame] | 131 | static int tipc_sk_withdraw(struct tipc_sock *tsk, uint scope, |
Jon Paul Maloy | 0fc87aa | 2014-08-22 18:09:17 -0400 | [diff] [blame] | 132 | struct tipc_name_seq const *seq); |
Jon Maloy | 75da216 | 2017-10-13 11:04:23 +0200 | [diff] [blame] | 133 | static int tipc_sk_leave(struct tipc_sock *tsk); |
Ying Xue | e05b31f | 2015-01-09 15:27:08 +0800 | [diff] [blame] | 134 | static struct tipc_sock *tipc_sk_lookup(struct net *net, u32 portid); |
Ying Xue | 07f6c4b | 2015-01-07 13:41:58 +0800 | [diff] [blame] | 135 | static int tipc_sk_insert(struct tipc_sock *tsk); |
| 136 | static void tipc_sk_remove(struct tipc_sock *tsk); |
Jon Paul Maloy | 365ad35 | 2017-01-03 10:55:11 -0500 | [diff] [blame] | 137 | static int __tipc_sendstream(struct socket *sock, struct msghdr *m, size_t dsz); |
Ying Xue | 39a0295 | 2015-03-02 15:37:47 +0800 | [diff] [blame] | 138 | static int __tipc_sendmsg(struct socket *sock, struct msghdr *m, size_t dsz); |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 139 | |
Florian Westphal | bca65ea | 2008-02-07 18:18:01 -0800 | [diff] [blame] | 140 | static const struct proto_ops packet_ops; |
| 141 | static const struct proto_ops stream_ops; |
| 142 | static const struct proto_ops msg_ops; |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 143 | static struct proto tipc_proto; |
Herbert Xu | 6cca7289 | 2015-03-20 21:57:05 +1100 | [diff] [blame] | 144 | static const struct rhashtable_params tsk_rht_params; |
| 145 | |
Jon Paul Maloy | c589863 | 2015-02-05 08:36:36 -0500 | [diff] [blame] | 146 | static u32 tsk_own_node(struct tipc_sock *tsk) |
| 147 | { |
| 148 | return msg_prevnode(&tsk->phdr); |
| 149 | } |
| 150 | |
Jon Paul Maloy | 301bae5 | 2014-08-22 18:09:20 -0400 | [diff] [blame] | 151 | static u32 tsk_peer_node(struct tipc_sock *tsk) |
Jon Paul Maloy | 2e84c60 | 2014-08-22 18:09:18 -0400 | [diff] [blame] | 152 | { |
Jon Paul Maloy | 301bae5 | 2014-08-22 18:09:20 -0400 | [diff] [blame] | 153 | return msg_destnode(&tsk->phdr); |
Jon Paul Maloy | 2e84c60 | 2014-08-22 18:09:18 -0400 | [diff] [blame] | 154 | } |
| 155 | |
Jon Paul Maloy | 301bae5 | 2014-08-22 18:09:20 -0400 | [diff] [blame] | 156 | static u32 tsk_peer_port(struct tipc_sock *tsk) |
Jon Paul Maloy | 2e84c60 | 2014-08-22 18:09:18 -0400 | [diff] [blame] | 157 | { |
Jon Paul Maloy | 301bae5 | 2014-08-22 18:09:20 -0400 | [diff] [blame] | 158 | return msg_destport(&tsk->phdr); |
Jon Paul Maloy | 2e84c60 | 2014-08-22 18:09:18 -0400 | [diff] [blame] | 159 | } |
| 160 | |
Jon Paul Maloy | 301bae5 | 2014-08-22 18:09:20 -0400 | [diff] [blame] | 161 | static bool tsk_unreliable(struct tipc_sock *tsk) |
Jon Paul Maloy | 2e84c60 | 2014-08-22 18:09:18 -0400 | [diff] [blame] | 162 | { |
Jon Paul Maloy | 301bae5 | 2014-08-22 18:09:20 -0400 | [diff] [blame] | 163 | return msg_src_droppable(&tsk->phdr) != 0; |
Jon Paul Maloy | 2e84c60 | 2014-08-22 18:09:18 -0400 | [diff] [blame] | 164 | } |
| 165 | |
Jon Paul Maloy | 301bae5 | 2014-08-22 18:09:20 -0400 | [diff] [blame] | 166 | static void tsk_set_unreliable(struct tipc_sock *tsk, bool unreliable) |
Jon Paul Maloy | 2e84c60 | 2014-08-22 18:09:18 -0400 | [diff] [blame] | 167 | { |
Jon Paul Maloy | 301bae5 | 2014-08-22 18:09:20 -0400 | [diff] [blame] | 168 | msg_set_src_droppable(&tsk->phdr, unreliable ? 1 : 0); |
Jon Paul Maloy | 2e84c60 | 2014-08-22 18:09:18 -0400 | [diff] [blame] | 169 | } |
| 170 | |
Jon Paul Maloy | 301bae5 | 2014-08-22 18:09:20 -0400 | [diff] [blame] | 171 | static bool tsk_unreturnable(struct tipc_sock *tsk) |
Jon Paul Maloy | 2e84c60 | 2014-08-22 18:09:18 -0400 | [diff] [blame] | 172 | { |
Jon Paul Maloy | 301bae5 | 2014-08-22 18:09:20 -0400 | [diff] [blame] | 173 | return msg_dest_droppable(&tsk->phdr) != 0; |
Jon Paul Maloy | 2e84c60 | 2014-08-22 18:09:18 -0400 | [diff] [blame] | 174 | } |
| 175 | |
Jon Paul Maloy | 301bae5 | 2014-08-22 18:09:20 -0400 | [diff] [blame] | 176 | static void tsk_set_unreturnable(struct tipc_sock *tsk, bool unreturnable) |
Jon Paul Maloy | 2e84c60 | 2014-08-22 18:09:18 -0400 | [diff] [blame] | 177 | { |
Jon Paul Maloy | 301bae5 | 2014-08-22 18:09:20 -0400 | [diff] [blame] | 178 | msg_set_dest_droppable(&tsk->phdr, unreturnable ? 1 : 0); |
Jon Paul Maloy | 2e84c60 | 2014-08-22 18:09:18 -0400 | [diff] [blame] | 179 | } |
| 180 | |
Jon Paul Maloy | 301bae5 | 2014-08-22 18:09:20 -0400 | [diff] [blame] | 181 | static int tsk_importance(struct tipc_sock *tsk) |
Jon Paul Maloy | 2e84c60 | 2014-08-22 18:09:18 -0400 | [diff] [blame] | 182 | { |
Jon Paul Maloy | 301bae5 | 2014-08-22 18:09:20 -0400 | [diff] [blame] | 183 | return msg_importance(&tsk->phdr); |
Jon Paul Maloy | 2e84c60 | 2014-08-22 18:09:18 -0400 | [diff] [blame] | 184 | } |
| 185 | |
Jon Paul Maloy | 301bae5 | 2014-08-22 18:09:20 -0400 | [diff] [blame] | 186 | static int tsk_set_importance(struct tipc_sock *tsk, int imp) |
Jon Paul Maloy | 2e84c60 | 2014-08-22 18:09:18 -0400 | [diff] [blame] | 187 | { |
| 188 | if (imp > TIPC_CRITICAL_IMPORTANCE) |
| 189 | return -EINVAL; |
Jon Paul Maloy | 301bae5 | 2014-08-22 18:09:20 -0400 | [diff] [blame] | 190 | msg_set_importance(&tsk->phdr, (u32)imp); |
Jon Paul Maloy | 2e84c60 | 2014-08-22 18:09:18 -0400 | [diff] [blame] | 191 | return 0; |
| 192 | } |
Jon Paul Maloy | 8826cde | 2014-03-12 11:31:09 -0400 | [diff] [blame] | 193 | |
Jon Paul Maloy | 301bae5 | 2014-08-22 18:09:20 -0400 | [diff] [blame] | 194 | static struct tipc_sock *tipc_sk(const struct sock *sk) |
| 195 | { |
| 196 | return container_of(sk, struct tipc_sock, sk); |
| 197 | } |
| 198 | |
Jon Paul Maloy | 10724cc | 2016-05-02 11:58:47 -0400 | [diff] [blame] | 199 | static bool tsk_conn_cong(struct tipc_sock *tsk) |
Jon Paul Maloy | 301bae5 | 2014-08-22 18:09:20 -0400 | [diff] [blame] | 200 | { |
Jon Paul Maloy | 6998cc6 | 2016-11-24 18:47:07 -0500 | [diff] [blame] | 201 | return tsk->snt_unacked > tsk->snd_win; |
Jon Paul Maloy | 10724cc | 2016-05-02 11:58:47 -0400 | [diff] [blame] | 202 | } |
| 203 | |
Jon Maloy | b7d4263 | 2017-10-13 11:04:26 +0200 | [diff] [blame] | 204 | static u16 tsk_blocks(int len) |
| 205 | { |
| 206 | return ((len / FLOWCTL_BLK_SZ) + 1); |
| 207 | } |
| 208 | |
Jon Paul Maloy | 10724cc | 2016-05-02 11:58:47 -0400 | [diff] [blame] | 209 | /* 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 | */ |
| 213 | static 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 | */ |
| 222 | static 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 Maloy | 301bae5 | 2014-08-22 18:09:20 -0400 | [diff] [blame] | 227 | } |
| 228 | |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 229 | /** |
Jon Paul Maloy | 2e84c60 | 2014-08-22 18:09:18 -0400 | [diff] [blame] | 230 | * tsk_advance_rx_queue - discard first buffer in socket receive queue |
Allan Stephens | 0c3141e | 2008-04-15 00:22:02 -0700 | [diff] [blame] | 231 | * |
| 232 | * Caller must hold socket lock |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 233 | */ |
Jon Paul Maloy | 2e84c60 | 2014-08-22 18:09:18 -0400 | [diff] [blame] | 234 | static void tsk_advance_rx_queue(struct sock *sk) |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 235 | { |
Allan Stephens | 5f6d912 | 2011-11-04 13:24:29 -0400 | [diff] [blame] | 236 | kfree_skb(__skb_dequeue(&sk->sk_receive_queue)); |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 237 | } |
| 238 | |
Jon Paul Maloy | bcd3ffd | 2015-07-22 10:11:19 -0400 | [diff] [blame] | 239 | /* tipc_sk_respond() : send response message back to sender |
| 240 | */ |
| 241 | static 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 Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 255 | /** |
Jon Paul Maloy | 2e84c60 | 2014-08-22 18:09:18 -0400 | [diff] [blame] | 256 | * tsk_rej_rx_queue - reject all buffers in socket receive queue |
Allan Stephens | 0c3141e | 2008-04-15 00:22:02 -0700 | [diff] [blame] | 257 | * |
| 258 | * Caller must hold socket lock |
| 259 | */ |
Jon Paul Maloy | 2e84c60 | 2014-08-22 18:09:18 -0400 | [diff] [blame] | 260 | static void tsk_rej_rx_queue(struct sock *sk) |
Allan Stephens | 0c3141e | 2008-04-15 00:22:02 -0700 | [diff] [blame] | 261 | { |
Ying Xue | a6ca109 | 2014-11-26 11:41:55 +0800 | [diff] [blame] | 262 | struct sk_buff *skb; |
Allan Stephens | 0c3141e | 2008-04-15 00:22:02 -0700 | [diff] [blame] | 263 | |
Jon Paul Maloy | bcd3ffd | 2015-07-22 10:11:19 -0400 | [diff] [blame] | 264 | while ((skb = __skb_dequeue(&sk->sk_receive_queue))) |
| 265 | tipc_sk_respond(sk, skb, TIPC_ERR_NO_PORT); |
Allan Stephens | 0c3141e | 2008-04-15 00:22:02 -0700 | [diff] [blame] | 266 | } |
| 267 | |
Parthasarathy Bhuvaragan | d6fb7e9 | 2016-11-01 14:02:40 +0100 | [diff] [blame] | 268 | static bool tipc_sk_connected(struct sock *sk) |
| 269 | { |
Parthasarathy Bhuvaragan | f40acba | 2016-11-01 14:02:49 +0100 | [diff] [blame] | 270 | return sk->sk_state == TIPC_ESTABLISHED; |
Parthasarathy Bhuvaragan | d6fb7e9 | 2016-11-01 14:02:40 +0100 | [diff] [blame] | 271 | } |
| 272 | |
Parthasarathy Bhuvaragan | c752023 | 2016-11-01 14:02:42 +0100 | [diff] [blame] | 273 | /* tipc_sk_type_connectionless - check if the socket is datagram socket |
| 274 | * @sk: socket |
| 275 | * |
| 276 | * Returns true if connection less, false otherwise |
| 277 | */ |
| 278 | static 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 Maloy | 2e84c60 | 2014-08-22 18:09:18 -0400 | [diff] [blame] | 283 | /* tsk_peer_msg - verify if message was sent by connected port's peer |
Jon Paul Maloy | 0fc87aa | 2014-08-22 18:09:17 -0400 | [diff] [blame] | 284 | * |
| 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 Maloy | 2e84c60 | 2014-08-22 18:09:18 -0400 | [diff] [blame] | 288 | static bool tsk_peer_msg(struct tipc_sock *tsk, struct tipc_msg *msg) |
Jon Paul Maloy | 0fc87aa | 2014-08-22 18:09:17 -0400 | [diff] [blame] | 289 | { |
Parthasarathy Bhuvaragan | d6fb7e9 | 2016-11-01 14:02:40 +0100 | [diff] [blame] | 290 | struct sock *sk = &tsk->sk; |
Jon Maloy | 23fd3ea | 2018-03-22 20:42:49 +0100 | [diff] [blame] | 291 | u32 self = tipc_own_addr(sock_net(sk)); |
Jon Paul Maloy | 301bae5 | 2014-08-22 18:09:20 -0400 | [diff] [blame] | 292 | u32 peer_port = tsk_peer_port(tsk); |
Jon Maloy | 23fd3ea | 2018-03-22 20:42:49 +0100 | [diff] [blame] | 293 | u32 orig_node, peer_node; |
Jon Paul Maloy | 0fc87aa | 2014-08-22 18:09:17 -0400 | [diff] [blame] | 294 | |
Parthasarathy Bhuvaragan | d6fb7e9 | 2016-11-01 14:02:40 +0100 | [diff] [blame] | 295 | if (unlikely(!tipc_sk_connected(sk))) |
Jon Paul Maloy | 0fc87aa | 2014-08-22 18:09:17 -0400 | [diff] [blame] | 296 | return false; |
| 297 | |
| 298 | if (unlikely(msg_origport(msg) != peer_port)) |
| 299 | return false; |
| 300 | |
| 301 | orig_node = msg_orignode(msg); |
Jon Paul Maloy | 301bae5 | 2014-08-22 18:09:20 -0400 | [diff] [blame] | 302 | peer_node = tsk_peer_node(tsk); |
Jon Paul Maloy | 0fc87aa | 2014-08-22 18:09:17 -0400 | [diff] [blame] | 303 | |
| 304 | if (likely(orig_node == peer_node)) |
| 305 | return true; |
| 306 | |
Jon Maloy | 23fd3ea | 2018-03-22 20:42:49 +0100 | [diff] [blame] | 307 | if (!orig_node && peer_node == self) |
Jon Paul Maloy | 0fc87aa | 2014-08-22 18:09:17 -0400 | [diff] [blame] | 308 | return true; |
| 309 | |
Jon Maloy | 23fd3ea | 2018-03-22 20:42:49 +0100 | [diff] [blame] | 310 | if (!peer_node && orig_node == self) |
Jon Paul Maloy | 0fc87aa | 2014-08-22 18:09:17 -0400 | [diff] [blame] | 311 | return true; |
| 312 | |
| 313 | return false; |
| 314 | } |
| 315 | |
Parthasarathy Bhuvaragan | 0c288c8 | 2016-11-01 14:02:43 +0100 | [diff] [blame] | 316 | /* tipc_set_sk_state - set the sk_state of the socket |
| 317 | * @sk: socket |
| 318 | * |
| 319 | * Caller must hold socket lock |
| 320 | * |
| 321 | * Returns 0 on success, errno otherwise |
| 322 | */ |
| 323 | static int tipc_set_sk_state(struct sock *sk, int state) |
| 324 | { |
Parthasarathy Bhuvaragan | 438adca | 2016-11-01 14:02:45 +0100 | [diff] [blame] | 325 | int oldsk_state = sk->sk_state; |
Parthasarathy Bhuvaragan | 0c288c8 | 2016-11-01 14:02:43 +0100 | [diff] [blame] | 326 | int res = -EINVAL; |
| 327 | |
| 328 | switch (state) { |
Parthasarathy Bhuvaragan | 438adca | 2016-11-01 14:02:45 +0100 | [diff] [blame] | 329 | case TIPC_OPEN: |
| 330 | res = 0; |
| 331 | break; |
Parthasarathy Bhuvaragan | 0c288c8 | 2016-11-01 14:02:43 +0100 | [diff] [blame] | 332 | case TIPC_LISTEN: |
Parthasarathy Bhuvaragan | 99a2088 | 2016-11-01 14:02:48 +0100 | [diff] [blame] | 333 | case TIPC_CONNECTING: |
Parthasarathy Bhuvaragan | 438adca | 2016-11-01 14:02:45 +0100 | [diff] [blame] | 334 | if (oldsk_state == TIPC_OPEN) |
Parthasarathy Bhuvaragan | 0c288c8 | 2016-11-01 14:02:43 +0100 | [diff] [blame] | 335 | res = 0; |
| 336 | break; |
Parthasarathy Bhuvaragan | 8ea642e | 2016-11-01 14:02:44 +0100 | [diff] [blame] | 337 | case TIPC_ESTABLISHED: |
Parthasarathy Bhuvaragan | 99a2088 | 2016-11-01 14:02:48 +0100 | [diff] [blame] | 338 | if (oldsk_state == TIPC_CONNECTING || |
Parthasarathy Bhuvaragan | 438adca | 2016-11-01 14:02:45 +0100 | [diff] [blame] | 339 | oldsk_state == TIPC_OPEN) |
Parthasarathy Bhuvaragan | 8ea642e | 2016-11-01 14:02:44 +0100 | [diff] [blame] | 340 | res = 0; |
| 341 | break; |
Parthasarathy Bhuvaragan | 9fd4b07 | 2016-11-01 14:02:46 +0100 | [diff] [blame] | 342 | case TIPC_DISCONNECTING: |
Parthasarathy Bhuvaragan | 99a2088 | 2016-11-01 14:02:48 +0100 | [diff] [blame] | 343 | if (oldsk_state == TIPC_CONNECTING || |
Parthasarathy Bhuvaragan | 9fd4b07 | 2016-11-01 14:02:46 +0100 | [diff] [blame] | 344 | oldsk_state == TIPC_ESTABLISHED) |
| 345 | res = 0; |
| 346 | break; |
Parthasarathy Bhuvaragan | 0c288c8 | 2016-11-01 14:02:43 +0100 | [diff] [blame] | 347 | } |
| 348 | |
| 349 | if (!res) |
| 350 | sk->sk_state = state; |
| 351 | |
| 352 | return res; |
| 353 | } |
| 354 | |
Jon Paul Maloy | 8c44e1a | 2017-01-03 10:55:09 -0500 | [diff] [blame] | 355 | static int tipc_sk_sock_err(struct socket *sock, long *timeout) |
| 356 | { |
| 357 | struct sock *sk = sock->sk; |
| 358 | int err = sock_error(sk); |
| 359 | int typ = sock->type; |
| 360 | |
| 361 | if (err) |
| 362 | return err; |
| 363 | if (typ == SOCK_STREAM || typ == SOCK_SEQPACKET) { |
| 364 | if (sk->sk_state == TIPC_DISCONNECTING) |
| 365 | return -EPIPE; |
| 366 | else if (!tipc_sk_connected(sk)) |
| 367 | return -ENOTCONN; |
| 368 | } |
| 369 | if (!*timeout) |
| 370 | return -EAGAIN; |
| 371 | if (signal_pending(current)) |
| 372 | return sock_intr_errno(*timeout); |
| 373 | |
| 374 | return 0; |
| 375 | } |
| 376 | |
Jon Paul Maloy | 844cf76 | 2017-05-11 20:28:15 +0200 | [diff] [blame] | 377 | #define tipc_wait_for_cond(sock_, timeo_, condition_) \ |
| 378 | ({ \ |
| 379 | struct sock *sk_; \ |
| 380 | int rc_; \ |
| 381 | \ |
| 382 | while ((rc_ = !(condition_))) { \ |
| 383 | DEFINE_WAIT_FUNC(wait_, woken_wake_function); \ |
| 384 | sk_ = (sock_)->sk; \ |
| 385 | rc_ = tipc_sk_sock_err((sock_), timeo_); \ |
| 386 | if (rc_) \ |
| 387 | break; \ |
| 388 | prepare_to_wait(sk_sleep(sk_), &wait_, TASK_INTERRUPTIBLE); \ |
| 389 | release_sock(sk_); \ |
| 390 | *(timeo_) = wait_woken(&wait_, TASK_INTERRUPTIBLE, *(timeo_)); \ |
| 391 | sched_annotate_sleep(); \ |
| 392 | lock_sock(sk_); \ |
| 393 | remove_wait_queue(sk_sleep(sk_), &wait_); \ |
| 394 | } \ |
| 395 | rc_; \ |
Jon Paul Maloy | 8c44e1a | 2017-01-03 10:55:09 -0500 | [diff] [blame] | 396 | }) |
| 397 | |
Allan Stephens | 0c3141e | 2008-04-15 00:22:02 -0700 | [diff] [blame] | 398 | /** |
Ying Xue | c5fa7b3 | 2013-06-17 10:54:39 -0400 | [diff] [blame] | 399 | * tipc_sk_create - create a TIPC socket |
Allan Stephens | 0c3141e | 2008-04-15 00:22:02 -0700 | [diff] [blame] | 400 | * @net: network namespace (must be default network) |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 401 | * @sock: pre-allocated socket structure |
| 402 | * @protocol: protocol indicator (must be 0) |
Eric Paris | 3f378b6 | 2009-11-05 22:18:14 -0800 | [diff] [blame] | 403 | * @kern: caused by kernel or by userspace? |
YOSHIFUJI Hideaki | c430728 | 2007-02-09 23:25:21 +0900 | [diff] [blame] | 404 | * |
Allan Stephens | 0c3141e | 2008-04-15 00:22:02 -0700 | [diff] [blame] | 405 | * This routine creates additional data structures used by the TIPC socket, |
| 406 | * initializes them, and links them together. |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 407 | * |
| 408 | * Returns 0 on success, errno otherwise |
| 409 | */ |
Jon Paul Maloy | 58ed944 | 2014-03-12 11:31:12 -0400 | [diff] [blame] | 410 | static int tipc_sk_create(struct net *net, struct socket *sock, |
| 411 | int protocol, int kern) |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 412 | { |
Allan Stephens | 0c3141e | 2008-04-15 00:22:02 -0700 | [diff] [blame] | 413 | const struct proto_ops *ops; |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 414 | struct sock *sk; |
Jon Paul Maloy | 58ed944 | 2014-03-12 11:31:12 -0400 | [diff] [blame] | 415 | struct tipc_sock *tsk; |
Jon Paul Maloy | 5b8fa7c | 2014-08-22 18:09:13 -0400 | [diff] [blame] | 416 | struct tipc_msg *msg; |
Allan Stephens | 0c3141e | 2008-04-15 00:22:02 -0700 | [diff] [blame] | 417 | |
| 418 | /* Validate arguments */ |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 419 | if (unlikely(protocol != 0)) |
| 420 | return -EPROTONOSUPPORT; |
| 421 | |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 422 | switch (sock->type) { |
| 423 | case SOCK_STREAM: |
Allan Stephens | 0c3141e | 2008-04-15 00:22:02 -0700 | [diff] [blame] | 424 | ops = &stream_ops; |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 425 | break; |
| 426 | case SOCK_SEQPACKET: |
Allan Stephens | 0c3141e | 2008-04-15 00:22:02 -0700 | [diff] [blame] | 427 | ops = &packet_ops; |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 428 | break; |
| 429 | case SOCK_DGRAM: |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 430 | case SOCK_RDM: |
Allan Stephens | 0c3141e | 2008-04-15 00:22:02 -0700 | [diff] [blame] | 431 | ops = &msg_ops; |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 432 | break; |
Allan Stephens | 4997865 | 2006-06-25 23:47:18 -0700 | [diff] [blame] | 433 | default: |
Allan Stephens | 4997865 | 2006-06-25 23:47:18 -0700 | [diff] [blame] | 434 | return -EPROTOTYPE; |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 435 | } |
| 436 | |
Allan Stephens | 0c3141e | 2008-04-15 00:22:02 -0700 | [diff] [blame] | 437 | /* Allocate socket's protocol area */ |
Eric W. Biederman | 11aa9c2 | 2015-05-08 21:09:13 -0500 | [diff] [blame] | 438 | sk = sk_alloc(net, AF_TIPC, GFP_KERNEL, &tipc_proto, kern); |
Allan Stephens | 0c3141e | 2008-04-15 00:22:02 -0700 | [diff] [blame] | 439 | if (sk == NULL) |
| 440 | return -ENOMEM; |
| 441 | |
Jon Paul Maloy | 58ed944 | 2014-03-12 11:31:12 -0400 | [diff] [blame] | 442 | tsk = tipc_sk(sk); |
Jon Paul Maloy | 301bae5 | 2014-08-22 18:09:20 -0400 | [diff] [blame] | 443 | tsk->max_pkt = MAX_PKT_DEFAULT; |
Jon Paul Maloy | 301bae5 | 2014-08-22 18:09:20 -0400 | [diff] [blame] | 444 | INIT_LIST_HEAD(&tsk->publications); |
Jon Paul Maloy | 365ad35 | 2017-01-03 10:55:11 -0500 | [diff] [blame] | 445 | INIT_LIST_HEAD(&tsk->cong_links); |
Jon Paul Maloy | 301bae5 | 2014-08-22 18:09:20 -0400 | [diff] [blame] | 446 | msg = &tsk->phdr; |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 447 | |
Allan Stephens | 0c3141e | 2008-04-15 00:22:02 -0700 | [diff] [blame] | 448 | /* Finish initializing socket data structures */ |
Allan Stephens | 0c3141e | 2008-04-15 00:22:02 -0700 | [diff] [blame] | 449 | sock->ops = ops; |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 450 | sock_init_data(sock, sk); |
Parthasarathy Bhuvaragan | 438adca | 2016-11-01 14:02:45 +0100 | [diff] [blame] | 451 | tipc_set_sk_state(sk, TIPC_OPEN); |
Ying Xue | 07f6c4b | 2015-01-07 13:41:58 +0800 | [diff] [blame] | 452 | if (tipc_sk_insert(tsk)) { |
Masanari Iida | c19ca6c | 2016-02-08 20:53:12 +0900 | [diff] [blame] | 453 | pr_warn("Socket create failed; port number exhausted\n"); |
Ying Xue | 07f6c4b | 2015-01-07 13:41:58 +0800 | [diff] [blame] | 454 | return -EINVAL; |
| 455 | } |
Herbert Xu | 40f9f43 | 2017-02-11 19:26:46 +0800 | [diff] [blame] | 456 | |
| 457 | /* Ensure tsk is visible before we read own_addr. */ |
| 458 | smp_mb(); |
| 459 | |
Jon Maloy | 23fd3ea | 2018-03-22 20:42:49 +0100 | [diff] [blame] | 460 | tipc_msg_init(tipc_own_addr(net), msg, TIPC_LOW_IMPORTANCE, |
| 461 | TIPC_NAMED_MSG, NAMED_H_SIZE, 0); |
Herbert Xu | 40f9f43 | 2017-02-11 19:26:46 +0800 | [diff] [blame] | 462 | |
Ying Xue | 07f6c4b | 2015-01-07 13:41:58 +0800 | [diff] [blame] | 463 | msg_set_origport(msg, tsk->portid); |
Kees Cook | 31b102b | 2017-10-30 14:06:45 -0700 | [diff] [blame] | 464 | timer_setup(&sk->sk_timer, tipc_sk_timeout, 0); |
Parthasarathy Bhuvaragan | 6f00089 | 2016-11-01 14:02:47 +0100 | [diff] [blame] | 465 | sk->sk_shutdown = 0; |
Jon Maloy | 64ac5f5 | 2017-10-13 11:04:20 +0200 | [diff] [blame] | 466 | sk->sk_backlog_rcv = tipc_sk_backlog_rcv; |
Ying Xue | cc79dd1 | 2013-06-17 10:54:37 -0400 | [diff] [blame] | 467 | sk->sk_rcvbuf = sysctl_tipc_rmem[1]; |
Ying Xue | f288bef | 2012-08-21 11:16:57 +0800 | [diff] [blame] | 468 | sk->sk_data_ready = tipc_data_ready; |
| 469 | sk->sk_write_space = tipc_write_space; |
Ying Xue | f4195d1 | 2015-11-22 15:46:05 +0800 | [diff] [blame] | 470 | sk->sk_destruct = tipc_sock_destruct; |
Jon Paul Maloy | 4f4482d | 2014-05-14 05:39:09 -0400 | [diff] [blame] | 471 | tsk->conn_timeout = CONN_TIMEOUT_DEFAULT; |
Jon Maloy | 1b22bca | 2018-02-26 20:14:04 +0100 | [diff] [blame] | 472 | tsk->group_is_open = true; |
Jon Paul Maloy | 4f4482d | 2014-05-14 05:39:09 -0400 | [diff] [blame] | 473 | atomic_set(&tsk->dupl_rcvcnt, 0); |
Allan Stephens | 7ef43eb | 2008-05-12 15:42:28 -0700 | [diff] [blame] | 474 | |
Jon Paul Maloy | 10724cc | 2016-05-02 11:58:47 -0400 | [diff] [blame] | 475 | /* Start out with safe limits until we receive an advertised window */ |
| 476 | tsk->snd_win = tsk_adv_blocks(RCVBUF_MIN); |
| 477 | tsk->rcv_win = tsk->snd_win; |
| 478 | |
Parthasarathy Bhuvaragan | c752023 | 2016-11-01 14:02:42 +0100 | [diff] [blame] | 479 | if (tipc_sk_type_connectionless(sk)) { |
Jon Paul Maloy | 301bae5 | 2014-08-22 18:09:20 -0400 | [diff] [blame] | 480 | tsk_set_unreturnable(tsk, true); |
Allan Stephens | 0c3141e | 2008-04-15 00:22:02 -0700 | [diff] [blame] | 481 | if (sock->type == SOCK_DGRAM) |
Jon Paul Maloy | 301bae5 | 2014-08-22 18:09:20 -0400 | [diff] [blame] | 482 | tsk_set_unreliable(tsk, true); |
Allan Stephens | 0c3141e | 2008-04-15 00:22:02 -0700 | [diff] [blame] | 483 | } |
Parthasarathy Bhuvaragan | 438adca | 2016-11-01 14:02:45 +0100 | [diff] [blame] | 484 | |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 485 | return 0; |
| 486 | } |
| 487 | |
Ying Xue | 07f6c4b | 2015-01-07 13:41:58 +0800 | [diff] [blame] | 488 | static void tipc_sk_callback(struct rcu_head *head) |
| 489 | { |
| 490 | struct tipc_sock *tsk = container_of(head, struct tipc_sock, rcu); |
| 491 | |
| 492 | sock_put(&tsk->sk); |
| 493 | } |
| 494 | |
Parthasarathy Bhuvaragan | 6f00089 | 2016-11-01 14:02:47 +0100 | [diff] [blame] | 495 | /* Caller should hold socket lock for the socket. */ |
| 496 | static void __tipc_shutdown(struct socket *sock, int error) |
| 497 | { |
| 498 | struct sock *sk = sock->sk; |
| 499 | struct tipc_sock *tsk = tipc_sk(sk); |
| 500 | struct net *net = sock_net(sk); |
Jon Paul Maloy | 365ad35 | 2017-01-03 10:55:11 -0500 | [diff] [blame] | 501 | long timeout = CONN_TIMEOUT_DEFAULT; |
Parthasarathy Bhuvaragan | 6f00089 | 2016-11-01 14:02:47 +0100 | [diff] [blame] | 502 | u32 dnode = tsk_peer_node(tsk); |
| 503 | struct sk_buff *skb; |
| 504 | |
Jon Paul Maloy | 365ad35 | 2017-01-03 10:55:11 -0500 | [diff] [blame] | 505 | /* Avoid that hi-prio shutdown msgs bypass msgs in link wakeup queue */ |
| 506 | tipc_wait_for_cond(sock, &timeout, (!tsk->cong_link_cnt && |
| 507 | !tsk_conn_cong(tsk))); |
| 508 | |
Tung Nguyen | 6787927 | 2018-09-28 20:23:22 +0200 | [diff] [blame] | 509 | /* Remove any pending SYN message */ |
| 510 | __skb_queue_purge(&sk->sk_write_queue); |
| 511 | |
Parthasarathy Bhuvaragan | 6f00089 | 2016-11-01 14:02:47 +0100 | [diff] [blame] | 512 | /* Reject all unreceived messages, except on an active connection |
| 513 | * (which disconnects locally & sends a 'FIN+' to peer). |
| 514 | */ |
| 515 | while ((skb = __skb_dequeue(&sk->sk_receive_queue)) != NULL) { |
| 516 | if (TIPC_SKB_CB(skb)->bytes_read) { |
| 517 | kfree_skb(skb); |
Jon Paul Maloy | 693c564 | 2016-12-22 07:22:29 -0500 | [diff] [blame] | 518 | continue; |
Parthasarathy Bhuvaragan | 6f00089 | 2016-11-01 14:02:47 +0100 | [diff] [blame] | 519 | } |
Jon Paul Maloy | 693c564 | 2016-12-22 07:22:29 -0500 | [diff] [blame] | 520 | if (!tipc_sk_type_connectionless(sk) && |
| 521 | sk->sk_state != TIPC_DISCONNECTING) { |
| 522 | tipc_set_sk_state(sk, TIPC_DISCONNECTING); |
| 523 | tipc_node_remove_conn(net, dnode, tsk->portid); |
| 524 | } |
| 525 | tipc_sk_respond(sk, skb, error); |
Parthasarathy Bhuvaragan | 6f00089 | 2016-11-01 14:02:47 +0100 | [diff] [blame] | 526 | } |
Jon Paul Maloy | 693c564 | 2016-12-22 07:22:29 -0500 | [diff] [blame] | 527 | |
| 528 | if (tipc_sk_type_connectionless(sk)) |
| 529 | return; |
| 530 | |
Parthasarathy Bhuvaragan | 6f00089 | 2016-11-01 14:02:47 +0100 | [diff] [blame] | 531 | if (sk->sk_state != TIPC_DISCONNECTING) { |
| 532 | skb = tipc_msg_create(TIPC_CRITICAL_IMPORTANCE, |
| 533 | TIPC_CONN_MSG, SHORT_H_SIZE, 0, dnode, |
| 534 | tsk_own_node(tsk), tsk_peer_port(tsk), |
| 535 | tsk->portid, error); |
| 536 | if (skb) |
| 537 | tipc_node_xmit_skb(net, skb, dnode, tsk->portid); |
Jon Paul Maloy | 693c564 | 2016-12-22 07:22:29 -0500 | [diff] [blame] | 538 | tipc_node_remove_conn(net, dnode, tsk->portid); |
| 539 | tipc_set_sk_state(sk, TIPC_DISCONNECTING); |
Parthasarathy Bhuvaragan | 6f00089 | 2016-11-01 14:02:47 +0100 | [diff] [blame] | 540 | } |
| 541 | } |
| 542 | |
Ying Xue | c5fa7b3 | 2013-06-17 10:54:39 -0400 | [diff] [blame] | 543 | /** |
Ying Xue | 247f0f3 | 2014-02-18 16:06:46 +0800 | [diff] [blame] | 544 | * tipc_release - destroy a TIPC socket |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 545 | * @sock: socket to destroy |
| 546 | * |
| 547 | * This routine cleans up any messages that are still queued on the socket. |
| 548 | * For DGRAM and RDM socket types, all queued messages are rejected. |
| 549 | * For SEQPACKET and STREAM socket types, the first message is rejected |
| 550 | * and any others are discarded. (If the first message on a STREAM socket |
| 551 | * is partially-read, it is discarded and the next one is rejected instead.) |
YOSHIFUJI Hideaki | c430728 | 2007-02-09 23:25:21 +0900 | [diff] [blame] | 552 | * |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 553 | * NOTE: Rejected messages are not necessarily returned to the sender! They |
| 554 | * are returned or discarded according to the "destination droppable" setting |
| 555 | * specified for the message by the sender. |
| 556 | * |
| 557 | * Returns 0 on success, errno otherwise |
| 558 | */ |
Ying Xue | 247f0f3 | 2014-02-18 16:06:46 +0800 | [diff] [blame] | 559 | static int tipc_release(struct socket *sock) |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 560 | { |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 561 | struct sock *sk = sock->sk; |
Jon Paul Maloy | 58ed944 | 2014-03-12 11:31:12 -0400 | [diff] [blame] | 562 | struct tipc_sock *tsk; |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 563 | |
Allan Stephens | 0c3141e | 2008-04-15 00:22:02 -0700 | [diff] [blame] | 564 | /* |
| 565 | * Exit if socket isn't fully initialized (occurs when a failed accept() |
| 566 | * releases a pre-allocated child socket that was never used) |
| 567 | */ |
Allan Stephens | 0c3141e | 2008-04-15 00:22:02 -0700 | [diff] [blame] | 568 | if (sk == NULL) |
| 569 | return 0; |
| 570 | |
Jon Paul Maloy | 58ed944 | 2014-03-12 11:31:12 -0400 | [diff] [blame] | 571 | tsk = tipc_sk(sk); |
Allan Stephens | 0c3141e | 2008-04-15 00:22:02 -0700 | [diff] [blame] | 572 | lock_sock(sk); |
| 573 | |
Parthasarathy Bhuvaragan | 6f00089 | 2016-11-01 14:02:47 +0100 | [diff] [blame] | 574 | __tipc_shutdown(sock, TIPC_ERR_NO_PORT); |
| 575 | sk->sk_shutdown = SHUTDOWN_MASK; |
Jon Maloy | 75da216 | 2017-10-13 11:04:23 +0200 | [diff] [blame] | 576 | tipc_sk_leave(tsk); |
Jon Paul Maloy | 301bae5 | 2014-08-22 18:09:20 -0400 | [diff] [blame] | 577 | tipc_sk_withdraw(tsk, 0, NULL); |
Ying Xue | 1ea23a2 | 2015-05-28 13:19:22 +0800 | [diff] [blame] | 578 | sk_stop_timer(sk, &sk->sk_timer); |
Ying Xue | 07f6c4b | 2015-01-07 13:41:58 +0800 | [diff] [blame] | 579 | tipc_sk_remove(tsk); |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 580 | |
Cong Wang | 0a3b8b2 | 2018-09-03 19:12:41 -0700 | [diff] [blame] | 581 | sock_orphan(sk); |
Allan Stephens | 0c3141e | 2008-04-15 00:22:02 -0700 | [diff] [blame] | 582 | /* Reject any messages that accumulated in backlog queue */ |
Allan Stephens | 0c3141e | 2008-04-15 00:22:02 -0700 | [diff] [blame] | 583 | release_sock(sk); |
Jon Maloy | a80ae53 | 2017-10-13 11:04:22 +0200 | [diff] [blame] | 584 | tipc_dest_list_purge(&tsk->cong_links); |
Jon Paul Maloy | 365ad35 | 2017-01-03 10:55:11 -0500 | [diff] [blame] | 585 | tsk->cong_link_cnt = 0; |
Ying Xue | 07f6c4b | 2015-01-07 13:41:58 +0800 | [diff] [blame] | 586 | call_rcu(&tsk->rcu, tipc_sk_callback); |
Allan Stephens | 0c3141e | 2008-04-15 00:22:02 -0700 | [diff] [blame] | 587 | sock->sk = NULL; |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 588 | |
Geert Uytterhoeven | 065d7e3 | 2014-04-06 15:56:14 +0200 | [diff] [blame] | 589 | return 0; |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 590 | } |
| 591 | |
| 592 | /** |
Ying Xue | 247f0f3 | 2014-02-18 16:06:46 +0800 | [diff] [blame] | 593 | * tipc_bind - associate or disassocate TIPC name(s) with a socket |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 594 | * @sock: socket structure |
| 595 | * @uaddr: socket address describing name(s) and desired operation |
| 596 | * @uaddr_len: size of socket address data structure |
YOSHIFUJI Hideaki | c430728 | 2007-02-09 23:25:21 +0900 | [diff] [blame] | 597 | * |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 598 | * Name and name sequence binding is indicated using a positive scope value; |
| 599 | * a negative scope value unbinds the specified name. Specifying no name |
| 600 | * (i.e. a socket address length of 0) unbinds all names from the socket. |
YOSHIFUJI Hideaki | c430728 | 2007-02-09 23:25:21 +0900 | [diff] [blame] | 601 | * |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 602 | * Returns 0 on success, errno otherwise |
Allan Stephens | 0c3141e | 2008-04-15 00:22:02 -0700 | [diff] [blame] | 603 | * |
| 604 | * NOTE: This routine doesn't need to take the socket lock since it doesn't |
| 605 | * access any non-constant socket information. |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 606 | */ |
Ying Xue | 247f0f3 | 2014-02-18 16:06:46 +0800 | [diff] [blame] | 607 | static int tipc_bind(struct socket *sock, struct sockaddr *uaddr, |
| 608 | int uaddr_len) |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 609 | { |
Ying Xue | 8460276 | 2013-12-27 10:18:28 +0800 | [diff] [blame] | 610 | struct sock *sk = sock->sk; |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 611 | struct sockaddr_tipc *addr = (struct sockaddr_tipc *)uaddr; |
Jon Paul Maloy | 58ed944 | 2014-03-12 11:31:12 -0400 | [diff] [blame] | 612 | struct tipc_sock *tsk = tipc_sk(sk); |
Ying Xue | 8460276 | 2013-12-27 10:18:28 +0800 | [diff] [blame] | 613 | int res = -EINVAL; |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 614 | |
Ying Xue | 8460276 | 2013-12-27 10:18:28 +0800 | [diff] [blame] | 615 | lock_sock(sk); |
| 616 | if (unlikely(!uaddr_len)) { |
Jon Paul Maloy | 301bae5 | 2014-08-22 18:09:20 -0400 | [diff] [blame] | 617 | res = tipc_sk_withdraw(tsk, 0, NULL); |
Ying Xue | 8460276 | 2013-12-27 10:18:28 +0800 | [diff] [blame] | 618 | goto exit; |
| 619 | } |
Jon Maloy | 75da216 | 2017-10-13 11:04:23 +0200 | [diff] [blame] | 620 | if (tsk->group) { |
| 621 | res = -EACCES; |
| 622 | goto exit; |
| 623 | } |
Ying Xue | 8460276 | 2013-12-27 10:18:28 +0800 | [diff] [blame] | 624 | if (uaddr_len < sizeof(struct sockaddr_tipc)) { |
| 625 | res = -EINVAL; |
| 626 | goto exit; |
| 627 | } |
| 628 | if (addr->family != AF_TIPC) { |
| 629 | res = -EAFNOSUPPORT; |
| 630 | goto exit; |
| 631 | } |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 632 | |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 633 | if (addr->addrtype == TIPC_ADDR_NAME) |
| 634 | addr->addr.nameseq.upper = addr->addr.nameseq.lower; |
Ying Xue | 8460276 | 2013-12-27 10:18:28 +0800 | [diff] [blame] | 635 | else if (addr->addrtype != TIPC_ADDR_NAMESEQ) { |
| 636 | res = -EAFNOSUPPORT; |
| 637 | goto exit; |
| 638 | } |
YOSHIFUJI Hideaki | c430728 | 2007-02-09 23:25:21 +0900 | [diff] [blame] | 639 | |
Ying Xue | 13a2e89 | 2013-06-17 10:54:40 -0400 | [diff] [blame] | 640 | if ((addr->addr.nameseq.type < TIPC_RESERVED_TYPES) && |
Ying Xue | 7d0ab17 | 2013-06-17 10:54:41 -0400 | [diff] [blame] | 641 | (addr->addr.nameseq.type != TIPC_TOP_SRV) && |
Ying Xue | 8460276 | 2013-12-27 10:18:28 +0800 | [diff] [blame] | 642 | (addr->addr.nameseq.type != TIPC_CFG_SRV)) { |
| 643 | res = -EACCES; |
| 644 | goto exit; |
| 645 | } |
Allan Stephens | c422f1b | 2011-11-02 15:49:40 -0400 | [diff] [blame] | 646 | |
Jon Maloy | 928df18 | 2018-03-15 16:48:51 +0100 | [diff] [blame] | 647 | res = (addr->scope >= 0) ? |
Jon Paul Maloy | 301bae5 | 2014-08-22 18:09:20 -0400 | [diff] [blame] | 648 | tipc_sk_publish(tsk, addr->scope, &addr->addr.nameseq) : |
| 649 | tipc_sk_withdraw(tsk, -addr->scope, &addr->addr.nameseq); |
Ying Xue | 8460276 | 2013-12-27 10:18:28 +0800 | [diff] [blame] | 650 | exit: |
| 651 | release_sock(sk); |
| 652 | return res; |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 653 | } |
| 654 | |
YOSHIFUJI Hideaki | c430728 | 2007-02-09 23:25:21 +0900 | [diff] [blame] | 655 | /** |
Ying Xue | 247f0f3 | 2014-02-18 16:06:46 +0800 | [diff] [blame] | 656 | * tipc_getname - get port ID of socket or peer socket |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 657 | * @sock: socket structure |
| 658 | * @uaddr: area for returned socket address |
| 659 | * @uaddr_len: area for returned length of socket address |
Allan Stephens | 2da5991 | 2008-07-14 22:43:32 -0700 | [diff] [blame] | 660 | * @peer: 0 = own ID, 1 = current peer ID, 2 = current/former peer ID |
YOSHIFUJI Hideaki | c430728 | 2007-02-09 23:25:21 +0900 | [diff] [blame] | 661 | * |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 662 | * Returns 0 on success, errno otherwise |
Allan Stephens | 0c3141e | 2008-04-15 00:22:02 -0700 | [diff] [blame] | 663 | * |
Allan Stephens | 2da5991 | 2008-07-14 22:43:32 -0700 | [diff] [blame] | 664 | * NOTE: This routine doesn't need to take the socket lock since it only |
| 665 | * accesses socket information that is unchanging (or which changes in |
Allan Stephens | 0e65967 | 2010-12-31 18:59:32 +0000 | [diff] [blame] | 666 | * a completely predictable manner). |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 667 | */ |
Ying Xue | 247f0f3 | 2014-02-18 16:06:46 +0800 | [diff] [blame] | 668 | static int tipc_getname(struct socket *sock, struct sockaddr *uaddr, |
Denys Vlasenko | 9b2c45d | 2018-02-12 20:00:20 +0100 | [diff] [blame] | 669 | int peer) |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 670 | { |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 671 | struct sockaddr_tipc *addr = (struct sockaddr_tipc *)uaddr; |
Parthasarathy Bhuvaragan | 9fd4b07 | 2016-11-01 14:02:46 +0100 | [diff] [blame] | 672 | struct sock *sk = sock->sk; |
| 673 | struct tipc_sock *tsk = tipc_sk(sk); |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 674 | |
Kulikov Vasiliy | 88f8a5e | 2010-10-31 07:10:32 +0000 | [diff] [blame] | 675 | memset(addr, 0, sizeof(*addr)); |
Allan Stephens | 0c3141e | 2008-04-15 00:22:02 -0700 | [diff] [blame] | 676 | if (peer) { |
Parthasarathy Bhuvaragan | f40acba | 2016-11-01 14:02:49 +0100 | [diff] [blame] | 677 | if ((!tipc_sk_connected(sk)) && |
Parthasarathy Bhuvaragan | 9fd4b07 | 2016-11-01 14:02:46 +0100 | [diff] [blame] | 678 | ((peer != 2) || (sk->sk_state != TIPC_DISCONNECTING))) |
Allan Stephens | 2da5991 | 2008-07-14 22:43:32 -0700 | [diff] [blame] | 679 | return -ENOTCONN; |
Jon Paul Maloy | 301bae5 | 2014-08-22 18:09:20 -0400 | [diff] [blame] | 680 | addr->addr.id.ref = tsk_peer_port(tsk); |
| 681 | addr->addr.id.node = tsk_peer_node(tsk); |
Allan Stephens | 0c3141e | 2008-04-15 00:22:02 -0700 | [diff] [blame] | 682 | } else { |
Ying Xue | 07f6c4b | 2015-01-07 13:41:58 +0800 | [diff] [blame] | 683 | addr->addr.id.ref = tsk->portid; |
Jon Maloy | 23fd3ea | 2018-03-22 20:42:49 +0100 | [diff] [blame] | 684 | addr->addr.id.node = tipc_own_addr(sock_net(sk)); |
Allan Stephens | 0c3141e | 2008-04-15 00:22:02 -0700 | [diff] [blame] | 685 | } |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 686 | |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 687 | addr->addrtype = TIPC_ADDR_ID; |
| 688 | addr->family = AF_TIPC; |
| 689 | addr->scope = 0; |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 690 | addr->addr.name.domain = 0; |
| 691 | |
Denys Vlasenko | 9b2c45d | 2018-02-12 20:00:20 +0100 | [diff] [blame] | 692 | return sizeof(*addr); |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 693 | } |
| 694 | |
| 695 | /** |
Linus Torvalds | a11e1d4 | 2018-06-28 09:43:44 -0700 | [diff] [blame] | 696 | * tipc_poll - read and possibly block on pollmask |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 697 | * @file: file structure associated with the socket |
| 698 | * @sock: socket for which to calculate the poll bits |
Linus Torvalds | a11e1d4 | 2018-06-28 09:43:44 -0700 | [diff] [blame] | 699 | * @wait: ??? |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 700 | * |
Allan Stephens | 9b674e8 | 2008-03-26 16:48:21 -0700 | [diff] [blame] | 701 | * 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 Stephens | f662c07 | 2010-08-17 11:00:06 +0000 | [diff] [blame] | 709 | * 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 Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 712 | */ |
Linus Torvalds | a11e1d4 | 2018-06-28 09:43:44 -0700 | [diff] [blame] | 713 | static __poll_t tipc_poll(struct file *file, struct socket *sock, |
| 714 | poll_table *wait) |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 715 | { |
Allan Stephens | 9b674e8 | 2008-03-26 16:48:21 -0700 | [diff] [blame] | 716 | struct sock *sk = sock->sk; |
Jon Paul Maloy | 58ed944 | 2014-03-12 11:31:12 -0400 | [diff] [blame] | 717 | struct tipc_sock *tsk = tipc_sk(sk); |
Al Viro | ade994f | 2017-07-03 00:01:49 -0400 | [diff] [blame] | 718 | __poll_t revents = 0; |
Allan Stephens | 9b674e8 | 2008-03-26 16:48:21 -0700 | [diff] [blame] | 719 | |
Karsten Graul | 89ab066 | 2018-10-23 13:40:39 +0200 | [diff] [blame] | 720 | sock_poll_wait(file, sock, wait); |
Linus Torvalds | a11e1d4 | 2018-06-28 09:43:44 -0700 | [diff] [blame] | 721 | |
Parthasarathy Bhuvaragan | 6f00089 | 2016-11-01 14:02:47 +0100 | [diff] [blame] | 722 | if (sk->sk_shutdown & RCV_SHUTDOWN) |
Linus Torvalds | a9a0884 | 2018-02-11 14:34:03 -0800 | [diff] [blame] | 723 | revents |= EPOLLRDHUP | EPOLLIN | EPOLLRDNORM; |
Parthasarathy Bhuvaragan | 6f00089 | 2016-11-01 14:02:47 +0100 | [diff] [blame] | 724 | if (sk->sk_shutdown == SHUTDOWN_MASK) |
Linus Torvalds | a9a0884 | 2018-02-11 14:34:03 -0800 | [diff] [blame] | 725 | revents |= EPOLLHUP; |
Parthasarathy Bhuvaragan | 6f00089 | 2016-11-01 14:02:47 +0100 | [diff] [blame] | 726 | |
Parthasarathy Bhuvaragan | f40acba | 2016-11-01 14:02:49 +0100 | [diff] [blame] | 727 | switch (sk->sk_state) { |
| 728 | case TIPC_ESTABLISHED: |
Parthasarathy Bhuvaragan | 517d7c7 | 2017-12-28 12:03:06 +0100 | [diff] [blame] | 729 | case TIPC_CONNECTING: |
Jon Paul Maloy | 365ad35 | 2017-01-03 10:55:11 -0500 | [diff] [blame] | 730 | if (!tsk->cong_link_cnt && !tsk_conn_cong(tsk)) |
Linus Torvalds | a9a0884 | 2018-02-11 14:34:03 -0800 | [diff] [blame] | 731 | revents |= EPOLLOUT; |
Parthasarathy Bhuvaragan | f40acba | 2016-11-01 14:02:49 +0100 | [diff] [blame] | 732 | /* fall thru' */ |
| 733 | case TIPC_LISTEN: |
Jon Maloy | cb4dc41 | 2017-10-19 16:42:04 +0200 | [diff] [blame] | 734 | if (!skb_queue_empty(&sk->sk_receive_queue)) |
Linus Torvalds | a9a0884 | 2018-02-11 14:34:03 -0800 | [diff] [blame] | 735 | revents |= EPOLLIN | EPOLLRDNORM; |
Parthasarathy Bhuvaragan | f40acba | 2016-11-01 14:02:49 +0100 | [diff] [blame] | 736 | break; |
| 737 | case TIPC_OPEN: |
Jon Maloy | 60c2530 | 2018-01-17 16:42:46 +0100 | [diff] [blame] | 738 | if (tsk->group_is_open && !tsk->cong_link_cnt) |
Linus Torvalds | a9a0884 | 2018-02-11 14:34:03 -0800 | [diff] [blame] | 739 | revents |= EPOLLOUT; |
Jon Maloy | ae236fb | 2017-10-13 11:04:25 +0200 | [diff] [blame] | 740 | if (!tipc_sk_type_connectionless(sk)) |
| 741 | break; |
Jon Maloy | cb4dc41 | 2017-10-19 16:42:04 +0200 | [diff] [blame] | 742 | if (skb_queue_empty(&sk->sk_receive_queue)) |
Jon Maloy | ae236fb | 2017-10-13 11:04:25 +0200 | [diff] [blame] | 743 | break; |
Linus Torvalds | a9a0884 | 2018-02-11 14:34:03 -0800 | [diff] [blame] | 744 | revents |= EPOLLIN | EPOLLRDNORM; |
Parthasarathy Bhuvaragan | f40acba | 2016-11-01 14:02:49 +0100 | [diff] [blame] | 745 | break; |
| 746 | case TIPC_DISCONNECTING: |
Linus Torvalds | a9a0884 | 2018-02-11 14:34:03 -0800 | [diff] [blame] | 747 | revents = EPOLLIN | EPOLLRDNORM | EPOLLHUP; |
Parthasarathy Bhuvaragan | f40acba | 2016-11-01 14:02:49 +0100 | [diff] [blame] | 748 | break; |
Allan Stephens | f662c07 | 2010-08-17 11:00:06 +0000 | [diff] [blame] | 749 | } |
Jon Maloy | ae236fb | 2017-10-13 11:04:25 +0200 | [diff] [blame] | 750 | return revents; |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 751 | } |
| 752 | |
Jon Paul Maloy | 0abd8ff | 2014-07-16 20:41:01 -0400 | [diff] [blame] | 753 | /** |
| 754 | * tipc_sendmcast - send multicast message |
| 755 | * @sock: socket structure |
| 756 | * @seq: destination address |
Al Viro | 562640f | 2014-11-15 01:13:43 -0500 | [diff] [blame] | 757 | * @msg: message to send |
Jon Paul Maloy | 365ad35 | 2017-01-03 10:55:11 -0500 | [diff] [blame] | 758 | * @dlen: length of data to send |
| 759 | * @timeout: timeout to wait for wakeup |
Jon Paul Maloy | 0abd8ff | 2014-07-16 20:41:01 -0400 | [diff] [blame] | 760 | * |
| 761 | * Called from function tipc_sendmsg(), which has done all sanity checks |
| 762 | * Returns the number of bytes sent on success, or errno |
| 763 | */ |
| 764 | static int tipc_sendmcast(struct socket *sock, struct tipc_name_seq *seq, |
Jon Paul Maloy | 365ad35 | 2017-01-03 10:55:11 -0500 | [diff] [blame] | 765 | struct msghdr *msg, size_t dlen, long timeout) |
Jon Paul Maloy | 0abd8ff | 2014-07-16 20:41:01 -0400 | [diff] [blame] | 766 | { |
| 767 | struct sock *sk = sock->sk; |
Jon Paul Maloy | c589863 | 2015-02-05 08:36:36 -0500 | [diff] [blame] | 768 | struct tipc_sock *tsk = tipc_sk(sk); |
Jon Paul Maloy | 365ad35 | 2017-01-03 10:55:11 -0500 | [diff] [blame] | 769 | struct tipc_msg *hdr = &tsk->phdr; |
Ying Xue | f2f9800 | 2015-01-09 15:27:05 +0800 | [diff] [blame] | 770 | struct net *net = sock_net(sk); |
Jon Paul Maloy | 365ad35 | 2017-01-03 10:55:11 -0500 | [diff] [blame] | 771 | int mtu = tipc_bcast_get_mtu(net); |
Jon Paul Maloy | 01fd12b | 2017-01-18 13:50:53 -0500 | [diff] [blame] | 772 | struct tipc_mc_method *method = &tsk->mc_method; |
Jon Paul Maloy | 365ad35 | 2017-01-03 10:55:11 -0500 | [diff] [blame] | 773 | struct sk_buff_head pkts; |
Jon Paul Maloy | a853e4c | 2017-01-18 13:50:52 -0500 | [diff] [blame] | 774 | struct tipc_nlist dsts; |
Jon Paul Maloy | 0abd8ff | 2014-07-16 20:41:01 -0400 | [diff] [blame] | 775 | int rc; |
| 776 | |
Jon Maloy | 75da216 | 2017-10-13 11:04:23 +0200 | [diff] [blame] | 777 | if (tsk->group) |
| 778 | return -EACCES; |
| 779 | |
Jon Paul Maloy | a853e4c | 2017-01-18 13:50:52 -0500 | [diff] [blame] | 780 | /* Block or return if any destination link is congested */ |
Jon Paul Maloy | 365ad35 | 2017-01-03 10:55:11 -0500 | [diff] [blame] | 781 | rc = tipc_wait_for_cond(sock, &timeout, !tsk->cong_link_cnt); |
| 782 | if (unlikely(rc)) |
Jon Paul Maloy | 0abd8ff | 2014-07-16 20:41:01 -0400 | [diff] [blame] | 783 | return rc; |
| 784 | |
Jon Paul Maloy | a853e4c | 2017-01-18 13:50:52 -0500 | [diff] [blame] | 785 | /* Lookup destination nodes */ |
| 786 | tipc_nlist_init(&dsts, tipc_own_addr(net)); |
| 787 | tipc_nametbl_lookup_dst_nodes(net, seq->type, seq->lower, |
Jon Maloy | e9a0344 | 2018-01-12 20:56:50 +0100 | [diff] [blame] | 788 | seq->upper, &dsts); |
Jon Paul Maloy | a853e4c | 2017-01-18 13:50:52 -0500 | [diff] [blame] | 789 | if (!dsts.local && !dsts.remote) |
| 790 | return -EHOSTUNREACH; |
| 791 | |
| 792 | /* Build message header */ |
Jon Paul Maloy | 365ad35 | 2017-01-03 10:55:11 -0500 | [diff] [blame] | 793 | msg_set_type(hdr, TIPC_MCAST_MSG); |
Jon Paul Maloy | a853e4c | 2017-01-18 13:50:52 -0500 | [diff] [blame] | 794 | msg_set_hdr_sz(hdr, MCAST_H_SIZE); |
Jon Paul Maloy | 365ad35 | 2017-01-03 10:55:11 -0500 | [diff] [blame] | 795 | msg_set_lookup_scope(hdr, TIPC_CLUSTER_SCOPE); |
| 796 | msg_set_destport(hdr, 0); |
| 797 | msg_set_destnode(hdr, 0); |
| 798 | msg_set_nametype(hdr, seq->type); |
| 799 | msg_set_namelower(hdr, seq->lower); |
| 800 | msg_set_nameupper(hdr, seq->upper); |
Jon Paul Maloy | 22d85c7 | 2015-07-16 16:54:23 -0400 | [diff] [blame] | 801 | |
Jon Paul Maloy | a853e4c | 2017-01-18 13:50:52 -0500 | [diff] [blame] | 802 | /* Build message as chain of buffers */ |
Jon Paul Maloy | 365ad35 | 2017-01-03 10:55:11 -0500 | [diff] [blame] | 803 | skb_queue_head_init(&pkts); |
| 804 | rc = tipc_msg_build(hdr, msg, 0, dlen, mtu, &pkts); |
Jon Paul Maloy | 365ad35 | 2017-01-03 10:55:11 -0500 | [diff] [blame] | 805 | |
Jon Paul Maloy | a853e4c | 2017-01-18 13:50:52 -0500 | [diff] [blame] | 806 | /* Send message if build was successful */ |
| 807 | if (unlikely(rc == dlen)) |
Jon Paul Maloy | 01fd12b | 2017-01-18 13:50:53 -0500 | [diff] [blame] | 808 | rc = tipc_mcast_xmit(net, &pkts, method, &dsts, |
Jon Paul Maloy | a853e4c | 2017-01-18 13:50:52 -0500 | [diff] [blame] | 809 | &tsk->cong_link_cnt); |
| 810 | |
| 811 | tipc_nlist_purge(&dsts); |
Jon Paul Maloy | 365ad35 | 2017-01-03 10:55:11 -0500 | [diff] [blame] | 812 | |
| 813 | return rc ? rc : dlen; |
Jon Paul Maloy | 0abd8ff | 2014-07-16 20:41:01 -0400 | [diff] [blame] | 814 | } |
| 815 | |
Jon Paul Maloy | cb1b728 | 2015-02-05 08:36:44 -0500 | [diff] [blame] | 816 | /** |
Jon Maloy | 27bd9ec | 2017-10-13 11:04:27 +0200 | [diff] [blame] | 817 | * tipc_send_group_msg - send a message to a member in the group |
| 818 | * @net: network namespace |
| 819 | * @m: message to send |
| 820 | * @mb: group member |
| 821 | * @dnode: destination node |
| 822 | * @dport: destination port |
| 823 | * @dlen: total length of message data |
| 824 | */ |
| 825 | static int tipc_send_group_msg(struct net *net, struct tipc_sock *tsk, |
| 826 | struct msghdr *m, struct tipc_member *mb, |
| 827 | u32 dnode, u32 dport, int dlen) |
| 828 | { |
Jon Maloy | b87a5ea | 2017-10-13 11:04:30 +0200 | [diff] [blame] | 829 | u16 bc_snd_nxt = tipc_group_bc_snd_nxt(tsk->group); |
Jon Maloy | 2f48771 | 2017-10-13 11:04:31 +0200 | [diff] [blame] | 830 | struct tipc_mc_method *method = &tsk->mc_method; |
Jon Maloy | 27bd9ec | 2017-10-13 11:04:27 +0200 | [diff] [blame] | 831 | int blks = tsk_blocks(GROUP_H_SIZE + dlen); |
| 832 | struct tipc_msg *hdr = &tsk->phdr; |
| 833 | struct sk_buff_head pkts; |
| 834 | int mtu, rc; |
| 835 | |
| 836 | /* Complete message header */ |
| 837 | msg_set_type(hdr, TIPC_GRP_UCAST_MSG); |
| 838 | msg_set_hdr_sz(hdr, GROUP_H_SIZE); |
| 839 | msg_set_destport(hdr, dport); |
| 840 | msg_set_destnode(hdr, dnode); |
Jon Maloy | b87a5ea | 2017-10-13 11:04:30 +0200 | [diff] [blame] | 841 | msg_set_grp_bc_seqno(hdr, bc_snd_nxt); |
Jon Maloy | 27bd9ec | 2017-10-13 11:04:27 +0200 | [diff] [blame] | 842 | |
| 843 | /* Build message as chain of buffers */ |
| 844 | skb_queue_head_init(&pkts); |
| 845 | mtu = tipc_node_get_mtu(net, dnode, tsk->portid); |
| 846 | rc = tipc_msg_build(hdr, m, 0, dlen, mtu, &pkts); |
| 847 | if (unlikely(rc != dlen)) |
| 848 | return rc; |
| 849 | |
| 850 | /* Send message */ |
| 851 | rc = tipc_node_xmit(net, &pkts, dnode, tsk->portid); |
| 852 | if (unlikely(rc == -ELINKCONG)) { |
| 853 | tipc_dest_push(&tsk->cong_links, dnode, 0); |
| 854 | tsk->cong_link_cnt++; |
| 855 | } |
| 856 | |
Jon Maloy | 2f48771 | 2017-10-13 11:04:31 +0200 | [diff] [blame] | 857 | /* Update send window */ |
Jon Maloy | 27bd9ec | 2017-10-13 11:04:27 +0200 | [diff] [blame] | 858 | tipc_group_update_member(mb, blks); |
| 859 | |
Jon Maloy | 2f48771 | 2017-10-13 11:04:31 +0200 | [diff] [blame] | 860 | /* A broadcast sent within next EXPIRE period must follow same path */ |
| 861 | method->rcast = true; |
| 862 | method->mandatory = true; |
Jon Maloy | 27bd9ec | 2017-10-13 11:04:27 +0200 | [diff] [blame] | 863 | return dlen; |
| 864 | } |
| 865 | |
| 866 | /** |
| 867 | * tipc_send_group_unicast - send message to a member in the group |
| 868 | * @sock: socket structure |
| 869 | * @m: message to send |
| 870 | * @dlen: total length of message data |
| 871 | * @timeout: timeout to wait for wakeup |
| 872 | * |
| 873 | * Called from function tipc_sendmsg(), which has done all sanity checks |
| 874 | * Returns the number of bytes sent on success, or errno |
| 875 | */ |
| 876 | static int tipc_send_group_unicast(struct socket *sock, struct msghdr *m, |
| 877 | int dlen, long timeout) |
| 878 | { |
| 879 | struct sock *sk = sock->sk; |
| 880 | DECLARE_SOCKADDR(struct sockaddr_tipc *, dest, m->msg_name); |
| 881 | int blks = tsk_blocks(GROUP_H_SIZE + dlen); |
| 882 | struct tipc_sock *tsk = tipc_sk(sk); |
Jon Maloy | 27bd9ec | 2017-10-13 11:04:27 +0200 | [diff] [blame] | 883 | struct net *net = sock_net(sk); |
| 884 | struct tipc_member *mb = NULL; |
| 885 | u32 node, port; |
| 886 | int rc; |
| 887 | |
| 888 | node = dest->addr.id.node; |
| 889 | port = dest->addr.id.ref; |
| 890 | if (!port && !node) |
| 891 | return -EHOSTUNREACH; |
| 892 | |
| 893 | /* Block or return if destination link or member is congested */ |
| 894 | rc = tipc_wait_for_cond(sock, &timeout, |
| 895 | !tipc_dest_find(&tsk->cong_links, node, 0) && |
Cong Wang | 143ece6 | 2018-12-11 21:43:51 -0800 | [diff] [blame^] | 896 | tsk->group && |
| 897 | !tipc_group_cong(tsk->group, node, port, blks, |
| 898 | &mb)); |
Jon Maloy | 27bd9ec | 2017-10-13 11:04:27 +0200 | [diff] [blame] | 899 | if (unlikely(rc)) |
| 900 | return rc; |
| 901 | |
| 902 | if (unlikely(!mb)) |
| 903 | return -EHOSTUNREACH; |
| 904 | |
| 905 | rc = tipc_send_group_msg(net, tsk, m, mb, node, port, dlen); |
| 906 | |
| 907 | return rc ? rc : dlen; |
| 908 | } |
| 909 | |
| 910 | /** |
Jon Maloy | ee106d7 | 2017-10-13 11:04:28 +0200 | [diff] [blame] | 911 | * tipc_send_group_anycast - send message to any member with given identity |
| 912 | * @sock: socket structure |
| 913 | * @m: message to send |
| 914 | * @dlen: total length of message data |
| 915 | * @timeout: timeout to wait for wakeup |
| 916 | * |
| 917 | * Called from function tipc_sendmsg(), which has done all sanity checks |
| 918 | * Returns the number of bytes sent on success, or errno |
| 919 | */ |
| 920 | static int tipc_send_group_anycast(struct socket *sock, struct msghdr *m, |
| 921 | int dlen, long timeout) |
| 922 | { |
| 923 | DECLARE_SOCKADDR(struct sockaddr_tipc *, dest, m->msg_name); |
| 924 | struct sock *sk = sock->sk; |
| 925 | struct tipc_sock *tsk = tipc_sk(sk); |
| 926 | struct list_head *cong_links = &tsk->cong_links; |
| 927 | int blks = tsk_blocks(GROUP_H_SIZE + dlen); |
Jon Maloy | 232d07b | 2018-01-08 21:03:30 +0100 | [diff] [blame] | 928 | struct tipc_msg *hdr = &tsk->phdr; |
Jon Maloy | ee106d7 | 2017-10-13 11:04:28 +0200 | [diff] [blame] | 929 | struct tipc_member *first = NULL; |
| 930 | struct tipc_member *mbr = NULL; |
| 931 | struct net *net = sock_net(sk); |
| 932 | u32 node, port, exclude; |
Jon Maloy | ee106d7 | 2017-10-13 11:04:28 +0200 | [diff] [blame] | 933 | struct list_head dsts; |
Jon Maloy | 232d07b | 2018-01-08 21:03:30 +0100 | [diff] [blame] | 934 | u32 type, inst, scope; |
Jon Maloy | ee106d7 | 2017-10-13 11:04:28 +0200 | [diff] [blame] | 935 | int lookups = 0; |
| 936 | int dstcnt, rc; |
| 937 | bool cong; |
| 938 | |
| 939 | INIT_LIST_HEAD(&dsts); |
| 940 | |
Jon Maloy | 232d07b | 2018-01-08 21:03:30 +0100 | [diff] [blame] | 941 | type = msg_nametype(hdr); |
Jon Maloy | ee106d7 | 2017-10-13 11:04:28 +0200 | [diff] [blame] | 942 | inst = dest->addr.name.name.instance; |
Jon Maloy | 232d07b | 2018-01-08 21:03:30 +0100 | [diff] [blame] | 943 | scope = msg_lookup_scope(hdr); |
Jon Maloy | ee106d7 | 2017-10-13 11:04:28 +0200 | [diff] [blame] | 944 | |
| 945 | while (++lookups < 4) { |
Cong Wang | 143ece6 | 2018-12-11 21:43:51 -0800 | [diff] [blame^] | 946 | exclude = tipc_group_exclude(tsk->group); |
| 947 | |
Jon Maloy | ee106d7 | 2017-10-13 11:04:28 +0200 | [diff] [blame] | 948 | first = NULL; |
| 949 | |
| 950 | /* Look for a non-congested destination member, if any */ |
| 951 | while (1) { |
Jon Maloy | 232d07b | 2018-01-08 21:03:30 +0100 | [diff] [blame] | 952 | if (!tipc_nametbl_lookup(net, type, inst, scope, &dsts, |
Jon Maloy | ee106d7 | 2017-10-13 11:04:28 +0200 | [diff] [blame] | 953 | &dstcnt, exclude, false)) |
| 954 | return -EHOSTUNREACH; |
| 955 | tipc_dest_pop(&dsts, &node, &port); |
Cong Wang | 143ece6 | 2018-12-11 21:43:51 -0800 | [diff] [blame^] | 956 | cong = tipc_group_cong(tsk->group, node, port, blks, |
| 957 | &mbr); |
Jon Maloy | ee106d7 | 2017-10-13 11:04:28 +0200 | [diff] [blame] | 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) && |
Cong Wang | 143ece6 | 2018-12-11 21:43:51 -0800 | [diff] [blame^] | 976 | tsk->group && |
| 977 | !tipc_group_cong(tsk->group, node, port, |
Jon Maloy | ee106d7 | 2017-10-13 11:04:28 +0200 | [diff] [blame] | 978 | blks, &mbr)); |
| 979 | if (unlikely(rc)) |
| 980 | return rc; |
| 981 | |
| 982 | /* Send, unless destination disappeared while waiting */ |
| 983 | if (likely(mbr)) |
| 984 | break; |
| 985 | } |
| 986 | |
| 987 | if (unlikely(lookups >= 4)) |
| 988 | return -EHOSTUNREACH; |
| 989 | |
| 990 | rc = tipc_send_group_msg(net, tsk, m, mbr, node, port, dlen); |
| 991 | |
| 992 | return rc ? rc : dlen; |
| 993 | } |
| 994 | |
| 995 | /** |
Jon Maloy | 75da216 | 2017-10-13 11:04:23 +0200 | [diff] [blame] | 996 | * tipc_send_group_bcast - send message to all members in communication group |
| 997 | * @sk: socket structure |
| 998 | * @m: message to send |
| 999 | * @dlen: total length of message data |
| 1000 | * @timeout: timeout to wait for wakeup |
| 1001 | * |
| 1002 | * Called from function tipc_sendmsg(), which has done all sanity checks |
| 1003 | * Returns the number of bytes sent on success, or errno |
| 1004 | */ |
| 1005 | static int tipc_send_group_bcast(struct socket *sock, struct msghdr *m, |
| 1006 | int dlen, long timeout) |
| 1007 | { |
Jon Maloy | 5b8dddb | 2017-10-13 11:04:29 +0200 | [diff] [blame] | 1008 | DECLARE_SOCKADDR(struct sockaddr_tipc *, dest, m->msg_name); |
Jon Maloy | 75da216 | 2017-10-13 11:04:23 +0200 | [diff] [blame] | 1009 | struct sock *sk = sock->sk; |
| 1010 | struct net *net = sock_net(sk); |
| 1011 | struct tipc_sock *tsk = tipc_sk(sk); |
Cong Wang | 143ece6 | 2018-12-11 21:43:51 -0800 | [diff] [blame^] | 1012 | struct tipc_nlist *dsts = tipc_group_dests(tsk->group); |
Jon Maloy | 75da216 | 2017-10-13 11:04:23 +0200 | [diff] [blame] | 1013 | struct tipc_mc_method *method = &tsk->mc_method; |
Jon Maloy | 2f48771 | 2017-10-13 11:04:31 +0200 | [diff] [blame] | 1014 | bool ack = method->mandatory && method->rcast; |
Jon Maloy | b7d4263 | 2017-10-13 11:04:26 +0200 | [diff] [blame] | 1015 | int blks = tsk_blocks(MCAST_H_SIZE + dlen); |
Jon Maloy | 75da216 | 2017-10-13 11:04:23 +0200 | [diff] [blame] | 1016 | 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 Maloy | b7d4263 | 2017-10-13 11:04:26 +0200 | [diff] [blame] | 1024 | /* Block or return if any destination link or member is congested */ |
Cong Wang | 143ece6 | 2018-12-11 21:43:51 -0800 | [diff] [blame^] | 1025 | rc = tipc_wait_for_cond(sock, &timeout, |
| 1026 | !tsk->cong_link_cnt && tsk->group && |
| 1027 | !tipc_group_bc_cong(tsk->group, blks)); |
Jon Maloy | 75da216 | 2017-10-13 11:04:23 +0200 | [diff] [blame] | 1028 | if (unlikely(rc)) |
| 1029 | return rc; |
| 1030 | |
| 1031 | /* Complete message header */ |
Jon Maloy | 5b8dddb | 2017-10-13 11:04:29 +0200 | [diff] [blame] | 1032 | if (dest) { |
| 1033 | msg_set_type(hdr, TIPC_GRP_MCAST_MSG); |
| 1034 | msg_set_nameinst(hdr, dest->addr.name.name.instance); |
| 1035 | } else { |
| 1036 | msg_set_type(hdr, TIPC_GRP_BCAST_MSG); |
| 1037 | msg_set_nameinst(hdr, 0); |
| 1038 | } |
Jon Maloy | b7d4263 | 2017-10-13 11:04:26 +0200 | [diff] [blame] | 1039 | msg_set_hdr_sz(hdr, GROUP_H_SIZE); |
Jon Maloy | 75da216 | 2017-10-13 11:04:23 +0200 | [diff] [blame] | 1040 | msg_set_destport(hdr, 0); |
| 1041 | msg_set_destnode(hdr, 0); |
Cong Wang | 143ece6 | 2018-12-11 21:43:51 -0800 | [diff] [blame^] | 1042 | msg_set_grp_bc_seqno(hdr, tipc_group_bc_snd_nxt(tsk->group)); |
Jon Maloy | 75da216 | 2017-10-13 11:04:23 +0200 | [diff] [blame] | 1043 | |
Jon Maloy | 2f48771 | 2017-10-13 11:04:31 +0200 | [diff] [blame] | 1044 | /* Avoid getting stuck with repeated forced replicasts */ |
| 1045 | msg_set_grp_bc_ack_req(hdr, ack); |
| 1046 | |
Jon Maloy | 75da216 | 2017-10-13 11:04:23 +0200 | [diff] [blame] | 1047 | /* Build message as chain of buffers */ |
| 1048 | skb_queue_head_init(&pkts); |
| 1049 | rc = tipc_msg_build(hdr, m, 0, dlen, mtu, &pkts); |
| 1050 | if (unlikely(rc != dlen)) |
| 1051 | return rc; |
| 1052 | |
| 1053 | /* Send message */ |
Jon Maloy | 2f48771 | 2017-10-13 11:04:31 +0200 | [diff] [blame] | 1054 | rc = tipc_mcast_xmit(net, &pkts, method, dsts, &tsk->cong_link_cnt); |
Jon Maloy | 75da216 | 2017-10-13 11:04:23 +0200 | [diff] [blame] | 1055 | if (unlikely(rc)) |
| 1056 | return rc; |
| 1057 | |
Jon Maloy | b7d4263 | 2017-10-13 11:04:26 +0200 | [diff] [blame] | 1058 | /* Update broadcast sequence number and send windows */ |
Jon Maloy | 2f48771 | 2017-10-13 11:04:31 +0200 | [diff] [blame] | 1059 | tipc_group_update_bc_members(tsk->group, blks, ack); |
| 1060 | |
| 1061 | /* Broadcast link is now free to choose method for next broadcast */ |
| 1062 | method->mandatory = false; |
| 1063 | method->expires = jiffies; |
| 1064 | |
Jon Maloy | 75da216 | 2017-10-13 11:04:23 +0200 | [diff] [blame] | 1065 | return dlen; |
| 1066 | } |
| 1067 | |
| 1068 | /** |
Jon Maloy | 5b8dddb | 2017-10-13 11:04:29 +0200 | [diff] [blame] | 1069 | * tipc_send_group_mcast - send message to all members with given identity |
| 1070 | * @sock: socket structure |
| 1071 | * @m: message to send |
| 1072 | * @dlen: total length of message data |
| 1073 | * @timeout: timeout to wait for wakeup |
| 1074 | * |
| 1075 | * Called from function tipc_sendmsg(), which has done all sanity checks |
| 1076 | * Returns the number of bytes sent on success, or errno |
| 1077 | */ |
| 1078 | static int tipc_send_group_mcast(struct socket *sock, struct msghdr *m, |
| 1079 | int dlen, long timeout) |
| 1080 | { |
| 1081 | struct sock *sk = sock->sk; |
| 1082 | DECLARE_SOCKADDR(struct sockaddr_tipc *, dest, m->msg_name); |
Jon Maloy | 5b8dddb | 2017-10-13 11:04:29 +0200 | [diff] [blame] | 1083 | struct tipc_sock *tsk = tipc_sk(sk); |
| 1084 | struct tipc_group *grp = tsk->group; |
Jon Maloy | 232d07b | 2018-01-08 21:03:30 +0100 | [diff] [blame] | 1085 | struct tipc_msg *hdr = &tsk->phdr; |
Jon Maloy | 5b8dddb | 2017-10-13 11:04:29 +0200 | [diff] [blame] | 1086 | struct net *net = sock_net(sk); |
Jon Maloy | 232d07b | 2018-01-08 21:03:30 +0100 | [diff] [blame] | 1087 | u32 type, inst, scope, exclude; |
Jon Maloy | 5b8dddb | 2017-10-13 11:04:29 +0200 | [diff] [blame] | 1088 | struct list_head dsts; |
Jon Maloy | 232d07b | 2018-01-08 21:03:30 +0100 | [diff] [blame] | 1089 | u32 dstcnt; |
Jon Maloy | 5b8dddb | 2017-10-13 11:04:29 +0200 | [diff] [blame] | 1090 | |
| 1091 | INIT_LIST_HEAD(&dsts); |
| 1092 | |
Jon Maloy | 232d07b | 2018-01-08 21:03:30 +0100 | [diff] [blame] | 1093 | type = msg_nametype(hdr); |
| 1094 | inst = dest->addr.name.name.instance; |
| 1095 | scope = msg_lookup_scope(hdr); |
Jon Maloy | 5b8dddb | 2017-10-13 11:04:29 +0200 | [diff] [blame] | 1096 | exclude = tipc_group_exclude(grp); |
Jon Maloy | 232d07b | 2018-01-08 21:03:30 +0100 | [diff] [blame] | 1097 | |
| 1098 | if (!tipc_nametbl_lookup(net, type, inst, scope, &dsts, |
| 1099 | &dstcnt, exclude, true)) |
Jon Maloy | 5b8dddb | 2017-10-13 11:04:29 +0200 | [diff] [blame] | 1100 | return -EHOSTUNREACH; |
| 1101 | |
| 1102 | if (dstcnt == 1) { |
| 1103 | tipc_dest_pop(&dsts, &dest->addr.id.node, &dest->addr.id.ref); |
| 1104 | return tipc_send_group_unicast(sock, m, dlen, timeout); |
| 1105 | } |
| 1106 | |
| 1107 | tipc_dest_list_purge(&dsts); |
| 1108 | return tipc_send_group_bcast(sock, m, dlen, timeout); |
| 1109 | } |
| 1110 | |
| 1111 | /** |
Jon Paul Maloy | cb1b728 | 2015-02-05 08:36:44 -0500 | [diff] [blame] | 1112 | * tipc_sk_mcast_rcv - Deliver multicast messages to all destination sockets |
| 1113 | * @arrvq: queue with arriving messages, to be cloned after destination lookup |
| 1114 | * @inputq: queue with cloned messages, delivered to socket after dest lookup |
| 1115 | * |
| 1116 | * Multi-threaded: parallel calls with reference to same queues may occur |
Jon Paul Maloy | 078bec8 | 2014-07-16 20:41:00 -0400 | [diff] [blame] | 1117 | */ |
Jon Paul Maloy | cb1b728 | 2015-02-05 08:36:44 -0500 | [diff] [blame] | 1118 | void tipc_sk_mcast_rcv(struct net *net, struct sk_buff_head *arrvq, |
| 1119 | struct sk_buff_head *inputq) |
Jon Paul Maloy | 078bec8 | 2014-07-16 20:41:00 -0400 | [diff] [blame] | 1120 | { |
Jon Maloy | 75da216 | 2017-10-13 11:04:23 +0200 | [diff] [blame] | 1121 | u32 self = tipc_own_addr(net); |
Jon Maloy | 232d07b | 2018-01-08 21:03:30 +0100 | [diff] [blame] | 1122 | u32 type, lower, upper, scope; |
Jon Paul Maloy | cb1b728 | 2015-02-05 08:36:44 -0500 | [diff] [blame] | 1123 | struct sk_buff *skb, *_skb; |
Colin Ian King | b053fcc | 2018-07-31 17:01:37 +0100 | [diff] [blame] | 1124 | u32 portid, onode; |
Jon Maloy | 232d07b | 2018-01-08 21:03:30 +0100 | [diff] [blame] | 1125 | struct sk_buff_head tmpq; |
Jon Maloy | 75da216 | 2017-10-13 11:04:23 +0200 | [diff] [blame] | 1126 | struct list_head dports; |
Jon Maloy | 232d07b | 2018-01-08 21:03:30 +0100 | [diff] [blame] | 1127 | struct tipc_msg *hdr; |
| 1128 | int user, mtyp, hlen; |
| 1129 | bool exact; |
Jon Paul Maloy | 3c724ac | 2015-02-05 08:36:43 -0500 | [diff] [blame] | 1130 | |
Jon Paul Maloy | cb1b728 | 2015-02-05 08:36:44 -0500 | [diff] [blame] | 1131 | __skb_queue_head_init(&tmpq); |
Jon Paul Maloy | 4d8642d | 2017-01-03 10:55:10 -0500 | [diff] [blame] | 1132 | INIT_LIST_HEAD(&dports); |
Jon Paul Maloy | 078bec8 | 2014-07-16 20:41:00 -0400 | [diff] [blame] | 1133 | |
Jon Paul Maloy | cb1b728 | 2015-02-05 08:36:44 -0500 | [diff] [blame] | 1134 | skb = tipc_skb_peek(arrvq, &inputq->lock); |
| 1135 | for (; skb; skb = tipc_skb_peek(arrvq, &inputq->lock)) { |
Jon Maloy | 232d07b | 2018-01-08 21:03:30 +0100 | [diff] [blame] | 1136 | hdr = buf_msg(skb); |
| 1137 | user = msg_user(hdr); |
| 1138 | mtyp = msg_type(hdr); |
| 1139 | hlen = skb_headroom(skb) + msg_hdr_sz(hdr); |
Jon Maloy | 232d07b | 2018-01-08 21:03:30 +0100 | [diff] [blame] | 1140 | onode = msg_orignode(hdr); |
| 1141 | type = msg_nametype(hdr); |
| 1142 | |
Jon Maloy | 2f48771 | 2017-10-13 11:04:31 +0200 | [diff] [blame] | 1143 | if (mtyp == TIPC_GRP_UCAST_MSG || user == GROUP_PROTOCOL) { |
| 1144 | spin_lock_bh(&inputq->lock); |
| 1145 | if (skb_peek(arrvq) == skb) { |
| 1146 | __skb_dequeue(arrvq); |
| 1147 | __skb_queue_tail(inputq, skb); |
| 1148 | } |
Jon Maloy | c545a94 | 2017-12-11 19:11:55 +0100 | [diff] [blame] | 1149 | kfree_skb(skb); |
Jon Maloy | 2f48771 | 2017-10-13 11:04:31 +0200 | [diff] [blame] | 1150 | spin_unlock_bh(&inputq->lock); |
| 1151 | continue; |
| 1152 | } |
Jon Paul Maloy | cb1b728 | 2015-02-05 08:36:44 -0500 | [diff] [blame] | 1153 | |
Jon Maloy | 232d07b | 2018-01-08 21:03:30 +0100 | [diff] [blame] | 1154 | /* Group messages require exact scope match */ |
| 1155 | if (msg_in_group(hdr)) { |
| 1156 | lower = 0; |
| 1157 | upper = ~0; |
| 1158 | scope = msg_lookup_scope(hdr); |
| 1159 | exact = true; |
| 1160 | } else { |
| 1161 | /* TIPC_NODE_SCOPE means "any scope" in this context */ |
| 1162 | if (onode == self) |
| 1163 | scope = TIPC_NODE_SCOPE; |
| 1164 | else |
| 1165 | scope = TIPC_CLUSTER_SCOPE; |
| 1166 | exact = false; |
| 1167 | lower = msg_namelower(hdr); |
| 1168 | upper = msg_nameupper(hdr); |
Jon Maloy | 75da216 | 2017-10-13 11:04:23 +0200 | [diff] [blame] | 1169 | } |
Jon Maloy | 232d07b | 2018-01-08 21:03:30 +0100 | [diff] [blame] | 1170 | |
| 1171 | /* Create destination port list: */ |
| 1172 | tipc_nametbl_mc_lookup(net, type, lower, upper, |
| 1173 | scope, exact, &dports); |
| 1174 | |
| 1175 | /* Clone message per destination */ |
Jon Maloy | a80ae53 | 2017-10-13 11:04:22 +0200 | [diff] [blame] | 1176 | while (tipc_dest_pop(&dports, NULL, &portid)) { |
Jon Maloy | 232d07b | 2018-01-08 21:03:30 +0100 | [diff] [blame] | 1177 | _skb = __pskb_copy(skb, hlen, GFP_ATOMIC); |
Jon Paul Maloy | cb1b728 | 2015-02-05 08:36:44 -0500 | [diff] [blame] | 1178 | if (_skb) { |
| 1179 | msg_set_destport(buf_msg(_skb), portid); |
| 1180 | __skb_queue_tail(&tmpq, _skb); |
| 1181 | continue; |
| 1182 | } |
| 1183 | pr_warn("Failed to clone mcast rcv buffer\n"); |
Jon Paul Maloy | 078bec8 | 2014-07-16 20:41:00 -0400 | [diff] [blame] | 1184 | } |
Jon Paul Maloy | cb1b728 | 2015-02-05 08:36:44 -0500 | [diff] [blame] | 1185 | /* Append to inputq if not already done by other thread */ |
| 1186 | spin_lock_bh(&inputq->lock); |
| 1187 | if (skb_peek(arrvq) == skb) { |
| 1188 | skb_queue_splice_tail_init(&tmpq, inputq); |
| 1189 | kfree_skb(__skb_dequeue(arrvq)); |
| 1190 | } |
| 1191 | spin_unlock_bh(&inputq->lock); |
| 1192 | __skb_queue_purge(&tmpq); |
| 1193 | kfree_skb(skb); |
Jon Paul Maloy | 078bec8 | 2014-07-16 20:41:00 -0400 | [diff] [blame] | 1194 | } |
Jon Paul Maloy | cb1b728 | 2015-02-05 08:36:44 -0500 | [diff] [blame] | 1195 | tipc_sk_rcv(net, inputq); |
Jon Paul Maloy | 078bec8 | 2014-07-16 20:41:00 -0400 | [diff] [blame] | 1196 | } |
| 1197 | |
YOSHIFUJI Hideaki | c430728 | 2007-02-09 23:25:21 +0900 | [diff] [blame] | 1198 | /** |
Jon Maloy | 64ac5f5 | 2017-10-13 11:04:20 +0200 | [diff] [blame] | 1199 | * tipc_sk_conn_proto_rcv - receive a connection mng protocol message |
Jon Paul Maloy | ac0074e | 2014-06-25 20:41:41 -0500 | [diff] [blame] | 1200 | * @tsk: receiving socket |
Jon Paul Maloy | bcd3ffd | 2015-07-22 10:11:19 -0400 | [diff] [blame] | 1201 | * @skb: pointer to message buffer. |
Jon Paul Maloy | ac0074e | 2014-06-25 20:41:41 -0500 | [diff] [blame] | 1202 | */ |
Jon Maloy | 64ac5f5 | 2017-10-13 11:04:20 +0200 | [diff] [blame] | 1203 | static void tipc_sk_conn_proto_rcv(struct tipc_sock *tsk, struct sk_buff *skb, |
Parthasarathy Bhuvaragan | e7eb058 | 2018-10-10 17:50:23 +0200 | [diff] [blame] | 1204 | struct sk_buff_head *inputq, |
Jon Maloy | 64ac5f5 | 2017-10-13 11:04:20 +0200 | [diff] [blame] | 1205 | struct sk_buff_head *xmitq) |
Jon Paul Maloy | ac0074e | 2014-06-25 20:41:41 -0500 | [diff] [blame] | 1206 | { |
Jon Paul Maloy | bcd3ffd | 2015-07-22 10:11:19 -0400 | [diff] [blame] | 1207 | struct tipc_msg *hdr = buf_msg(skb); |
Jon Maloy | 64ac5f5 | 2017-10-13 11:04:20 +0200 | [diff] [blame] | 1208 | u32 onode = tsk_own_node(tsk); |
| 1209 | struct sock *sk = &tsk->sk; |
Jon Paul Maloy | bcd3ffd | 2015-07-22 10:11:19 -0400 | [diff] [blame] | 1210 | int mtyp = msg_type(hdr); |
Jon Paul Maloy | 10724cc | 2016-05-02 11:58:47 -0400 | [diff] [blame] | 1211 | bool conn_cong; |
Jon Paul Maloy | bcd3ffd | 2015-07-22 10:11:19 -0400 | [diff] [blame] | 1212 | |
Jon Paul Maloy | ac0074e | 2014-06-25 20:41:41 -0500 | [diff] [blame] | 1213 | /* Ignore if connection cannot be validated: */ |
Jon Paul Maloy | bcd3ffd | 2015-07-22 10:11:19 -0400 | [diff] [blame] | 1214 | if (!tsk_peer_msg(tsk, hdr)) |
Jon Paul Maloy | ac0074e | 2014-06-25 20:41:41 -0500 | [diff] [blame] | 1215 | goto exit; |
| 1216 | |
Parthasarathy Bhuvaragan | c1be775 | 2017-04-26 10:05:02 +0200 | [diff] [blame] | 1217 | if (unlikely(msg_errcode(hdr))) { |
| 1218 | tipc_set_sk_state(sk, TIPC_DISCONNECTING); |
| 1219 | tipc_node_remove_conn(sock_net(sk), tsk_peer_node(tsk), |
| 1220 | tsk_peer_port(tsk)); |
| 1221 | sk->sk_state_change(sk); |
Parthasarathy Bhuvaragan | e7eb058 | 2018-10-10 17:50:23 +0200 | [diff] [blame] | 1222 | |
| 1223 | /* State change is ignored if socket already awake, |
| 1224 | * - convert msg to abort msg and add to inqueue |
| 1225 | */ |
| 1226 | msg_set_user(hdr, TIPC_CRITICAL_IMPORTANCE); |
| 1227 | msg_set_type(hdr, TIPC_CONN_MSG); |
| 1228 | msg_set_size(hdr, BASIC_H_SIZE); |
| 1229 | msg_set_hdr_sz(hdr, BASIC_H_SIZE); |
| 1230 | __skb_queue_tail(inputq, skb); |
| 1231 | return; |
Parthasarathy Bhuvaragan | c1be775 | 2017-04-26 10:05:02 +0200 | [diff] [blame] | 1232 | } |
| 1233 | |
Parthasarathy Bhuvaragan | 8ea642e | 2016-11-01 14:02:44 +0100 | [diff] [blame] | 1234 | tsk->probe_unacked = false; |
Jon Paul Maloy | ac0074e | 2014-06-25 20:41:41 -0500 | [diff] [blame] | 1235 | |
Jon Paul Maloy | bcd3ffd | 2015-07-22 10:11:19 -0400 | [diff] [blame] | 1236 | if (mtyp == CONN_PROBE) { |
| 1237 | msg_set_type(hdr, CONN_PROBE_REPLY); |
Jon Paul Maloy | f1d048f | 2016-06-17 06:35:57 -0400 | [diff] [blame] | 1238 | if (tipc_msg_reverse(onode, &skb, TIPC_OK)) |
| 1239 | __skb_queue_tail(xmitq, skb); |
Jon Paul Maloy | bcd3ffd | 2015-07-22 10:11:19 -0400 | [diff] [blame] | 1240 | return; |
| 1241 | } else if (mtyp == CONN_ACK) { |
Jon Paul Maloy | 301bae5 | 2014-08-22 18:09:20 -0400 | [diff] [blame] | 1242 | conn_cong = tsk_conn_cong(tsk); |
Jon Paul Maloy | 10724cc | 2016-05-02 11:58:47 -0400 | [diff] [blame] | 1243 | tsk->snt_unacked -= msg_conn_ack(hdr); |
| 1244 | if (tsk->peer_caps & TIPC_BLOCK_FLOWCTL) |
| 1245 | tsk->snd_win = msg_adv_win(hdr); |
Jon Paul Maloy | 6012052 | 2014-06-25 20:41:42 -0500 | [diff] [blame] | 1246 | if (conn_cong) |
Jon Paul Maloy | bcd3ffd | 2015-07-22 10:11:19 -0400 | [diff] [blame] | 1247 | sk->sk_write_space(sk); |
| 1248 | } else if (mtyp != CONN_PROBE_REPLY) { |
| 1249 | pr_warn("Received unknown CONN_PROTO msg\n"); |
Jon Paul Maloy | ac0074e | 2014-06-25 20:41:41 -0500 | [diff] [blame] | 1250 | } |
Jon Paul Maloy | ac0074e | 2014-06-25 20:41:41 -0500 | [diff] [blame] | 1251 | exit: |
Jon Paul Maloy | bcd3ffd | 2015-07-22 10:11:19 -0400 | [diff] [blame] | 1252 | kfree_skb(skb); |
Jon Paul Maloy | ac0074e | 2014-06-25 20:41:41 -0500 | [diff] [blame] | 1253 | } |
| 1254 | |
Jon Paul Maloy | e2dafe8 | 2014-06-25 20:41:37 -0500 | [diff] [blame] | 1255 | /** |
Ying Xue | 247f0f3 | 2014-02-18 16:06:46 +0800 | [diff] [blame] | 1256 | * tipc_sendmsg - send message in connectionless manner |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 1257 | * @sock: socket structure |
| 1258 | * @m: message to send |
Jon Paul Maloy | e2dafe8 | 2014-06-25 20:41:37 -0500 | [diff] [blame] | 1259 | * @dsz: amount of user data to be sent |
YOSHIFUJI Hideaki | c430728 | 2007-02-09 23:25:21 +0900 | [diff] [blame] | 1260 | * |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 1261 | * Message must have an destination specified explicitly. |
YOSHIFUJI Hideaki | c430728 | 2007-02-09 23:25:21 +0900 | [diff] [blame] | 1262 | * Used for SOCK_RDM and SOCK_DGRAM messages, |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 1263 | * and for 'SYN' messages on SOCK_SEQPACKET and SOCK_STREAM connections. |
| 1264 | * (Note: 'SYN+' is prohibited on SOCK_STREAM.) |
YOSHIFUJI Hideaki | c430728 | 2007-02-09 23:25:21 +0900 | [diff] [blame] | 1265 | * |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 1266 | * Returns the number of bytes sent on success, or errno otherwise |
| 1267 | */ |
Ying Xue | 1b78414 | 2015-03-02 15:37:48 +0800 | [diff] [blame] | 1268 | static int tipc_sendmsg(struct socket *sock, |
Jon Paul Maloy | e2dafe8 | 2014-06-25 20:41:37 -0500 | [diff] [blame] | 1269 | struct msghdr *m, size_t dsz) |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 1270 | { |
Ying Xue | 39a0295 | 2015-03-02 15:37:47 +0800 | [diff] [blame] | 1271 | struct sock *sk = sock->sk; |
| 1272 | int ret; |
| 1273 | |
| 1274 | lock_sock(sk); |
| 1275 | ret = __tipc_sendmsg(sock, m, dsz); |
| 1276 | release_sock(sk); |
| 1277 | |
| 1278 | return ret; |
| 1279 | } |
| 1280 | |
Jon Paul Maloy | 365ad35 | 2017-01-03 10:55:11 -0500 | [diff] [blame] | 1281 | static int __tipc_sendmsg(struct socket *sock, struct msghdr *m, size_t dlen) |
Ying Xue | 39a0295 | 2015-03-02 15:37:47 +0800 | [diff] [blame] | 1282 | { |
Allan Stephens | 0c3141e | 2008-04-15 00:22:02 -0700 | [diff] [blame] | 1283 | struct sock *sk = sock->sk; |
Ying Xue | f2f9800 | 2015-01-09 15:27:05 +0800 | [diff] [blame] | 1284 | struct net *net = sock_net(sk); |
Jon Paul Maloy | 365ad35 | 2017-01-03 10:55:11 -0500 | [diff] [blame] | 1285 | struct tipc_sock *tsk = tipc_sk(sk); |
| 1286 | DECLARE_SOCKADDR(struct sockaddr_tipc *, dest, m->msg_name); |
| 1287 | long timeout = sock_sndtimeo(sk, m->msg_flags & MSG_DONTWAIT); |
| 1288 | struct list_head *clinks = &tsk->cong_links; |
| 1289 | bool syn = !tipc_sk_type_connectionless(sk); |
Jon Maloy | 75da216 | 2017-10-13 11:04:23 +0200 | [diff] [blame] | 1290 | struct tipc_group *grp = tsk->group; |
Jon Paul Maloy | 365ad35 | 2017-01-03 10:55:11 -0500 | [diff] [blame] | 1291 | struct tipc_msg *hdr = &tsk->phdr; |
Erik Hugne | f2f8036 | 2015-03-19 09:02:19 +0100 | [diff] [blame] | 1292 | struct tipc_name_seq *seq; |
Jon Paul Maloy | 365ad35 | 2017-01-03 10:55:11 -0500 | [diff] [blame] | 1293 | struct sk_buff_head pkts; |
Jon Maloy | 335b929 | 2018-04-12 01:15:48 +0200 | [diff] [blame] | 1294 | u32 dport, dnode = 0; |
Jon Maloy | 928df18 | 2018-03-15 16:48:51 +0100 | [diff] [blame] | 1295 | u32 type, inst; |
Jon Paul Maloy | 365ad35 | 2017-01-03 10:55:11 -0500 | [diff] [blame] | 1296 | int mtu, rc; |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 1297 | |
Jon Paul Maloy | 365ad35 | 2017-01-03 10:55:11 -0500 | [diff] [blame] | 1298 | if (unlikely(dlen > TIPC_MAX_USER_MSG_SIZE)) |
Allan Stephens | c29c3f7 | 2010-04-20 17:58:24 -0400 | [diff] [blame] | 1299 | return -EMSGSIZE; |
Jon Paul Maloy | 365ad35 | 2017-01-03 10:55:11 -0500 | [diff] [blame] | 1300 | |
Jon Maloy | 27bd9ec | 2017-10-13 11:04:27 +0200 | [diff] [blame] | 1301 | if (likely(dest)) { |
| 1302 | if (unlikely(m->msg_namelen < sizeof(*dest))) |
| 1303 | return -EINVAL; |
| 1304 | if (unlikely(dest->family != AF_TIPC)) |
| 1305 | return -EINVAL; |
| 1306 | } |
| 1307 | |
| 1308 | if (grp) { |
| 1309 | if (!dest) |
| 1310 | return tipc_send_group_bcast(sock, m, dlen, timeout); |
Jon Maloy | ee106d7 | 2017-10-13 11:04:28 +0200 | [diff] [blame] | 1311 | if (dest->addrtype == TIPC_ADDR_NAME) |
| 1312 | return tipc_send_group_anycast(sock, m, dlen, timeout); |
Jon Maloy | 27bd9ec | 2017-10-13 11:04:27 +0200 | [diff] [blame] | 1313 | if (dest->addrtype == TIPC_ADDR_ID) |
| 1314 | return tipc_send_group_unicast(sock, m, dlen, timeout); |
Jon Maloy | 5b8dddb | 2017-10-13 11:04:29 +0200 | [diff] [blame] | 1315 | if (dest->addrtype == TIPC_ADDR_MCAST) |
| 1316 | return tipc_send_group_mcast(sock, m, dlen, timeout); |
Jon Maloy | 27bd9ec | 2017-10-13 11:04:27 +0200 | [diff] [blame] | 1317 | return -EINVAL; |
| 1318 | } |
Jon Maloy | 75da216 | 2017-10-13 11:04:23 +0200 | [diff] [blame] | 1319 | |
Erik Hugne | f2f8036 | 2015-03-19 09:02:19 +0100 | [diff] [blame] | 1320 | if (unlikely(!dest)) { |
Jon Paul Maloy | 365ad35 | 2017-01-03 10:55:11 -0500 | [diff] [blame] | 1321 | dest = &tsk->peer; |
| 1322 | if (!syn || dest->family != AF_TIPC) |
Erik Hugne | f2f8036 | 2015-03-19 09:02:19 +0100 | [diff] [blame] | 1323 | return -EDESTADDRREQ; |
Erik Hugne | f2f8036 | 2015-03-19 09:02:19 +0100 | [diff] [blame] | 1324 | } |
Jon Paul Maloy | 365ad35 | 2017-01-03 10:55:11 -0500 | [diff] [blame] | 1325 | |
Jon Paul Maloy | 365ad35 | 2017-01-03 10:55:11 -0500 | [diff] [blame] | 1326 | if (unlikely(syn)) { |
Parthasarathy Bhuvaragan | 0c288c8 | 2016-11-01 14:02:43 +0100 | [diff] [blame] | 1327 | if (sk->sk_state == TIPC_LISTEN) |
Ying Xue | 39a0295 | 2015-03-02 15:37:47 +0800 | [diff] [blame] | 1328 | return -EPIPE; |
Parthasarathy Bhuvaragan | 438adca | 2016-11-01 14:02:45 +0100 | [diff] [blame] | 1329 | if (sk->sk_state != TIPC_OPEN) |
Ying Xue | 39a0295 | 2015-03-02 15:37:47 +0800 | [diff] [blame] | 1330 | return -EISCONN; |
| 1331 | if (tsk->published) |
| 1332 | return -EOPNOTSUPP; |
Allan Stephens | 0c3141e | 2008-04-15 00:22:02 -0700 | [diff] [blame] | 1333 | if (dest->addrtype == TIPC_ADDR_NAME) { |
Jon Paul Maloy | 301bae5 | 2014-08-22 18:09:20 -0400 | [diff] [blame] | 1334 | tsk->conn_type = dest->addr.name.name.type; |
| 1335 | tsk->conn_instance = dest->addr.name.name.instance; |
Allan Stephens | 0c3141e | 2008-04-15 00:22:02 -0700 | [diff] [blame] | 1336 | } |
Jon Maloy | 25b9221 | 2018-09-28 20:23:21 +0200 | [diff] [blame] | 1337 | msg_set_syn(hdr, 1); |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 1338 | } |
Jon Paul Maloy | 365ad35 | 2017-01-03 10:55:11 -0500 | [diff] [blame] | 1339 | |
Erik Hugne | f2f8036 | 2015-03-19 09:02:19 +0100 | [diff] [blame] | 1340 | seq = &dest->addr.nameseq; |
Jon Paul Maloy | 365ad35 | 2017-01-03 10:55:11 -0500 | [diff] [blame] | 1341 | if (dest->addrtype == TIPC_ADDR_MCAST) |
| 1342 | return tipc_sendmcast(sock, seq, m, dlen, timeout); |
Jon Paul Maloy | e2dafe8 | 2014-06-25 20:41:37 -0500 | [diff] [blame] | 1343 | |
Jon Paul Maloy | 365ad35 | 2017-01-03 10:55:11 -0500 | [diff] [blame] | 1344 | if (dest->addrtype == TIPC_ADDR_NAME) { |
| 1345 | type = dest->addr.name.name.type; |
| 1346 | inst = dest->addr.name.name.instance; |
Jon Maloy | 928df18 | 2018-03-15 16:48:51 +0100 | [diff] [blame] | 1347 | dnode = dest->addr.name.domain; |
Jon Paul Maloy | 365ad35 | 2017-01-03 10:55:11 -0500 | [diff] [blame] | 1348 | msg_set_type(hdr, TIPC_NAMED_MSG); |
| 1349 | msg_set_hdr_sz(hdr, NAMED_H_SIZE); |
| 1350 | msg_set_nametype(hdr, type); |
| 1351 | msg_set_nameinst(hdr, inst); |
Jon Maloy | 928df18 | 2018-03-15 16:48:51 +0100 | [diff] [blame] | 1352 | msg_set_lookup_scope(hdr, tipc_node2scope(dnode)); |
Ying Xue | 4ac1c8d | 2015-01-09 15:27:09 +0800 | [diff] [blame] | 1353 | dport = tipc_nametbl_translate(net, type, inst, &dnode); |
Jon Paul Maloy | 365ad35 | 2017-01-03 10:55:11 -0500 | [diff] [blame] | 1354 | msg_set_destnode(hdr, dnode); |
| 1355 | msg_set_destport(hdr, dport); |
Ying Xue | 39a0295 | 2015-03-02 15:37:47 +0800 | [diff] [blame] | 1356 | if (unlikely(!dport && !dnode)) |
| 1357 | return -EHOSTUNREACH; |
Jon Paul Maloy | e2dafe8 | 2014-06-25 20:41:37 -0500 | [diff] [blame] | 1358 | } else if (dest->addrtype == TIPC_ADDR_ID) { |
| 1359 | dnode = dest->addr.id.node; |
Jon Paul Maloy | 365ad35 | 2017-01-03 10:55:11 -0500 | [diff] [blame] | 1360 | msg_set_type(hdr, TIPC_DIRECT_MSG); |
| 1361 | msg_set_lookup_scope(hdr, 0); |
| 1362 | msg_set_destnode(hdr, dnode); |
| 1363 | msg_set_destport(hdr, dest->addr.id.ref); |
| 1364 | msg_set_hdr_sz(hdr, BASIC_H_SIZE); |
Jon Maloy | 335b929 | 2018-04-12 01:15:48 +0200 | [diff] [blame] | 1365 | } else { |
| 1366 | return -EINVAL; |
Jon Paul Maloy | e2dafe8 | 2014-06-25 20:41:37 -0500 | [diff] [blame] | 1367 | } |
| 1368 | |
Jon Paul Maloy | 365ad35 | 2017-01-03 10:55:11 -0500 | [diff] [blame] | 1369 | /* Block or return if destination link is congested */ |
Jon Maloy | a80ae53 | 2017-10-13 11:04:22 +0200 | [diff] [blame] | 1370 | rc = tipc_wait_for_cond(sock, &timeout, |
| 1371 | !tipc_dest_find(clinks, dnode, 0)); |
Jon Paul Maloy | 365ad35 | 2017-01-03 10:55:11 -0500 | [diff] [blame] | 1372 | if (unlikely(rc)) |
Ying Xue | 39a0295 | 2015-03-02 15:37:47 +0800 | [diff] [blame] | 1373 | return rc; |
Jon Paul Maloy | e2dafe8 | 2014-06-25 20:41:37 -0500 | [diff] [blame] | 1374 | |
Jon Paul Maloy | 365ad35 | 2017-01-03 10:55:11 -0500 | [diff] [blame] | 1375 | skb_queue_head_init(&pkts); |
| 1376 | mtu = tipc_node_get_mtu(net, dnode, tsk->portid); |
| 1377 | rc = tipc_msg_build(hdr, m, 0, dlen, mtu, &pkts); |
| 1378 | if (unlikely(rc != dlen)) |
| 1379 | return rc; |
Tung Nguyen | 6787927 | 2018-09-28 20:23:22 +0200 | [diff] [blame] | 1380 | if (unlikely(syn && !tipc_msg_skb_clone(&pkts, &sk->sk_write_queue))) |
| 1381 | return -ENOMEM; |
Jon Paul Maloy | e2dafe8 | 2014-06-25 20:41:37 -0500 | [diff] [blame] | 1382 | |
Jon Paul Maloy | 365ad35 | 2017-01-03 10:55:11 -0500 | [diff] [blame] | 1383 | rc = tipc_node_xmit(net, &pkts, dnode, tsk->portid); |
| 1384 | if (unlikely(rc == -ELINKCONG)) { |
Jon Maloy | a80ae53 | 2017-10-13 11:04:22 +0200 | [diff] [blame] | 1385 | tipc_dest_push(clinks, dnode, 0); |
Jon Paul Maloy | 365ad35 | 2017-01-03 10:55:11 -0500 | [diff] [blame] | 1386 | tsk->cong_link_cnt++; |
| 1387 | rc = 0; |
| 1388 | } |
| 1389 | |
| 1390 | if (unlikely(syn && !rc)) |
| 1391 | tipc_set_sk_state(sk, TIPC_CONNECTING); |
| 1392 | |
| 1393 | return rc ? rc : dlen; |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 1394 | } |
| 1395 | |
YOSHIFUJI Hideaki | c430728 | 2007-02-09 23:25:21 +0900 | [diff] [blame] | 1396 | /** |
Jon Paul Maloy | 365ad35 | 2017-01-03 10:55:11 -0500 | [diff] [blame] | 1397 | * tipc_sendstream - send stream-oriented data |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 1398 | * @sock: socket structure |
| 1399 | * @m: data to send |
Jon Paul Maloy | 4ccfe5e | 2014-06-25 20:41:38 -0500 | [diff] [blame] | 1400 | * @dsz: total length of data to be transmitted |
YOSHIFUJI Hideaki | c430728 | 2007-02-09 23:25:21 +0900 | [diff] [blame] | 1401 | * |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 1402 | * Used for SOCK_STREAM data. |
YOSHIFUJI Hideaki | c430728 | 2007-02-09 23:25:21 +0900 | [diff] [blame] | 1403 | * |
| 1404 | * Returns the number of bytes sent on success (or partial success), |
Allan Stephens | 1303e8f | 2006-06-25 23:46:50 -0700 | [diff] [blame] | 1405 | * or errno if no data sent |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 1406 | */ |
Jon Paul Maloy | 365ad35 | 2017-01-03 10:55:11 -0500 | [diff] [blame] | 1407 | static int tipc_sendstream(struct socket *sock, struct msghdr *m, size_t dsz) |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 1408 | { |
Allan Stephens | 0c3141e | 2008-04-15 00:22:02 -0700 | [diff] [blame] | 1409 | struct sock *sk = sock->sk; |
Ying Xue | 39a0295 | 2015-03-02 15:37:47 +0800 | [diff] [blame] | 1410 | int ret; |
| 1411 | |
| 1412 | lock_sock(sk); |
Jon Paul Maloy | 365ad35 | 2017-01-03 10:55:11 -0500 | [diff] [blame] | 1413 | ret = __tipc_sendstream(sock, m, dsz); |
Ying Xue | 39a0295 | 2015-03-02 15:37:47 +0800 | [diff] [blame] | 1414 | release_sock(sk); |
| 1415 | |
| 1416 | return ret; |
| 1417 | } |
| 1418 | |
Jon Paul Maloy | 365ad35 | 2017-01-03 10:55:11 -0500 | [diff] [blame] | 1419 | static int __tipc_sendstream(struct socket *sock, struct msghdr *m, size_t dlen) |
Ying Xue | 39a0295 | 2015-03-02 15:37:47 +0800 | [diff] [blame] | 1420 | { |
| 1421 | struct sock *sk = sock->sk; |
Jon Paul Maloy | 4ccfe5e | 2014-06-25 20:41:38 -0500 | [diff] [blame] | 1422 | DECLARE_SOCKADDR(struct sockaddr_tipc *, dest, m->msg_name); |
Jon Paul Maloy | 365ad35 | 2017-01-03 10:55:11 -0500 | [diff] [blame] | 1423 | long timeout = sock_sndtimeo(sk, m->msg_flags & MSG_DONTWAIT); |
| 1424 | struct tipc_sock *tsk = tipc_sk(sk); |
| 1425 | struct tipc_msg *hdr = &tsk->phdr; |
| 1426 | struct net *net = sock_net(sk); |
| 1427 | struct sk_buff_head pkts; |
| 1428 | u32 dnode = tsk_peer_node(tsk); |
| 1429 | int send, sent = 0; |
| 1430 | int rc = 0; |
YOSHIFUJI Hideaki | c430728 | 2007-02-09 23:25:21 +0900 | [diff] [blame] | 1431 | |
Jon Paul Maloy | 365ad35 | 2017-01-03 10:55:11 -0500 | [diff] [blame] | 1432 | skb_queue_head_init(&pkts); |
| 1433 | |
| 1434 | if (unlikely(dlen > INT_MAX)) |
Jon Paul Maloy | 4ccfe5e | 2014-06-25 20:41:38 -0500 | [diff] [blame] | 1435 | return -EMSGSIZE; |
Allan Stephens | 0c3141e | 2008-04-15 00:22:02 -0700 | [diff] [blame] | 1436 | |
Jon Paul Maloy | 365ad35 | 2017-01-03 10:55:11 -0500 | [diff] [blame] | 1437 | /* Handle implicit connection setup */ |
| 1438 | if (unlikely(dest)) { |
| 1439 | rc = __tipc_sendmsg(sock, m, dlen); |
Parthasarathy Bhuvaragan | 92ef12b | 2018-09-25 18:21:58 +0200 | [diff] [blame] | 1440 | if (dlen && dlen == rc) { |
| 1441 | tsk->peer_caps = tipc_node_get_capabilities(net, dnode); |
Jon Paul Maloy | 365ad35 | 2017-01-03 10:55:11 -0500 | [diff] [blame] | 1442 | tsk->snt_unacked = tsk_inc(tsk, dlen + msg_hdr_sz(hdr)); |
Parthasarathy Bhuvaragan | 92ef12b | 2018-09-25 18:21:58 +0200 | [diff] [blame] | 1443 | } |
Jon Paul Maloy | 365ad35 | 2017-01-03 10:55:11 -0500 | [diff] [blame] | 1444 | return rc; |
YOSHIFUJI Hideaki | c430728 | 2007-02-09 23:25:21 +0900 | [diff] [blame] | 1445 | } |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 1446 | |
Jon Paul Maloy | 4ccfe5e | 2014-06-25 20:41:38 -0500 | [diff] [blame] | 1447 | do { |
Jon Paul Maloy | 365ad35 | 2017-01-03 10:55:11 -0500 | [diff] [blame] | 1448 | rc = tipc_wait_for_cond(sock, &timeout, |
| 1449 | (!tsk->cong_link_cnt && |
Jon Paul Maloy | 8c44e1a | 2017-01-03 10:55:09 -0500 | [diff] [blame] | 1450 | !tsk_conn_cong(tsk) && |
| 1451 | tipc_sk_connected(sk))); |
Jon Paul Maloy | 365ad35 | 2017-01-03 10:55:11 -0500 | [diff] [blame] | 1452 | if (unlikely(rc)) |
| 1453 | break; |
Ying Xue | 39a0295 | 2015-03-02 15:37:47 +0800 | [diff] [blame] | 1454 | |
Jon Paul Maloy | 365ad35 | 2017-01-03 10:55:11 -0500 | [diff] [blame] | 1455 | send = min_t(size_t, dlen - sent, TIPC_MAX_USER_MSG_SIZE); |
| 1456 | rc = tipc_msg_build(hdr, m, sent, send, tsk->max_pkt, &pkts); |
| 1457 | if (unlikely(rc != send)) |
| 1458 | break; |
| 1459 | |
| 1460 | rc = tipc_node_xmit(net, &pkts, dnode, tsk->portid); |
| 1461 | if (unlikely(rc == -ELINKCONG)) { |
| 1462 | tsk->cong_link_cnt = 1; |
| 1463 | rc = 0; |
| 1464 | } |
| 1465 | if (likely(!rc)) { |
| 1466 | tsk->snt_unacked += tsk_inc(tsk, send + MIN_H_SIZE); |
| 1467 | sent += send; |
| 1468 | } |
| 1469 | } while (sent < dlen && !rc); |
| 1470 | |
Parthasarathy Bhuvaragan | 3364d61 | 2017-04-24 15:00:42 +0200 | [diff] [blame] | 1471 | return sent ? sent : rc; |
Jon Paul Maloy | 4ccfe5e | 2014-06-25 20:41:38 -0500 | [diff] [blame] | 1472 | } |
| 1473 | |
| 1474 | /** |
| 1475 | * tipc_send_packet - send a connection-oriented message |
Jon Paul Maloy | 4ccfe5e | 2014-06-25 20:41:38 -0500 | [diff] [blame] | 1476 | * @sock: socket structure |
| 1477 | * @m: message to send |
| 1478 | * @dsz: length of data to be transmitted |
| 1479 | * |
| 1480 | * Used for SOCK_SEQPACKET messages. |
| 1481 | * |
| 1482 | * Returns the number of bytes sent on success, or errno otherwise |
| 1483 | */ |
Ying Xue | 1b78414 | 2015-03-02 15:37:48 +0800 | [diff] [blame] | 1484 | static int tipc_send_packet(struct socket *sock, struct msghdr *m, size_t dsz) |
Jon Paul Maloy | 4ccfe5e | 2014-06-25 20:41:38 -0500 | [diff] [blame] | 1485 | { |
| 1486 | if (dsz > TIPC_MAX_USER_MSG_SIZE) |
| 1487 | return -EMSGSIZE; |
| 1488 | |
Jon Paul Maloy | 365ad35 | 2017-01-03 10:55:11 -0500 | [diff] [blame] | 1489 | return tipc_sendstream(sock, m, dsz); |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 1490 | } |
| 1491 | |
Jon Paul Maloy | dadebc0 | 2014-08-22 18:09:11 -0400 | [diff] [blame] | 1492 | /* tipc_sk_finish_conn - complete the setup of a connection |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 1493 | */ |
Jon Paul Maloy | 301bae5 | 2014-08-22 18:09:20 -0400 | [diff] [blame] | 1494 | static void tipc_sk_finish_conn(struct tipc_sock *tsk, u32 peer_port, |
Jon Paul Maloy | dadebc0 | 2014-08-22 18:09:11 -0400 | [diff] [blame] | 1495 | u32 peer_node) |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 1496 | { |
Ying Xue | 3721e9c | 2015-01-13 17:07:48 +0800 | [diff] [blame] | 1497 | struct sock *sk = &tsk->sk; |
| 1498 | struct net *net = sock_net(sk); |
Jon Paul Maloy | 301bae5 | 2014-08-22 18:09:20 -0400 | [diff] [blame] | 1499 | struct tipc_msg *msg = &tsk->phdr; |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 1500 | |
Jon Maloy | 25b9221 | 2018-09-28 20:23:21 +0200 | [diff] [blame] | 1501 | msg_set_syn(msg, 0); |
Jon Paul Maloy | dadebc0 | 2014-08-22 18:09:11 -0400 | [diff] [blame] | 1502 | msg_set_destnode(msg, peer_node); |
| 1503 | msg_set_destport(msg, peer_port); |
| 1504 | msg_set_type(msg, TIPC_CONN_MSG); |
| 1505 | msg_set_lookup_scope(msg, 0); |
| 1506 | msg_set_hdr_sz(msg, SHORT_H_SIZE); |
Jon Paul Maloy | f9fef18 | 2014-03-12 11:31:08 -0400 | [diff] [blame] | 1507 | |
Jon Maloy | 0d5fcebf | 2017-10-20 11:21:32 +0200 | [diff] [blame] | 1508 | sk_reset_timer(sk, &sk->sk_timer, jiffies + CONN_PROBING_INTV); |
Parthasarathy Bhuvaragan | 8ea642e | 2016-11-01 14:02:44 +0100 | [diff] [blame] | 1509 | tipc_set_sk_state(sk, TIPC_ESTABLISHED); |
Ying Xue | f2f9800 | 2015-01-09 15:27:05 +0800 | [diff] [blame] | 1510 | tipc_node_add_conn(net, peer_node, tsk->portid, peer_port); |
| 1511 | tsk->max_pkt = tipc_node_get_mtu(net, peer_node, tsk->portid); |
Jon Paul Maloy | 60020e1 | 2016-05-02 11:58:46 -0400 | [diff] [blame] | 1512 | tsk->peer_caps = tipc_node_get_capabilities(net, peer_node); |
Tung Nguyen | 6787927 | 2018-09-28 20:23:22 +0200 | [diff] [blame] | 1513 | __skb_queue_purge(&sk->sk_write_queue); |
Jon Paul Maloy | 10724cc | 2016-05-02 11:58:47 -0400 | [diff] [blame] | 1514 | if (tsk->peer_caps & TIPC_BLOCK_FLOWCTL) |
| 1515 | return; |
| 1516 | |
| 1517 | /* Fall back to message based flow control */ |
| 1518 | tsk->rcv_win = FLOWCTL_MSG_WIN; |
| 1519 | tsk->snd_win = FLOWCTL_MSG_WIN; |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 1520 | } |
| 1521 | |
| 1522 | /** |
Jon Maloy | 31c82a2 | 2017-10-13 11:04:24 +0200 | [diff] [blame] | 1523 | * tipc_sk_set_orig_addr - capture sender's address for received message |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 1524 | * @m: descriptor for message info |
Jon Maloy | 31c82a2 | 2017-10-13 11:04:24 +0200 | [diff] [blame] | 1525 | * @hdr: received message header |
YOSHIFUJI Hideaki | c430728 | 2007-02-09 23:25:21 +0900 | [diff] [blame] | 1526 | * |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 1527 | * Note: Address is not captured if not requested by receiver. |
| 1528 | */ |
Jon Maloy | 31c82a2 | 2017-10-13 11:04:24 +0200 | [diff] [blame] | 1529 | static void tipc_sk_set_orig_addr(struct msghdr *m, struct sk_buff *skb) |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 1530 | { |
Jon Maloy | 31c82a2 | 2017-10-13 11:04:24 +0200 | [diff] [blame] | 1531 | DECLARE_SOCKADDR(struct sockaddr_pair *, srcaddr, m->msg_name); |
| 1532 | struct tipc_msg *hdr = buf_msg(skb); |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 1533 | |
Jon Maloy | 31c82a2 | 2017-10-13 11:04:24 +0200 | [diff] [blame] | 1534 | if (!srcaddr) |
| 1535 | return; |
| 1536 | |
| 1537 | srcaddr->sock.family = AF_TIPC; |
| 1538 | srcaddr->sock.addrtype = TIPC_ADDR_ID; |
Eric Dumazet | 09c8b97 | 2018-05-09 09:50:22 -0700 | [diff] [blame] | 1539 | srcaddr->sock.scope = 0; |
Jon Maloy | 31c82a2 | 2017-10-13 11:04:24 +0200 | [diff] [blame] | 1540 | srcaddr->sock.addr.id.ref = msg_origport(hdr); |
| 1541 | srcaddr->sock.addr.id.node = msg_orignode(hdr); |
| 1542 | srcaddr->sock.addr.name.domain = 0; |
Jon Maloy | 31c82a2 | 2017-10-13 11:04:24 +0200 | [diff] [blame] | 1543 | m->msg_namelen = sizeof(struct sockaddr_tipc); |
| 1544 | |
| 1545 | if (!msg_in_group(hdr)) |
| 1546 | return; |
| 1547 | |
| 1548 | /* Group message users may also want to know sending member's id */ |
| 1549 | srcaddr->member.family = AF_TIPC; |
| 1550 | srcaddr->member.addrtype = TIPC_ADDR_NAME; |
Eric Dumazet | 09c8b97 | 2018-05-09 09:50:22 -0700 | [diff] [blame] | 1551 | srcaddr->member.scope = 0; |
Jon Maloy | 31c82a2 | 2017-10-13 11:04:24 +0200 | [diff] [blame] | 1552 | srcaddr->member.addr.name.name.type = msg_nametype(hdr); |
| 1553 | srcaddr->member.addr.name.name.instance = TIPC_SKB_CB(skb)->orig_member; |
| 1554 | srcaddr->member.addr.name.domain = 0; |
| 1555 | m->msg_namelen = sizeof(*srcaddr); |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 1556 | } |
| 1557 | |
| 1558 | /** |
Jon Paul Maloy | 301bae5 | 2014-08-22 18:09:20 -0400 | [diff] [blame] | 1559 | * tipc_sk_anc_data_recv - optionally capture ancillary data for received message |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 1560 | * @m: descriptor for message info |
Jon Maloy | 1c1274a | 2018-11-17 12:17:06 -0500 | [diff] [blame] | 1561 | * @skb: received message buffer |
Jon Paul Maloy | 301bae5 | 2014-08-22 18:09:20 -0400 | [diff] [blame] | 1562 | * @tsk: TIPC port associated with message |
YOSHIFUJI Hideaki | c430728 | 2007-02-09 23:25:21 +0900 | [diff] [blame] | 1563 | * |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 1564 | * Note: Ancillary data is not captured if not requested by receiver. |
YOSHIFUJI Hideaki | c430728 | 2007-02-09 23:25:21 +0900 | [diff] [blame] | 1565 | * |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 1566 | * Returns 0 if successful, otherwise errno |
| 1567 | */ |
Jon Maloy | 1c1274a | 2018-11-17 12:17:06 -0500 | [diff] [blame] | 1568 | static int tipc_sk_anc_data_recv(struct msghdr *m, struct sk_buff *skb, |
Jon Paul Maloy | 301bae5 | 2014-08-22 18:09:20 -0400 | [diff] [blame] | 1569 | struct tipc_sock *tsk) |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 1570 | { |
Jon Maloy | 1c1274a | 2018-11-17 12:17:06 -0500 | [diff] [blame] | 1571 | struct tipc_msg *msg; |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 1572 | u32 anc_data[3]; |
| 1573 | u32 err; |
| 1574 | u32 dest_type; |
Allan Stephens | 3546c75 | 2006-06-25 23:45:24 -0700 | [diff] [blame] | 1575 | int has_name; |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 1576 | int res; |
| 1577 | |
| 1578 | if (likely(m->msg_controllen == 0)) |
| 1579 | return 0; |
Jon Maloy | 1c1274a | 2018-11-17 12:17:06 -0500 | [diff] [blame] | 1580 | msg = buf_msg(skb); |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 1581 | |
| 1582 | /* Optionally capture errored message object(s) */ |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 1583 | err = msg ? msg_errcode(msg) : 0; |
| 1584 | if (unlikely(err)) { |
| 1585 | anc_data[0] = err; |
| 1586 | anc_data[1] = msg_data_sz(msg); |
Allan Stephens | 2db9983 | 2010-12-31 18:59:33 +0000 | [diff] [blame] | 1587 | res = put_cmsg(m, SOL_TIPC, TIPC_ERRINFO, 8, anc_data); |
| 1588 | if (res) |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 1589 | return res; |
Allan Stephens | 2db9983 | 2010-12-31 18:59:33 +0000 | [diff] [blame] | 1590 | if (anc_data[1]) { |
Jon Maloy | 1c1274a | 2018-11-17 12:17:06 -0500 | [diff] [blame] | 1591 | if (skb_linearize(skb)) |
| 1592 | return -ENOMEM; |
| 1593 | msg = buf_msg(skb); |
Allan Stephens | 2db9983 | 2010-12-31 18:59:33 +0000 | [diff] [blame] | 1594 | res = put_cmsg(m, SOL_TIPC, TIPC_RETDATA, anc_data[1], |
| 1595 | msg_data(msg)); |
| 1596 | if (res) |
| 1597 | return res; |
| 1598 | } |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 1599 | } |
| 1600 | |
| 1601 | /* Optionally capture message destination object */ |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 1602 | dest_type = msg ? msg_type(msg) : TIPC_DIRECT_MSG; |
| 1603 | switch (dest_type) { |
| 1604 | case TIPC_NAMED_MSG: |
Allan Stephens | 3546c75 | 2006-06-25 23:45:24 -0700 | [diff] [blame] | 1605 | has_name = 1; |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 1606 | anc_data[0] = msg_nametype(msg); |
| 1607 | anc_data[1] = msg_namelower(msg); |
| 1608 | anc_data[2] = msg_namelower(msg); |
| 1609 | break; |
| 1610 | case TIPC_MCAST_MSG: |
Allan Stephens | 3546c75 | 2006-06-25 23:45:24 -0700 | [diff] [blame] | 1611 | has_name = 1; |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 1612 | anc_data[0] = msg_nametype(msg); |
| 1613 | anc_data[1] = msg_namelower(msg); |
| 1614 | anc_data[2] = msg_nameupper(msg); |
| 1615 | break; |
| 1616 | case TIPC_CONN_MSG: |
Jon Paul Maloy | 301bae5 | 2014-08-22 18:09:20 -0400 | [diff] [blame] | 1617 | has_name = (tsk->conn_type != 0); |
| 1618 | anc_data[0] = tsk->conn_type; |
| 1619 | anc_data[1] = tsk->conn_instance; |
| 1620 | anc_data[2] = tsk->conn_instance; |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 1621 | break; |
| 1622 | default: |
Allan Stephens | 3546c75 | 2006-06-25 23:45:24 -0700 | [diff] [blame] | 1623 | has_name = 0; |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 1624 | } |
Allan Stephens | 2db9983 | 2010-12-31 18:59:33 +0000 | [diff] [blame] | 1625 | if (has_name) { |
| 1626 | res = put_cmsg(m, SOL_TIPC, TIPC_DESTNAME, 12, anc_data); |
| 1627 | if (res) |
| 1628 | return res; |
| 1629 | } |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 1630 | |
| 1631 | return 0; |
| 1632 | } |
| 1633 | |
Jon Paul Maloy | 10724cc | 2016-05-02 11:58:47 -0400 | [diff] [blame] | 1634 | static void tipc_sk_send_ack(struct tipc_sock *tsk) |
Jon Paul Maloy | 739f5e4 | 2014-08-22 18:09:12 -0400 | [diff] [blame] | 1635 | { |
Parthasarathy Bhuvaragan | d6fb7e9 | 2016-11-01 14:02:40 +0100 | [diff] [blame] | 1636 | struct sock *sk = &tsk->sk; |
| 1637 | struct net *net = sock_net(sk); |
Ying Xue | a6ca109 | 2014-11-26 11:41:55 +0800 | [diff] [blame] | 1638 | struct sk_buff *skb = NULL; |
Jon Paul Maloy | 739f5e4 | 2014-08-22 18:09:12 -0400 | [diff] [blame] | 1639 | struct tipc_msg *msg; |
Jon Paul Maloy | 301bae5 | 2014-08-22 18:09:20 -0400 | [diff] [blame] | 1640 | u32 peer_port = tsk_peer_port(tsk); |
| 1641 | u32 dnode = tsk_peer_node(tsk); |
Jon Paul Maloy | 739f5e4 | 2014-08-22 18:09:12 -0400 | [diff] [blame] | 1642 | |
Parthasarathy Bhuvaragan | d6fb7e9 | 2016-11-01 14:02:40 +0100 | [diff] [blame] | 1643 | if (!tipc_sk_connected(sk)) |
Jon Paul Maloy | 739f5e4 | 2014-08-22 18:09:12 -0400 | [diff] [blame] | 1644 | return; |
Jon Paul Maloy | c589863 | 2015-02-05 08:36:36 -0500 | [diff] [blame] | 1645 | skb = tipc_msg_create(CONN_MANAGER, CONN_ACK, INT_H_SIZE, 0, |
| 1646 | dnode, tsk_own_node(tsk), peer_port, |
| 1647 | tsk->portid, TIPC_OK); |
Ying Xue | a6ca109 | 2014-11-26 11:41:55 +0800 | [diff] [blame] | 1648 | if (!skb) |
Jon Paul Maloy | 739f5e4 | 2014-08-22 18:09:12 -0400 | [diff] [blame] | 1649 | return; |
Ying Xue | a6ca109 | 2014-11-26 11:41:55 +0800 | [diff] [blame] | 1650 | msg = buf_msg(skb); |
Jon Paul Maloy | 10724cc | 2016-05-02 11:58:47 -0400 | [diff] [blame] | 1651 | msg_set_conn_ack(msg, tsk->rcv_unacked); |
| 1652 | tsk->rcv_unacked = 0; |
| 1653 | |
| 1654 | /* Adjust to and advertize the correct window limit */ |
| 1655 | if (tsk->peer_caps & TIPC_BLOCK_FLOWCTL) { |
| 1656 | tsk->rcv_win = tsk_adv_blocks(tsk->sk.sk_rcvbuf); |
| 1657 | msg_set_adv_win(msg, tsk->rcv_win); |
| 1658 | } |
Jon Paul Maloy | af9b028 | 2015-07-16 16:54:24 -0400 | [diff] [blame] | 1659 | tipc_node_xmit_skb(net, skb, dnode, msg_link_selector(msg)); |
Jon Paul Maloy | 739f5e4 | 2014-08-22 18:09:12 -0400 | [diff] [blame] | 1660 | } |
| 1661 | |
Arnaldo Carvalho de Melo | 85d3fc9 | 2014-05-23 15:55:12 -0400 | [diff] [blame] | 1662 | static int tipc_wait_for_rcvmsg(struct socket *sock, long *timeop) |
Ying Xue | 9bbb4ec | 2014-01-17 09:50:07 +0800 | [diff] [blame] | 1663 | { |
| 1664 | struct sock *sk = sock->sk; |
| 1665 | DEFINE_WAIT(wait); |
Arnaldo Carvalho de Melo | 85d3fc9 | 2014-05-23 15:55:12 -0400 | [diff] [blame] | 1666 | long timeo = *timeop; |
Parthasarathy Bhuvaragan | 4e0df49 | 2017-04-26 10:05:01 +0200 | [diff] [blame] | 1667 | int err = sock_error(sk); |
| 1668 | |
| 1669 | if (err) |
| 1670 | return err; |
Ying Xue | 9bbb4ec | 2014-01-17 09:50:07 +0800 | [diff] [blame] | 1671 | |
| 1672 | for (;;) { |
| 1673 | prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); |
Ying Xue | fe8e464 | 2014-03-06 14:40:18 +0100 | [diff] [blame] | 1674 | if (timeo && skb_queue_empty(&sk->sk_receive_queue)) { |
Parthasarathy Bhuvaragan | 6f00089 | 2016-11-01 14:02:47 +0100 | [diff] [blame] | 1675 | if (sk->sk_shutdown & RCV_SHUTDOWN) { |
Ying Xue | 9bbb4ec | 2014-01-17 09:50:07 +0800 | [diff] [blame] | 1676 | err = -ENOTCONN; |
| 1677 | break; |
| 1678 | } |
| 1679 | release_sock(sk); |
| 1680 | timeo = schedule_timeout(timeo); |
| 1681 | lock_sock(sk); |
| 1682 | } |
| 1683 | err = 0; |
| 1684 | if (!skb_queue_empty(&sk->sk_receive_queue)) |
| 1685 | break; |
Ying Xue | 9bbb4ec | 2014-01-17 09:50:07 +0800 | [diff] [blame] | 1686 | err = -EAGAIN; |
| 1687 | if (!timeo) |
| 1688 | break; |
Erik Hugne | 143fe22 | 2015-03-09 10:43:42 +0100 | [diff] [blame] | 1689 | err = sock_intr_errno(timeo); |
| 1690 | if (signal_pending(current)) |
| 1691 | break; |
Parthasarathy Bhuvaragan | 4e0df49 | 2017-04-26 10:05:01 +0200 | [diff] [blame] | 1692 | |
| 1693 | err = sock_error(sk); |
| 1694 | if (err) |
| 1695 | break; |
Ying Xue | 9bbb4ec | 2014-01-17 09:50:07 +0800 | [diff] [blame] | 1696 | } |
| 1697 | finish_wait(sk_sleep(sk), &wait); |
Arnaldo Carvalho de Melo | 85d3fc9 | 2014-05-23 15:55:12 -0400 | [diff] [blame] | 1698 | *timeop = timeo; |
Ying Xue | 9bbb4ec | 2014-01-17 09:50:07 +0800 | [diff] [blame] | 1699 | return err; |
| 1700 | } |
| 1701 | |
YOSHIFUJI Hideaki | c430728 | 2007-02-09 23:25:21 +0900 | [diff] [blame] | 1702 | /** |
Ying Xue | 247f0f3 | 2014-02-18 16:06:46 +0800 | [diff] [blame] | 1703 | * tipc_recvmsg - receive packet-oriented message |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 1704 | * @m: descriptor for message info |
Jon Paul Maloy | e9f8b10 | 2017-05-02 18:16:53 +0200 | [diff] [blame] | 1705 | * @buflen: length of user buffer area |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 1706 | * @flags: receive flags |
YOSHIFUJI Hideaki | c430728 | 2007-02-09 23:25:21 +0900 | [diff] [blame] | 1707 | * |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 1708 | * Used for SOCK_DGRAM, SOCK_RDM, and SOCK_SEQPACKET messages. |
| 1709 | * If the complete message doesn't fit in user area, truncate it. |
| 1710 | * |
| 1711 | * Returns size of returned message data, errno otherwise |
| 1712 | */ |
Jon Paul Maloy | e9f8b10 | 2017-05-02 18:16:53 +0200 | [diff] [blame] | 1713 | static int tipc_recvmsg(struct socket *sock, struct msghdr *m, |
| 1714 | size_t buflen, int flags) |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 1715 | { |
Allan Stephens | 0c3141e | 2008-04-15 00:22:02 -0700 | [diff] [blame] | 1716 | struct sock *sk = sock->sk; |
Jon Paul Maloy | e9f8b10 | 2017-05-02 18:16:53 +0200 | [diff] [blame] | 1717 | bool connected = !tipc_sk_type_connectionless(sk); |
Jon Maloy | ae236fb | 2017-10-13 11:04:25 +0200 | [diff] [blame] | 1718 | struct tipc_sock *tsk = tipc_sk(sk); |
Jon Paul Maloy | e9f8b10 | 2017-05-02 18:16:53 +0200 | [diff] [blame] | 1719 | int rc, err, hlen, dlen, copy; |
Jon Maloy | b7d4263 | 2017-10-13 11:04:26 +0200 | [diff] [blame] | 1720 | struct sk_buff_head xmitq; |
Jon Maloy | ae236fb | 2017-10-13 11:04:25 +0200 | [diff] [blame] | 1721 | struct tipc_msg *hdr; |
| 1722 | struct sk_buff *skb; |
| 1723 | bool grp_evt; |
Jon Paul Maloy | e9f8b10 | 2017-05-02 18:16:53 +0200 | [diff] [blame] | 1724 | long timeout; |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 1725 | |
Allan Stephens | 0c3141e | 2008-04-15 00:22:02 -0700 | [diff] [blame] | 1726 | /* Catch invalid receive requests */ |
Jon Paul Maloy | e9f8b10 | 2017-05-02 18:16:53 +0200 | [diff] [blame] | 1727 | if (unlikely(!buflen)) |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 1728 | return -EINVAL; |
| 1729 | |
Allan Stephens | 0c3141e | 2008-04-15 00:22:02 -0700 | [diff] [blame] | 1730 | lock_sock(sk); |
Jon Paul Maloy | e9f8b10 | 2017-05-02 18:16:53 +0200 | [diff] [blame] | 1731 | if (unlikely(connected && sk->sk_state == TIPC_OPEN)) { |
| 1732 | rc = -ENOTCONN; |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 1733 | goto exit; |
| 1734 | } |
Jon Paul Maloy | e9f8b10 | 2017-05-02 18:16:53 +0200 | [diff] [blame] | 1735 | timeout = sock_rcvtimeo(sk, flags & MSG_DONTWAIT); |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 1736 | |
Jon Maloy | b7d4263 | 2017-10-13 11:04:26 +0200 | [diff] [blame] | 1737 | /* Step rcv queue to first msg with data or error; wait if necessary */ |
Jon Paul Maloy | e9f8b10 | 2017-05-02 18:16:53 +0200 | [diff] [blame] | 1738 | do { |
Jon Paul Maloy | e9f8b10 | 2017-05-02 18:16:53 +0200 | [diff] [blame] | 1739 | rc = tipc_wait_for_rcvmsg(sock, &timeout); |
| 1740 | if (unlikely(rc)) |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 1741 | goto exit; |
Jon Paul Maloy | e9f8b10 | 2017-05-02 18:16:53 +0200 | [diff] [blame] | 1742 | skb = skb_peek(&sk->sk_receive_queue); |
| 1743 | hdr = buf_msg(skb); |
| 1744 | dlen = msg_data_sz(hdr); |
| 1745 | hlen = msg_hdr_sz(hdr); |
| 1746 | err = msg_errcode(hdr); |
Jon Maloy | ae236fb | 2017-10-13 11:04:25 +0200 | [diff] [blame] | 1747 | grp_evt = msg_is_grp_evt(hdr); |
Jon Paul Maloy | e9f8b10 | 2017-05-02 18:16:53 +0200 | [diff] [blame] | 1748 | if (likely(dlen || err)) |
| 1749 | break; |
| 1750 | tsk_advance_rx_queue(sk); |
| 1751 | } while (1); |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 1752 | |
Jon Paul Maloy | e9f8b10 | 2017-05-02 18:16:53 +0200 | [diff] [blame] | 1753 | /* Collect msg meta data, including error code and rejected data */ |
Jon Maloy | 31c82a2 | 2017-10-13 11:04:24 +0200 | [diff] [blame] | 1754 | tipc_sk_set_orig_addr(m, skb); |
Jon Maloy | 1c1274a | 2018-11-17 12:17:06 -0500 | [diff] [blame] | 1755 | rc = tipc_sk_anc_data_recv(m, skb, tsk); |
Jon Paul Maloy | e9f8b10 | 2017-05-02 18:16:53 +0200 | [diff] [blame] | 1756 | if (unlikely(rc)) |
| 1757 | goto exit; |
Jon Maloy | 1c1274a | 2018-11-17 12:17:06 -0500 | [diff] [blame] | 1758 | hdr = buf_msg(skb); |
Jon Paul Maloy | e9f8b10 | 2017-05-02 18:16:53 +0200 | [diff] [blame] | 1759 | |
| 1760 | /* Capture data if non-error msg, otherwise just set return value */ |
| 1761 | if (likely(!err)) { |
| 1762 | copy = min_t(int, dlen, buflen); |
| 1763 | if (unlikely(copy != dlen)) |
| 1764 | m->msg_flags |= MSG_TRUNC; |
| 1765 | rc = skb_copy_datagram_msg(skb, hlen, m, copy); |
| 1766 | } else { |
| 1767 | copy = 0; |
| 1768 | rc = 0; |
| 1769 | if (err != TIPC_CONN_SHUTDOWN && connected && !m->msg_control) |
| 1770 | rc = -ECONNRESET; |
| 1771 | } |
| 1772 | if (unlikely(rc)) |
| 1773 | goto exit; |
| 1774 | |
Jon Maloy | ae236fb | 2017-10-13 11:04:25 +0200 | [diff] [blame] | 1775 | /* Mark message as group event if applicable */ |
| 1776 | if (unlikely(grp_evt)) { |
| 1777 | if (msg_grp_evt(hdr) == TIPC_WITHDRAWN) |
| 1778 | m->msg_flags |= MSG_EOR; |
| 1779 | m->msg_flags |= MSG_OOB; |
| 1780 | copy = 0; |
| 1781 | } |
| 1782 | |
Jon Paul Maloy | e9f8b10 | 2017-05-02 18:16:53 +0200 | [diff] [blame] | 1783 | /* Caption of data or error code/rejected data was successful */ |
Jon Paul Maloy | 10724cc | 2016-05-02 11:58:47 -0400 | [diff] [blame] | 1784 | if (unlikely(flags & MSG_PEEK)) |
| 1785 | goto exit; |
| 1786 | |
Jon Maloy | b7d4263 | 2017-10-13 11:04:26 +0200 | [diff] [blame] | 1787 | /* Send group flow control advertisement when applicable */ |
| 1788 | if (tsk->group && msg_in_group(hdr) && !grp_evt) { |
| 1789 | skb_queue_head_init(&xmitq); |
| 1790 | tipc_group_update_rcv_win(tsk->group, tsk_blocks(hlen + dlen), |
| 1791 | msg_orignode(hdr), msg_origport(hdr), |
| 1792 | &xmitq); |
| 1793 | tipc_node_distr_xmit(sock_net(sk), &xmitq); |
| 1794 | } |
| 1795 | |
Jon Paul Maloy | 10724cc | 2016-05-02 11:58:47 -0400 | [diff] [blame] | 1796 | tsk_advance_rx_queue(sk); |
Jon Maloy | ae236fb | 2017-10-13 11:04:25 +0200 | [diff] [blame] | 1797 | |
Jon Paul Maloy | e9f8b10 | 2017-05-02 18:16:53 +0200 | [diff] [blame] | 1798 | if (likely(!connected)) |
| 1799 | goto exit; |
| 1800 | |
Jon Maloy | b7d4263 | 2017-10-13 11:04:26 +0200 | [diff] [blame] | 1801 | /* Send connection flow control advertisement when applicable */ |
Jon Paul Maloy | e9f8b10 | 2017-05-02 18:16:53 +0200 | [diff] [blame] | 1802 | tsk->rcv_unacked += tsk_inc(tsk, hlen + dlen); |
| 1803 | if (tsk->rcv_unacked >= tsk->rcv_win / TIPC_ACK_RATE) |
| 1804 | tipc_sk_send_ack(tsk); |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 1805 | exit: |
Allan Stephens | 0c3141e | 2008-04-15 00:22:02 -0700 | [diff] [blame] | 1806 | release_sock(sk); |
Jon Paul Maloy | e9f8b10 | 2017-05-02 18:16:53 +0200 | [diff] [blame] | 1807 | return rc ? rc : copy; |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 1808 | } |
| 1809 | |
YOSHIFUJI Hideaki | c430728 | 2007-02-09 23:25:21 +0900 | [diff] [blame] | 1810 | /** |
Jon Paul Maloy | ec8a09f | 2017-05-02 18:16:54 +0200 | [diff] [blame] | 1811 | * tipc_recvstream - receive stream-oriented data |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 1812 | * @m: descriptor for message info |
Jon Paul Maloy | ec8a09f | 2017-05-02 18:16:54 +0200 | [diff] [blame] | 1813 | * @buflen: total size of user buffer area |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 1814 | * @flags: receive flags |
YOSHIFUJI Hideaki | c430728 | 2007-02-09 23:25:21 +0900 | [diff] [blame] | 1815 | * |
| 1816 | * Used for SOCK_STREAM messages only. If not enough data is available |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 1817 | * will optionally wait for more; never truncates data. |
| 1818 | * |
| 1819 | * Returns size of returned message data, errno otherwise |
| 1820 | */ |
Jon Paul Maloy | ec8a09f | 2017-05-02 18:16:54 +0200 | [diff] [blame] | 1821 | static int tipc_recvstream(struct socket *sock, struct msghdr *m, |
| 1822 | size_t buflen, int flags) |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 1823 | { |
Allan Stephens | 0c3141e | 2008-04-15 00:22:02 -0700 | [diff] [blame] | 1824 | struct sock *sk = sock->sk; |
Jon Paul Maloy | 58ed944 | 2014-03-12 11:31:12 -0400 | [diff] [blame] | 1825 | struct tipc_sock *tsk = tipc_sk(sk); |
Jon Paul Maloy | ec8a09f | 2017-05-02 18:16:54 +0200 | [diff] [blame] | 1826 | struct sk_buff *skb; |
| 1827 | struct tipc_msg *hdr; |
| 1828 | struct tipc_skb_cb *skb_cb; |
| 1829 | bool peek = flags & MSG_PEEK; |
| 1830 | int offset, required, copy, copied = 0; |
| 1831 | int hlen, dlen, err, rc; |
| 1832 | long timeout; |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 1833 | |
| 1834 | /* Catch invalid receive attempts */ |
Jon Paul Maloy | ec8a09f | 2017-05-02 18:16:54 +0200 | [diff] [blame] | 1835 | if (unlikely(!buflen)) |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 1836 | return -EINVAL; |
| 1837 | |
Allan Stephens | 0c3141e | 2008-04-15 00:22:02 -0700 | [diff] [blame] | 1838 | lock_sock(sk); |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 1839 | |
Parthasarathy Bhuvaragan | 438adca | 2016-11-01 14:02:45 +0100 | [diff] [blame] | 1840 | if (unlikely(sk->sk_state == TIPC_OPEN)) { |
Jon Paul Maloy | ec8a09f | 2017-05-02 18:16:54 +0200 | [diff] [blame] | 1841 | rc = -ENOTCONN; |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 1842 | goto exit; |
| 1843 | } |
Jon Paul Maloy | ec8a09f | 2017-05-02 18:16:54 +0200 | [diff] [blame] | 1844 | required = sock_rcvlowat(sk, flags & MSG_WAITALL, buflen); |
| 1845 | timeout = sock_rcvtimeo(sk, flags & MSG_DONTWAIT); |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 1846 | |
Jon Paul Maloy | ec8a09f | 2017-05-02 18:16:54 +0200 | [diff] [blame] | 1847 | do { |
| 1848 | /* Look at first msg in receive queue; wait if necessary */ |
| 1849 | rc = tipc_wait_for_rcvmsg(sock, &timeout); |
| 1850 | if (unlikely(rc)) |
| 1851 | break; |
| 1852 | skb = skb_peek(&sk->sk_receive_queue); |
| 1853 | skb_cb = TIPC_SKB_CB(skb); |
| 1854 | hdr = buf_msg(skb); |
| 1855 | dlen = msg_data_sz(hdr); |
| 1856 | hlen = msg_hdr_sz(hdr); |
| 1857 | err = msg_errcode(hdr); |
Paul Gortmaker | 617d3c7 | 2012-04-30 15:29:02 -0400 | [diff] [blame] | 1858 | |
Jon Paul Maloy | ec8a09f | 2017-05-02 18:16:54 +0200 | [diff] [blame] | 1859 | /* Discard any empty non-errored (SYN-) message */ |
| 1860 | if (unlikely(!dlen && !err)) { |
| 1861 | tsk_advance_rx_queue(sk); |
| 1862 | continue; |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 1863 | } |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 1864 | |
Jon Paul Maloy | ec8a09f | 2017-05-02 18:16:54 +0200 | [diff] [blame] | 1865 | /* Collect msg meta data, incl. error code and rejected data */ |
| 1866 | if (!copied) { |
Jon Maloy | 31c82a2 | 2017-10-13 11:04:24 +0200 | [diff] [blame] | 1867 | tipc_sk_set_orig_addr(m, skb); |
Jon Maloy | 1c1274a | 2018-11-17 12:17:06 -0500 | [diff] [blame] | 1868 | rc = tipc_sk_anc_data_recv(m, skb, tsk); |
Jon Paul Maloy | ec8a09f | 2017-05-02 18:16:54 +0200 | [diff] [blame] | 1869 | if (rc) |
| 1870 | break; |
Jon Maloy | 1c1274a | 2018-11-17 12:17:06 -0500 | [diff] [blame] | 1871 | hdr = buf_msg(skb); |
Jon Paul Maloy | ec8a09f | 2017-05-02 18:16:54 +0200 | [diff] [blame] | 1872 | } |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 1873 | |
Jon Paul Maloy | ec8a09f | 2017-05-02 18:16:54 +0200 | [diff] [blame] | 1874 | /* Copy data if msg ok, otherwise return error/partial data */ |
| 1875 | if (likely(!err)) { |
| 1876 | offset = skb_cb->bytes_read; |
| 1877 | copy = min_t(int, dlen - offset, buflen - copied); |
| 1878 | rc = skb_copy_datagram_msg(skb, hlen + offset, m, copy); |
| 1879 | if (unlikely(rc)) |
| 1880 | break; |
| 1881 | copied += copy; |
| 1882 | offset += copy; |
| 1883 | if (unlikely(offset < dlen)) { |
| 1884 | if (!peek) |
| 1885 | skb_cb->bytes_read = offset; |
| 1886 | break; |
| 1887 | } |
| 1888 | } else { |
| 1889 | rc = 0; |
| 1890 | if ((err != TIPC_CONN_SHUTDOWN) && !m->msg_control) |
| 1891 | rc = -ECONNRESET; |
| 1892 | if (copied || rc) |
| 1893 | break; |
| 1894 | } |
Jon Paul Maloy | 10724cc | 2016-05-02 11:58:47 -0400 | [diff] [blame] | 1895 | |
Jon Paul Maloy | ec8a09f | 2017-05-02 18:16:54 +0200 | [diff] [blame] | 1896 | if (unlikely(peek)) |
| 1897 | break; |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 1898 | |
Jon Paul Maloy | ec8a09f | 2017-05-02 18:16:54 +0200 | [diff] [blame] | 1899 | tsk_advance_rx_queue(sk); |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 1900 | |
Jon Paul Maloy | ec8a09f | 2017-05-02 18:16:54 +0200 | [diff] [blame] | 1901 | /* Send connection flow control advertisement when applicable */ |
| 1902 | tsk->rcv_unacked += tsk_inc(tsk, hlen + dlen); |
| 1903 | if (unlikely(tsk->rcv_unacked >= tsk->rcv_win / TIPC_ACK_RATE)) |
| 1904 | tipc_sk_send_ack(tsk); |
| 1905 | |
| 1906 | /* Exit if all requested data or FIN/error received */ |
| 1907 | if (copied == buflen || err) |
| 1908 | break; |
| 1909 | |
| 1910 | } while (!skb_queue_empty(&sk->sk_receive_queue) || copied < required); |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 1911 | exit: |
Allan Stephens | 0c3141e | 2008-04-15 00:22:02 -0700 | [diff] [blame] | 1912 | release_sock(sk); |
Jon Paul Maloy | ec8a09f | 2017-05-02 18:16:54 +0200 | [diff] [blame] | 1913 | return copied ? copied : rc; |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 1914 | } |
| 1915 | |
| 1916 | /** |
Ying Xue | f288bef | 2012-08-21 11:16:57 +0800 | [diff] [blame] | 1917 | * tipc_write_space - wake up thread if port congestion is released |
| 1918 | * @sk: socket |
| 1919 | */ |
| 1920 | static void tipc_write_space(struct sock *sk) |
| 1921 | { |
| 1922 | struct socket_wq *wq; |
| 1923 | |
| 1924 | rcu_read_lock(); |
| 1925 | wq = rcu_dereference(sk->sk_wq); |
Herbert Xu | 1ce0bf5 | 2015-11-26 13:55:39 +0800 | [diff] [blame] | 1926 | if (skwq_has_sleeper(wq)) |
Linus Torvalds | a9a0884 | 2018-02-11 14:34:03 -0800 | [diff] [blame] | 1927 | wake_up_interruptible_sync_poll(&wq->wait, EPOLLOUT | |
| 1928 | EPOLLWRNORM | EPOLLWRBAND); |
Ying Xue | f288bef | 2012-08-21 11:16:57 +0800 | [diff] [blame] | 1929 | rcu_read_unlock(); |
| 1930 | } |
| 1931 | |
| 1932 | /** |
| 1933 | * tipc_data_ready - wake up threads to indicate messages have been received |
| 1934 | * @sk: socket |
| 1935 | * @len: the length of messages |
| 1936 | */ |
David S. Miller | 676d236 | 2014-04-11 16:15:36 -0400 | [diff] [blame] | 1937 | static void tipc_data_ready(struct sock *sk) |
Ying Xue | f288bef | 2012-08-21 11:16:57 +0800 | [diff] [blame] | 1938 | { |
| 1939 | struct socket_wq *wq; |
| 1940 | |
| 1941 | rcu_read_lock(); |
| 1942 | wq = rcu_dereference(sk->sk_wq); |
Herbert Xu | 1ce0bf5 | 2015-11-26 13:55:39 +0800 | [diff] [blame] | 1943 | if (skwq_has_sleeper(wq)) |
Linus Torvalds | a9a0884 | 2018-02-11 14:34:03 -0800 | [diff] [blame] | 1944 | wake_up_interruptible_sync_poll(&wq->wait, EPOLLIN | |
| 1945 | EPOLLRDNORM | EPOLLRDBAND); |
Ying Xue | f288bef | 2012-08-21 11:16:57 +0800 | [diff] [blame] | 1946 | rcu_read_unlock(); |
| 1947 | } |
| 1948 | |
Ying Xue | f4195d1 | 2015-11-22 15:46:05 +0800 | [diff] [blame] | 1949 | static void tipc_sock_destruct(struct sock *sk) |
| 1950 | { |
| 1951 | __skb_queue_purge(&sk->sk_receive_queue); |
| 1952 | } |
| 1953 | |
Jon Maloy | 64ac5f5 | 2017-10-13 11:04:20 +0200 | [diff] [blame] | 1954 | static void tipc_sk_proto_rcv(struct sock *sk, |
| 1955 | struct sk_buff_head *inputq, |
| 1956 | struct sk_buff_head *xmitq) |
| 1957 | { |
| 1958 | struct sk_buff *skb = __skb_dequeue(inputq); |
| 1959 | struct tipc_sock *tsk = tipc_sk(sk); |
| 1960 | struct tipc_msg *hdr = buf_msg(skb); |
Jon Maloy | 75da216 | 2017-10-13 11:04:23 +0200 | [diff] [blame] | 1961 | struct tipc_group *grp = tsk->group; |
Jon Maloy | b7d4263 | 2017-10-13 11:04:26 +0200 | [diff] [blame] | 1962 | bool wakeup = false; |
Jon Maloy | 64ac5f5 | 2017-10-13 11:04:20 +0200 | [diff] [blame] | 1963 | |
| 1964 | switch (msg_user(hdr)) { |
| 1965 | case CONN_MANAGER: |
Parthasarathy Bhuvaragan | e7eb058 | 2018-10-10 17:50:23 +0200 | [diff] [blame] | 1966 | tipc_sk_conn_proto_rcv(tsk, skb, inputq, xmitq); |
Jon Maloy | 64ac5f5 | 2017-10-13 11:04:20 +0200 | [diff] [blame] | 1967 | return; |
| 1968 | case SOCK_WAKEUP: |
Jon Maloy | a80ae53 | 2017-10-13 11:04:22 +0200 | [diff] [blame] | 1969 | tipc_dest_del(&tsk->cong_links, msg_orignode(hdr), 0); |
Jon Maloy | 64ac5f5 | 2017-10-13 11:04:20 +0200 | [diff] [blame] | 1970 | tsk->cong_link_cnt--; |
Jon Maloy | b7d4263 | 2017-10-13 11:04:26 +0200 | [diff] [blame] | 1971 | wakeup = true; |
Jon Maloy | 64ac5f5 | 2017-10-13 11:04:20 +0200 | [diff] [blame] | 1972 | break; |
Jon Maloy | 75da216 | 2017-10-13 11:04:23 +0200 | [diff] [blame] | 1973 | case GROUP_PROTOCOL: |
Jon Maloy | b7d4263 | 2017-10-13 11:04:26 +0200 | [diff] [blame] | 1974 | tipc_group_proto_rcv(grp, &wakeup, hdr, inputq, xmitq); |
Jon Maloy | 75da216 | 2017-10-13 11:04:23 +0200 | [diff] [blame] | 1975 | break; |
Jon Maloy | 64ac5f5 | 2017-10-13 11:04:20 +0200 | [diff] [blame] | 1976 | case TOP_SRV: |
Jon Maloy | b7d4263 | 2017-10-13 11:04:26 +0200 | [diff] [blame] | 1977 | tipc_group_member_evt(tsk->group, &wakeup, &sk->sk_rcvbuf, |
Jon Maloy | 7ad32bc | 2018-01-08 21:03:26 +0100 | [diff] [blame] | 1978 | hdr, inputq, xmitq); |
Jon Maloy | 64ac5f5 | 2017-10-13 11:04:20 +0200 | [diff] [blame] | 1979 | break; |
| 1980 | default: |
| 1981 | break; |
| 1982 | } |
| 1983 | |
Jon Maloy | b7d4263 | 2017-10-13 11:04:26 +0200 | [diff] [blame] | 1984 | if (wakeup) |
| 1985 | sk->sk_write_space(sk); |
| 1986 | |
Jon Maloy | 64ac5f5 | 2017-10-13 11:04:20 +0200 | [diff] [blame] | 1987 | kfree_skb(skb); |
| 1988 | } |
| 1989 | |
Ying Xue | f288bef | 2012-08-21 11:16:57 +0800 | [diff] [blame] | 1990 | /** |
Jon Maloy | 39fdc9c | 2018-09-28 20:23:20 +0200 | [diff] [blame] | 1991 | * tipc_sk_filter_connect - check incoming message for a connection-based socket |
Jon Paul Maloy | 58ed944 | 2014-03-12 11:31:12 -0400 | [diff] [blame] | 1992 | * @tsk: TIPC socket |
Jon Maloy | 39fdc9c | 2018-09-28 20:23:20 +0200 | [diff] [blame] | 1993 | * @skb: pointer to message buffer. |
| 1994 | * Returns true if message should be added to receive queue, false otherwise |
Ying Xue | 7e6c131 | 2012-11-29 18:39:14 -0500 | [diff] [blame] | 1995 | */ |
Jon Maloy | 64ac5f5 | 2017-10-13 11:04:20 +0200 | [diff] [blame] | 1996 | static bool tipc_sk_filter_connect(struct tipc_sock *tsk, struct sk_buff *skb) |
Ying Xue | 7e6c131 | 2012-11-29 18:39:14 -0500 | [diff] [blame] | 1997 | { |
Jon Paul Maloy | 58ed944 | 2014-03-12 11:31:12 -0400 | [diff] [blame] | 1998 | struct sock *sk = &tsk->sk; |
Ying Xue | f2f9800 | 2015-01-09 15:27:05 +0800 | [diff] [blame] | 1999 | struct net *net = sock_net(sk); |
Jon Paul Maloy | cda3696 | 2015-07-22 10:11:20 -0400 | [diff] [blame] | 2000 | struct tipc_msg *hdr = buf_msg(skb); |
Jon Maloy | 39fdc9c | 2018-09-28 20:23:20 +0200 | [diff] [blame] | 2001 | bool con_msg = msg_connected(hdr); |
| 2002 | u32 pport = tsk_peer_port(tsk); |
| 2003 | u32 pnode = tsk_peer_node(tsk); |
| 2004 | u32 oport = msg_origport(hdr); |
| 2005 | u32 onode = msg_orignode(hdr); |
| 2006 | int err = msg_errcode(hdr); |
Tung Nguyen | 6787927 | 2018-09-28 20:23:22 +0200 | [diff] [blame] | 2007 | unsigned long delay; |
Ying Xue | 7e6c131 | 2012-11-29 18:39:14 -0500 | [diff] [blame] | 2008 | |
Jon Paul Maloy | cda3696 | 2015-07-22 10:11:20 -0400 | [diff] [blame] | 2009 | if (unlikely(msg_mcast(hdr))) |
| 2010 | return false; |
Ying Xue | 7e6c131 | 2012-11-29 18:39:14 -0500 | [diff] [blame] | 2011 | |
Parthasarathy Bhuvaragan | 99a2088 | 2016-11-01 14:02:48 +0100 | [diff] [blame] | 2012 | switch (sk->sk_state) { |
| 2013 | case TIPC_CONNECTING: |
Jon Maloy | 39fdc9c | 2018-09-28 20:23:20 +0200 | [diff] [blame] | 2014 | /* Setup ACK */ |
| 2015 | if (likely(con_msg)) { |
| 2016 | if (err) |
| 2017 | break; |
| 2018 | tipc_sk_finish_conn(tsk, oport, onode); |
| 2019 | msg_set_importance(&tsk->phdr, msg_importance(hdr)); |
| 2020 | /* ACK+ message with data is added to receive queue */ |
| 2021 | if (msg_data_sz(hdr)) |
| 2022 | return true; |
| 2023 | /* Empty ACK-, - wake up sleeping connect() and drop */ |
| 2024 | sk->sk_data_ready(sk); |
| 2025 | msg_set_dest_droppable(hdr, 1); |
| 2026 | return false; |
Parthasarathy Bhuvaragan | 4e0df49 | 2017-04-26 10:05:01 +0200 | [diff] [blame] | 2027 | } |
Jon Maloy | 39fdc9c | 2018-09-28 20:23:20 +0200 | [diff] [blame] | 2028 | /* Ignore connectionless message if not from listening socket */ |
| 2029 | if (oport != pport || onode != pnode) |
Parthasarathy Bhuvaragan | f40acba | 2016-11-01 14:02:49 +0100 | [diff] [blame] | 2030 | return false; |
| 2031 | |
Tung Nguyen | 6787927 | 2018-09-28 20:23:22 +0200 | [diff] [blame] | 2032 | /* Rejected SYN */ |
| 2033 | if (err != TIPC_ERR_OVERLOAD) |
| 2034 | break; |
| 2035 | |
| 2036 | /* Prepare for new setup attempt if we have a SYN clone */ |
| 2037 | if (skb_queue_empty(&sk->sk_write_queue)) |
| 2038 | break; |
| 2039 | get_random_bytes(&delay, 2); |
| 2040 | delay %= (tsk->conn_timeout / 4); |
| 2041 | delay = msecs_to_jiffies(delay + 100); |
| 2042 | sk_reset_timer(sk, &sk->sk_timer, jiffies + delay); |
| 2043 | return false; |
Jon Maloy | 39fdc9c | 2018-09-28 20:23:20 +0200 | [diff] [blame] | 2044 | case TIPC_OPEN: |
| 2045 | case TIPC_DISCONNECTING: |
| 2046 | return false; |
| 2047 | case TIPC_LISTEN: |
| 2048 | /* Accept only SYN message */ |
Jon Maloy | 25b9221 | 2018-09-28 20:23:21 +0200 | [diff] [blame] | 2049 | if (!msg_is_syn(hdr) && |
| 2050 | tipc_node_get_capabilities(net, onode) & TIPC_SYN_BIT) |
| 2051 | return false; |
Jon Maloy | 39fdc9c | 2018-09-28 20:23:20 +0200 | [diff] [blame] | 2052 | if (!con_msg && !err) |
| 2053 | return true; |
| 2054 | return false; |
| 2055 | case TIPC_ESTABLISHED: |
| 2056 | /* Accept only connection-based messages sent by peer */ |
| 2057 | if (likely(con_msg && !err && pport == oport && pnode == onode)) |
| 2058 | return true; |
| 2059 | if (!tsk_peer_msg(tsk, hdr)) |
| 2060 | return false; |
| 2061 | if (!err) |
| 2062 | return true; |
| 2063 | tipc_set_sk_state(sk, TIPC_DISCONNECTING); |
| 2064 | tipc_node_remove_conn(net, pnode, tsk->portid); |
| 2065 | sk->sk_state_change(sk); |
Parthasarathy Bhuvaragan | f40acba | 2016-11-01 14:02:49 +0100 | [diff] [blame] | 2066 | return true; |
Ying Xue | 7e6c131 | 2012-11-29 18:39:14 -0500 | [diff] [blame] | 2067 | default: |
Parthasarathy Bhuvaragan | 438adca | 2016-11-01 14:02:45 +0100 | [diff] [blame] | 2068 | pr_err("Unknown sk_state %u\n", sk->sk_state); |
Ying Xue | 7e6c131 | 2012-11-29 18:39:14 -0500 | [diff] [blame] | 2069 | } |
Jon Maloy | 39fdc9c | 2018-09-28 20:23:20 +0200 | [diff] [blame] | 2070 | /* Abort connection setup attempt */ |
| 2071 | tipc_set_sk_state(sk, TIPC_DISCONNECTING); |
| 2072 | sk->sk_err = ECONNREFUSED; |
| 2073 | sk->sk_state_change(sk); |
| 2074 | return true; |
Ying Xue | 7e6c131 | 2012-11-29 18:39:14 -0500 | [diff] [blame] | 2075 | } |
| 2076 | |
| 2077 | /** |
Ying Xue | aba79f3 | 2013-01-20 23:30:09 +0100 | [diff] [blame] | 2078 | * rcvbuf_limit - get proper overload limit of socket receive queue |
| 2079 | * @sk: socket |
Jon Paul Maloy | 10724cc | 2016-05-02 11:58:47 -0400 | [diff] [blame] | 2080 | * @skb: message |
Ying Xue | aba79f3 | 2013-01-20 23:30:09 +0100 | [diff] [blame] | 2081 | * |
Jon Paul Maloy | 10724cc | 2016-05-02 11:58:47 -0400 | [diff] [blame] | 2082 | * For connection oriented messages, irrespective of importance, |
| 2083 | * default queue limit is 2 MB. |
Ying Xue | aba79f3 | 2013-01-20 23:30:09 +0100 | [diff] [blame] | 2084 | * |
Jon Paul Maloy | 10724cc | 2016-05-02 11:58:47 -0400 | [diff] [blame] | 2085 | * For connectionless messages, queue limits are based on message |
| 2086 | * importance as follows: |
Ying Xue | aba79f3 | 2013-01-20 23:30:09 +0100 | [diff] [blame] | 2087 | * |
Jon Paul Maloy | 10724cc | 2016-05-02 11:58:47 -0400 | [diff] [blame] | 2088 | * TIPC_LOW_IMPORTANCE (2 MB) |
| 2089 | * TIPC_MEDIUM_IMPORTANCE (4 MB) |
| 2090 | * TIPC_HIGH_IMPORTANCE (8 MB) |
| 2091 | * TIPC_CRITICAL_IMPORTANCE (16 MB) |
Ying Xue | aba79f3 | 2013-01-20 23:30:09 +0100 | [diff] [blame] | 2092 | * |
| 2093 | * Returns overload limit according to corresponding message importance |
| 2094 | */ |
Jon Paul Maloy | 10724cc | 2016-05-02 11:58:47 -0400 | [diff] [blame] | 2095 | static unsigned int rcvbuf_limit(struct sock *sk, struct sk_buff *skb) |
Ying Xue | aba79f3 | 2013-01-20 23:30:09 +0100 | [diff] [blame] | 2096 | { |
Jon Paul Maloy | 10724cc | 2016-05-02 11:58:47 -0400 | [diff] [blame] | 2097 | struct tipc_sock *tsk = tipc_sk(sk); |
| 2098 | struct tipc_msg *hdr = buf_msg(skb); |
Ying Xue | aba79f3 | 2013-01-20 23:30:09 +0100 | [diff] [blame] | 2099 | |
Jon Maloy | b7d4263 | 2017-10-13 11:04:26 +0200 | [diff] [blame] | 2100 | if (unlikely(msg_in_group(hdr))) |
| 2101 | return sk->sk_rcvbuf; |
| 2102 | |
Jon Paul Maloy | 10724cc | 2016-05-02 11:58:47 -0400 | [diff] [blame] | 2103 | if (unlikely(!msg_connected(hdr))) |
| 2104 | return sk->sk_rcvbuf << msg_importance(hdr); |
wangweidong | 0cee6bb | 2013-12-12 09:36:39 +0800 | [diff] [blame] | 2105 | |
Jon Paul Maloy | 10724cc | 2016-05-02 11:58:47 -0400 | [diff] [blame] | 2106 | if (likely(tsk->peer_caps & TIPC_BLOCK_FLOWCTL)) |
| 2107 | return sk->sk_rcvbuf; |
| 2108 | |
| 2109 | return FLOWCTL_MSG_LIM; |
Ying Xue | aba79f3 | 2013-01-20 23:30:09 +0100 | [diff] [blame] | 2110 | } |
| 2111 | |
| 2112 | /** |
Jon Maloy | 64ac5f5 | 2017-10-13 11:04:20 +0200 | [diff] [blame] | 2113 | * tipc_sk_filter_rcv - validate incoming message |
Allan Stephens | 0c3141e | 2008-04-15 00:22:02 -0700 | [diff] [blame] | 2114 | * @sk: socket |
Jon Paul Maloy | cda3696 | 2015-07-22 10:11:20 -0400 | [diff] [blame] | 2115 | * @skb: pointer to message. |
YOSHIFUJI Hideaki | c430728 | 2007-02-09 23:25:21 +0900 | [diff] [blame] | 2116 | * |
Allan Stephens | 0c3141e | 2008-04-15 00:22:02 -0700 | [diff] [blame] | 2117 | * Enqueues message on receive queue if acceptable; optionally handles |
| 2118 | * disconnect indication for a connected socket. |
| 2119 | * |
Jon Paul Maloy | 1186adf | 2015-02-05 08:36:37 -0500 | [diff] [blame] | 2120 | * Called with socket lock already taken |
YOSHIFUJI Hideaki | c430728 | 2007-02-09 23:25:21 +0900 | [diff] [blame] | 2121 | * |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 2122 | */ |
Jon Maloy | 64ac5f5 | 2017-10-13 11:04:20 +0200 | [diff] [blame] | 2123 | static void tipc_sk_filter_rcv(struct sock *sk, struct sk_buff *skb, |
| 2124 | struct sk_buff_head *xmitq) |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 2125 | { |
Jon Maloy | 64ac5f5 | 2017-10-13 11:04:20 +0200 | [diff] [blame] | 2126 | bool sk_conn = !tipc_sk_type_connectionless(sk); |
Jon Paul Maloy | 58ed944 | 2014-03-12 11:31:12 -0400 | [diff] [blame] | 2127 | struct tipc_sock *tsk = tipc_sk(sk); |
Jon Maloy | 75da216 | 2017-10-13 11:04:23 +0200 | [diff] [blame] | 2128 | struct tipc_group *grp = tsk->group; |
Jon Paul Maloy | cda3696 | 2015-07-22 10:11:20 -0400 | [diff] [blame] | 2129 | struct tipc_msg *hdr = buf_msg(skb); |
Jon Maloy | 64ac5f5 | 2017-10-13 11:04:20 +0200 | [diff] [blame] | 2130 | struct net *net = sock_net(sk); |
| 2131 | struct sk_buff_head inputq; |
| 2132 | int limit, err = TIPC_OK; |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 2133 | |
Parthasarathy Bhuvaragan | ba8aebe | 2016-11-01 14:02:37 +0100 | [diff] [blame] | 2134 | TIPC_SKB_CB(skb)->bytes_read = 0; |
Jon Maloy | 64ac5f5 | 2017-10-13 11:04:20 +0200 | [diff] [blame] | 2135 | __skb_queue_head_init(&inputq); |
| 2136 | __skb_queue_tail(&inputq, skb); |
Allan Stephens | 0c3141e | 2008-04-15 00:22:02 -0700 | [diff] [blame] | 2137 | |
Jon Maloy | 64ac5f5 | 2017-10-13 11:04:20 +0200 | [diff] [blame] | 2138 | if (unlikely(!msg_isdata(hdr))) |
| 2139 | tipc_sk_proto_rcv(sk, &inputq, xmitq); |
Jon Paul Maloy | cda3696 | 2015-07-22 10:11:20 -0400 | [diff] [blame] | 2140 | |
Jon Maloy | 75da216 | 2017-10-13 11:04:23 +0200 | [diff] [blame] | 2141 | if (unlikely(grp)) |
| 2142 | tipc_group_filter_msg(grp, &inputq, xmitq); |
| 2143 | |
Jon Maloy | 64ac5f5 | 2017-10-13 11:04:20 +0200 | [diff] [blame] | 2144 | /* Validate and add to receive buffer if there is space */ |
| 2145 | while ((skb = __skb_dequeue(&inputq))) { |
| 2146 | hdr = buf_msg(skb); |
| 2147 | limit = rcvbuf_limit(sk, skb); |
| 2148 | if ((sk_conn && !tipc_sk_filter_connect(tsk, skb)) || |
Jon Maloy | 75da216 | 2017-10-13 11:04:23 +0200 | [diff] [blame] | 2149 | (!sk_conn && msg_connected(hdr)) || |
| 2150 | (!grp && msg_in_group(hdr))) |
Jon Maloy | 64ac5f5 | 2017-10-13 11:04:20 +0200 | [diff] [blame] | 2151 | err = TIPC_ERR_NO_PORT; |
GhantaKrishnamurthy MohanKrishna | 872619d | 2018-03-21 14:37:45 +0100 | [diff] [blame] | 2152 | else if (sk_rmem_alloc_get(sk) + skb->truesize >= limit) { |
| 2153 | atomic_inc(&sk->sk_drops); |
Jon Maloy | 64ac5f5 | 2017-10-13 11:04:20 +0200 | [diff] [blame] | 2154 | err = TIPC_ERR_OVERLOAD; |
GhantaKrishnamurthy MohanKrishna | 872619d | 2018-03-21 14:37:45 +0100 | [diff] [blame] | 2155 | } |
Jon Maloy | 64ac5f5 | 2017-10-13 11:04:20 +0200 | [diff] [blame] | 2156 | |
| 2157 | if (unlikely(err)) { |
| 2158 | tipc_skb_reject(net, err, skb, xmitq); |
| 2159 | err = TIPC_OK; |
| 2160 | continue; |
| 2161 | } |
| 2162 | __skb_queue_tail(&sk->sk_receive_queue, skb); |
| 2163 | skb_set_owner_r(skb, sk); |
| 2164 | sk->sk_data_ready(sk); |
| 2165 | } |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 2166 | } |
| 2167 | |
YOSHIFUJI Hideaki | c430728 | 2007-02-09 23:25:21 +0900 | [diff] [blame] | 2168 | /** |
Jon Maloy | 64ac5f5 | 2017-10-13 11:04:20 +0200 | [diff] [blame] | 2169 | * tipc_sk_backlog_rcv - handle incoming message from backlog queue |
Allan Stephens | 0c3141e | 2008-04-15 00:22:02 -0700 | [diff] [blame] | 2170 | * @sk: socket |
Ying Xue | a6ca109 | 2014-11-26 11:41:55 +0800 | [diff] [blame] | 2171 | * @skb: message |
Allan Stephens | 0c3141e | 2008-04-15 00:22:02 -0700 | [diff] [blame] | 2172 | * |
Jon Paul Maloy | e3a7756 | 2015-02-05 08:36:39 -0500 | [diff] [blame] | 2173 | * Caller must hold socket lock |
Allan Stephens | 0c3141e | 2008-04-15 00:22:02 -0700 | [diff] [blame] | 2174 | */ |
Jon Maloy | 64ac5f5 | 2017-10-13 11:04:20 +0200 | [diff] [blame] | 2175 | static int tipc_sk_backlog_rcv(struct sock *sk, struct sk_buff *skb) |
Allan Stephens | 0c3141e | 2008-04-15 00:22:02 -0700 | [diff] [blame] | 2176 | { |
Jon Maloy | 64ac5f5 | 2017-10-13 11:04:20 +0200 | [diff] [blame] | 2177 | unsigned int before = sk_rmem_alloc_get(sk); |
Jon Paul Maloy | f1d048f | 2016-06-17 06:35:57 -0400 | [diff] [blame] | 2178 | struct sk_buff_head xmitq; |
Jon Maloy | 64ac5f5 | 2017-10-13 11:04:20 +0200 | [diff] [blame] | 2179 | unsigned int added; |
Allan Stephens | 0c3141e | 2008-04-15 00:22:02 -0700 | [diff] [blame] | 2180 | |
Jon Paul Maloy | f1d048f | 2016-06-17 06:35:57 -0400 | [diff] [blame] | 2181 | __skb_queue_head_init(&xmitq); |
| 2182 | |
Jon Maloy | 64ac5f5 | 2017-10-13 11:04:20 +0200 | [diff] [blame] | 2183 | tipc_sk_filter_rcv(sk, skb, &xmitq); |
| 2184 | added = sk_rmem_alloc_get(sk) - before; |
| 2185 | atomic_add(added, &tipc_sk(sk)->dupl_rcvcnt); |
| 2186 | |
| 2187 | /* Send pending response/rejected messages, if any */ |
Jon Maloy | f70d37b | 2017-10-13 11:04:21 +0200 | [diff] [blame] | 2188 | tipc_node_distr_xmit(sock_net(sk), &xmitq); |
Allan Stephens | 0c3141e | 2008-04-15 00:22:02 -0700 | [diff] [blame] | 2189 | return 0; |
| 2190 | } |
| 2191 | |
| 2192 | /** |
Jon Paul Maloy | c637c10 | 2015-02-05 08:36:41 -0500 | [diff] [blame] | 2193 | * tipc_sk_enqueue - extract all buffers with destination 'dport' from |
| 2194 | * inputq and try adding them to socket or backlog queue |
| 2195 | * @inputq: list of incoming buffers with potentially different destinations |
| 2196 | * @sk: socket where the buffers should be enqueued |
| 2197 | * @dport: port number for the socket |
Jon Paul Maloy | d570d86 | 2015-02-05 08:36:38 -0500 | [diff] [blame] | 2198 | * |
| 2199 | * Caller must hold socket lock |
Jon Paul Maloy | d570d86 | 2015-02-05 08:36:38 -0500 | [diff] [blame] | 2200 | */ |
Jon Paul Maloy | cda3696 | 2015-07-22 10:11:20 -0400 | [diff] [blame] | 2201 | static void tipc_sk_enqueue(struct sk_buff_head *inputq, struct sock *sk, |
Jon Paul Maloy | f1d048f | 2016-06-17 06:35:57 -0400 | [diff] [blame] | 2202 | u32 dport, struct sk_buff_head *xmitq) |
Jon Paul Maloy | d570d86 | 2015-02-05 08:36:38 -0500 | [diff] [blame] | 2203 | { |
Jon Paul Maloy | f1d048f | 2016-06-17 06:35:57 -0400 | [diff] [blame] | 2204 | unsigned long time_limit = jiffies + 2; |
| 2205 | struct sk_buff *skb; |
Jon Paul Maloy | d570d86 | 2015-02-05 08:36:38 -0500 | [diff] [blame] | 2206 | unsigned int lim; |
| 2207 | atomic_t *dcnt; |
Jon Paul Maloy | f1d048f | 2016-06-17 06:35:57 -0400 | [diff] [blame] | 2208 | u32 onode; |
Jon Paul Maloy | d570d86 | 2015-02-05 08:36:38 -0500 | [diff] [blame] | 2209 | |
Jon Paul Maloy | c637c10 | 2015-02-05 08:36:41 -0500 | [diff] [blame] | 2210 | while (skb_queue_len(inputq)) { |
Jon Paul Maloy | 51a00da | 2015-02-08 11:10:50 -0500 | [diff] [blame] | 2211 | if (unlikely(time_after_eq(jiffies, time_limit))) |
Jon Paul Maloy | cda3696 | 2015-07-22 10:11:20 -0400 | [diff] [blame] | 2212 | return; |
| 2213 | |
Jon Paul Maloy | c637c10 | 2015-02-05 08:36:41 -0500 | [diff] [blame] | 2214 | skb = tipc_skb_dequeue(inputq, dport); |
| 2215 | if (unlikely(!skb)) |
Jon Paul Maloy | cda3696 | 2015-07-22 10:11:20 -0400 | [diff] [blame] | 2216 | return; |
| 2217 | |
| 2218 | /* Add message directly to receive queue if possible */ |
Jon Paul Maloy | c637c10 | 2015-02-05 08:36:41 -0500 | [diff] [blame] | 2219 | if (!sock_owned_by_user(sk)) { |
Jon Maloy | 64ac5f5 | 2017-10-13 11:04:20 +0200 | [diff] [blame] | 2220 | tipc_sk_filter_rcv(sk, skb, xmitq); |
Jon Paul Maloy | cda3696 | 2015-07-22 10:11:20 -0400 | [diff] [blame] | 2221 | continue; |
Jon Paul Maloy | c637c10 | 2015-02-05 08:36:41 -0500 | [diff] [blame] | 2222 | } |
Jon Paul Maloy | cda3696 | 2015-07-22 10:11:20 -0400 | [diff] [blame] | 2223 | |
| 2224 | /* Try backlog, compensating for double-counted bytes */ |
Jon Paul Maloy | c637c10 | 2015-02-05 08:36:41 -0500 | [diff] [blame] | 2225 | dcnt = &tipc_sk(sk)->dupl_rcvcnt; |
Jon Paul Maloy | 7c8bcfb | 2016-05-02 11:58:45 -0400 | [diff] [blame] | 2226 | if (!sk->sk_backlog.len) |
Jon Paul Maloy | c637c10 | 2015-02-05 08:36:41 -0500 | [diff] [blame] | 2227 | atomic_set(dcnt, 0); |
| 2228 | lim = rcvbuf_limit(sk, skb) + atomic_read(dcnt); |
| 2229 | if (likely(!sk_add_backlog(sk, skb, lim))) |
| 2230 | continue; |
Jon Paul Maloy | cda3696 | 2015-07-22 10:11:20 -0400 | [diff] [blame] | 2231 | |
| 2232 | /* Overload => reject message back to sender */ |
Jon Paul Maloy | f1d048f | 2016-06-17 06:35:57 -0400 | [diff] [blame] | 2233 | onode = tipc_own_addr(sock_net(sk)); |
GhantaKrishnamurthy MohanKrishna | 872619d | 2018-03-21 14:37:45 +0100 | [diff] [blame] | 2234 | atomic_inc(&sk->sk_drops); |
Jon Paul Maloy | f1d048f | 2016-06-17 06:35:57 -0400 | [diff] [blame] | 2235 | if (tipc_msg_reverse(onode, &skb, TIPC_ERR_OVERLOAD)) |
| 2236 | __skb_queue_tail(xmitq, skb); |
Jon Paul Maloy | cda3696 | 2015-07-22 10:11:20 -0400 | [diff] [blame] | 2237 | break; |
Jon Paul Maloy | c637c10 | 2015-02-05 08:36:41 -0500 | [diff] [blame] | 2238 | } |
Jon Paul Maloy | d570d86 | 2015-02-05 08:36:38 -0500 | [diff] [blame] | 2239 | } |
| 2240 | |
| 2241 | /** |
Jon Paul Maloy | c637c10 | 2015-02-05 08:36:41 -0500 | [diff] [blame] | 2242 | * tipc_sk_rcv - handle a chain of incoming buffers |
| 2243 | * @inputq: buffer list containing the buffers |
| 2244 | * Consumes all buffers in list until inputq is empty |
| 2245 | * Note: may be called in multiple threads referring to the same queue |
Allan Stephens | 0c3141e | 2008-04-15 00:22:02 -0700 | [diff] [blame] | 2246 | */ |
Jon Paul Maloy | cda3696 | 2015-07-22 10:11:20 -0400 | [diff] [blame] | 2247 | void tipc_sk_rcv(struct net *net, struct sk_buff_head *inputq) |
Allan Stephens | 0c3141e | 2008-04-15 00:22:02 -0700 | [diff] [blame] | 2248 | { |
Jon Paul Maloy | f1d048f | 2016-06-17 06:35:57 -0400 | [diff] [blame] | 2249 | struct sk_buff_head xmitq; |
Jon Paul Maloy | c637c10 | 2015-02-05 08:36:41 -0500 | [diff] [blame] | 2250 | u32 dnode, dport = 0; |
Erik Hugne | 9871b27 | 2015-04-23 09:37:39 -0400 | [diff] [blame] | 2251 | int err; |
Jon Paul Maloy | 9816f06 | 2014-05-14 05:39:15 -0400 | [diff] [blame] | 2252 | struct tipc_sock *tsk; |
Jon Paul Maloy | 9816f06 | 2014-05-14 05:39:15 -0400 | [diff] [blame] | 2253 | struct sock *sk; |
Jon Paul Maloy | cda3696 | 2015-07-22 10:11:20 -0400 | [diff] [blame] | 2254 | struct sk_buff *skb; |
Jon Paul Maloy | 9816f06 | 2014-05-14 05:39:15 -0400 | [diff] [blame] | 2255 | |
Jon Paul Maloy | f1d048f | 2016-06-17 06:35:57 -0400 | [diff] [blame] | 2256 | __skb_queue_head_init(&xmitq); |
Jon Paul Maloy | c637c10 | 2015-02-05 08:36:41 -0500 | [diff] [blame] | 2257 | while (skb_queue_len(inputq)) { |
Jon Paul Maloy | c637c10 | 2015-02-05 08:36:41 -0500 | [diff] [blame] | 2258 | dport = tipc_skb_peek_port(inputq, dport); |
| 2259 | tsk = tipc_sk_lookup(net, dport); |
Jon Paul Maloy | cda3696 | 2015-07-22 10:11:20 -0400 | [diff] [blame] | 2260 | |
Jon Paul Maloy | c637c10 | 2015-02-05 08:36:41 -0500 | [diff] [blame] | 2261 | if (likely(tsk)) { |
| 2262 | sk = &tsk->sk; |
| 2263 | if (likely(spin_trylock_bh(&sk->sk_lock.slock))) { |
Jon Paul Maloy | f1d048f | 2016-06-17 06:35:57 -0400 | [diff] [blame] | 2264 | tipc_sk_enqueue(inputq, sk, dport, &xmitq); |
Jon Paul Maloy | c637c10 | 2015-02-05 08:36:41 -0500 | [diff] [blame] | 2265 | spin_unlock_bh(&sk->sk_lock.slock); |
Jon Paul Maloy | c637c10 | 2015-02-05 08:36:41 -0500 | [diff] [blame] | 2266 | } |
Jon Paul Maloy | f1d048f | 2016-06-17 06:35:57 -0400 | [diff] [blame] | 2267 | /* Send pending response/rejected messages, if any */ |
Jon Maloy | f70d37b | 2017-10-13 11:04:21 +0200 | [diff] [blame] | 2268 | tipc_node_distr_xmit(sock_net(sk), &xmitq); |
Jon Paul Maloy | c637c10 | 2015-02-05 08:36:41 -0500 | [diff] [blame] | 2269 | sock_put(sk); |
Jon Paul Maloy | c637c10 | 2015-02-05 08:36:41 -0500 | [diff] [blame] | 2270 | continue; |
Jon Paul Maloy | c637c10 | 2015-02-05 08:36:41 -0500 | [diff] [blame] | 2271 | } |
Jon Paul Maloy | cda3696 | 2015-07-22 10:11:20 -0400 | [diff] [blame] | 2272 | /* No destination socket => dequeue skb if still there */ |
| 2273 | skb = tipc_skb_dequeue(inputq, dport); |
| 2274 | if (!skb) |
| 2275 | return; |
| 2276 | |
| 2277 | /* Try secondary lookup if unresolved named message */ |
| 2278 | err = TIPC_ERR_NO_PORT; |
| 2279 | if (tipc_msg_lookup_dest(net, skb, &err)) |
| 2280 | goto xmit; |
| 2281 | |
| 2282 | /* Prepare for message rejection */ |
| 2283 | if (!tipc_msg_reverse(tipc_own_addr(net), &skb, err)) |
Jon Paul Maloy | c637c10 | 2015-02-05 08:36:41 -0500 | [diff] [blame] | 2284 | continue; |
Jon Paul Maloy | e3a7756 | 2015-02-05 08:36:39 -0500 | [diff] [blame] | 2285 | xmit: |
Jon Paul Maloy | cda3696 | 2015-07-22 10:11:20 -0400 | [diff] [blame] | 2286 | dnode = msg_destnode(buf_msg(skb)); |
Jon Paul Maloy | af9b028 | 2015-07-16 16:54:24 -0400 | [diff] [blame] | 2287 | tipc_node_xmit_skb(net, skb, dnode, dport); |
Jon Paul Maloy | c637c10 | 2015-02-05 08:36:41 -0500 | [diff] [blame] | 2288 | } |
Allan Stephens | 0c3141e | 2008-04-15 00:22:02 -0700 | [diff] [blame] | 2289 | } |
| 2290 | |
Ying Xue | 78eb3a5 | 2014-01-17 09:50:03 +0800 | [diff] [blame] | 2291 | static int tipc_wait_for_connect(struct socket *sock, long *timeo_p) |
| 2292 | { |
WANG Cong | d9dc8b0 | 2016-11-11 10:20:50 -0800 | [diff] [blame] | 2293 | DEFINE_WAIT_FUNC(wait, woken_wake_function); |
Ying Xue | 78eb3a5 | 2014-01-17 09:50:03 +0800 | [diff] [blame] | 2294 | struct sock *sk = sock->sk; |
Ying Xue | 78eb3a5 | 2014-01-17 09:50:03 +0800 | [diff] [blame] | 2295 | int done; |
| 2296 | |
| 2297 | do { |
| 2298 | int err = sock_error(sk); |
| 2299 | if (err) |
| 2300 | return err; |
| 2301 | if (!*timeo_p) |
| 2302 | return -ETIMEDOUT; |
| 2303 | if (signal_pending(current)) |
| 2304 | return sock_intr_errno(*timeo_p); |
| 2305 | |
WANG Cong | d9dc8b0 | 2016-11-11 10:20:50 -0800 | [diff] [blame] | 2306 | add_wait_queue(sk_sleep(sk), &wait); |
Parthasarathy Bhuvaragan | 99a2088 | 2016-11-01 14:02:48 +0100 | [diff] [blame] | 2307 | done = sk_wait_event(sk, timeo_p, |
WANG Cong | d9dc8b0 | 2016-11-11 10:20:50 -0800 | [diff] [blame] | 2308 | sk->sk_state != TIPC_CONNECTING, &wait); |
| 2309 | remove_wait_queue(sk_sleep(sk), &wait); |
Ying Xue | 78eb3a5 | 2014-01-17 09:50:03 +0800 | [diff] [blame] | 2310 | } while (!done); |
| 2311 | return 0; |
| 2312 | } |
| 2313 | |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 2314 | /** |
Ying Xue | 247f0f3 | 2014-02-18 16:06:46 +0800 | [diff] [blame] | 2315 | * tipc_connect - establish a connection to another TIPC port |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 2316 | * @sock: socket structure |
| 2317 | * @dest: socket address for destination port |
| 2318 | * @destlen: size of socket address data structure |
Allan Stephens | 0c3141e | 2008-04-15 00:22:02 -0700 | [diff] [blame] | 2319 | * @flags: file-related flags associated with socket |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 2320 | * |
| 2321 | * Returns 0 on success, errno otherwise |
| 2322 | */ |
Ying Xue | 247f0f3 | 2014-02-18 16:06:46 +0800 | [diff] [blame] | 2323 | static int tipc_connect(struct socket *sock, struct sockaddr *dest, |
| 2324 | int destlen, int flags) |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 2325 | { |
Allan Stephens | 0c3141e | 2008-04-15 00:22:02 -0700 | [diff] [blame] | 2326 | struct sock *sk = sock->sk; |
Erik Hugne | f2f8036 | 2015-03-19 09:02:19 +0100 | [diff] [blame] | 2327 | struct tipc_sock *tsk = tipc_sk(sk); |
Allan Stephens | b89741a | 2008-04-15 00:20:37 -0700 | [diff] [blame] | 2328 | struct sockaddr_tipc *dst = (struct sockaddr_tipc *)dest; |
| 2329 | struct msghdr m = {NULL,}; |
Erik Hugne | f2f8036 | 2015-03-19 09:02:19 +0100 | [diff] [blame] | 2330 | long timeout = (flags & O_NONBLOCK) ? 0 : tsk->conn_timeout; |
Parthasarathy Bhuvaragan | 99a2088 | 2016-11-01 14:02:48 +0100 | [diff] [blame] | 2331 | int previous; |
Erik Hugne | f2f8036 | 2015-03-19 09:02:19 +0100 | [diff] [blame] | 2332 | int res = 0; |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 2333 | |
Jon Maloy | 2399883 | 2017-10-13 11:04:18 +0200 | [diff] [blame] | 2334 | if (destlen != sizeof(struct sockaddr_tipc)) |
| 2335 | return -EINVAL; |
| 2336 | |
Allan Stephens | 0c3141e | 2008-04-15 00:22:02 -0700 | [diff] [blame] | 2337 | lock_sock(sk); |
| 2338 | |
Jon Maloy | 75da216 | 2017-10-13 11:04:23 +0200 | [diff] [blame] | 2339 | if (tsk->group) { |
| 2340 | res = -EINVAL; |
| 2341 | goto exit; |
| 2342 | } |
| 2343 | |
Jon Maloy | 2399883 | 2017-10-13 11:04:18 +0200 | [diff] [blame] | 2344 | if (dst->family == AF_UNSPEC) { |
| 2345 | memset(&tsk->peer, 0, sizeof(struct sockaddr_tipc)); |
| 2346 | if (!tipc_sk_type_connectionless(sk)) |
| 2347 | res = -EINVAL; |
| 2348 | goto exit; |
| 2349 | } else if (dst->family != AF_TIPC) { |
| 2350 | res = -EINVAL; |
| 2351 | } |
| 2352 | if (dst->addrtype != TIPC_ADDR_ID && dst->addrtype != TIPC_ADDR_NAME) |
| 2353 | res = -EINVAL; |
| 2354 | if (res) |
| 2355 | goto exit; |
| 2356 | |
Erik Hugne | f2f8036 | 2015-03-19 09:02:19 +0100 | [diff] [blame] | 2357 | /* DGRAM/RDM connect(), just save the destaddr */ |
Parthasarathy Bhuvaragan | c752023 | 2016-11-01 14:02:42 +0100 | [diff] [blame] | 2358 | if (tipc_sk_type_connectionless(sk)) { |
Jon Maloy | 2399883 | 2017-10-13 11:04:18 +0200 | [diff] [blame] | 2359 | memcpy(&tsk->peer, dest, destlen); |
Allan Stephens | 0c3141e | 2008-04-15 00:22:02 -0700 | [diff] [blame] | 2360 | goto exit; |
| 2361 | } |
| 2362 | |
Parthasarathy Bhuvaragan | 99a2088 | 2016-11-01 14:02:48 +0100 | [diff] [blame] | 2363 | previous = sk->sk_state; |
Parthasarathy Bhuvaragan | 438adca | 2016-11-01 14:02:45 +0100 | [diff] [blame] | 2364 | |
| 2365 | switch (sk->sk_state) { |
| 2366 | case TIPC_OPEN: |
Ying Xue | 584d24b | 2012-11-29 18:51:19 -0500 | [diff] [blame] | 2367 | /* Send a 'SYN-' to destination */ |
| 2368 | m.msg_name = dest; |
| 2369 | m.msg_namelen = destlen; |
| 2370 | |
| 2371 | /* If connect is in non-blocking case, set MSG_DONTWAIT to |
| 2372 | * indicate send_msg() is never blocked. |
| 2373 | */ |
| 2374 | if (!timeout) |
| 2375 | m.msg_flags = MSG_DONTWAIT; |
| 2376 | |
Ying Xue | 39a0295 | 2015-03-02 15:37:47 +0800 | [diff] [blame] | 2377 | res = __tipc_sendmsg(sock, &m, 0); |
Ying Xue | 584d24b | 2012-11-29 18:51:19 -0500 | [diff] [blame] | 2378 | if ((res < 0) && (res != -EWOULDBLOCK)) |
| 2379 | goto exit; |
| 2380 | |
Parthasarathy Bhuvaragan | 99a2088 | 2016-11-01 14:02:48 +0100 | [diff] [blame] | 2381 | /* Just entered TIPC_CONNECTING state; the only |
Ying Xue | 584d24b | 2012-11-29 18:51:19 -0500 | [diff] [blame] | 2382 | * difference is that return value in non-blocking |
| 2383 | * case is EINPROGRESS, rather than EALREADY. |
| 2384 | */ |
| 2385 | res = -EINPROGRESS; |
Parthasarathy Bhuvaragan | 99a2088 | 2016-11-01 14:02:48 +0100 | [diff] [blame] | 2386 | /* fall thru' */ |
| 2387 | case TIPC_CONNECTING: |
| 2388 | if (!timeout) { |
| 2389 | if (previous == TIPC_CONNECTING) |
| 2390 | res = -EALREADY; |
Ying Xue | 78eb3a5 | 2014-01-17 09:50:03 +0800 | [diff] [blame] | 2391 | goto exit; |
Parthasarathy Bhuvaragan | 99a2088 | 2016-11-01 14:02:48 +0100 | [diff] [blame] | 2392 | } |
Ying Xue | 78eb3a5 | 2014-01-17 09:50:03 +0800 | [diff] [blame] | 2393 | timeout = msecs_to_jiffies(timeout); |
| 2394 | /* Wait until an 'ACK' or 'RST' arrives, or a timeout occurs */ |
| 2395 | res = tipc_wait_for_connect(sock, &timeout); |
Parthasarathy Bhuvaragan | f40acba | 2016-11-01 14:02:49 +0100 | [diff] [blame] | 2396 | break; |
| 2397 | case TIPC_ESTABLISHED: |
Parthasarathy Bhuvaragan | 99a2088 | 2016-11-01 14:02:48 +0100 | [diff] [blame] | 2398 | res = -EISCONN; |
Parthasarathy Bhuvaragan | f40acba | 2016-11-01 14:02:49 +0100 | [diff] [blame] | 2399 | break; |
| 2400 | default: |
Parthasarathy Bhuvaragan | 99a2088 | 2016-11-01 14:02:48 +0100 | [diff] [blame] | 2401 | res = -EINVAL; |
Parthasarathy Bhuvaragan | f40acba | 2016-11-01 14:02:49 +0100 | [diff] [blame] | 2402 | } |
Parthasarathy Bhuvaragan | 99a2088 | 2016-11-01 14:02:48 +0100 | [diff] [blame] | 2403 | |
Allan Stephens | 0c3141e | 2008-04-15 00:22:02 -0700 | [diff] [blame] | 2404 | exit: |
| 2405 | release_sock(sk); |
Allan Stephens | b89741a | 2008-04-15 00:20:37 -0700 | [diff] [blame] | 2406 | return res; |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 2407 | } |
| 2408 | |
YOSHIFUJI Hideaki | c430728 | 2007-02-09 23:25:21 +0900 | [diff] [blame] | 2409 | /** |
Ying Xue | 247f0f3 | 2014-02-18 16:06:46 +0800 | [diff] [blame] | 2410 | * tipc_listen - allow socket to listen for incoming connections |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 2411 | * @sock: socket structure |
| 2412 | * @len: (unused) |
YOSHIFUJI Hideaki | c430728 | 2007-02-09 23:25:21 +0900 | [diff] [blame] | 2413 | * |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 2414 | * Returns 0 on success, errno otherwise |
| 2415 | */ |
Ying Xue | 247f0f3 | 2014-02-18 16:06:46 +0800 | [diff] [blame] | 2416 | static int tipc_listen(struct socket *sock, int len) |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 2417 | { |
Allan Stephens | 0c3141e | 2008-04-15 00:22:02 -0700 | [diff] [blame] | 2418 | struct sock *sk = sock->sk; |
| 2419 | int res; |
| 2420 | |
| 2421 | lock_sock(sk); |
Parthasarathy Bhuvaragan | 0c288c8 | 2016-11-01 14:02:43 +0100 | [diff] [blame] | 2422 | res = tipc_set_sk_state(sk, TIPC_LISTEN); |
Allan Stephens | 0c3141e | 2008-04-15 00:22:02 -0700 | [diff] [blame] | 2423 | release_sock(sk); |
Parthasarathy Bhuvaragan | 0c288c8 | 2016-11-01 14:02:43 +0100 | [diff] [blame] | 2424 | |
Allan Stephens | 0c3141e | 2008-04-15 00:22:02 -0700 | [diff] [blame] | 2425 | return res; |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 2426 | } |
| 2427 | |
Ying Xue | 6398e23 | 2014-01-17 09:50:04 +0800 | [diff] [blame] | 2428 | static int tipc_wait_for_accept(struct socket *sock, long timeo) |
| 2429 | { |
| 2430 | struct sock *sk = sock->sk; |
| 2431 | DEFINE_WAIT(wait); |
| 2432 | int err; |
| 2433 | |
| 2434 | /* True wake-one mechanism for incoming connections: only |
| 2435 | * one process gets woken up, not the 'whole herd'. |
| 2436 | * Since we do not 'race & poll' for established sockets |
| 2437 | * anymore, the common case will execute the loop only once. |
| 2438 | */ |
| 2439 | for (;;) { |
| 2440 | prepare_to_wait_exclusive(sk_sleep(sk), &wait, |
| 2441 | TASK_INTERRUPTIBLE); |
Ying Xue | fe8e464 | 2014-03-06 14:40:18 +0100 | [diff] [blame] | 2442 | if (timeo && skb_queue_empty(&sk->sk_receive_queue)) { |
Ying Xue | 6398e23 | 2014-01-17 09:50:04 +0800 | [diff] [blame] | 2443 | release_sock(sk); |
| 2444 | timeo = schedule_timeout(timeo); |
| 2445 | lock_sock(sk); |
| 2446 | } |
| 2447 | err = 0; |
| 2448 | if (!skb_queue_empty(&sk->sk_receive_queue)) |
| 2449 | break; |
Ying Xue | 6398e23 | 2014-01-17 09:50:04 +0800 | [diff] [blame] | 2450 | err = -EAGAIN; |
| 2451 | if (!timeo) |
| 2452 | break; |
Erik Hugne | 143fe22 | 2015-03-09 10:43:42 +0100 | [diff] [blame] | 2453 | err = sock_intr_errno(timeo); |
| 2454 | if (signal_pending(current)) |
| 2455 | break; |
Ying Xue | 6398e23 | 2014-01-17 09:50:04 +0800 | [diff] [blame] | 2456 | } |
| 2457 | finish_wait(sk_sleep(sk), &wait); |
| 2458 | return err; |
| 2459 | } |
| 2460 | |
YOSHIFUJI Hideaki | c430728 | 2007-02-09 23:25:21 +0900 | [diff] [blame] | 2461 | /** |
Ying Xue | 247f0f3 | 2014-02-18 16:06:46 +0800 | [diff] [blame] | 2462 | * tipc_accept - wait for connection request |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 2463 | * @sock: listening socket |
| 2464 | * @newsock: new socket that is to be connected |
| 2465 | * @flags: file-related flags associated with socket |
YOSHIFUJI Hideaki | c430728 | 2007-02-09 23:25:21 +0900 | [diff] [blame] | 2466 | * |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 2467 | * Returns 0 on success, errno otherwise |
| 2468 | */ |
David Howells | cdfbabf | 2017-03-09 08:09:05 +0000 | [diff] [blame] | 2469 | static int tipc_accept(struct socket *sock, struct socket *new_sock, int flags, |
| 2470 | bool kern) |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 2471 | { |
Paul Gortmaker | 0fef8f2 | 2012-12-04 11:01:55 -0500 | [diff] [blame] | 2472 | struct sock *new_sk, *sk = sock->sk; |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 2473 | struct sk_buff *buf; |
Jon Paul Maloy | 301bae5 | 2014-08-22 18:09:20 -0400 | [diff] [blame] | 2474 | struct tipc_sock *new_tsock; |
Paul Gortmaker | 0fef8f2 | 2012-12-04 11:01:55 -0500 | [diff] [blame] | 2475 | struct tipc_msg *msg; |
Ying Xue | 6398e23 | 2014-01-17 09:50:04 +0800 | [diff] [blame] | 2476 | long timeo; |
Allan Stephens | 0c3141e | 2008-04-15 00:22:02 -0700 | [diff] [blame] | 2477 | int res; |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 2478 | |
Allan Stephens | 0c3141e | 2008-04-15 00:22:02 -0700 | [diff] [blame] | 2479 | lock_sock(sk); |
YOSHIFUJI Hideaki | c430728 | 2007-02-09 23:25:21 +0900 | [diff] [blame] | 2480 | |
Parthasarathy Bhuvaragan | 0c288c8 | 2016-11-01 14:02:43 +0100 | [diff] [blame] | 2481 | if (sk->sk_state != TIPC_LISTEN) { |
Allan Stephens | 0c3141e | 2008-04-15 00:22:02 -0700 | [diff] [blame] | 2482 | res = -EINVAL; |
| 2483 | goto exit; |
| 2484 | } |
Ying Xue | 6398e23 | 2014-01-17 09:50:04 +0800 | [diff] [blame] | 2485 | timeo = sock_rcvtimeo(sk, flags & O_NONBLOCK); |
| 2486 | res = tipc_wait_for_accept(sock, timeo); |
| 2487 | if (res) |
| 2488 | goto exit; |
Allan Stephens | 0c3141e | 2008-04-15 00:22:02 -0700 | [diff] [blame] | 2489 | |
| 2490 | buf = skb_peek(&sk->sk_receive_queue); |
| 2491 | |
David Howells | cdfbabf | 2017-03-09 08:09:05 +0000 | [diff] [blame] | 2492 | res = tipc_sk_create(sock_net(sock->sk), new_sock, 0, kern); |
Paul Gortmaker | 0fef8f2 | 2012-12-04 11:01:55 -0500 | [diff] [blame] | 2493 | if (res) |
| 2494 | goto exit; |
Stephen Smalley | fdd75ea | 2015-07-07 09:43:45 -0400 | [diff] [blame] | 2495 | security_sk_clone(sock->sk, new_sock->sk); |
Allan Stephens | 0c3141e | 2008-04-15 00:22:02 -0700 | [diff] [blame] | 2496 | |
Paul Gortmaker | 0fef8f2 | 2012-12-04 11:01:55 -0500 | [diff] [blame] | 2497 | new_sk = new_sock->sk; |
Jon Paul Maloy | 301bae5 | 2014-08-22 18:09:20 -0400 | [diff] [blame] | 2498 | new_tsock = tipc_sk(new_sk); |
Paul Gortmaker | 0fef8f2 | 2012-12-04 11:01:55 -0500 | [diff] [blame] | 2499 | msg = buf_msg(buf); |
Allan Stephens | 0c3141e | 2008-04-15 00:22:02 -0700 | [diff] [blame] | 2500 | |
Paul Gortmaker | 0fef8f2 | 2012-12-04 11:01:55 -0500 | [diff] [blame] | 2501 | /* we lock on new_sk; but lockdep sees the lock on sk */ |
| 2502 | lock_sock_nested(new_sk, SINGLE_DEPTH_NESTING); |
Allan Stephens | 0c3141e | 2008-04-15 00:22:02 -0700 | [diff] [blame] | 2503 | |
Paul Gortmaker | 0fef8f2 | 2012-12-04 11:01:55 -0500 | [diff] [blame] | 2504 | /* |
| 2505 | * Reject any stray messages received by new socket |
| 2506 | * before the socket lock was taken (very, very unlikely) |
| 2507 | */ |
Jon Paul Maloy | 2e84c60 | 2014-08-22 18:09:18 -0400 | [diff] [blame] | 2508 | tsk_rej_rx_queue(new_sk); |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 2509 | |
Paul Gortmaker | 0fef8f2 | 2012-12-04 11:01:55 -0500 | [diff] [blame] | 2510 | /* Connect new socket to it's peer */ |
Jon Paul Maloy | 301bae5 | 2014-08-22 18:09:20 -0400 | [diff] [blame] | 2511 | tipc_sk_finish_conn(new_tsock, msg_origport(msg), msg_orignode(msg)); |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 2512 | |
Jon Paul Maloy | 301bae5 | 2014-08-22 18:09:20 -0400 | [diff] [blame] | 2513 | tsk_set_importance(new_tsock, msg_importance(msg)); |
Paul Gortmaker | 0fef8f2 | 2012-12-04 11:01:55 -0500 | [diff] [blame] | 2514 | if (msg_named(msg)) { |
Jon Paul Maloy | 301bae5 | 2014-08-22 18:09:20 -0400 | [diff] [blame] | 2515 | new_tsock->conn_type = msg_nametype(msg); |
| 2516 | new_tsock->conn_instance = msg_nameinst(msg); |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 2517 | } |
Paul Gortmaker | 0fef8f2 | 2012-12-04 11:01:55 -0500 | [diff] [blame] | 2518 | |
| 2519 | /* |
| 2520 | * Respond to 'SYN-' by discarding it & returning 'ACK'-. |
| 2521 | * Respond to 'SYN+' by queuing it on new socket. |
| 2522 | */ |
| 2523 | if (!msg_data_sz(msg)) { |
| 2524 | struct msghdr m = {NULL,}; |
| 2525 | |
Jon Paul Maloy | 2e84c60 | 2014-08-22 18:09:18 -0400 | [diff] [blame] | 2526 | tsk_advance_rx_queue(sk); |
Jon Paul Maloy | 365ad35 | 2017-01-03 10:55:11 -0500 | [diff] [blame] | 2527 | __tipc_sendstream(new_sock, &m, 0); |
Paul Gortmaker | 0fef8f2 | 2012-12-04 11:01:55 -0500 | [diff] [blame] | 2528 | } else { |
| 2529 | __skb_dequeue(&sk->sk_receive_queue); |
| 2530 | __skb_queue_head(&new_sk->sk_receive_queue, buf); |
Ying Xue | aba79f3 | 2013-01-20 23:30:09 +0100 | [diff] [blame] | 2531 | skb_set_owner_r(buf, new_sk); |
Paul Gortmaker | 0fef8f2 | 2012-12-04 11:01:55 -0500 | [diff] [blame] | 2532 | } |
| 2533 | release_sock(new_sk); |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 2534 | exit: |
Allan Stephens | 0c3141e | 2008-04-15 00:22:02 -0700 | [diff] [blame] | 2535 | release_sock(sk); |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 2536 | return res; |
| 2537 | } |
| 2538 | |
| 2539 | /** |
Ying Xue | 247f0f3 | 2014-02-18 16:06:46 +0800 | [diff] [blame] | 2540 | * tipc_shutdown - shutdown socket connection |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 2541 | * @sock: socket structure |
Allan Stephens | e247a8f | 2008-03-06 15:05:38 -0800 | [diff] [blame] | 2542 | * @how: direction to close (must be SHUT_RDWR) |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 2543 | * |
| 2544 | * Terminates connection (if necessary), then purges socket's receive queue. |
YOSHIFUJI Hideaki | c430728 | 2007-02-09 23:25:21 +0900 | [diff] [blame] | 2545 | * |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 2546 | * Returns 0 on success, errno otherwise |
| 2547 | */ |
Ying Xue | 247f0f3 | 2014-02-18 16:06:46 +0800 | [diff] [blame] | 2548 | static int tipc_shutdown(struct socket *sock, int how) |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 2549 | { |
Allan Stephens | 0c3141e | 2008-04-15 00:22:02 -0700 | [diff] [blame] | 2550 | struct sock *sk = sock->sk; |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 2551 | int res; |
| 2552 | |
Allan Stephens | e247a8f | 2008-03-06 15:05:38 -0800 | [diff] [blame] | 2553 | if (how != SHUT_RDWR) |
| 2554 | return -EINVAL; |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 2555 | |
Allan Stephens | 0c3141e | 2008-04-15 00:22:02 -0700 | [diff] [blame] | 2556 | lock_sock(sk); |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 2557 | |
Parthasarathy Bhuvaragan | 6f00089 | 2016-11-01 14:02:47 +0100 | [diff] [blame] | 2558 | __tipc_shutdown(sock, TIPC_CONN_SHUTDOWN); |
| 2559 | sk->sk_shutdown = SEND_SHUTDOWN; |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 2560 | |
Parthasarathy Bhuvaragan | 6f00089 | 2016-11-01 14:02:47 +0100 | [diff] [blame] | 2561 | if (sk->sk_state == TIPC_DISCONNECTING) { |
Ying Xue | 7503115 | 2012-10-29 09:38:15 -0400 | [diff] [blame] | 2562 | /* Discard any unreceived messages */ |
Ying Xue | 57467e5 | 2013-01-20 23:30:08 +0100 | [diff] [blame] | 2563 | __skb_queue_purge(&sk->sk_receive_queue); |
Ying Xue | 7503115 | 2012-10-29 09:38:15 -0400 | [diff] [blame] | 2564 | |
| 2565 | /* Wake up anyone sleeping in poll */ |
| 2566 | sk->sk_state_change(sk); |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 2567 | res = 0; |
Parthasarathy Bhuvaragan | 6f00089 | 2016-11-01 14:02:47 +0100 | [diff] [blame] | 2568 | } else { |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 2569 | res = -ENOTCONN; |
| 2570 | } |
| 2571 | |
Allan Stephens | 0c3141e | 2008-04-15 00:22:02 -0700 | [diff] [blame] | 2572 | release_sock(sk); |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 2573 | return res; |
| 2574 | } |
| 2575 | |
Jon Maloy | afe8792 | 2018-09-28 20:23:19 +0200 | [diff] [blame] | 2576 | static void tipc_sk_check_probing_state(struct sock *sk, |
| 2577 | struct sk_buff_head *list) |
| 2578 | { |
| 2579 | struct tipc_sock *tsk = tipc_sk(sk); |
| 2580 | u32 pnode = tsk_peer_node(tsk); |
| 2581 | u32 pport = tsk_peer_port(tsk); |
| 2582 | u32 self = tsk_own_node(tsk); |
| 2583 | u32 oport = tsk->portid; |
| 2584 | struct sk_buff *skb; |
| 2585 | |
| 2586 | if (tsk->probe_unacked) { |
| 2587 | tipc_set_sk_state(sk, TIPC_DISCONNECTING); |
| 2588 | sk->sk_err = ECONNABORTED; |
| 2589 | tipc_node_remove_conn(sock_net(sk), pnode, pport); |
| 2590 | sk->sk_state_change(sk); |
| 2591 | return; |
| 2592 | } |
| 2593 | /* Prepare new probe */ |
| 2594 | skb = tipc_msg_create(CONN_MANAGER, CONN_PROBE, INT_H_SIZE, 0, |
| 2595 | pnode, self, pport, oport, TIPC_OK); |
| 2596 | if (skb) |
| 2597 | __skb_queue_tail(list, skb); |
| 2598 | tsk->probe_unacked = true; |
| 2599 | sk_reset_timer(sk, &sk->sk_timer, jiffies + CONN_PROBING_INTV); |
| 2600 | } |
| 2601 | |
Tung Nguyen | 6787927 | 2018-09-28 20:23:22 +0200 | [diff] [blame] | 2602 | static void tipc_sk_retry_connect(struct sock *sk, struct sk_buff_head *list) |
| 2603 | { |
| 2604 | struct tipc_sock *tsk = tipc_sk(sk); |
| 2605 | |
| 2606 | /* Try again later if dest link is congested */ |
| 2607 | if (tsk->cong_link_cnt) { |
| 2608 | sk_reset_timer(sk, &sk->sk_timer, msecs_to_jiffies(100)); |
| 2609 | return; |
| 2610 | } |
| 2611 | /* Prepare SYN for retransmit */ |
| 2612 | tipc_msg_skb_clone(&sk->sk_write_queue, list); |
| 2613 | } |
| 2614 | |
Kees Cook | 31b102b | 2017-10-30 14:06:45 -0700 | [diff] [blame] | 2615 | static void tipc_sk_timeout(struct timer_list *t) |
Jon Paul Maloy | 5728901 | 2014-08-22 18:09:09 -0400 | [diff] [blame] | 2616 | { |
Kees Cook | 31b102b | 2017-10-30 14:06:45 -0700 | [diff] [blame] | 2617 | struct sock *sk = from_timer(sk, t, sk_timer); |
| 2618 | struct tipc_sock *tsk = tipc_sk(sk); |
Jon Maloy | afe8792 | 2018-09-28 20:23:19 +0200 | [diff] [blame] | 2619 | u32 pnode = tsk_peer_node(tsk); |
| 2620 | struct sk_buff_head list; |
Tung Nguyen | 6787927 | 2018-09-28 20:23:22 +0200 | [diff] [blame] | 2621 | int rc = 0; |
Jon Paul Maloy | 5728901 | 2014-08-22 18:09:09 -0400 | [diff] [blame] | 2622 | |
Jon Maloy | afe8792 | 2018-09-28 20:23:19 +0200 | [diff] [blame] | 2623 | skb_queue_head_init(&list); |
Jon Paul Maloy | 5728901 | 2014-08-22 18:09:09 -0400 | [diff] [blame] | 2624 | bh_lock_sock(sk); |
Jon Maloy | 0d5fcebf | 2017-10-20 11:21:32 +0200 | [diff] [blame] | 2625 | |
| 2626 | /* Try again later if socket is busy */ |
| 2627 | if (sock_owned_by_user(sk)) { |
| 2628 | sk_reset_timer(sk, &sk->sk_timer, jiffies + HZ / 20); |
Jon Maloy | afe8792 | 2018-09-28 20:23:19 +0200 | [diff] [blame] | 2629 | bh_unlock_sock(sk); |
| 2630 | return; |
Jon Paul Maloy | 6c9808c | 2014-08-22 18:09:16 -0400 | [diff] [blame] | 2631 | } |
Jon Paul Maloy | 5728901 | 2014-08-22 18:09:09 -0400 | [diff] [blame] | 2632 | |
Jon Maloy | afe8792 | 2018-09-28 20:23:19 +0200 | [diff] [blame] | 2633 | if (sk->sk_state == TIPC_ESTABLISHED) |
| 2634 | tipc_sk_check_probing_state(sk, &list); |
Tung Nguyen | 6787927 | 2018-09-28 20:23:22 +0200 | [diff] [blame] | 2635 | else if (sk->sk_state == TIPC_CONNECTING) |
| 2636 | tipc_sk_retry_connect(sk, &list); |
Jon Maloy | afe8792 | 2018-09-28 20:23:19 +0200 | [diff] [blame] | 2637 | |
Jon Paul Maloy | 5728901 | 2014-08-22 18:09:09 -0400 | [diff] [blame] | 2638 | bh_unlock_sock(sk); |
Jon Maloy | afe8792 | 2018-09-28 20:23:19 +0200 | [diff] [blame] | 2639 | |
| 2640 | if (!skb_queue_empty(&list)) |
Tung Nguyen | 6787927 | 2018-09-28 20:23:22 +0200 | [diff] [blame] | 2641 | rc = tipc_node_xmit(sock_net(sk), &list, pnode, tsk->portid); |
Jon Maloy | afe8792 | 2018-09-28 20:23:19 +0200 | [diff] [blame] | 2642 | |
Tung Nguyen | 6787927 | 2018-09-28 20:23:22 +0200 | [diff] [blame] | 2643 | /* SYN messages may cause link congestion */ |
| 2644 | if (rc == -ELINKCONG) { |
| 2645 | tipc_dest_push(&tsk->cong_links, pnode, 0); |
| 2646 | tsk->cong_link_cnt = 1; |
| 2647 | } |
Ying Xue | 07f6c4b | 2015-01-07 13:41:58 +0800 | [diff] [blame] | 2648 | sock_put(sk); |
Jon Paul Maloy | 5728901 | 2014-08-22 18:09:09 -0400 | [diff] [blame] | 2649 | } |
| 2650 | |
Jon Paul Maloy | 301bae5 | 2014-08-22 18:09:20 -0400 | [diff] [blame] | 2651 | static int tipc_sk_publish(struct tipc_sock *tsk, uint scope, |
Jon Paul Maloy | 0fc87aa | 2014-08-22 18:09:17 -0400 | [diff] [blame] | 2652 | struct tipc_name_seq const *seq) |
| 2653 | { |
Parthasarathy Bhuvaragan | d6fb7e9 | 2016-11-01 14:02:40 +0100 | [diff] [blame] | 2654 | struct sock *sk = &tsk->sk; |
| 2655 | struct net *net = sock_net(sk); |
Jon Paul Maloy | 0fc87aa | 2014-08-22 18:09:17 -0400 | [diff] [blame] | 2656 | struct publication *publ; |
| 2657 | u32 key; |
| 2658 | |
Jon Maloy | 928df18 | 2018-03-15 16:48:51 +0100 | [diff] [blame] | 2659 | if (scope != TIPC_NODE_SCOPE) |
| 2660 | scope = TIPC_CLUSTER_SCOPE; |
| 2661 | |
Parthasarathy Bhuvaragan | d6fb7e9 | 2016-11-01 14:02:40 +0100 | [diff] [blame] | 2662 | if (tipc_sk_connected(sk)) |
Jon Paul Maloy | 0fc87aa | 2014-08-22 18:09:17 -0400 | [diff] [blame] | 2663 | return -EINVAL; |
Ying Xue | 07f6c4b | 2015-01-07 13:41:58 +0800 | [diff] [blame] | 2664 | key = tsk->portid + tsk->pub_count + 1; |
| 2665 | if (key == tsk->portid) |
Jon Paul Maloy | 0fc87aa | 2014-08-22 18:09:17 -0400 | [diff] [blame] | 2666 | return -EADDRINUSE; |
| 2667 | |
Ying Xue | f2f9800 | 2015-01-09 15:27:05 +0800 | [diff] [blame] | 2668 | publ = tipc_nametbl_publish(net, seq->type, seq->lower, seq->upper, |
Ying Xue | 07f6c4b | 2015-01-07 13:41:58 +0800 | [diff] [blame] | 2669 | scope, tsk->portid, key); |
Jon Paul Maloy | 0fc87aa | 2014-08-22 18:09:17 -0400 | [diff] [blame] | 2670 | if (unlikely(!publ)) |
| 2671 | return -EINVAL; |
| 2672 | |
Jon Maloy | e50e73e | 2018-03-15 16:48:55 +0100 | [diff] [blame] | 2673 | list_add(&publ->binding_sock, &tsk->publications); |
Jon Paul Maloy | 301bae5 | 2014-08-22 18:09:20 -0400 | [diff] [blame] | 2674 | tsk->pub_count++; |
| 2675 | tsk->published = 1; |
Jon Paul Maloy | 0fc87aa | 2014-08-22 18:09:17 -0400 | [diff] [blame] | 2676 | return 0; |
| 2677 | } |
| 2678 | |
Jon Paul Maloy | 301bae5 | 2014-08-22 18:09:20 -0400 | [diff] [blame] | 2679 | static int tipc_sk_withdraw(struct tipc_sock *tsk, uint scope, |
Jon Paul Maloy | 0fc87aa | 2014-08-22 18:09:17 -0400 | [diff] [blame] | 2680 | struct tipc_name_seq const *seq) |
| 2681 | { |
Ying Xue | f2f9800 | 2015-01-09 15:27:05 +0800 | [diff] [blame] | 2682 | struct net *net = sock_net(&tsk->sk); |
Jon Paul Maloy | 0fc87aa | 2014-08-22 18:09:17 -0400 | [diff] [blame] | 2683 | struct publication *publ; |
| 2684 | struct publication *safe; |
| 2685 | int rc = -EINVAL; |
| 2686 | |
Jon Maloy | 928df18 | 2018-03-15 16:48:51 +0100 | [diff] [blame] | 2687 | if (scope != TIPC_NODE_SCOPE) |
| 2688 | scope = TIPC_CLUSTER_SCOPE; |
| 2689 | |
Jon Maloy | e50e73e | 2018-03-15 16:48:55 +0100 | [diff] [blame] | 2690 | list_for_each_entry_safe(publ, safe, &tsk->publications, binding_sock) { |
Jon Paul Maloy | 0fc87aa | 2014-08-22 18:09:17 -0400 | [diff] [blame] | 2691 | if (seq) { |
| 2692 | if (publ->scope != scope) |
| 2693 | continue; |
| 2694 | if (publ->type != seq->type) |
| 2695 | continue; |
| 2696 | if (publ->lower != seq->lower) |
| 2697 | continue; |
| 2698 | if (publ->upper != seq->upper) |
| 2699 | break; |
Ying Xue | f2f9800 | 2015-01-09 15:27:05 +0800 | [diff] [blame] | 2700 | tipc_nametbl_withdraw(net, publ->type, publ->lower, |
Jon Maloy | 37922ea | 2018-03-29 23:20:43 +0200 | [diff] [blame] | 2701 | publ->upper, publ->key); |
Jon Paul Maloy | 0fc87aa | 2014-08-22 18:09:17 -0400 | [diff] [blame] | 2702 | rc = 0; |
| 2703 | break; |
| 2704 | } |
Ying Xue | f2f9800 | 2015-01-09 15:27:05 +0800 | [diff] [blame] | 2705 | tipc_nametbl_withdraw(net, publ->type, publ->lower, |
Jon Maloy | 37922ea | 2018-03-29 23:20:43 +0200 | [diff] [blame] | 2706 | publ->upper, publ->key); |
Jon Paul Maloy | 0fc87aa | 2014-08-22 18:09:17 -0400 | [diff] [blame] | 2707 | rc = 0; |
| 2708 | } |
Jon Paul Maloy | 301bae5 | 2014-08-22 18:09:20 -0400 | [diff] [blame] | 2709 | if (list_empty(&tsk->publications)) |
| 2710 | tsk->published = 0; |
Jon Paul Maloy | 0fc87aa | 2014-08-22 18:09:17 -0400 | [diff] [blame] | 2711 | return rc; |
| 2712 | } |
| 2713 | |
Jon Paul Maloy | 5a9ee0be | 2014-08-22 18:09:14 -0400 | [diff] [blame] | 2714 | /* tipc_sk_reinit: set non-zero address in all existing sockets |
| 2715 | * when we go from standalone to network mode. |
| 2716 | */ |
Ying Xue | e05b31f | 2015-01-09 15:27:08 +0800 | [diff] [blame] | 2717 | void tipc_sk_reinit(struct net *net) |
Jon Paul Maloy | 5a9ee0be | 2014-08-22 18:09:14 -0400 | [diff] [blame] | 2718 | { |
Ying Xue | e05b31f | 2015-01-09 15:27:08 +0800 | [diff] [blame] | 2719 | struct tipc_net *tn = net_generic(net, tipc_net_id); |
Herbert Xu | 40f9f43 | 2017-02-11 19:26:46 +0800 | [diff] [blame] | 2720 | struct rhashtable_iter iter; |
Ying Xue | 07f6c4b | 2015-01-07 13:41:58 +0800 | [diff] [blame] | 2721 | struct tipc_sock *tsk; |
Jon Paul Maloy | 5a9ee0be | 2014-08-22 18:09:14 -0400 | [diff] [blame] | 2722 | struct tipc_msg *msg; |
Jon Paul Maloy | 5a9ee0be | 2014-08-22 18:09:14 -0400 | [diff] [blame] | 2723 | |
Herbert Xu | 40f9f43 | 2017-02-11 19:26:46 +0800 | [diff] [blame] | 2724 | rhashtable_walk_enter(&tn->sk_rht, &iter); |
| 2725 | |
| 2726 | do { |
Tom Herbert | 97a6ec4 | 2017-12-04 10:31:41 -0800 | [diff] [blame] | 2727 | rhashtable_walk_start(&iter); |
Herbert Xu | 40f9f43 | 2017-02-11 19:26:46 +0800 | [diff] [blame] | 2728 | |
| 2729 | while ((tsk = rhashtable_walk_next(&iter)) && !IS_ERR(tsk)) { |
Cong Wang | 15ef70e | 2018-12-10 11:49:55 -0800 | [diff] [blame] | 2730 | sock_hold(&tsk->sk); |
| 2731 | rhashtable_walk_stop(&iter); |
| 2732 | lock_sock(&tsk->sk); |
Ying Xue | 07f6c4b | 2015-01-07 13:41:58 +0800 | [diff] [blame] | 2733 | msg = &tsk->phdr; |
Jon Maloy | 23fd3ea | 2018-03-22 20:42:49 +0100 | [diff] [blame] | 2734 | msg_set_prevnode(msg, tipc_own_addr(net)); |
| 2735 | msg_set_orignode(msg, tipc_own_addr(net)); |
Cong Wang | 15ef70e | 2018-12-10 11:49:55 -0800 | [diff] [blame] | 2736 | release_sock(&tsk->sk); |
| 2737 | rhashtable_walk_start(&iter); |
| 2738 | sock_put(&tsk->sk); |
Ying Xue | 07f6c4b | 2015-01-07 13:41:58 +0800 | [diff] [blame] | 2739 | } |
Tom Herbert | 97a6ec4 | 2017-12-04 10:31:41 -0800 | [diff] [blame] | 2740 | |
Herbert Xu | 40f9f43 | 2017-02-11 19:26:46 +0800 | [diff] [blame] | 2741 | rhashtable_walk_stop(&iter); |
| 2742 | } while (tsk == ERR_PTR(-EAGAIN)); |
Cong Wang | bd583fe | 2018-08-23 16:19:44 -0700 | [diff] [blame] | 2743 | |
| 2744 | rhashtable_walk_exit(&iter); |
Ying Xue | 07f6c4b | 2015-01-07 13:41:58 +0800 | [diff] [blame] | 2745 | } |
| 2746 | |
Ying Xue | e05b31f | 2015-01-09 15:27:08 +0800 | [diff] [blame] | 2747 | static struct tipc_sock *tipc_sk_lookup(struct net *net, u32 portid) |
Ying Xue | 07f6c4b | 2015-01-07 13:41:58 +0800 | [diff] [blame] | 2748 | { |
Ying Xue | e05b31f | 2015-01-09 15:27:08 +0800 | [diff] [blame] | 2749 | struct tipc_net *tn = net_generic(net, tipc_net_id); |
Ying Xue | 07f6c4b | 2015-01-07 13:41:58 +0800 | [diff] [blame] | 2750 | struct tipc_sock *tsk; |
| 2751 | |
| 2752 | rcu_read_lock(); |
Herbert Xu | 6cca7289 | 2015-03-20 21:57:05 +1100 | [diff] [blame] | 2753 | tsk = rhashtable_lookup_fast(&tn->sk_rht, &portid, tsk_rht_params); |
Ying Xue | 07f6c4b | 2015-01-07 13:41:58 +0800 | [diff] [blame] | 2754 | if (tsk) |
| 2755 | sock_hold(&tsk->sk); |
| 2756 | rcu_read_unlock(); |
| 2757 | |
| 2758 | return tsk; |
| 2759 | } |
| 2760 | |
| 2761 | static int tipc_sk_insert(struct tipc_sock *tsk) |
| 2762 | { |
Ying Xue | e05b31f | 2015-01-09 15:27:08 +0800 | [diff] [blame] | 2763 | struct sock *sk = &tsk->sk; |
| 2764 | struct net *net = sock_net(sk); |
| 2765 | struct tipc_net *tn = net_generic(net, tipc_net_id); |
Ying Xue | 07f6c4b | 2015-01-07 13:41:58 +0800 | [diff] [blame] | 2766 | u32 remaining = (TIPC_MAX_PORT - TIPC_MIN_PORT) + 1; |
| 2767 | u32 portid = prandom_u32() % remaining + TIPC_MIN_PORT; |
| 2768 | |
| 2769 | while (remaining--) { |
| 2770 | portid++; |
| 2771 | if ((portid < TIPC_MIN_PORT) || (portid > TIPC_MAX_PORT)) |
| 2772 | portid = TIPC_MIN_PORT; |
| 2773 | tsk->portid = portid; |
| 2774 | sock_hold(&tsk->sk); |
Herbert Xu | 6cca7289 | 2015-03-20 21:57:05 +1100 | [diff] [blame] | 2775 | if (!rhashtable_lookup_insert_fast(&tn->sk_rht, &tsk->node, |
| 2776 | tsk_rht_params)) |
Ying Xue | 07f6c4b | 2015-01-07 13:41:58 +0800 | [diff] [blame] | 2777 | return 0; |
| 2778 | sock_put(&tsk->sk); |
| 2779 | } |
| 2780 | |
| 2781 | return -1; |
| 2782 | } |
| 2783 | |
| 2784 | static void tipc_sk_remove(struct tipc_sock *tsk) |
| 2785 | { |
| 2786 | struct sock *sk = &tsk->sk; |
Ying Xue | e05b31f | 2015-01-09 15:27:08 +0800 | [diff] [blame] | 2787 | struct tipc_net *tn = net_generic(sock_net(sk), tipc_net_id); |
Ying Xue | 07f6c4b | 2015-01-07 13:41:58 +0800 | [diff] [blame] | 2788 | |
Herbert Xu | 6cca7289 | 2015-03-20 21:57:05 +1100 | [diff] [blame] | 2789 | if (!rhashtable_remove_fast(&tn->sk_rht, &tsk->node, tsk_rht_params)) { |
Reshetova, Elena | 41c6d65 | 2017-06-30 13:08:01 +0300 | [diff] [blame] | 2790 | WARN_ON(refcount_read(&sk->sk_refcnt) == 1); |
Ying Xue | 07f6c4b | 2015-01-07 13:41:58 +0800 | [diff] [blame] | 2791 | __sock_put(sk); |
Jon Paul Maloy | 5a9ee0be | 2014-08-22 18:09:14 -0400 | [diff] [blame] | 2792 | } |
| 2793 | } |
| 2794 | |
Herbert Xu | 6cca7289 | 2015-03-20 21:57:05 +1100 | [diff] [blame] | 2795 | static const struct rhashtable_params tsk_rht_params = { |
| 2796 | .nelem_hint = 192, |
| 2797 | .head_offset = offsetof(struct tipc_sock, node), |
| 2798 | .key_offset = offsetof(struct tipc_sock, portid), |
| 2799 | .key_len = sizeof(u32), /* portid */ |
Herbert Xu | 6cca7289 | 2015-03-20 21:57:05 +1100 | [diff] [blame] | 2800 | .max_size = 1048576, |
| 2801 | .min_size = 256, |
Thomas Graf | b5e2c15 | 2015-03-24 20:42:19 +0000 | [diff] [blame] | 2802 | .automatic_shrinking = true, |
Herbert Xu | 6cca7289 | 2015-03-20 21:57:05 +1100 | [diff] [blame] | 2803 | }; |
| 2804 | |
Ying Xue | e05b31f | 2015-01-09 15:27:08 +0800 | [diff] [blame] | 2805 | int tipc_sk_rht_init(struct net *net) |
Jon Paul Maloy | 808d90f | 2014-08-22 18:09:19 -0400 | [diff] [blame] | 2806 | { |
Ying Xue | e05b31f | 2015-01-09 15:27:08 +0800 | [diff] [blame] | 2807 | struct tipc_net *tn = net_generic(net, tipc_net_id); |
Jon Paul Maloy | 808d90f | 2014-08-22 18:09:19 -0400 | [diff] [blame] | 2808 | |
Herbert Xu | 6cca7289 | 2015-03-20 21:57:05 +1100 | [diff] [blame] | 2809 | return rhashtable_init(&tn->sk_rht, &tsk_rht_params); |
Jon Paul Maloy | 808d90f | 2014-08-22 18:09:19 -0400 | [diff] [blame] | 2810 | } |
| 2811 | |
Ying Xue | e05b31f | 2015-01-09 15:27:08 +0800 | [diff] [blame] | 2812 | void tipc_sk_rht_destroy(struct net *net) |
Jon Paul Maloy | 808d90f | 2014-08-22 18:09:19 -0400 | [diff] [blame] | 2813 | { |
Ying Xue | e05b31f | 2015-01-09 15:27:08 +0800 | [diff] [blame] | 2814 | struct tipc_net *tn = net_generic(net, tipc_net_id); |
| 2815 | |
Ying Xue | 07f6c4b | 2015-01-07 13:41:58 +0800 | [diff] [blame] | 2816 | /* Wait for socket readers to complete */ |
| 2817 | synchronize_net(); |
Jon Paul Maloy | 808d90f | 2014-08-22 18:09:19 -0400 | [diff] [blame] | 2818 | |
Ying Xue | e05b31f | 2015-01-09 15:27:08 +0800 | [diff] [blame] | 2819 | rhashtable_destroy(&tn->sk_rht); |
Jon Paul Maloy | 808d90f | 2014-08-22 18:09:19 -0400 | [diff] [blame] | 2820 | } |
| 2821 | |
Jon Maloy | 75da216 | 2017-10-13 11:04:23 +0200 | [diff] [blame] | 2822 | static int tipc_sk_join(struct tipc_sock *tsk, struct tipc_group_req *mreq) |
| 2823 | { |
| 2824 | struct net *net = sock_net(&tsk->sk); |
Jon Maloy | 75da216 | 2017-10-13 11:04:23 +0200 | [diff] [blame] | 2825 | struct tipc_group *grp = tsk->group; |
| 2826 | struct tipc_msg *hdr = &tsk->phdr; |
| 2827 | struct tipc_name_seq seq; |
| 2828 | int rc; |
| 2829 | |
| 2830 | if (mreq->type < TIPC_RESERVED_TYPES) |
| 2831 | return -EACCES; |
Jon Maloy | 232d07b | 2018-01-08 21:03:30 +0100 | [diff] [blame] | 2832 | if (mreq->scope > TIPC_NODE_SCOPE) |
| 2833 | return -EINVAL; |
Jon Maloy | 75da216 | 2017-10-13 11:04:23 +0200 | [diff] [blame] | 2834 | if (grp) |
| 2835 | return -EACCES; |
Jon Maloy | 60c2530 | 2018-01-17 16:42:46 +0100 | [diff] [blame] | 2836 | grp = tipc_group_create(net, tsk->portid, mreq, &tsk->group_is_open); |
Jon Maloy | 75da216 | 2017-10-13 11:04:23 +0200 | [diff] [blame] | 2837 | if (!grp) |
| 2838 | return -ENOMEM; |
| 2839 | tsk->group = grp; |
| 2840 | msg_set_lookup_scope(hdr, mreq->scope); |
| 2841 | msg_set_nametype(hdr, mreq->type); |
| 2842 | msg_set_dest_droppable(hdr, true); |
| 2843 | seq.type = mreq->type; |
| 2844 | seq.lower = mreq->instance; |
| 2845 | seq.upper = seq.lower; |
Jon Maloy | 232d07b | 2018-01-08 21:03:30 +0100 | [diff] [blame] | 2846 | tipc_nametbl_build_group(net, grp, mreq->type, mreq->scope); |
Jon Maloy | 75da216 | 2017-10-13 11:04:23 +0200 | [diff] [blame] | 2847 | rc = tipc_sk_publish(tsk, mreq->scope, &seq); |
Cong Wang | e233df0 | 2017-10-24 15:44:49 -0700 | [diff] [blame] | 2848 | if (rc) { |
Jon Maloy | 75da216 | 2017-10-13 11:04:23 +0200 | [diff] [blame] | 2849 | tipc_group_delete(net, grp); |
Cong Wang | e233df0 | 2017-10-24 15:44:49 -0700 | [diff] [blame] | 2850 | tsk->group = NULL; |
Jon Maloy | febafc8 | 2018-01-10 21:08:50 +0100 | [diff] [blame] | 2851 | return rc; |
Cong Wang | e233df0 | 2017-10-24 15:44:49 -0700 | [diff] [blame] | 2852 | } |
Jon Maloy | d12d2e1 | 2018-01-08 21:03:28 +0100 | [diff] [blame] | 2853 | /* Eliminate any risk that a broadcast overtakes sent JOINs */ |
Jon Maloy | 399574d | 2017-10-13 11:04:32 +0200 | [diff] [blame] | 2854 | tsk->mc_method.rcast = true; |
| 2855 | tsk->mc_method.mandatory = true; |
Jon Maloy | d12d2e1 | 2018-01-08 21:03:28 +0100 | [diff] [blame] | 2856 | tipc_group_join(net, grp, &tsk->sk.sk_rcvbuf); |
Jon Maloy | 75da216 | 2017-10-13 11:04:23 +0200 | [diff] [blame] | 2857 | return rc; |
| 2858 | } |
| 2859 | |
| 2860 | static int tipc_sk_leave(struct tipc_sock *tsk) |
| 2861 | { |
| 2862 | struct net *net = sock_net(&tsk->sk); |
| 2863 | struct tipc_group *grp = tsk->group; |
| 2864 | struct tipc_name_seq seq; |
| 2865 | int scope; |
| 2866 | |
| 2867 | if (!grp) |
| 2868 | return -EINVAL; |
| 2869 | tipc_group_self(grp, &seq, &scope); |
| 2870 | tipc_group_delete(net, grp); |
| 2871 | tsk->group = NULL; |
| 2872 | tipc_sk_withdraw(tsk, scope, &seq); |
| 2873 | return 0; |
| 2874 | } |
| 2875 | |
Jon Paul Maloy | 808d90f | 2014-08-22 18:09:19 -0400 | [diff] [blame] | 2876 | /** |
Ying Xue | 247f0f3 | 2014-02-18 16:06:46 +0800 | [diff] [blame] | 2877 | * tipc_setsockopt - set socket option |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 2878 | * @sock: socket structure |
| 2879 | * @lvl: option level |
| 2880 | * @opt: option identifier |
| 2881 | * @ov: pointer to new option value |
| 2882 | * @ol: length of option value |
YOSHIFUJI Hideaki | c430728 | 2007-02-09 23:25:21 +0900 | [diff] [blame] | 2883 | * |
| 2884 | * For stream sockets only, accepts and ignores all IPPROTO_TCP options |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 2885 | * (to ease compatibility). |
YOSHIFUJI Hideaki | c430728 | 2007-02-09 23:25:21 +0900 | [diff] [blame] | 2886 | * |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 2887 | * Returns 0 on success, errno otherwise |
| 2888 | */ |
Ying Xue | 247f0f3 | 2014-02-18 16:06:46 +0800 | [diff] [blame] | 2889 | static int tipc_setsockopt(struct socket *sock, int lvl, int opt, |
| 2890 | char __user *ov, unsigned int ol) |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 2891 | { |
Allan Stephens | 0c3141e | 2008-04-15 00:22:02 -0700 | [diff] [blame] | 2892 | struct sock *sk = sock->sk; |
Jon Paul Maloy | 58ed944 | 2014-03-12 11:31:12 -0400 | [diff] [blame] | 2893 | struct tipc_sock *tsk = tipc_sk(sk); |
Jon Maloy | 75da216 | 2017-10-13 11:04:23 +0200 | [diff] [blame] | 2894 | struct tipc_group_req mreq; |
Jon Paul Maloy | 01fd12b | 2017-01-18 13:50:53 -0500 | [diff] [blame] | 2895 | u32 value = 0; |
Dan Carpenter | a08ef47 | 2017-01-24 12:49:35 +0300 | [diff] [blame] | 2896 | int res = 0; |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 2897 | |
YOSHIFUJI Hideaki | c430728 | 2007-02-09 23:25:21 +0900 | [diff] [blame] | 2898 | if ((lvl == IPPROTO_TCP) && (sock->type == SOCK_STREAM)) |
| 2899 | return 0; |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 2900 | if (lvl != SOL_TIPC) |
| 2901 | return -ENOPROTOOPT; |
Jon Paul Maloy | 01fd12b | 2017-01-18 13:50:53 -0500 | [diff] [blame] | 2902 | |
| 2903 | switch (opt) { |
| 2904 | case TIPC_IMPORTANCE: |
| 2905 | case TIPC_SRC_DROPPABLE: |
| 2906 | case TIPC_DEST_DROPPABLE: |
| 2907 | case TIPC_CONN_TIMEOUT: |
| 2908 | if (ol < sizeof(value)) |
| 2909 | return -EINVAL; |
Jon Maloy | 75da216 | 2017-10-13 11:04:23 +0200 | [diff] [blame] | 2910 | if (get_user(value, (u32 __user *)ov)) |
| 2911 | return -EFAULT; |
| 2912 | break; |
| 2913 | case TIPC_GROUP_JOIN: |
| 2914 | if (ol < sizeof(mreq)) |
| 2915 | return -EINVAL; |
| 2916 | if (copy_from_user(&mreq, ov, sizeof(mreq))) |
| 2917 | return -EFAULT; |
Jon Paul Maloy | 01fd12b | 2017-01-18 13:50:53 -0500 | [diff] [blame] | 2918 | break; |
| 2919 | default: |
| 2920 | if (ov || ol) |
| 2921 | return -EINVAL; |
| 2922 | } |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 2923 | |
Allan Stephens | 0c3141e | 2008-04-15 00:22:02 -0700 | [diff] [blame] | 2924 | lock_sock(sk); |
YOSHIFUJI Hideaki | c430728 | 2007-02-09 23:25:21 +0900 | [diff] [blame] | 2925 | |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 2926 | switch (opt) { |
| 2927 | case TIPC_IMPORTANCE: |
Jon Paul Maloy | 301bae5 | 2014-08-22 18:09:20 -0400 | [diff] [blame] | 2928 | res = tsk_set_importance(tsk, value); |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 2929 | break; |
| 2930 | case TIPC_SRC_DROPPABLE: |
| 2931 | if (sock->type != SOCK_STREAM) |
Jon Paul Maloy | 301bae5 | 2014-08-22 18:09:20 -0400 | [diff] [blame] | 2932 | tsk_set_unreliable(tsk, value); |
YOSHIFUJI Hideaki | c430728 | 2007-02-09 23:25:21 +0900 | [diff] [blame] | 2933 | else |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 2934 | res = -ENOPROTOOPT; |
| 2935 | break; |
| 2936 | case TIPC_DEST_DROPPABLE: |
Jon Paul Maloy | 301bae5 | 2014-08-22 18:09:20 -0400 | [diff] [blame] | 2937 | tsk_set_unreturnable(tsk, value); |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 2938 | break; |
| 2939 | case TIPC_CONN_TIMEOUT: |
Allan Stephens | a0f40f0 | 2011-05-26 13:44:34 -0400 | [diff] [blame] | 2940 | tipc_sk(sk)->conn_timeout = value; |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 2941 | break; |
Jon Paul Maloy | 01fd12b | 2017-01-18 13:50:53 -0500 | [diff] [blame] | 2942 | case TIPC_MCAST_BROADCAST: |
| 2943 | tsk->mc_method.rcast = false; |
| 2944 | tsk->mc_method.mandatory = true; |
| 2945 | break; |
| 2946 | case TIPC_MCAST_REPLICAST: |
| 2947 | tsk->mc_method.rcast = true; |
| 2948 | tsk->mc_method.mandatory = true; |
| 2949 | break; |
Jon Maloy | 75da216 | 2017-10-13 11:04:23 +0200 | [diff] [blame] | 2950 | case TIPC_GROUP_JOIN: |
| 2951 | res = tipc_sk_join(tsk, &mreq); |
| 2952 | break; |
| 2953 | case TIPC_GROUP_LEAVE: |
| 2954 | res = tipc_sk_leave(tsk); |
| 2955 | break; |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 2956 | default: |
| 2957 | res = -EINVAL; |
| 2958 | } |
| 2959 | |
Allan Stephens | 0c3141e | 2008-04-15 00:22:02 -0700 | [diff] [blame] | 2960 | release_sock(sk); |
| 2961 | |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 2962 | return res; |
| 2963 | } |
| 2964 | |
| 2965 | /** |
Ying Xue | 247f0f3 | 2014-02-18 16:06:46 +0800 | [diff] [blame] | 2966 | * tipc_getsockopt - get socket option |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 2967 | * @sock: socket structure |
| 2968 | * @lvl: option level |
| 2969 | * @opt: option identifier |
| 2970 | * @ov: receptacle for option value |
| 2971 | * @ol: receptacle for length of option value |
YOSHIFUJI Hideaki | c430728 | 2007-02-09 23:25:21 +0900 | [diff] [blame] | 2972 | * |
| 2973 | * For stream sockets only, returns 0 length result for all IPPROTO_TCP options |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 2974 | * (to ease compatibility). |
YOSHIFUJI Hideaki | c430728 | 2007-02-09 23:25:21 +0900 | [diff] [blame] | 2975 | * |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 2976 | * Returns 0 on success, errno otherwise |
| 2977 | */ |
Ying Xue | 247f0f3 | 2014-02-18 16:06:46 +0800 | [diff] [blame] | 2978 | static int tipc_getsockopt(struct socket *sock, int lvl, int opt, |
| 2979 | char __user *ov, int __user *ol) |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 2980 | { |
Allan Stephens | 0c3141e | 2008-04-15 00:22:02 -0700 | [diff] [blame] | 2981 | struct sock *sk = sock->sk; |
Jon Paul Maloy | 58ed944 | 2014-03-12 11:31:12 -0400 | [diff] [blame] | 2982 | struct tipc_sock *tsk = tipc_sk(sk); |
Jon Maloy | 75da216 | 2017-10-13 11:04:23 +0200 | [diff] [blame] | 2983 | struct tipc_name_seq seq; |
| 2984 | int len, scope; |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 2985 | u32 value; |
YOSHIFUJI Hideaki | c430728 | 2007-02-09 23:25:21 +0900 | [diff] [blame] | 2986 | int res; |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 2987 | |
YOSHIFUJI Hideaki | c430728 | 2007-02-09 23:25:21 +0900 | [diff] [blame] | 2988 | if ((lvl == IPPROTO_TCP) && (sock->type == SOCK_STREAM)) |
| 2989 | return put_user(0, ol); |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 2990 | if (lvl != SOL_TIPC) |
| 2991 | return -ENOPROTOOPT; |
Allan Stephens | 2db9983 | 2010-12-31 18:59:33 +0000 | [diff] [blame] | 2992 | res = get_user(len, ol); |
| 2993 | if (res) |
YOSHIFUJI Hideaki | c430728 | 2007-02-09 23:25:21 +0900 | [diff] [blame] | 2994 | return res; |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 2995 | |
Allan Stephens | 0c3141e | 2008-04-15 00:22:02 -0700 | [diff] [blame] | 2996 | lock_sock(sk); |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 2997 | |
| 2998 | switch (opt) { |
| 2999 | case TIPC_IMPORTANCE: |
Jon Paul Maloy | 301bae5 | 2014-08-22 18:09:20 -0400 | [diff] [blame] | 3000 | value = tsk_importance(tsk); |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 3001 | break; |
| 3002 | case TIPC_SRC_DROPPABLE: |
Jon Paul Maloy | 301bae5 | 2014-08-22 18:09:20 -0400 | [diff] [blame] | 3003 | value = tsk_unreliable(tsk); |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 3004 | break; |
| 3005 | case TIPC_DEST_DROPPABLE: |
Jon Paul Maloy | 301bae5 | 2014-08-22 18:09:20 -0400 | [diff] [blame] | 3006 | value = tsk_unreturnable(tsk); |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 3007 | break; |
| 3008 | case TIPC_CONN_TIMEOUT: |
Jon Paul Maloy | 301bae5 | 2014-08-22 18:09:20 -0400 | [diff] [blame] | 3009 | value = tsk->conn_timeout; |
Allan Stephens | 0c3141e | 2008-04-15 00:22:02 -0700 | [diff] [blame] | 3010 | /* no need to set "res", since already 0 at this point */ |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 3011 | break; |
Allan Stephens | 0e65967 | 2010-12-31 18:59:32 +0000 | [diff] [blame] | 3012 | case TIPC_NODE_RECVQ_DEPTH: |
Ying Xue | 9da3d47 | 2012-11-27 06:15:27 -0500 | [diff] [blame] | 3013 | value = 0; /* was tipc_queue_size, now obsolete */ |
oscar.medina@motorola.com | 6650613 | 2009-06-30 03:25:39 +0000 | [diff] [blame] | 3014 | break; |
Allan Stephens | 0e65967 | 2010-12-31 18:59:32 +0000 | [diff] [blame] | 3015 | case TIPC_SOCK_RECVQ_DEPTH: |
oscar.medina@motorola.com | 6650613 | 2009-06-30 03:25:39 +0000 | [diff] [blame] | 3016 | value = skb_queue_len(&sk->sk_receive_queue); |
| 3017 | break; |
Jon Maloy | 75da216 | 2017-10-13 11:04:23 +0200 | [diff] [blame] | 3018 | case TIPC_GROUP_JOIN: |
| 3019 | seq.type = 0; |
| 3020 | if (tsk->group) |
| 3021 | tipc_group_self(tsk->group, &seq, &scope); |
| 3022 | value = seq.type; |
| 3023 | break; |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 3024 | default: |
| 3025 | res = -EINVAL; |
| 3026 | } |
| 3027 | |
Allan Stephens | 0c3141e | 2008-04-15 00:22:02 -0700 | [diff] [blame] | 3028 | release_sock(sk); |
| 3029 | |
Paul Gortmaker | 25860c3 | 2010-12-31 18:59:31 +0000 | [diff] [blame] | 3030 | if (res) |
| 3031 | return res; /* "get" failed */ |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 3032 | |
Paul Gortmaker | 25860c3 | 2010-12-31 18:59:31 +0000 | [diff] [blame] | 3033 | if (len < sizeof(value)) |
| 3034 | return -EINVAL; |
| 3035 | |
| 3036 | if (copy_to_user(ov, &value, sizeof(value))) |
| 3037 | return -EFAULT; |
| 3038 | |
| 3039 | return put_user(sizeof(value), ol); |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 3040 | } |
| 3041 | |
Ying Xue | f2f9800 | 2015-01-09 15:27:05 +0800 | [diff] [blame] | 3042 | static int tipc_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) |
Erik Hugne | 78acb1f | 2014-04-24 16:26:47 +0200 | [diff] [blame] | 3043 | { |
Jon Maloy | 3e5cf36 | 2018-04-25 19:29:36 +0200 | [diff] [blame] | 3044 | struct net *net = sock_net(sock->sk); |
| 3045 | struct tipc_sioc_nodeid_req nr = {0}; |
Erik Hugne | 78acb1f | 2014-04-24 16:26:47 +0200 | [diff] [blame] | 3046 | struct tipc_sioc_ln_req lnr; |
| 3047 | void __user *argp = (void __user *)arg; |
| 3048 | |
| 3049 | switch (cmd) { |
| 3050 | case SIOCGETLINKNAME: |
| 3051 | if (copy_from_user(&lnr, argp, sizeof(lnr))) |
| 3052 | return -EFAULT; |
Jon Maloy | 3e5cf36 | 2018-04-25 19:29:36 +0200 | [diff] [blame] | 3053 | if (!tipc_node_get_linkname(net, |
Ying Xue | f2f9800 | 2015-01-09 15:27:05 +0800 | [diff] [blame] | 3054 | lnr.bearer_id & 0xffff, lnr.peer, |
Erik Hugne | 78acb1f | 2014-04-24 16:26:47 +0200 | [diff] [blame] | 3055 | lnr.linkname, TIPC_MAX_LINK_NAME)) { |
| 3056 | if (copy_to_user(argp, &lnr, sizeof(lnr))) |
| 3057 | return -EFAULT; |
| 3058 | return 0; |
| 3059 | } |
| 3060 | return -EADDRNOTAVAIL; |
Jon Maloy | 3e5cf36 | 2018-04-25 19:29:36 +0200 | [diff] [blame] | 3061 | case SIOCGETNODEID: |
| 3062 | if (copy_from_user(&nr, argp, sizeof(nr))) |
| 3063 | return -EFAULT; |
| 3064 | if (!tipc_node_get_id(net, nr.peer, nr.node_id)) |
| 3065 | return -EADDRNOTAVAIL; |
| 3066 | if (copy_to_user(argp, &nr, sizeof(nr))) |
| 3067 | return -EFAULT; |
| 3068 | return 0; |
Erik Hugne | 78acb1f | 2014-04-24 16:26:47 +0200 | [diff] [blame] | 3069 | default: |
| 3070 | return -ENOIOCTLCMD; |
| 3071 | } |
| 3072 | } |
| 3073 | |
Erik Hugne | 70b0375 | 2017-03-29 11:22:16 +0200 | [diff] [blame] | 3074 | static int tipc_socketpair(struct socket *sock1, struct socket *sock2) |
| 3075 | { |
| 3076 | struct tipc_sock *tsk2 = tipc_sk(sock2->sk); |
| 3077 | struct tipc_sock *tsk1 = tipc_sk(sock1->sk); |
Erik Hugne | 66bc1e8 | 2017-03-29 11:22:17 +0200 | [diff] [blame] | 3078 | u32 onode = tipc_own_addr(sock_net(sock1->sk)); |
Erik Hugne | 70b0375 | 2017-03-29 11:22:16 +0200 | [diff] [blame] | 3079 | |
Erik Hugne | 66bc1e8 | 2017-03-29 11:22:17 +0200 | [diff] [blame] | 3080 | tsk1->peer.family = AF_TIPC; |
| 3081 | tsk1->peer.addrtype = TIPC_ADDR_ID; |
| 3082 | tsk1->peer.scope = TIPC_NODE_SCOPE; |
| 3083 | tsk1->peer.addr.id.ref = tsk2->portid; |
| 3084 | tsk1->peer.addr.id.node = onode; |
| 3085 | tsk2->peer.family = AF_TIPC; |
| 3086 | tsk2->peer.addrtype = TIPC_ADDR_ID; |
| 3087 | tsk2->peer.scope = TIPC_NODE_SCOPE; |
| 3088 | tsk2->peer.addr.id.ref = tsk1->portid; |
| 3089 | tsk2->peer.addr.id.node = onode; |
| 3090 | |
| 3091 | tipc_sk_finish_conn(tsk1, tsk2->portid, onode); |
| 3092 | tipc_sk_finish_conn(tsk2, tsk1->portid, onode); |
Erik Hugne | 70b0375 | 2017-03-29 11:22:16 +0200 | [diff] [blame] | 3093 | return 0; |
| 3094 | } |
| 3095 | |
Ben Hutchings | ae86b9e | 2012-07-10 10:55:35 +0000 | [diff] [blame] | 3096 | /* Protocol switches for the various types of TIPC sockets */ |
| 3097 | |
Florian Westphal | bca65ea | 2008-02-07 18:18:01 -0800 | [diff] [blame] | 3098 | static const struct proto_ops msg_ops = { |
Allan Stephens | 0e65967 | 2010-12-31 18:59:32 +0000 | [diff] [blame] | 3099 | .owner = THIS_MODULE, |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 3100 | .family = AF_TIPC, |
Ying Xue | 247f0f3 | 2014-02-18 16:06:46 +0800 | [diff] [blame] | 3101 | .release = tipc_release, |
| 3102 | .bind = tipc_bind, |
| 3103 | .connect = tipc_connect, |
Erik Hugne | 66bc1e8 | 2017-03-29 11:22:17 +0200 | [diff] [blame] | 3104 | .socketpair = tipc_socketpair, |
Ying Xue | 245f3d3 | 2011-07-06 06:01:13 -0400 | [diff] [blame] | 3105 | .accept = sock_no_accept, |
Ying Xue | 247f0f3 | 2014-02-18 16:06:46 +0800 | [diff] [blame] | 3106 | .getname = tipc_getname, |
Linus Torvalds | a11e1d4 | 2018-06-28 09:43:44 -0700 | [diff] [blame] | 3107 | .poll = tipc_poll, |
Erik Hugne | 78acb1f | 2014-04-24 16:26:47 +0200 | [diff] [blame] | 3108 | .ioctl = tipc_ioctl, |
Ying Xue | 245f3d3 | 2011-07-06 06:01:13 -0400 | [diff] [blame] | 3109 | .listen = sock_no_listen, |
Ying Xue | 247f0f3 | 2014-02-18 16:06:46 +0800 | [diff] [blame] | 3110 | .shutdown = tipc_shutdown, |
| 3111 | .setsockopt = tipc_setsockopt, |
| 3112 | .getsockopt = tipc_getsockopt, |
| 3113 | .sendmsg = tipc_sendmsg, |
| 3114 | .recvmsg = tipc_recvmsg, |
YOSHIFUJI Hideaki | 8238745 | 2007-07-19 10:44:56 +0900 | [diff] [blame] | 3115 | .mmap = sock_no_mmap, |
| 3116 | .sendpage = sock_no_sendpage |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 3117 | }; |
| 3118 | |
Florian Westphal | bca65ea | 2008-02-07 18:18:01 -0800 | [diff] [blame] | 3119 | static const struct proto_ops packet_ops = { |
Allan Stephens | 0e65967 | 2010-12-31 18:59:32 +0000 | [diff] [blame] | 3120 | .owner = THIS_MODULE, |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 3121 | .family = AF_TIPC, |
Ying Xue | 247f0f3 | 2014-02-18 16:06:46 +0800 | [diff] [blame] | 3122 | .release = tipc_release, |
| 3123 | .bind = tipc_bind, |
| 3124 | .connect = tipc_connect, |
Erik Hugne | 70b0375 | 2017-03-29 11:22:16 +0200 | [diff] [blame] | 3125 | .socketpair = tipc_socketpair, |
Ying Xue | 247f0f3 | 2014-02-18 16:06:46 +0800 | [diff] [blame] | 3126 | .accept = tipc_accept, |
| 3127 | .getname = tipc_getname, |
Linus Torvalds | a11e1d4 | 2018-06-28 09:43:44 -0700 | [diff] [blame] | 3128 | .poll = tipc_poll, |
Erik Hugne | 78acb1f | 2014-04-24 16:26:47 +0200 | [diff] [blame] | 3129 | .ioctl = tipc_ioctl, |
Ying Xue | 247f0f3 | 2014-02-18 16:06:46 +0800 | [diff] [blame] | 3130 | .listen = tipc_listen, |
| 3131 | .shutdown = tipc_shutdown, |
| 3132 | .setsockopt = tipc_setsockopt, |
| 3133 | .getsockopt = tipc_getsockopt, |
| 3134 | .sendmsg = tipc_send_packet, |
| 3135 | .recvmsg = tipc_recvmsg, |
YOSHIFUJI Hideaki | 8238745 | 2007-07-19 10:44:56 +0900 | [diff] [blame] | 3136 | .mmap = sock_no_mmap, |
| 3137 | .sendpage = sock_no_sendpage |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 3138 | }; |
| 3139 | |
Florian Westphal | bca65ea | 2008-02-07 18:18:01 -0800 | [diff] [blame] | 3140 | static const struct proto_ops stream_ops = { |
Allan Stephens | 0e65967 | 2010-12-31 18:59:32 +0000 | [diff] [blame] | 3141 | .owner = THIS_MODULE, |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 3142 | .family = AF_TIPC, |
Ying Xue | 247f0f3 | 2014-02-18 16:06:46 +0800 | [diff] [blame] | 3143 | .release = tipc_release, |
| 3144 | .bind = tipc_bind, |
| 3145 | .connect = tipc_connect, |
Erik Hugne | 70b0375 | 2017-03-29 11:22:16 +0200 | [diff] [blame] | 3146 | .socketpair = tipc_socketpair, |
Ying Xue | 247f0f3 | 2014-02-18 16:06:46 +0800 | [diff] [blame] | 3147 | .accept = tipc_accept, |
| 3148 | .getname = tipc_getname, |
Linus Torvalds | a11e1d4 | 2018-06-28 09:43:44 -0700 | [diff] [blame] | 3149 | .poll = tipc_poll, |
Erik Hugne | 78acb1f | 2014-04-24 16:26:47 +0200 | [diff] [blame] | 3150 | .ioctl = tipc_ioctl, |
Ying Xue | 247f0f3 | 2014-02-18 16:06:46 +0800 | [diff] [blame] | 3151 | .listen = tipc_listen, |
| 3152 | .shutdown = tipc_shutdown, |
| 3153 | .setsockopt = tipc_setsockopt, |
| 3154 | .getsockopt = tipc_getsockopt, |
Jon Paul Maloy | 365ad35 | 2017-01-03 10:55:11 -0500 | [diff] [blame] | 3155 | .sendmsg = tipc_sendstream, |
Jon Paul Maloy | ec8a09f | 2017-05-02 18:16:54 +0200 | [diff] [blame] | 3156 | .recvmsg = tipc_recvstream, |
YOSHIFUJI Hideaki | 8238745 | 2007-07-19 10:44:56 +0900 | [diff] [blame] | 3157 | .mmap = sock_no_mmap, |
| 3158 | .sendpage = sock_no_sendpage |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 3159 | }; |
| 3160 | |
Florian Westphal | bca65ea | 2008-02-07 18:18:01 -0800 | [diff] [blame] | 3161 | static const struct net_proto_family tipc_family_ops = { |
Allan Stephens | 0e65967 | 2010-12-31 18:59:32 +0000 | [diff] [blame] | 3162 | .owner = THIS_MODULE, |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 3163 | .family = AF_TIPC, |
Ying Xue | c5fa7b3 | 2013-06-17 10:54:39 -0400 | [diff] [blame] | 3164 | .create = tipc_sk_create |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 3165 | }; |
| 3166 | |
| 3167 | static struct proto tipc_proto = { |
| 3168 | .name = "TIPC", |
| 3169 | .owner = THIS_MODULE, |
Ying Xue | cc79dd1 | 2013-06-17 10:54:37 -0400 | [diff] [blame] | 3170 | .obj_size = sizeof(struct tipc_sock), |
| 3171 | .sysctl_rmem = sysctl_tipc_rmem |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 3172 | }; |
| 3173 | |
| 3174 | /** |
Per Liden | 4323add | 2006-01-18 00:38:21 +0100 | [diff] [blame] | 3175 | * tipc_socket_init - initialize TIPC socket interface |
YOSHIFUJI Hideaki | c430728 | 2007-02-09 23:25:21 +0900 | [diff] [blame] | 3176 | * |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 3177 | * Returns 0 on success, errno otherwise |
| 3178 | */ |
Per Liden | 4323add | 2006-01-18 00:38:21 +0100 | [diff] [blame] | 3179 | int tipc_socket_init(void) |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 3180 | { |
| 3181 | int res; |
| 3182 | |
YOSHIFUJI Hideaki | c430728 | 2007-02-09 23:25:21 +0900 | [diff] [blame] | 3183 | res = proto_register(&tipc_proto, 1); |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 3184 | if (res) { |
Erik Hugne | 2cf8aa1 | 2012-06-29 00:16:37 -0400 | [diff] [blame] | 3185 | pr_err("Failed to register TIPC protocol type\n"); |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 3186 | goto out; |
| 3187 | } |
| 3188 | |
| 3189 | res = sock_register(&tipc_family_ops); |
| 3190 | if (res) { |
Erik Hugne | 2cf8aa1 | 2012-06-29 00:16:37 -0400 | [diff] [blame] | 3191 | pr_err("Failed to register TIPC socket type\n"); |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 3192 | proto_unregister(&tipc_proto); |
| 3193 | goto out; |
| 3194 | } |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 3195 | out: |
| 3196 | return res; |
| 3197 | } |
| 3198 | |
| 3199 | /** |
Per Liden | 4323add | 2006-01-18 00:38:21 +0100 | [diff] [blame] | 3200 | * tipc_socket_stop - stop TIPC socket interface |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 3201 | */ |
Per Liden | 4323add | 2006-01-18 00:38:21 +0100 | [diff] [blame] | 3202 | void tipc_socket_stop(void) |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 3203 | { |
Per Liden | b97bf3f | 2006-01-02 19:04:38 +0100 | [diff] [blame] | 3204 | sock_unregister(tipc_family_ops.family); |
| 3205 | proto_unregister(&tipc_proto); |
| 3206 | } |
Richard Alpe | 34b78a12 | 2014-11-20 10:29:10 +0100 | [diff] [blame] | 3207 | |
| 3208 | /* Caller should hold socket lock for the passed tipc socket. */ |
Richard Alpe | d818280 | 2014-11-24 11:10:29 +0100 | [diff] [blame] | 3209 | static int __tipc_nl_add_sk_con(struct sk_buff *skb, struct tipc_sock *tsk) |
Richard Alpe | 34b78a12 | 2014-11-20 10:29:10 +0100 | [diff] [blame] | 3210 | { |
| 3211 | u32 peer_node; |
| 3212 | u32 peer_port; |
| 3213 | struct nlattr *nest; |
| 3214 | |
| 3215 | peer_node = tsk_peer_node(tsk); |
| 3216 | peer_port = tsk_peer_port(tsk); |
| 3217 | |
| 3218 | nest = nla_nest_start(skb, TIPC_NLA_SOCK_CON); |
| 3219 | |
| 3220 | if (nla_put_u32(skb, TIPC_NLA_CON_NODE, peer_node)) |
| 3221 | goto msg_full; |
| 3222 | if (nla_put_u32(skb, TIPC_NLA_CON_SOCK, peer_port)) |
| 3223 | goto msg_full; |
| 3224 | |
| 3225 | if (tsk->conn_type != 0) { |
| 3226 | if (nla_put_flag(skb, TIPC_NLA_CON_FLAG)) |
| 3227 | goto msg_full; |
| 3228 | if (nla_put_u32(skb, TIPC_NLA_CON_TYPE, tsk->conn_type)) |
| 3229 | goto msg_full; |
| 3230 | if (nla_put_u32(skb, TIPC_NLA_CON_INST, tsk->conn_instance)) |
| 3231 | goto msg_full; |
| 3232 | } |
| 3233 | nla_nest_end(skb, nest); |
| 3234 | |
| 3235 | return 0; |
| 3236 | |
| 3237 | msg_full: |
| 3238 | nla_nest_cancel(skb, nest); |
| 3239 | |
| 3240 | return -EMSGSIZE; |
| 3241 | } |
| 3242 | |
GhantaKrishnamurthy MohanKrishna | dfde331 | 2018-03-21 14:37:43 +0100 | [diff] [blame] | 3243 | static int __tipc_nl_add_sk_info(struct sk_buff *skb, struct tipc_sock |
| 3244 | *tsk) |
| 3245 | { |
| 3246 | struct net *net = sock_net(skb->sk); |
GhantaKrishnamurthy MohanKrishna | dfde331 | 2018-03-21 14:37:43 +0100 | [diff] [blame] | 3247 | struct sock *sk = &tsk->sk; |
| 3248 | |
| 3249 | if (nla_put_u32(skb, TIPC_NLA_SOCK_REF, tsk->portid) || |
Jon Maloy | 23fd3ea | 2018-03-22 20:42:49 +0100 | [diff] [blame] | 3250 | nla_put_u32(skb, TIPC_NLA_SOCK_ADDR, tipc_own_addr(net))) |
GhantaKrishnamurthy MohanKrishna | dfde331 | 2018-03-21 14:37:43 +0100 | [diff] [blame] | 3251 | return -EMSGSIZE; |
| 3252 | |
| 3253 | if (tipc_sk_connected(sk)) { |
| 3254 | if (__tipc_nl_add_sk_con(skb, tsk)) |
| 3255 | return -EMSGSIZE; |
| 3256 | } else if (!list_empty(&tsk->publications)) { |
| 3257 | if (nla_put_flag(skb, TIPC_NLA_SOCK_HAS_PUBL)) |
| 3258 | return -EMSGSIZE; |
| 3259 | } |
| 3260 | return 0; |
| 3261 | } |
| 3262 | |
Richard Alpe | 34b78a12 | 2014-11-20 10:29:10 +0100 | [diff] [blame] | 3263 | /* Caller should hold socket lock for the passed tipc socket. */ |
Richard Alpe | d818280 | 2014-11-24 11:10:29 +0100 | [diff] [blame] | 3264 | static int __tipc_nl_add_sk(struct sk_buff *skb, struct netlink_callback *cb, |
| 3265 | struct tipc_sock *tsk) |
Richard Alpe | 34b78a12 | 2014-11-20 10:29:10 +0100 | [diff] [blame] | 3266 | { |
Richard Alpe | 34b78a12 | 2014-11-20 10:29:10 +0100 | [diff] [blame] | 3267 | struct nlattr *attrs; |
GhantaKrishnamurthy MohanKrishna | dfde331 | 2018-03-21 14:37:43 +0100 | [diff] [blame] | 3268 | void *hdr; |
Richard Alpe | 34b78a12 | 2014-11-20 10:29:10 +0100 | [diff] [blame] | 3269 | |
| 3270 | hdr = genlmsg_put(skb, NETLINK_CB(cb->skb).portid, cb->nlh->nlmsg_seq, |
Richard Alpe | bfb3e5d | 2015-02-09 09:50:03 +0100 | [diff] [blame] | 3271 | &tipc_genl_family, NLM_F_MULTI, TIPC_NL_SOCK_GET); |
Richard Alpe | 34b78a12 | 2014-11-20 10:29:10 +0100 | [diff] [blame] | 3272 | if (!hdr) |
| 3273 | goto msg_cancel; |
| 3274 | |
| 3275 | attrs = nla_nest_start(skb, TIPC_NLA_SOCK); |
| 3276 | if (!attrs) |
| 3277 | goto genlmsg_cancel; |
GhantaKrishnamurthy MohanKrishna | dfde331 | 2018-03-21 14:37:43 +0100 | [diff] [blame] | 3278 | |
| 3279 | if (__tipc_nl_add_sk_info(skb, tsk)) |
Richard Alpe | 34b78a12 | 2014-11-20 10:29:10 +0100 | [diff] [blame] | 3280 | goto attr_msg_cancel; |
| 3281 | |
Richard Alpe | 34b78a12 | 2014-11-20 10:29:10 +0100 | [diff] [blame] | 3282 | nla_nest_end(skb, attrs); |
| 3283 | genlmsg_end(skb, hdr); |
| 3284 | |
| 3285 | return 0; |
| 3286 | |
| 3287 | attr_msg_cancel: |
| 3288 | nla_nest_cancel(skb, attrs); |
| 3289 | genlmsg_cancel: |
| 3290 | genlmsg_cancel(skb, hdr); |
| 3291 | msg_cancel: |
| 3292 | return -EMSGSIZE; |
| 3293 | } |
| 3294 | |
GhantaKrishnamurthy MohanKrishna | c30b70d | 2018-03-21 14:37:44 +0100 | [diff] [blame] | 3295 | int tipc_nl_sk_walk(struct sk_buff *skb, struct netlink_callback *cb, |
| 3296 | int (*skb_handler)(struct sk_buff *skb, |
| 3297 | struct netlink_callback *cb, |
| 3298 | struct tipc_sock *tsk)) |
Richard Alpe | 34b78a12 | 2014-11-20 10:29:10 +0100 | [diff] [blame] | 3299 | { |
Cong Wang | 8f5c5fc | 2018-09-04 14:54:55 -0700 | [diff] [blame] | 3300 | struct rhashtable_iter *iter = (void *)cb->args[4]; |
GhantaKrishnamurthy MohanKrishna | dfde331 | 2018-03-21 14:37:43 +0100 | [diff] [blame] | 3301 | struct tipc_sock *tsk; |
| 3302 | int err; |
Richard Alpe | 34b78a12 | 2014-11-20 10:29:10 +0100 | [diff] [blame] | 3303 | |
Cong Wang | 9a07efa | 2018-08-24 12:28:06 -0700 | [diff] [blame] | 3304 | rhashtable_walk_start(iter); |
| 3305 | while ((tsk = rhashtable_walk_next(iter)) != NULL) { |
| 3306 | if (IS_ERR(tsk)) { |
| 3307 | err = PTR_ERR(tsk); |
| 3308 | if (err == -EAGAIN) { |
| 3309 | err = 0; |
Richard Alpe | d6e164e | 2015-01-16 12:30:40 +0100 | [diff] [blame] | 3310 | continue; |
| 3311 | } |
Cong Wang | 9a07efa | 2018-08-24 12:28:06 -0700 | [diff] [blame] | 3312 | break; |
Ying Xue | 07f6c4b | 2015-01-07 13:41:58 +0800 | [diff] [blame] | 3313 | } |
Richard Alpe | 34b78a12 | 2014-11-20 10:29:10 +0100 | [diff] [blame] | 3314 | |
Cong Wang | 9a07efa | 2018-08-24 12:28:06 -0700 | [diff] [blame] | 3315 | sock_hold(&tsk->sk); |
| 3316 | rhashtable_walk_stop(iter); |
| 3317 | lock_sock(&tsk->sk); |
| 3318 | err = skb_handler(skb, cb, tsk); |
| 3319 | if (err) { |
| 3320 | release_sock(&tsk->sk); |
| 3321 | sock_put(&tsk->sk); |
| 3322 | goto out; |
| 3323 | } |
| 3324 | release_sock(&tsk->sk); |
| 3325 | rhashtable_walk_start(iter); |
| 3326 | sock_put(&tsk->sk); |
| 3327 | } |
| 3328 | rhashtable_walk_stop(iter); |
| 3329 | out: |
Richard Alpe | 34b78a12 | 2014-11-20 10:29:10 +0100 | [diff] [blame] | 3330 | return skb->len; |
| 3331 | } |
GhantaKrishnamurthy MohanKrishna | c30b70d | 2018-03-21 14:37:44 +0100 | [diff] [blame] | 3332 | EXPORT_SYMBOL(tipc_nl_sk_walk); |
| 3333 | |
Cong Wang | 9a07efa | 2018-08-24 12:28:06 -0700 | [diff] [blame] | 3334 | int tipc_dump_start(struct netlink_callback *cb) |
| 3335 | { |
Cong Wang | 8f5c5fc | 2018-09-04 14:54:55 -0700 | [diff] [blame] | 3336 | return __tipc_dump_start(cb, sock_net(cb->skb->sk)); |
| 3337 | } |
| 3338 | EXPORT_SYMBOL(tipc_dump_start); |
| 3339 | |
| 3340 | int __tipc_dump_start(struct netlink_callback *cb, struct net *net) |
| 3341 | { |
| 3342 | /* tipc_nl_name_table_dump() uses cb->args[0...3]. */ |
| 3343 | struct rhashtable_iter *iter = (void *)cb->args[4]; |
Cong Wang | 9a07efa | 2018-08-24 12:28:06 -0700 | [diff] [blame] | 3344 | struct tipc_net *tn = tipc_net(net); |
| 3345 | |
| 3346 | if (!iter) { |
| 3347 | iter = kmalloc(sizeof(*iter), GFP_KERNEL); |
| 3348 | if (!iter) |
| 3349 | return -ENOMEM; |
| 3350 | |
Cong Wang | 8f5c5fc | 2018-09-04 14:54:55 -0700 | [diff] [blame] | 3351 | cb->args[4] = (long)iter; |
Cong Wang | 9a07efa | 2018-08-24 12:28:06 -0700 | [diff] [blame] | 3352 | } |
| 3353 | |
| 3354 | rhashtable_walk_enter(&tn->sk_rht, iter); |
| 3355 | return 0; |
| 3356 | } |
Cong Wang | 9a07efa | 2018-08-24 12:28:06 -0700 | [diff] [blame] | 3357 | |
| 3358 | int tipc_dump_done(struct netlink_callback *cb) |
| 3359 | { |
Cong Wang | 8f5c5fc | 2018-09-04 14:54:55 -0700 | [diff] [blame] | 3360 | struct rhashtable_iter *hti = (void *)cb->args[4]; |
Cong Wang | 9a07efa | 2018-08-24 12:28:06 -0700 | [diff] [blame] | 3361 | |
| 3362 | rhashtable_walk_exit(hti); |
| 3363 | kfree(hti); |
| 3364 | return 0; |
| 3365 | } |
| 3366 | EXPORT_SYMBOL(tipc_dump_done); |
| 3367 | |
Cong Wang | e41f054 | 2018-04-06 18:54:52 -0700 | [diff] [blame] | 3368 | int tipc_sk_fill_sock_diag(struct sk_buff *skb, struct netlink_callback *cb, |
| 3369 | struct tipc_sock *tsk, u32 sk_filter_state, |
GhantaKrishnamurthy MohanKrishna | c30b70d | 2018-03-21 14:37:44 +0100 | [diff] [blame] | 3370 | u64 (*tipc_diag_gen_cookie)(struct sock *sk)) |
| 3371 | { |
| 3372 | struct sock *sk = &tsk->sk; |
| 3373 | struct nlattr *attrs; |
| 3374 | struct nlattr *stat; |
| 3375 | |
| 3376 | /*filter response w.r.t sk_state*/ |
| 3377 | if (!(sk_filter_state & (1 << sk->sk_state))) |
| 3378 | return 0; |
| 3379 | |
| 3380 | attrs = nla_nest_start(skb, TIPC_NLA_SOCK); |
| 3381 | if (!attrs) |
| 3382 | goto msg_cancel; |
| 3383 | |
| 3384 | if (__tipc_nl_add_sk_info(skb, tsk)) |
| 3385 | goto attr_msg_cancel; |
| 3386 | |
| 3387 | if (nla_put_u32(skb, TIPC_NLA_SOCK_TYPE, (u32)sk->sk_type) || |
| 3388 | nla_put_u32(skb, TIPC_NLA_SOCK_TIPC_STATE, (u32)sk->sk_state) || |
| 3389 | nla_put_u32(skb, TIPC_NLA_SOCK_INO, sock_i_ino(sk)) || |
| 3390 | nla_put_u32(skb, TIPC_NLA_SOCK_UID, |
Cong Wang | e41f054 | 2018-04-06 18:54:52 -0700 | [diff] [blame] | 3391 | from_kuid_munged(sk_user_ns(NETLINK_CB(cb->skb).sk), |
GhantaKrishnamurthy MohanKrishna | 4b2e687 | 2018-04-04 14:49:47 +0200 | [diff] [blame] | 3392 | sock_i_uid(sk))) || |
GhantaKrishnamurthy MohanKrishna | c30b70d | 2018-03-21 14:37:44 +0100 | [diff] [blame] | 3393 | nla_put_u64_64bit(skb, TIPC_NLA_SOCK_COOKIE, |
| 3394 | tipc_diag_gen_cookie(sk), |
| 3395 | TIPC_NLA_SOCK_PAD)) |
| 3396 | goto attr_msg_cancel; |
| 3397 | |
| 3398 | stat = nla_nest_start(skb, TIPC_NLA_SOCK_STAT); |
| 3399 | if (!stat) |
| 3400 | goto attr_msg_cancel; |
| 3401 | |
| 3402 | if (nla_put_u32(skb, TIPC_NLA_SOCK_STAT_RCVQ, |
| 3403 | skb_queue_len(&sk->sk_receive_queue)) || |
| 3404 | nla_put_u32(skb, TIPC_NLA_SOCK_STAT_SENDQ, |
GhantaKrishnamurthy MohanKrishna | 872619d | 2018-03-21 14:37:45 +0100 | [diff] [blame] | 3405 | skb_queue_len(&sk->sk_write_queue)) || |
| 3406 | nla_put_u32(skb, TIPC_NLA_SOCK_STAT_DROP, |
| 3407 | atomic_read(&sk->sk_drops))) |
GhantaKrishnamurthy MohanKrishna | c30b70d | 2018-03-21 14:37:44 +0100 | [diff] [blame] | 3408 | goto stat_msg_cancel; |
| 3409 | |
| 3410 | if (tsk->cong_link_cnt && |
| 3411 | nla_put_flag(skb, TIPC_NLA_SOCK_STAT_LINK_CONG)) |
| 3412 | goto stat_msg_cancel; |
| 3413 | |
| 3414 | if (tsk_conn_cong(tsk) && |
| 3415 | nla_put_flag(skb, TIPC_NLA_SOCK_STAT_CONN_CONG)) |
| 3416 | goto stat_msg_cancel; |
| 3417 | |
| 3418 | nla_nest_end(skb, stat); |
GhantaKrishnamurthy MohanKrishna | a1be5a2 | 2018-06-29 13:26:18 +0200 | [diff] [blame] | 3419 | |
| 3420 | if (tsk->group) |
| 3421 | if (tipc_group_fill_sock_diag(tsk->group, skb)) |
| 3422 | goto stat_msg_cancel; |
| 3423 | |
GhantaKrishnamurthy MohanKrishna | c30b70d | 2018-03-21 14:37:44 +0100 | [diff] [blame] | 3424 | nla_nest_end(skb, attrs); |
| 3425 | |
| 3426 | return 0; |
| 3427 | |
| 3428 | stat_msg_cancel: |
| 3429 | nla_nest_cancel(skb, stat); |
| 3430 | attr_msg_cancel: |
| 3431 | nla_nest_cancel(skb, attrs); |
| 3432 | msg_cancel: |
| 3433 | return -EMSGSIZE; |
| 3434 | } |
| 3435 | EXPORT_SYMBOL(tipc_sk_fill_sock_diag); |
Richard Alpe | 1a1a143 | 2014-11-20 10:29:11 +0100 | [diff] [blame] | 3436 | |
GhantaKrishnamurthy MohanKrishna | dfde331 | 2018-03-21 14:37:43 +0100 | [diff] [blame] | 3437 | int tipc_nl_sk_dump(struct sk_buff *skb, struct netlink_callback *cb) |
| 3438 | { |
GhantaKrishnamurthy MohanKrishna | c30b70d | 2018-03-21 14:37:44 +0100 | [diff] [blame] | 3439 | return tipc_nl_sk_walk(skb, cb, __tipc_nl_add_sk); |
GhantaKrishnamurthy MohanKrishna | dfde331 | 2018-03-21 14:37:43 +0100 | [diff] [blame] | 3440 | } |
| 3441 | |
Richard Alpe | 1a1a143 | 2014-11-20 10:29:11 +0100 | [diff] [blame] | 3442 | /* Caller should hold socket lock for the passed tipc socket. */ |
Richard Alpe | d818280 | 2014-11-24 11:10:29 +0100 | [diff] [blame] | 3443 | static int __tipc_nl_add_sk_publ(struct sk_buff *skb, |
| 3444 | struct netlink_callback *cb, |
| 3445 | struct publication *publ) |
Richard Alpe | 1a1a143 | 2014-11-20 10:29:11 +0100 | [diff] [blame] | 3446 | { |
| 3447 | void *hdr; |
| 3448 | struct nlattr *attrs; |
| 3449 | |
| 3450 | hdr = genlmsg_put(skb, NETLINK_CB(cb->skb).portid, cb->nlh->nlmsg_seq, |
Richard Alpe | bfb3e5d | 2015-02-09 09:50:03 +0100 | [diff] [blame] | 3451 | &tipc_genl_family, NLM_F_MULTI, TIPC_NL_PUBL_GET); |
Richard Alpe | 1a1a143 | 2014-11-20 10:29:11 +0100 | [diff] [blame] | 3452 | if (!hdr) |
| 3453 | goto msg_cancel; |
| 3454 | |
| 3455 | attrs = nla_nest_start(skb, TIPC_NLA_PUBL); |
| 3456 | if (!attrs) |
| 3457 | goto genlmsg_cancel; |
| 3458 | |
| 3459 | if (nla_put_u32(skb, TIPC_NLA_PUBL_KEY, publ->key)) |
| 3460 | goto attr_msg_cancel; |
| 3461 | if (nla_put_u32(skb, TIPC_NLA_PUBL_TYPE, publ->type)) |
| 3462 | goto attr_msg_cancel; |
| 3463 | if (nla_put_u32(skb, TIPC_NLA_PUBL_LOWER, publ->lower)) |
| 3464 | goto attr_msg_cancel; |
| 3465 | if (nla_put_u32(skb, TIPC_NLA_PUBL_UPPER, publ->upper)) |
| 3466 | goto attr_msg_cancel; |
| 3467 | |
| 3468 | nla_nest_end(skb, attrs); |
| 3469 | genlmsg_end(skb, hdr); |
| 3470 | |
| 3471 | return 0; |
| 3472 | |
| 3473 | attr_msg_cancel: |
| 3474 | nla_nest_cancel(skb, attrs); |
| 3475 | genlmsg_cancel: |
| 3476 | genlmsg_cancel(skb, hdr); |
| 3477 | msg_cancel: |
| 3478 | return -EMSGSIZE; |
| 3479 | } |
| 3480 | |
| 3481 | /* Caller should hold socket lock for the passed tipc socket. */ |
Richard Alpe | d818280 | 2014-11-24 11:10:29 +0100 | [diff] [blame] | 3482 | static int __tipc_nl_list_sk_publ(struct sk_buff *skb, |
| 3483 | struct netlink_callback *cb, |
| 3484 | struct tipc_sock *tsk, u32 *last_publ) |
Richard Alpe | 1a1a143 | 2014-11-20 10:29:11 +0100 | [diff] [blame] | 3485 | { |
| 3486 | int err; |
| 3487 | struct publication *p; |
| 3488 | |
| 3489 | if (*last_publ) { |
Jon Maloy | e50e73e | 2018-03-15 16:48:55 +0100 | [diff] [blame] | 3490 | list_for_each_entry(p, &tsk->publications, binding_sock) { |
Richard Alpe | 1a1a143 | 2014-11-20 10:29:11 +0100 | [diff] [blame] | 3491 | if (p->key == *last_publ) |
| 3492 | break; |
| 3493 | } |
| 3494 | if (p->key != *last_publ) { |
| 3495 | /* We never set seq or call nl_dump_check_consistent() |
| 3496 | * this means that setting prev_seq here will cause the |
| 3497 | * consistence check to fail in the netlink callback |
| 3498 | * handler. Resulting in the last NLMSG_DONE message |
| 3499 | * having the NLM_F_DUMP_INTR flag set. |
| 3500 | */ |
| 3501 | cb->prev_seq = 1; |
| 3502 | *last_publ = 0; |
| 3503 | return -EPIPE; |
| 3504 | } |
| 3505 | } else { |
| 3506 | p = list_first_entry(&tsk->publications, struct publication, |
Jon Maloy | e50e73e | 2018-03-15 16:48:55 +0100 | [diff] [blame] | 3507 | binding_sock); |
Richard Alpe | 1a1a143 | 2014-11-20 10:29:11 +0100 | [diff] [blame] | 3508 | } |
| 3509 | |
Jon Maloy | e50e73e | 2018-03-15 16:48:55 +0100 | [diff] [blame] | 3510 | list_for_each_entry_from(p, &tsk->publications, binding_sock) { |
Richard Alpe | 1a1a143 | 2014-11-20 10:29:11 +0100 | [diff] [blame] | 3511 | err = __tipc_nl_add_sk_publ(skb, cb, p); |
| 3512 | if (err) { |
| 3513 | *last_publ = p->key; |
| 3514 | return err; |
| 3515 | } |
| 3516 | } |
| 3517 | *last_publ = 0; |
| 3518 | |
| 3519 | return 0; |
| 3520 | } |
| 3521 | |
| 3522 | int tipc_nl_publ_dump(struct sk_buff *skb, struct netlink_callback *cb) |
| 3523 | { |
| 3524 | int err; |
Ying Xue | 07f6c4b | 2015-01-07 13:41:58 +0800 | [diff] [blame] | 3525 | u32 tsk_portid = cb->args[0]; |
Richard Alpe | 1a1a143 | 2014-11-20 10:29:11 +0100 | [diff] [blame] | 3526 | u32 last_publ = cb->args[1]; |
| 3527 | u32 done = cb->args[2]; |
Ying Xue | e05b31f | 2015-01-09 15:27:08 +0800 | [diff] [blame] | 3528 | struct net *net = sock_net(skb->sk); |
Richard Alpe | 1a1a143 | 2014-11-20 10:29:11 +0100 | [diff] [blame] | 3529 | struct tipc_sock *tsk; |
| 3530 | |
Ying Xue | 07f6c4b | 2015-01-07 13:41:58 +0800 | [diff] [blame] | 3531 | if (!tsk_portid) { |
Richard Alpe | 1a1a143 | 2014-11-20 10:29:11 +0100 | [diff] [blame] | 3532 | struct nlattr **attrs; |
| 3533 | struct nlattr *sock[TIPC_NLA_SOCK_MAX + 1]; |
| 3534 | |
| 3535 | err = tipc_nlmsg_parse(cb->nlh, &attrs); |
| 3536 | if (err) |
| 3537 | return err; |
| 3538 | |
Richard Alpe | 45e093a | 2016-05-16 11:14:54 +0200 | [diff] [blame] | 3539 | if (!attrs[TIPC_NLA_SOCK]) |
| 3540 | return -EINVAL; |
| 3541 | |
Richard Alpe | 1a1a143 | 2014-11-20 10:29:11 +0100 | [diff] [blame] | 3542 | err = nla_parse_nested(sock, TIPC_NLA_SOCK_MAX, |
| 3543 | attrs[TIPC_NLA_SOCK], |
Johannes Berg | fceb643 | 2017-04-12 14:34:07 +0200 | [diff] [blame] | 3544 | tipc_nl_sock_policy, NULL); |
Richard Alpe | 1a1a143 | 2014-11-20 10:29:11 +0100 | [diff] [blame] | 3545 | if (err) |
| 3546 | return err; |
| 3547 | |
| 3548 | if (!sock[TIPC_NLA_SOCK_REF]) |
| 3549 | return -EINVAL; |
| 3550 | |
Ying Xue | 07f6c4b | 2015-01-07 13:41:58 +0800 | [diff] [blame] | 3551 | tsk_portid = nla_get_u32(sock[TIPC_NLA_SOCK_REF]); |
Richard Alpe | 1a1a143 | 2014-11-20 10:29:11 +0100 | [diff] [blame] | 3552 | } |
| 3553 | |
| 3554 | if (done) |
| 3555 | return 0; |
| 3556 | |
Ying Xue | e05b31f | 2015-01-09 15:27:08 +0800 | [diff] [blame] | 3557 | tsk = tipc_sk_lookup(net, tsk_portid); |
Richard Alpe | 1a1a143 | 2014-11-20 10:29:11 +0100 | [diff] [blame] | 3558 | if (!tsk) |
| 3559 | return -EINVAL; |
| 3560 | |
| 3561 | lock_sock(&tsk->sk); |
| 3562 | err = __tipc_nl_list_sk_publ(skb, cb, tsk, &last_publ); |
| 3563 | if (!err) |
| 3564 | done = 1; |
| 3565 | release_sock(&tsk->sk); |
Ying Xue | 07f6c4b | 2015-01-07 13:41:58 +0800 | [diff] [blame] | 3566 | sock_put(&tsk->sk); |
Richard Alpe | 1a1a143 | 2014-11-20 10:29:11 +0100 | [diff] [blame] | 3567 | |
Ying Xue | 07f6c4b | 2015-01-07 13:41:58 +0800 | [diff] [blame] | 3568 | cb->args[0] = tsk_portid; |
Richard Alpe | 1a1a143 | 2014-11-20 10:29:11 +0100 | [diff] [blame] | 3569 | cb->args[1] = last_publ; |
| 3570 | cb->args[2] = done; |
| 3571 | |
| 3572 | return skb->len; |
| 3573 | } |