blob: f0cf768a59f3acbf93871a04e431825e090d8f9e [file] [log] [blame]
Per Lidenb97bf3f2006-01-02 19:04:38 +01001/*
2 * net/tipc/link.c: TIPC link code
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09003 *
Jon Paul Maloyc1336ee2015-03-13 16:08:08 -04004 * Copyright (c) 1996-2007, 2012-2015, Ericsson AB
Ying Xue198d73b2013-06-17 10:54:42 -04005 * Copyright (c) 2004-2007, 2010-2013, Wind River Systems
Per Lidenb97bf3f2006-01-02 19:04:38 +01006 * All rights reserved.
7 *
Per Liden9ea1fd32006-01-11 13:30:43 +01008 * Redistribution and use in source and binary forms, with or without
Per Lidenb97bf3f2006-01-02 19:04:38 +01009 * modification, are permitted provided that the following conditions are met:
10 *
Per Liden9ea1fd32006-01-11 13:30:43 +010011 * 1. Redistributions of source code must retain the above copyright
12 * notice, this list of conditions and the following disclaimer.
13 * 2. Redistributions in binary form must reproduce the above copyright
14 * notice, this list of conditions and the following disclaimer in the
15 * documentation and/or other materials provided with the distribution.
16 * 3. Neither the names of the copyright holders nor the names of its
17 * contributors may be used to endorse or promote products derived from
18 * this software without specific prior written permission.
Per Lidenb97bf3f2006-01-02 19:04:38 +010019 *
Per Liden9ea1fd32006-01-11 13:30:43 +010020 * Alternatively, this software may be distributed under the terms of the
21 * GNU General Public License ("GPL") version 2 as published by the Free
22 * Software Foundation.
23 *
24 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
25 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
26 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
27 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
28 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
29 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
30 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
31 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
32 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
33 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
Per Lidenb97bf3f2006-01-02 19:04:38 +010034 * POSSIBILITY OF SUCH DAMAGE.
35 */
36
37#include "core.h"
Jon Paul Maloye3eea1e2015-03-13 16:08:11 -040038#include "subscr.h"
Per Lidenb97bf3f2006-01-02 19:04:38 +010039#include "link.h"
Richard Alpe7be57fc2014-11-20 10:29:12 +010040#include "bcast.h"
Jon Paul Maloy9816f062014-05-14 05:39:15 -040041#include "socket.h"
Per Lidenb97bf3f2006-01-02 19:04:38 +010042#include "name_distr.h"
Per Lidenb97bf3f2006-01-02 19:04:38 +010043#include "discover.h"
Richard Alpe0655f6a2014-11-20 10:29:07 +010044#include "netlink.h"
Per Lidenb97bf3f2006-01-02 19:04:38 +010045
Ying Xue796c75d2013-06-17 10:54:48 -040046#include <linux/pkt_sched.h>
47
Erik Hugne2cf8aa12012-06-29 00:16:37 -040048/*
49 * Error message prefixes
50 */
Jon Paul Maloy6e498152015-07-30 18:24:19 -040051static const char *link_co_err = "Link tunneling error, ";
Erik Hugne2cf8aa12012-06-29 00:16:37 -040052static const char *link_rst_msg = "Resetting link ";
Jon Paul Maloy32301902015-10-22 08:51:37 -040053static const char tipc_bclink_name[] = "broadcast-link";
Per Lidenb97bf3f2006-01-02 19:04:38 +010054
Richard Alpe7be57fc2014-11-20 10:29:12 +010055static const struct nla_policy tipc_nl_link_policy[TIPC_NLA_LINK_MAX + 1] = {
56 [TIPC_NLA_LINK_UNSPEC] = { .type = NLA_UNSPEC },
57 [TIPC_NLA_LINK_NAME] = {
58 .type = NLA_STRING,
59 .len = TIPC_MAX_LINK_NAME
60 },
61 [TIPC_NLA_LINK_MTU] = { .type = NLA_U32 },
62 [TIPC_NLA_LINK_BROADCAST] = { .type = NLA_FLAG },
63 [TIPC_NLA_LINK_UP] = { .type = NLA_FLAG },
64 [TIPC_NLA_LINK_ACTIVE] = { .type = NLA_FLAG },
65 [TIPC_NLA_LINK_PROP] = { .type = NLA_NESTED },
66 [TIPC_NLA_LINK_STATS] = { .type = NLA_NESTED },
67 [TIPC_NLA_LINK_RX] = { .type = NLA_U32 },
68 [TIPC_NLA_LINK_TX] = { .type = NLA_U32 }
69};
70
Richard Alpe0655f6a2014-11-20 10:29:07 +010071/* Properties valid for media, bearar and link */
72static const struct nla_policy tipc_nl_prop_policy[TIPC_NLA_PROP_MAX + 1] = {
73 [TIPC_NLA_PROP_UNSPEC] = { .type = NLA_UNSPEC },
74 [TIPC_NLA_PROP_PRIO] = { .type = NLA_U32 },
75 [TIPC_NLA_PROP_TOL] = { .type = NLA_U32 },
76 [TIPC_NLA_PROP_WIN] = { .type = NLA_U32 }
77};
78
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +090079/*
Jon Paul Maloyd9992972015-07-16 16:54:31 -040080 * Interval between NACKs when packets arrive out of order
81 */
82#define TIPC_NACK_INTV (TIPC_MIN_LINK_WIN * 2)
83/*
Allan Stephensa686e682008-06-04 17:29:39 -070084 * Out-of-range value for link session numbers
85 */
Jon Paul Maloyd3504c32015-07-16 16:54:25 -040086#define WILDCARD_SESSION 0x10000
Allan Stephensa686e682008-06-04 17:29:39 -070087
Jon Paul Maloy662921c2015-07-30 18:24:21 -040088/* Link FSM states:
Jon Paul Maloyd3504c32015-07-16 16:54:25 -040089 */
90enum {
Jon Paul Maloy662921c2015-07-30 18:24:21 -040091 LINK_ESTABLISHED = 0xe,
92 LINK_ESTABLISHING = 0xe << 4,
93 LINK_RESET = 0x1 << 8,
94 LINK_RESETTING = 0x2 << 12,
95 LINK_PEER_RESET = 0xd << 16,
96 LINK_FAILINGOVER = 0xf << 20,
97 LINK_SYNCHING = 0xc << 24
Jon Paul Maloyd3504c32015-07-16 16:54:25 -040098};
99
100/* Link FSM state checking routines
101 */
Jon Paul Maloy662921c2015-07-30 18:24:21 -0400102static int link_is_up(struct tipc_link *l)
Jon Paul Maloyd3504c32015-07-16 16:54:25 -0400103{
Jon Paul Maloy662921c2015-07-30 18:24:21 -0400104 return l->state & (LINK_ESTABLISHED | LINK_SYNCHING);
Jon Paul Maloyd3504c32015-07-16 16:54:25 -0400105}
106
Jon Paul Maloyd9992972015-07-16 16:54:31 -0400107static int tipc_link_proto_rcv(struct tipc_link *l, struct sk_buff *skb,
108 struct sk_buff_head *xmitq);
Jon Paul Maloy426cc2b2015-07-16 16:54:26 -0400109static void tipc_link_build_proto_msg(struct tipc_link *l, int mtyp, bool probe,
110 u16 rcvgap, int tolerance, int priority,
111 struct sk_buff_head *xmitq);
Paul Gortmakera18c4bc2011-12-29 20:58:42 -0500112static void link_reset_statistics(struct tipc_link *l_ptr);
113static void link_print(struct tipc_link *l_ptr, const char *str);
Ying Xue247f0f32014-02-18 16:06:46 +0800114static void tipc_link_sync_rcv(struct tipc_node *n, struct sk_buff *buf);
Jon Paul Maloy8b4ed862015-03-25 12:07:26 -0400115
Per Lidenb97bf3f2006-01-02 19:04:38 +0100116/*
Sam Ravnborg05790c62006-03-20 22:37:04 -0800117 * Simple non-static link routines (i.e. referenced outside this file)
Per Lidenb97bf3f2006-01-02 19:04:38 +0100118 */
Jon Paul Maloy662921c2015-07-30 18:24:21 -0400119bool tipc_link_is_up(struct tipc_link *l)
Per Lidenb97bf3f2006-01-02 19:04:38 +0100120{
Jon Paul Maloy662921c2015-07-30 18:24:21 -0400121 return link_is_up(l);
122}
123
Jon Paul Maloyc8199302015-10-15 14:52:46 -0400124bool tipc_link_peer_is_down(struct tipc_link *l)
125{
126 return l->state == LINK_PEER_RESET;
127}
128
Jon Paul Maloy662921c2015-07-30 18:24:21 -0400129bool tipc_link_is_reset(struct tipc_link *l)
130{
131 return l->state & (LINK_RESET | LINK_FAILINGOVER | LINK_ESTABLISHING);
132}
133
Jon Paul Maloy73f646c2015-10-15 14:52:44 -0400134bool tipc_link_is_establishing(struct tipc_link *l)
135{
136 return l->state == LINK_ESTABLISHING;
137}
138
Jon Paul Maloy662921c2015-07-30 18:24:21 -0400139bool tipc_link_is_synching(struct tipc_link *l)
140{
141 return l->state == LINK_SYNCHING;
142}
143
144bool tipc_link_is_failingover(struct tipc_link *l)
145{
146 return l->state == LINK_FAILINGOVER;
147}
148
149bool tipc_link_is_blocked(struct tipc_link *l)
150{
151 return l->state & (LINK_RESETTING | LINK_PEER_RESET | LINK_FAILINGOVER);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100152}
153
Jon Paul Maloy9d13ec62015-07-16 16:54:19 -0400154int tipc_link_is_active(struct tipc_link *l)
Per Lidenb97bf3f2006-01-02 19:04:38 +0100155{
Jon Paul Maloy9d13ec62015-07-16 16:54:19 -0400156 struct tipc_node *n = l->owner;
157
158 return (node_active_link(n, 0) == l) || (node_active_link(n, 1) == l);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100159}
160
Jon Paul Maloy440d8962015-07-30 18:24:26 -0400161static u32 link_own_addr(struct tipc_link *l)
162{
163 return msg_prevnode(l->pmsg);
164}
165
Per Lidenb97bf3f2006-01-02 19:04:38 +0100166/**
Per Liden4323add2006-01-18 00:38:21 +0100167 * tipc_link_create - create a new link
Jon Paul Maloy440d8962015-07-30 18:24:26 -0400168 * @n: pointer to associated node
Jon Paul Maloy0e054982015-10-22 08:51:36 -0400169 * @if_name: associated interface name
170 * @bearer_id: id (index) of associated bearer
171 * @tolerance: link tolerance to be used by link
172 * @net_plane: network plane (A,B,c..) this link belongs to
173 * @mtu: mtu to be advertised by link
174 * @priority: priority to be used by link
175 * @window: send window to be used by link
176 * @session: session to be used by link
Jon Paul Maloy440d8962015-07-30 18:24:26 -0400177 * @ownnode: identity of own node
Jon Paul Maloy0e054982015-10-22 08:51:36 -0400178 * @peer: node id of peer node
Jon Paul Maloy440d8962015-07-30 18:24:26 -0400179 * @maddr: media address to be used
180 * @inputq: queue to put messages ready for delivery
181 * @namedq: queue to put binding table update messages ready for delivery
182 * @link: return value, pointer to put the created link
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +0900183 *
Jon Paul Maloy440d8962015-07-30 18:24:26 -0400184 * Returns true if link was created, otherwise false
Per Lidenb97bf3f2006-01-02 19:04:38 +0100185 */
Jon Paul Maloy0e054982015-10-22 08:51:36 -0400186bool tipc_link_create(struct tipc_node *n, char *if_name, int bearer_id,
187 int tolerance, char net_plane, u32 mtu, int priority,
188 int window, u32 session, u32 ownnode, u32 peer,
189 struct tipc_media_addr *maddr,
Jon Paul Maloy440d8962015-07-30 18:24:26 -0400190 struct sk_buff_head *inputq, struct sk_buff_head *namedq,
191 struct tipc_link **link)
Per Lidenb97bf3f2006-01-02 19:04:38 +0100192{
Jon Paul Maloy440d8962015-07-30 18:24:26 -0400193 struct tipc_link *l;
194 struct tipc_msg *hdr;
Allan Stephens37b9c082011-02-28 11:32:27 -0500195
Jon Paul Maloy440d8962015-07-30 18:24:26 -0400196 l = kzalloc(sizeof(*l), GFP_ATOMIC);
197 if (!l)
198 return false;
199 *link = l;
Jon Paul Maloy440d8962015-07-30 18:24:26 -0400200 l->pmsg = (struct tipc_msg *)&l->proto_msg;
201 hdr = l->pmsg;
202 tipc_msg_init(ownnode, hdr, LINK_PROTOCOL, RESET_MSG, INT_H_SIZE, peer);
203 msg_set_size(hdr, sizeof(l->proto_msg));
204 msg_set_session(hdr, session);
205 msg_set_bearer_id(hdr, l->bearer_id);
Jon Paul Maloy0e054982015-10-22 08:51:36 -0400206
207 /* Note: peer i/f name is completed by reset/activate message */
208 sprintf(l->name, "%u.%u.%u:%s-%u.%u.%u:unknown",
209 tipc_zone(ownnode), tipc_cluster(ownnode), tipc_node(ownnode),
210 if_name, tipc_zone(peer), tipc_cluster(peer), tipc_node(peer));
Jon Paul Maloy440d8962015-07-30 18:24:26 -0400211 strcpy((char *)msg_data(hdr), if_name);
Jon Paul Maloy0e054982015-10-22 08:51:36 -0400212
213 l->addr = peer;
214 l->media_addr = maddr;
215 l->owner = n;
216 l->peer_session = WILDCARD_SESSION;
217 l->bearer_id = bearer_id;
218 l->tolerance = tolerance;
219 l->net_plane = net_plane;
220 l->advertised_mtu = mtu;
221 l->mtu = mtu;
222 l->priority = priority;
223 tipc_link_set_queue_limits(l, window);
224 l->inputq = inputq;
225 l->namedq = namedq;
226 l->state = LINK_RESETTING;
Jon Paul Maloy440d8962015-07-30 18:24:26 -0400227 __skb_queue_head_init(&l->transmq);
228 __skb_queue_head_init(&l->backlogq);
229 __skb_queue_head_init(&l->deferdq);
230 skb_queue_head_init(&l->wakeupq);
231 skb_queue_head_init(l->inputq);
232 return true;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100233}
234
Jon Paul Maloy32301902015-10-22 08:51:37 -0400235/**
236 * tipc_link_bc_create - create new link to be used for broadcast
237 * @n: pointer to associated node
238 * @mtu: mtu to be used
239 * @window: send window to be used
240 * @inputq: queue to put messages ready for delivery
241 * @namedq: queue to put binding table update messages ready for delivery
242 * @link: return value, pointer to put the created link
243 *
244 * Returns true if link was created, otherwise false
245 */
246bool tipc_link_bc_create(struct tipc_node *n, int mtu, int window,
247 struct sk_buff_head *inputq,
248 struct sk_buff_head *namedq,
249 struct tipc_link **link)
250{
251 struct tipc_link *l;
252
253 if (!tipc_link_create(n, "", MAX_BEARERS, 0, 'Z', mtu, 0, window,
254 0, 0, 0, NULL, inputq, namedq, link))
255 return false;
256
257 l = *link;
258 strcpy(l->name, tipc_bclink_name);
259 tipc_link_reset(l);
260 return true;
261}
262
Jon Paul Maloyd9992972015-07-16 16:54:31 -0400263/* tipc_link_build_bcast_sync_msg() - synchronize broadcast link endpoints.
264 *
265 * Give a newly added peer node the sequence number where it should
266 * start receiving and acking broadcast packets.
267 */
Jon Paul Maloy5045f7b2015-07-30 18:24:20 -0400268void tipc_link_build_bcast_sync_msg(struct tipc_link *l,
269 struct sk_buff_head *xmitq)
Jon Paul Maloyd9992972015-07-16 16:54:31 -0400270{
271 struct sk_buff *skb;
272 struct sk_buff_head list;
Jon Maloy5a4c3552015-07-29 18:28:01 -0400273 u16 last_sent;
Jon Paul Maloyd9992972015-07-16 16:54:31 -0400274
275 skb = tipc_msg_create(BCAST_PROTOCOL, STATE_MSG, INT_H_SIZE,
276 0, l->addr, link_own_addr(l), 0, 0, 0);
277 if (!skb)
278 return;
Jon Maloy5a4c3552015-07-29 18:28:01 -0400279 last_sent = tipc_bclink_get_last_sent(l->owner->net);
280 msg_set_last_bcast(buf_msg(skb), last_sent);
Jon Paul Maloyd9992972015-07-16 16:54:31 -0400281 __skb_queue_head_init(&list);
282 __skb_queue_tail(&list, skb);
283 tipc_link_xmit(l, &list, xmitq);
284}
285
Per Lidenb97bf3f2006-01-02 19:04:38 +0100286/**
Jon Paul Maloy6ab30f92015-07-16 16:54:27 -0400287 * tipc_link_fsm_evt - link finite state machine
288 * @l: pointer to link
289 * @evt: state machine event to be processed
Jon Paul Maloy6ab30f92015-07-16 16:54:27 -0400290 */
Jon Paul Maloy662921c2015-07-30 18:24:21 -0400291int tipc_link_fsm_evt(struct tipc_link *l, int evt)
Jon Paul Maloy6ab30f92015-07-16 16:54:27 -0400292{
Jon Paul Maloy5045f7b2015-07-30 18:24:20 -0400293 int rc = 0;
Jon Paul Maloy6ab30f92015-07-16 16:54:27 -0400294
295 switch (l->state) {
Jon Paul Maloy662921c2015-07-30 18:24:21 -0400296 case LINK_RESETTING:
Jon Paul Maloy6ab30f92015-07-16 16:54:27 -0400297 switch (evt) {
Jon Paul Maloy662921c2015-07-30 18:24:21 -0400298 case LINK_PEER_RESET_EVT:
299 l->state = LINK_PEER_RESET;
Jon Paul Maloy6ab30f92015-07-16 16:54:27 -0400300 break;
Jon Paul Maloy662921c2015-07-30 18:24:21 -0400301 case LINK_RESET_EVT:
302 l->state = LINK_RESET;
Jon Paul Maloy6ab30f92015-07-16 16:54:27 -0400303 break;
Jon Paul Maloy662921c2015-07-30 18:24:21 -0400304 case LINK_FAILURE_EVT:
305 case LINK_FAILOVER_BEGIN_EVT:
306 case LINK_ESTABLISH_EVT:
307 case LINK_FAILOVER_END_EVT:
308 case LINK_SYNCH_BEGIN_EVT:
309 case LINK_SYNCH_END_EVT:
Jon Paul Maloy6ab30f92015-07-16 16:54:27 -0400310 default:
Jon Paul Maloy662921c2015-07-30 18:24:21 -0400311 goto illegal_evt;
Jon Paul Maloy6ab30f92015-07-16 16:54:27 -0400312 }
313 break;
Jon Paul Maloy662921c2015-07-30 18:24:21 -0400314 case LINK_RESET:
Jon Paul Maloy6ab30f92015-07-16 16:54:27 -0400315 switch (evt) {
Jon Paul Maloy662921c2015-07-30 18:24:21 -0400316 case LINK_PEER_RESET_EVT:
317 l->state = LINK_ESTABLISHING;
Jon Paul Maloy6ab30f92015-07-16 16:54:27 -0400318 break;
Jon Paul Maloy662921c2015-07-30 18:24:21 -0400319 case LINK_FAILOVER_BEGIN_EVT:
320 l->state = LINK_FAILINGOVER;
321 case LINK_FAILURE_EVT:
322 case LINK_RESET_EVT:
323 case LINK_ESTABLISH_EVT:
324 case LINK_FAILOVER_END_EVT:
Jon Paul Maloy6ab30f92015-07-16 16:54:27 -0400325 break;
Jon Paul Maloy662921c2015-07-30 18:24:21 -0400326 case LINK_SYNCH_BEGIN_EVT:
327 case LINK_SYNCH_END_EVT:
Jon Paul Maloy6ab30f92015-07-16 16:54:27 -0400328 default:
Jon Paul Maloy662921c2015-07-30 18:24:21 -0400329 goto illegal_evt;
Jon Paul Maloy6ab30f92015-07-16 16:54:27 -0400330 }
331 break;
Jon Paul Maloy662921c2015-07-30 18:24:21 -0400332 case LINK_PEER_RESET:
Jon Paul Maloy6ab30f92015-07-16 16:54:27 -0400333 switch (evt) {
Jon Paul Maloy662921c2015-07-30 18:24:21 -0400334 case LINK_RESET_EVT:
335 l->state = LINK_ESTABLISHING;
Jon Paul Maloy6ab30f92015-07-16 16:54:27 -0400336 break;
Jon Paul Maloy662921c2015-07-30 18:24:21 -0400337 case LINK_PEER_RESET_EVT:
338 case LINK_ESTABLISH_EVT:
339 case LINK_FAILURE_EVT:
Jon Paul Maloy6ab30f92015-07-16 16:54:27 -0400340 break;
Jon Paul Maloy662921c2015-07-30 18:24:21 -0400341 case LINK_SYNCH_BEGIN_EVT:
342 case LINK_SYNCH_END_EVT:
343 case LINK_FAILOVER_BEGIN_EVT:
344 case LINK_FAILOVER_END_EVT:
Jon Paul Maloy6ab30f92015-07-16 16:54:27 -0400345 default:
Jon Paul Maloy662921c2015-07-30 18:24:21 -0400346 goto illegal_evt;
Jon Paul Maloy6ab30f92015-07-16 16:54:27 -0400347 }
348 break;
Jon Paul Maloy662921c2015-07-30 18:24:21 -0400349 case LINK_FAILINGOVER:
Jon Paul Maloy6ab30f92015-07-16 16:54:27 -0400350 switch (evt) {
Jon Paul Maloy662921c2015-07-30 18:24:21 -0400351 case LINK_FAILOVER_END_EVT:
352 l->state = LINK_RESET;
Jon Paul Maloy6ab30f92015-07-16 16:54:27 -0400353 break;
Jon Paul Maloy662921c2015-07-30 18:24:21 -0400354 case LINK_PEER_RESET_EVT:
355 case LINK_RESET_EVT:
356 case LINK_ESTABLISH_EVT:
357 case LINK_FAILURE_EVT:
Jon Paul Maloy6ab30f92015-07-16 16:54:27 -0400358 break;
Jon Paul Maloy662921c2015-07-30 18:24:21 -0400359 case LINK_FAILOVER_BEGIN_EVT:
360 case LINK_SYNCH_BEGIN_EVT:
361 case LINK_SYNCH_END_EVT:
Jon Paul Maloy6ab30f92015-07-16 16:54:27 -0400362 default:
Jon Paul Maloy662921c2015-07-30 18:24:21 -0400363 goto illegal_evt;
364 }
365 break;
366 case LINK_ESTABLISHING:
367 switch (evt) {
368 case LINK_ESTABLISH_EVT:
369 l->state = LINK_ESTABLISHED;
Jon Paul Maloy662921c2015-07-30 18:24:21 -0400370 break;
371 case LINK_FAILOVER_BEGIN_EVT:
372 l->state = LINK_FAILINGOVER;
373 break;
Jon Paul Maloy662921c2015-07-30 18:24:21 -0400374 case LINK_RESET_EVT:
Jon Paul Maloy73f646c2015-10-15 14:52:44 -0400375 l->state = LINK_RESET;
376 break;
Jon Paul Maloy662921c2015-07-30 18:24:21 -0400377 case LINK_FAILURE_EVT:
Jon Paul Maloy73f646c2015-10-15 14:52:44 -0400378 case LINK_PEER_RESET_EVT:
Jon Paul Maloy662921c2015-07-30 18:24:21 -0400379 case LINK_SYNCH_BEGIN_EVT:
380 case LINK_FAILOVER_END_EVT:
381 break;
382 case LINK_SYNCH_END_EVT:
383 default:
384 goto illegal_evt;
385 }
386 break;
387 case LINK_ESTABLISHED:
388 switch (evt) {
389 case LINK_PEER_RESET_EVT:
390 l->state = LINK_PEER_RESET;
391 rc |= TIPC_LINK_DOWN_EVT;
392 break;
393 case LINK_FAILURE_EVT:
394 l->state = LINK_RESETTING;
395 rc |= TIPC_LINK_DOWN_EVT;
396 break;
397 case LINK_RESET_EVT:
398 l->state = LINK_RESET;
399 break;
400 case LINK_ESTABLISH_EVT:
Jon Paul Maloy5ae2f8e2015-08-20 02:12:55 -0400401 case LINK_SYNCH_END_EVT:
Jon Paul Maloy662921c2015-07-30 18:24:21 -0400402 break;
403 case LINK_SYNCH_BEGIN_EVT:
404 l->state = LINK_SYNCHING;
405 break;
Jon Paul Maloy662921c2015-07-30 18:24:21 -0400406 case LINK_FAILOVER_BEGIN_EVT:
407 case LINK_FAILOVER_END_EVT:
408 default:
409 goto illegal_evt;
410 }
411 break;
412 case LINK_SYNCHING:
413 switch (evt) {
414 case LINK_PEER_RESET_EVT:
415 l->state = LINK_PEER_RESET;
416 rc |= TIPC_LINK_DOWN_EVT;
417 break;
418 case LINK_FAILURE_EVT:
419 l->state = LINK_RESETTING;
420 rc |= TIPC_LINK_DOWN_EVT;
421 break;
422 case LINK_RESET_EVT:
423 l->state = LINK_RESET;
424 break;
425 case LINK_ESTABLISH_EVT:
426 case LINK_SYNCH_BEGIN_EVT:
427 break;
428 case LINK_SYNCH_END_EVT:
429 l->state = LINK_ESTABLISHED;
430 break;
431 case LINK_FAILOVER_BEGIN_EVT:
432 case LINK_FAILOVER_END_EVT:
433 default:
434 goto illegal_evt;
Jon Paul Maloy6ab30f92015-07-16 16:54:27 -0400435 }
436 break;
437 default:
Jon Paul Maloy662921c2015-07-30 18:24:21 -0400438 pr_err("Unknown FSM state %x in %s\n", l->state, l->name);
Jon Paul Maloy6ab30f92015-07-16 16:54:27 -0400439 }
Jon Paul Maloy662921c2015-07-30 18:24:21 -0400440 return rc;
441illegal_evt:
442 pr_err("Illegal FSM event %x in state %x on link %s\n",
443 evt, l->state, l->name);
Jon Paul Maloy6ab30f92015-07-16 16:54:27 -0400444 return rc;
445}
446
Jon Paul Maloy333ef692015-07-16 16:54:28 -0400447/* link_profile_stats - update statistical profiling of traffic
448 */
449static void link_profile_stats(struct tipc_link *l)
450{
451 struct sk_buff *skb;
452 struct tipc_msg *msg;
453 int length;
454
455 /* Update counters used in statistical profiling of send traffic */
456 l->stats.accu_queue_sz += skb_queue_len(&l->transmq);
457 l->stats.queue_sz_counts++;
458
459 skb = skb_peek(&l->transmq);
460 if (!skb)
461 return;
462 msg = buf_msg(skb);
463 length = msg_size(msg);
464
465 if (msg_user(msg) == MSG_FRAGMENTER) {
466 if (msg_type(msg) != FIRST_FRAGMENT)
467 return;
468 length = msg_size(msg_get_wrapped(msg));
469 }
470 l->stats.msg_lengths_total += length;
471 l->stats.msg_length_counts++;
472 if (length <= 64)
473 l->stats.msg_length_profile[0]++;
474 else if (length <= 256)
475 l->stats.msg_length_profile[1]++;
476 else if (length <= 1024)
477 l->stats.msg_length_profile[2]++;
478 else if (length <= 4096)
479 l->stats.msg_length_profile[3]++;
480 else if (length <= 16384)
481 l->stats.msg_length_profile[4]++;
482 else if (length <= 32768)
483 l->stats.msg_length_profile[5]++;
484 else
485 l->stats.msg_length_profile[6]++;
486}
487
488/* tipc_link_timeout - perform periodic task as instructed from node timeout
489 */
490int tipc_link_timeout(struct tipc_link *l, struct sk_buff_head *xmitq)
491{
492 int rc = 0;
Jon Paul Maloy5045f7b2015-07-30 18:24:20 -0400493 int mtyp = STATE_MSG;
494 bool xmit = false;
495 bool prb = false;
Jon Paul Maloy333ef692015-07-16 16:54:28 -0400496
497 link_profile_stats(l);
Jon Paul Maloy5045f7b2015-07-30 18:24:20 -0400498
Jon Paul Maloy662921c2015-07-30 18:24:21 -0400499 switch (l->state) {
500 case LINK_ESTABLISHED:
501 case LINK_SYNCHING:
Jon Paul Maloy5045f7b2015-07-30 18:24:20 -0400502 if (!l->silent_intv_cnt) {
503 if (tipc_bclink_acks_missing(l->owner))
504 xmit = true;
505 } else if (l->silent_intv_cnt <= l->abort_limit) {
506 xmit = true;
507 prb = true;
508 } else {
Jon Paul Maloy662921c2015-07-30 18:24:21 -0400509 rc |= tipc_link_fsm_evt(l, LINK_FAILURE_EVT);
Jon Paul Maloy5045f7b2015-07-30 18:24:20 -0400510 }
511 l->silent_intv_cnt++;
Jon Paul Maloy662921c2015-07-30 18:24:21 -0400512 break;
513 case LINK_RESET:
Jon Paul Maloy5045f7b2015-07-30 18:24:20 -0400514 xmit = true;
515 mtyp = RESET_MSG;
Jon Paul Maloy662921c2015-07-30 18:24:21 -0400516 break;
517 case LINK_ESTABLISHING:
Jon Paul Maloy5045f7b2015-07-30 18:24:20 -0400518 xmit = true;
519 mtyp = ACTIVATE_MSG;
Jon Paul Maloy662921c2015-07-30 18:24:21 -0400520 break;
Jon Paul Maloy662921c2015-07-30 18:24:21 -0400521 case LINK_PEER_RESET:
Jon Paul Maloy598411d2015-07-30 18:24:23 -0400522 case LINK_RESETTING:
Jon Paul Maloy662921c2015-07-30 18:24:21 -0400523 case LINK_FAILINGOVER:
524 break;
525 default:
526 break;
Jon Paul Maloy5045f7b2015-07-30 18:24:20 -0400527 }
Jon Paul Maloy662921c2015-07-30 18:24:21 -0400528
Jon Paul Maloy5045f7b2015-07-30 18:24:20 -0400529 if (xmit)
530 tipc_link_build_proto_msg(l, mtyp, prb, 0, 0, 0, xmitq);
531
Jon Paul Maloy333ef692015-07-16 16:54:28 -0400532 return rc;
533}
534
Jon Paul Maloy6ab30f92015-07-16 16:54:27 -0400535/**
Jon Paul Maloy3127a022015-03-25 12:07:25 -0400536 * link_schedule_user - schedule a message sender for wakeup after congestion
Jon Paul Maloy50100a52014-08-22 18:09:07 -0400537 * @link: congested link
Jon Paul Maloy3127a022015-03-25 12:07:25 -0400538 * @list: message that was attempted sent
Jon Paul Maloy50100a52014-08-22 18:09:07 -0400539 * Create pseudo msg to send back to user when congestion abates
Jon Paul Maloy22d85c72015-07-16 16:54:23 -0400540 * Does not consume buffer list
Per Lidenb97bf3f2006-01-02 19:04:38 +0100541 */
Jon Paul Maloy3127a022015-03-25 12:07:25 -0400542static int link_schedule_user(struct tipc_link *link, struct sk_buff_head *list)
Per Lidenb97bf3f2006-01-02 19:04:38 +0100543{
Jon Paul Maloy3127a022015-03-25 12:07:25 -0400544 struct tipc_msg *msg = buf_msg(skb_peek(list));
545 int imp = msg_importance(msg);
546 u32 oport = msg_origport(msg);
547 u32 addr = link_own_addr(link);
548 struct sk_buff *skb;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100549
Jon Paul Maloy3127a022015-03-25 12:07:25 -0400550 /* This really cannot happen... */
551 if (unlikely(imp > TIPC_CRITICAL_IMPORTANCE)) {
552 pr_warn("%s<%s>, send queue full", link_rst_msg, link->name);
Jon Paul Maloy22d85c72015-07-16 16:54:23 -0400553 return -ENOBUFS;
Jon Paul Maloy3127a022015-03-25 12:07:25 -0400554 }
555 /* Non-blocking sender: */
556 if (TIPC_SKB_CB(skb_peek(list))->wakeup_pending)
557 return -ELINKCONG;
558
559 /* Create and schedule wakeup pseudo message */
560 skb = tipc_msg_create(SOCK_WAKEUP, 0, INT_H_SIZE, 0,
561 addr, addr, oport, 0, 0);
562 if (!skb)
Jon Paul Maloy22d85c72015-07-16 16:54:23 -0400563 return -ENOBUFS;
Jon Paul Maloy3127a022015-03-25 12:07:25 -0400564 TIPC_SKB_CB(skb)->chain_sz = skb_queue_len(list);
565 TIPC_SKB_CB(skb)->chain_imp = imp;
566 skb_queue_tail(&link->wakeupq, skb);
Jon Paul Maloy50100a52014-08-22 18:09:07 -0400567 link->stats.link_congs++;
Jon Paul Maloy3127a022015-03-25 12:07:25 -0400568 return -ELINKCONG;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100569}
570
Jon Paul Maloy50100a52014-08-22 18:09:07 -0400571/**
572 * link_prepare_wakeup - prepare users for wakeup after congestion
573 * @link: congested link
574 * Move a number of waiting users, as permitted by available space in
575 * the send queue, from link wait queue to node wait queue for wakeup
576 */
Jon Paul Maloy1f66d162015-03-25 12:07:24 -0400577void link_prepare_wakeup(struct tipc_link *l)
Per Lidenb97bf3f2006-01-02 19:04:38 +0100578{
Jon Paul Maloy1f66d162015-03-25 12:07:24 -0400579 int pnd[TIPC_SYSTEM_IMPORTANCE + 1] = {0,};
580 int imp, lim;
Ying Xue58d78b32014-11-26 11:41:51 +0800581 struct sk_buff *skb, *tmp;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100582
Jon Paul Maloy1f66d162015-03-25 12:07:24 -0400583 skb_queue_walk_safe(&l->wakeupq, skb, tmp) {
584 imp = TIPC_SKB_CB(skb)->chain_imp;
585 lim = l->window + l->backlog[imp].limit;
586 pnd[imp] += TIPC_SKB_CB(skb)->chain_sz;
587 if ((pnd[imp] + l->backlog[imp].len) >= lim)
Per Lidenb97bf3f2006-01-02 19:04:38 +0100588 break;
Jon Paul Maloy1f66d162015-03-25 12:07:24 -0400589 skb_unlink(skb, &l->wakeupq);
Jon Paul Maloyd39bbd42015-07-16 16:54:21 -0400590 skb_queue_tail(l->inputq, skb);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100591 }
Per Lidenb97bf3f2006-01-02 19:04:38 +0100592}
593
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +0900594/**
Per Liden4323add2006-01-18 00:38:21 +0100595 * tipc_link_reset_fragments - purge link's inbound message fragments queue
Per Lidenb97bf3f2006-01-02 19:04:38 +0100596 * @l_ptr: pointer to link
597 */
Paul Gortmakera18c4bc2011-12-29 20:58:42 -0500598void tipc_link_reset_fragments(struct tipc_link *l_ptr)
Per Lidenb97bf3f2006-01-02 19:04:38 +0100599{
Jon Paul Maloy37e22162014-05-14 05:39:12 -0400600 kfree_skb(l_ptr->reasm_buf);
601 l_ptr->reasm_buf = NULL;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100602}
603
Jon Paul Maloy7d967b62015-06-28 09:44:44 -0400604void tipc_link_purge_backlog(struct tipc_link *l)
Jon Paul Maloy1f66d162015-03-25 12:07:24 -0400605{
606 __skb_queue_purge(&l->backlogq);
607 l->backlog[TIPC_LOW_IMPORTANCE].len = 0;
608 l->backlog[TIPC_MEDIUM_IMPORTANCE].len = 0;
609 l->backlog[TIPC_HIGH_IMPORTANCE].len = 0;
610 l->backlog[TIPC_CRITICAL_IMPORTANCE].len = 0;
611 l->backlog[TIPC_SYSTEM_IMPORTANCE].len = 0;
612}
613
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +0900614/**
Jon Paul Maloy581465f2014-01-07 17:02:44 -0500615 * tipc_link_purge_queues - purge all pkt queues associated with link
Per Lidenb97bf3f2006-01-02 19:04:38 +0100616 * @l_ptr: pointer to link
617 */
Jon Paul Maloy581465f2014-01-07 17:02:44 -0500618void tipc_link_purge_queues(struct tipc_link *l_ptr)
Per Lidenb97bf3f2006-01-02 19:04:38 +0100619{
Jon Paul Maloy05dcc5a2015-03-13 16:08:10 -0400620 __skb_queue_purge(&l_ptr->deferdq);
621 __skb_queue_purge(&l_ptr->transmq);
Jon Paul Maloy1f66d162015-03-25 12:07:24 -0400622 tipc_link_purge_backlog(l_ptr);
Per Liden4323add2006-01-18 00:38:21 +0100623 tipc_link_reset_fragments(l_ptr);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100624}
625
Jon Paul Maloy6e498152015-07-30 18:24:19 -0400626void tipc_link_reset(struct tipc_link *l)
Per Lidenb97bf3f2006-01-02 19:04:38 +0100627{
Allan Stephensa686e682008-06-04 17:29:39 -0700628 /* Link is down, accept any session */
Jon Paul Maloy6e498152015-07-30 18:24:19 -0400629 l->peer_session = WILDCARD_SESSION;
630
631 /* If peer is up, it only accepts an incremented session number */
632 msg_set_session(l->pmsg, msg_session(l->pmsg) + 1);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100633
Jon Paul Maloyed193ec2015-04-02 09:33:02 -0400634 /* Prepare for renewed mtu size negotiation */
Jon Paul Maloy6e498152015-07-30 18:24:19 -0400635 l->mtu = l->advertised_mtu;
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +0900636
Jon Paul Maloy23d83352015-07-30 18:24:24 -0400637 /* Clean up all queues: */
Jon Paul Maloy6e498152015-07-30 18:24:19 -0400638 __skb_queue_purge(&l->transmq);
639 __skb_queue_purge(&l->deferdq);
Jon Paul Maloy23d83352015-07-30 18:24:24 -0400640 skb_queue_splice_init(&l->wakeupq, l->inputq);
Jon Paul Maloy6e498152015-07-30 18:24:19 -0400641
642 tipc_link_purge_backlog(l);
643 kfree_skb(l->reasm_buf);
644 kfree_skb(l->failover_reasm_skb);
645 l->reasm_buf = NULL;
646 l->failover_reasm_skb = NULL;
647 l->rcv_unacked = 0;
648 l->snd_nxt = 1;
649 l->rcv_nxt = 1;
650 l->silent_intv_cnt = 0;
651 l->stats.recv_info = 0;
652 l->stale_count = 0;
653 link_reset_statistics(l);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100654}
655
Per Lidenb97bf3f2006-01-02 19:04:38 +0100656/**
Jon Paul Maloy9fbfb8b2014-07-16 20:41:03 -0400657 * __tipc_link_xmit(): same as tipc_link_xmit, but destlink is known & locked
Jon Paul Maloy4f1688b2014-06-25 20:41:32 -0500658 * @link: link to use
Ying Xuea6ca1092014-11-26 11:41:55 +0800659 * @list: chain of buffers containing message
660 *
Jon Paul Maloy22d85c72015-07-16 16:54:23 -0400661 * Consumes the buffer chain, except when returning an error code,
Jon Paul Maloy3127a022015-03-25 12:07:25 -0400662 * Returns 0 if success, or errno: -ELINKCONG, -EMSGSIZE or -ENOBUFS
663 * Messages at TIPC_SYSTEM_IMPORTANCE are always accepted
Jon Paul Maloy4f1688b2014-06-25 20:41:32 -0500664 */
Ying Xue7f9f95d2015-01-09 15:27:06 +0800665int __tipc_link_xmit(struct net *net, struct tipc_link *link,
666 struct sk_buff_head *list)
Jon Paul Maloy4f1688b2014-06-25 20:41:32 -0500667{
Ying Xuea6ca1092014-11-26 11:41:55 +0800668 struct tipc_msg *msg = buf_msg(skb_peek(list));
Jon Paul Maloy05dcc5a2015-03-13 16:08:10 -0400669 unsigned int maxwin = link->window;
Jon Paul Maloyf21e8972015-05-14 10:46:17 -0400670 unsigned int i, imp = msg_importance(msg);
Jon Paul Maloyed193ec2015-04-02 09:33:02 -0400671 uint mtu = link->mtu;
Jon Paul Maloya97b9d32015-05-14 10:46:15 -0400672 u16 ack = mod(link->rcv_nxt - 1);
673 u16 seqno = link->snd_nxt;
Jon Paul Maloye4bf4f72015-05-14 10:46:14 -0400674 u16 bc_last_in = link->owner->bclink.last_in;
Jon Paul Maloy440d8962015-07-30 18:24:26 -0400675 struct tipc_media_addr *addr = link->media_addr;
Jon Paul Maloy05dcc5a2015-03-13 16:08:10 -0400676 struct sk_buff_head *transmq = &link->transmq;
677 struct sk_buff_head *backlogq = &link->backlogq;
Jon Paul Maloydd3f9e72015-05-14 10:46:18 -0400678 struct sk_buff *skb, *bskb;
Jon Paul Maloy4f1688b2014-06-25 20:41:32 -0500679
Jon Paul Maloyf21e8972015-05-14 10:46:17 -0400680 /* Match msg importance against this and all higher backlog limits: */
681 for (i = imp; i <= TIPC_SYSTEM_IMPORTANCE; i++) {
682 if (unlikely(link->backlog[i].len >= link->backlog[i].limit))
683 return link_schedule_user(link, list);
684 }
Jon Paul Maloy22d85c72015-07-16 16:54:23 -0400685 if (unlikely(msg_size(msg) > mtu))
Jon Paul Maloy4f1688b2014-06-25 20:41:32 -0500686 return -EMSGSIZE;
Jon Paul Maloy22d85c72015-07-16 16:54:23 -0400687
Jon Paul Maloy05dcc5a2015-03-13 16:08:10 -0400688 /* Prepare each packet for sending, and add to relevant queue: */
Jon Paul Maloydd3f9e72015-05-14 10:46:18 -0400689 while (skb_queue_len(list)) {
690 skb = skb_peek(list);
Ying Xue58dc55f2014-11-26 11:41:52 +0800691 msg = buf_msg(skb);
Jon Paul Maloy05dcc5a2015-03-13 16:08:10 -0400692 msg_set_seqno(msg, seqno);
693 msg_set_ack(msg, ack);
Jon Paul Maloy4f1688b2014-06-25 20:41:32 -0500694 msg_set_bcast_ack(msg, bc_last_in);
695
Jon Paul Maloy05dcc5a2015-03-13 16:08:10 -0400696 if (likely(skb_queue_len(transmq) < maxwin)) {
Jon Paul Maloydd3f9e72015-05-14 10:46:18 -0400697 __skb_dequeue(list);
Jon Paul Maloy05dcc5a2015-03-13 16:08:10 -0400698 __skb_queue_tail(transmq, skb);
699 tipc_bearer_send(net, link->bearer_id, skb, addr);
700 link->rcv_unacked = 0;
701 seqno++;
702 continue;
703 }
Jon Paul Maloydd3f9e72015-05-14 10:46:18 -0400704 if (tipc_msg_bundle(skb_peek_tail(backlogq), msg, mtu)) {
705 kfree_skb(__skb_dequeue(list));
Jon Paul Maloy4f1688b2014-06-25 20:41:32 -0500706 link->stats.sent_bundled++;
Jon Paul Maloy4f1688b2014-06-25 20:41:32 -0500707 continue;
Jon Paul Maloy05dcc5a2015-03-13 16:08:10 -0400708 }
Jon Paul Maloydd3f9e72015-05-14 10:46:18 -0400709 if (tipc_msg_make_bundle(&bskb, msg, mtu, link->addr)) {
710 kfree_skb(__skb_dequeue(list));
711 __skb_queue_tail(backlogq, bskb);
712 link->backlog[msg_importance(buf_msg(bskb))].len++;
Jon Paul Maloy4f1688b2014-06-25 20:41:32 -0500713 link->stats.sent_bundled++;
714 link->stats.sent_bundles++;
Jon Paul Maloydd3f9e72015-05-14 10:46:18 -0400715 continue;
Jon Paul Maloy4f1688b2014-06-25 20:41:32 -0500716 }
Jon Paul Maloydd3f9e72015-05-14 10:46:18 -0400717 link->backlog[imp].len += skb_queue_len(list);
718 skb_queue_splice_tail_init(list, backlogq);
Jon Paul Maloy4f1688b2014-06-25 20:41:32 -0500719 }
Jon Paul Maloya97b9d32015-05-14 10:46:15 -0400720 link->snd_nxt = seqno;
Jon Paul Maloy4f1688b2014-06-25 20:41:32 -0500721 return 0;
722}
723
Jon Paul Maloyaf9b0282015-07-16 16:54:24 -0400724/**
725 * tipc_link_xmit(): enqueue buffer list according to queue situation
726 * @link: link to use
727 * @list: chain of buffers containing message
728 * @xmitq: returned list of packets to be sent by caller
729 *
730 * Consumes the buffer chain, except when returning -ELINKCONG,
731 * since the caller then may want to make more send attempts.
732 * Returns 0 if success, or errno: -ELINKCONG, -EMSGSIZE or -ENOBUFS
733 * Messages at TIPC_SYSTEM_IMPORTANCE are always accepted
734 */
735int tipc_link_xmit(struct tipc_link *l, struct sk_buff_head *list,
736 struct sk_buff_head *xmitq)
737{
738 struct tipc_msg *hdr = buf_msg(skb_peek(list));
739 unsigned int maxwin = l->window;
740 unsigned int i, imp = msg_importance(hdr);
741 unsigned int mtu = l->mtu;
742 u16 ack = l->rcv_nxt - 1;
743 u16 seqno = l->snd_nxt;
744 u16 bc_last_in = l->owner->bclink.last_in;
745 struct sk_buff_head *transmq = &l->transmq;
746 struct sk_buff_head *backlogq = &l->backlogq;
747 struct sk_buff *skb, *_skb, *bskb;
748
749 /* Match msg importance against this and all higher backlog limits: */
750 for (i = imp; i <= TIPC_SYSTEM_IMPORTANCE; i++) {
751 if (unlikely(l->backlog[i].len >= l->backlog[i].limit))
752 return link_schedule_user(l, list);
753 }
754 if (unlikely(msg_size(hdr) > mtu))
755 return -EMSGSIZE;
756
757 /* Prepare each packet for sending, and add to relevant queue: */
758 while (skb_queue_len(list)) {
759 skb = skb_peek(list);
760 hdr = buf_msg(skb);
761 msg_set_seqno(hdr, seqno);
762 msg_set_ack(hdr, ack);
763 msg_set_bcast_ack(hdr, bc_last_in);
764
765 if (likely(skb_queue_len(transmq) < maxwin)) {
766 _skb = skb_clone(skb, GFP_ATOMIC);
767 if (!_skb)
768 return -ENOBUFS;
769 __skb_dequeue(list);
770 __skb_queue_tail(transmq, skb);
771 __skb_queue_tail(xmitq, _skb);
772 l->rcv_unacked = 0;
773 seqno++;
774 continue;
775 }
776 if (tipc_msg_bundle(skb_peek_tail(backlogq), hdr, mtu)) {
777 kfree_skb(__skb_dequeue(list));
778 l->stats.sent_bundled++;
779 continue;
780 }
781 if (tipc_msg_make_bundle(&bskb, hdr, mtu, l->addr)) {
782 kfree_skb(__skb_dequeue(list));
783 __skb_queue_tail(backlogq, bskb);
784 l->backlog[msg_importance(buf_msg(bskb))].len++;
785 l->stats.sent_bundled++;
786 l->stats.sent_bundles++;
787 continue;
788 }
789 l->backlog[imp].len += skb_queue_len(list);
790 skb_queue_splice_tail_init(list, backlogq);
791 }
792 l->snd_nxt = seqno;
793 return 0;
794}
795
Jon Maloyc64f7a62012-11-16 13:51:31 +0800796/*
Ying Xue247f0f32014-02-18 16:06:46 +0800797 * tipc_link_sync_rcv - synchronize broadcast link endpoints.
Jon Maloyc64f7a62012-11-16 13:51:31 +0800798 * Receive the sequence number where we should start receiving and
799 * acking broadcast packets from a newly added peer node, and open
800 * up for reception of such packets.
801 *
802 * Called with node locked
803 */
Ying Xue247f0f32014-02-18 16:06:46 +0800804static void tipc_link_sync_rcv(struct tipc_node *n, struct sk_buff *buf)
Jon Maloyc64f7a62012-11-16 13:51:31 +0800805{
806 struct tipc_msg *msg = buf_msg(buf);
807
808 n->bclink.last_sent = n->bclink.last_in = msg_last_bcast(msg);
809 n->bclink.recv_permitted = true;
810 kfree_skb(buf);
811}
812
813/*
Ying Xue47b4c9a2014-11-26 11:41:48 +0800814 * tipc_link_push_packets - push unsent packets to bearer
815 *
816 * Push out the unsent messages of a link where congestion
817 * has abated. Node is locked.
818 *
819 * Called with node locked
Per Lidenb97bf3f2006-01-02 19:04:38 +0100820 */
Jon Paul Maloy05dcc5a2015-03-13 16:08:10 -0400821void tipc_link_push_packets(struct tipc_link *link)
Per Lidenb97bf3f2006-01-02 19:04:38 +0100822{
Jon Paul Maloy05dcc5a2015-03-13 16:08:10 -0400823 struct sk_buff *skb;
Ying Xue47b4c9a2014-11-26 11:41:48 +0800824 struct tipc_msg *msg;
Jon Paul Maloydd3f9e72015-05-14 10:46:18 -0400825 u16 seqno = link->snd_nxt;
Jon Paul Maloya97b9d32015-05-14 10:46:15 -0400826 u16 ack = mod(link->rcv_nxt - 1);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100827
Jon Paul Maloy05dcc5a2015-03-13 16:08:10 -0400828 while (skb_queue_len(&link->transmq) < link->window) {
829 skb = __skb_dequeue(&link->backlogq);
830 if (!skb)
Ying Xue47b4c9a2014-11-26 11:41:48 +0800831 break;
Jon Paul Maloy05dcc5a2015-03-13 16:08:10 -0400832 msg = buf_msg(skb);
Jon Paul Maloy1f66d162015-03-25 12:07:24 -0400833 link->backlog[msg_importance(msg)].len--;
Jon Paul Maloy05dcc5a2015-03-13 16:08:10 -0400834 msg_set_ack(msg, ack);
Jon Paul Maloydd3f9e72015-05-14 10:46:18 -0400835 msg_set_seqno(msg, seqno);
836 seqno = mod(seqno + 1);
Jon Paul Maloy05dcc5a2015-03-13 16:08:10 -0400837 msg_set_bcast_ack(msg, link->owner->bclink.last_in);
838 link->rcv_unacked = 0;
839 __skb_queue_tail(&link->transmq, skb);
840 tipc_bearer_send(link->owner->net, link->bearer_id,
Jon Paul Maloy440d8962015-07-30 18:24:26 -0400841 skb, link->media_addr);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100842 }
Jon Paul Maloydd3f9e72015-05-14 10:46:18 -0400843 link->snd_nxt = seqno;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100844}
845
Jon Paul Maloyd9992972015-07-16 16:54:31 -0400846void tipc_link_advance_backlog(struct tipc_link *l, struct sk_buff_head *xmitq)
847{
848 struct sk_buff *skb, *_skb;
849 struct tipc_msg *hdr;
850 u16 seqno = l->snd_nxt;
851 u16 ack = l->rcv_nxt - 1;
852
853 while (skb_queue_len(&l->transmq) < l->window) {
854 skb = skb_peek(&l->backlogq);
855 if (!skb)
856 break;
857 _skb = skb_clone(skb, GFP_ATOMIC);
858 if (!_skb)
859 break;
860 __skb_dequeue(&l->backlogq);
861 hdr = buf_msg(skb);
862 l->backlog[msg_importance(hdr)].len--;
863 __skb_queue_tail(&l->transmq, skb);
864 __skb_queue_tail(xmitq, _skb);
865 msg_set_ack(hdr, ack);
866 msg_set_seqno(hdr, seqno);
867 msg_set_bcast_ack(hdr, l->owner->bclink.last_in);
868 l->rcv_unacked = 0;
869 seqno++;
870 }
871 l->snd_nxt = seqno;
872}
873
Paul Gortmakera18c4bc2011-12-29 20:58:42 -0500874static void link_retransmit_failure(struct tipc_link *l_ptr,
Paul Gortmakerae8509c2013-06-17 10:54:47 -0400875 struct sk_buff *buf)
Allan Stephensd356eeb2006-06-25 23:40:01 -0700876{
877 struct tipc_msg *msg = buf_msg(buf);
Ying Xue1da46562015-01-09 15:27:07 +0800878 struct net *net = l_ptr->owner->net;
Allan Stephensd356eeb2006-06-25 23:40:01 -0700879
Erik Hugne2cf8aa12012-06-29 00:16:37 -0400880 pr_warn("Retransmission failure on link <%s>\n", l_ptr->name);
Allan Stephensd356eeb2006-06-25 23:40:01 -0700881
882 if (l_ptr->addr) {
Allan Stephensd356eeb2006-06-25 23:40:01 -0700883 /* Handle failure on standard link */
Jon Paul Maloy1a20cc22015-07-16 16:54:30 -0400884 link_print(l_ptr, "Resetting link ");
885 pr_info("Failed msg: usr %u, typ %u, len %u, err %u\n",
886 msg_user(msg), msg_type(msg), msg_size(msg),
887 msg_errcode(msg));
888 pr_info("sqno %u, prev: %x, src: %x\n",
889 msg_seqno(msg), msg_prevnode(msg), msg_orignode(msg));
Allan Stephensd356eeb2006-06-25 23:40:01 -0700890 } else {
Allan Stephensd356eeb2006-06-25 23:40:01 -0700891 /* Handle failure on broadcast link */
David S. Miller6c000552008-09-02 23:38:32 -0700892 struct tipc_node *n_ptr;
Allan Stephensd356eeb2006-06-25 23:40:01 -0700893 char addr_string[16];
894
Erik Hugne2cf8aa12012-06-29 00:16:37 -0400895 pr_info("Msg seq number: %u, ", msg_seqno(msg));
896 pr_cont("Outstanding acks: %lu\n",
897 (unsigned long) TIPC_SKB_CB(buf)->handle);
Jeff Garzik617dbea2006-10-03 16:25:34 -0700898
Ying Xue1da46562015-01-09 15:27:07 +0800899 n_ptr = tipc_bclink_retransmit_to(net);
Allan Stephensd356eeb2006-06-25 23:40:01 -0700900
Allan Stephensc68ca7b2010-05-11 14:30:12 +0000901 tipc_addr_string_fill(addr_string, n_ptr->addr);
Erik Hugne2cf8aa12012-06-29 00:16:37 -0400902 pr_info("Broadcast link info for %s\n", addr_string);
Ying Xue389dd9b2012-11-16 13:51:30 +0800903 pr_info("Reception permitted: %d, Acked: %u\n",
904 n_ptr->bclink.recv_permitted,
Erik Hugne2cf8aa12012-06-29 00:16:37 -0400905 n_ptr->bclink.acked);
906 pr_info("Last in: %u, Oos state: %u, Last sent: %u\n",
907 n_ptr->bclink.last_in,
908 n_ptr->bclink.oos_state,
909 n_ptr->bclink.last_sent);
Allan Stephensd356eeb2006-06-25 23:40:01 -0700910
Ying Xueb952b2b2015-03-26 18:10:23 +0800911 n_ptr->action_flags |= TIPC_BCAST_RESET;
Allan Stephensd356eeb2006-06-25 23:40:01 -0700912 l_ptr->stale_count = 0;
913 }
914}
915
Ying Xue58dc55f2014-11-26 11:41:52 +0800916void tipc_link_retransmit(struct tipc_link *l_ptr, struct sk_buff *skb,
Per Liden4323add2006-01-18 00:38:21 +0100917 u32 retransmits)
Per Lidenb97bf3f2006-01-02 19:04:38 +0100918{
919 struct tipc_msg *msg;
920
Ying Xue58dc55f2014-11-26 11:41:52 +0800921 if (!skb)
Allan Stephensd356eeb2006-06-25 23:40:01 -0700922 return;
923
Ying Xue58dc55f2014-11-26 11:41:52 +0800924 msg = buf_msg(skb);
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +0900925
Erik Hugne512137e2013-12-06 10:08:00 -0500926 /* Detect repeated retransmit failures */
Jon Paul Maloya97b9d32015-05-14 10:46:15 -0400927 if (l_ptr->last_retransm == msg_seqno(msg)) {
Erik Hugne512137e2013-12-06 10:08:00 -0500928 if (++l_ptr->stale_count > 100) {
Ying Xue58dc55f2014-11-26 11:41:52 +0800929 link_retransmit_failure(l_ptr, skb);
Erik Hugne512137e2013-12-06 10:08:00 -0500930 return;
Allan Stephensd356eeb2006-06-25 23:40:01 -0700931 }
932 } else {
Jon Paul Maloya97b9d32015-05-14 10:46:15 -0400933 l_ptr->last_retransm = msg_seqno(msg);
Erik Hugne512137e2013-12-06 10:08:00 -0500934 l_ptr->stale_count = 1;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100935 }
Allan Stephensd356eeb2006-06-25 23:40:01 -0700936
Jon Paul Maloy05dcc5a2015-03-13 16:08:10 -0400937 skb_queue_walk_from(&l_ptr->transmq, skb) {
938 if (!retransmits)
Ying Xue58dc55f2014-11-26 11:41:52 +0800939 break;
940 msg = buf_msg(skb);
Jon Paul Maloya97b9d32015-05-14 10:46:15 -0400941 msg_set_ack(msg, mod(l_ptr->rcv_nxt - 1));
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +0900942 msg_set_bcast_ack(msg, l_ptr->owner->bclink.last_in);
Ying Xue7f9f95d2015-01-09 15:27:06 +0800943 tipc_bearer_send(l_ptr->owner->net, l_ptr->bearer_id, skb,
Jon Paul Maloy440d8962015-07-30 18:24:26 -0400944 l_ptr->media_addr);
Ying Xue3c294cb2012-11-15 11:34:45 +0800945 retransmits--;
946 l_ptr->stats.retransmitted++;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100947 }
Per Lidenb97bf3f2006-01-02 19:04:38 +0100948}
949
Jon Paul Maloyd9992972015-07-16 16:54:31 -0400950static int tipc_link_retransm(struct tipc_link *l, int retransm,
951 struct sk_buff_head *xmitq)
952{
953 struct sk_buff *_skb, *skb = skb_peek(&l->transmq);
954 struct tipc_msg *hdr;
955
956 if (!skb)
957 return 0;
958
959 /* Detect repeated retransmit failures on same packet */
960 if (likely(l->last_retransm != buf_seqno(skb))) {
961 l->last_retransm = buf_seqno(skb);
962 l->stale_count = 1;
963 } else if (++l->stale_count > 100) {
964 link_retransmit_failure(l, skb);
Jon Paul Maloy662921c2015-07-30 18:24:21 -0400965 return tipc_link_fsm_evt(l, LINK_FAILURE_EVT);
Jon Paul Maloyd9992972015-07-16 16:54:31 -0400966 }
967 skb_queue_walk(&l->transmq, skb) {
968 if (!retransm)
969 return 0;
970 hdr = buf_msg(skb);
971 _skb = __pskb_copy(skb, MIN_H_SIZE, GFP_ATOMIC);
972 if (!_skb)
973 return 0;
974 hdr = buf_msg(_skb);
975 msg_set_ack(hdr, l->rcv_nxt - 1);
976 msg_set_bcast_ack(hdr, l->owner->bclink.last_in);
977 _skb->priority = TC_PRIO_CONTROL;
978 __skb_queue_tail(xmitq, _skb);
979 retransm--;
980 l->stats.retransmitted++;
981 }
982 return 0;
983}
984
Jon Paul Maloyc637c102015-02-05 08:36:41 -0500985/* tipc_data_input - deliver data and name distr msgs to upper layer
Erik Hugne7ae934b2014-07-01 10:22:40 +0200986 *
Jon Paul Maloyc637c102015-02-05 08:36:41 -0500987 * Consumes buffer if message is of right type
Erik Hugne7ae934b2014-07-01 10:22:40 +0200988 * Node lock must be held
989 */
Jon Paul Maloy9073fb82015-07-30 18:24:25 -0400990static bool tipc_data_input(struct tipc_link *link, struct sk_buff *skb,
991 struct sk_buff_head *inputq)
Erik Hugne7ae934b2014-07-01 10:22:40 +0200992{
Jon Paul Maloyc637c102015-02-05 08:36:41 -0500993 struct tipc_node *node = link->owner;
Erik Hugne7ae934b2014-07-01 10:22:40 +0200994
Jon Paul Maloy9073fb82015-07-30 18:24:25 -0400995 switch (msg_user(buf_msg(skb))) {
Erik Hugne7ae934b2014-07-01 10:22:40 +0200996 case TIPC_LOW_IMPORTANCE:
997 case TIPC_MEDIUM_IMPORTANCE:
998 case TIPC_HIGH_IMPORTANCE:
999 case TIPC_CRITICAL_IMPORTANCE:
1000 case CONN_MANAGER:
Jon Paul Maloy9945e802015-10-15 14:52:40 -04001001 skb_queue_tail(inputq, skb);
Jon Paul Maloyc637c102015-02-05 08:36:41 -05001002 return true;
Erik Hugne7ae934b2014-07-01 10:22:40 +02001003 case NAME_DISTRIBUTOR:
Jon Paul Maloyc637c102015-02-05 08:36:41 -05001004 node->bclink.recv_permitted = true;
Jon Paul Maloyd39bbd42015-07-16 16:54:21 -04001005 skb_queue_tail(link->namedq, skb);
Jon Paul Maloyc637c102015-02-05 08:36:41 -05001006 return true;
Erik Hugne7ae934b2014-07-01 10:22:40 +02001007 case MSG_BUNDLER:
Jon Paul Maloydff29b12015-04-02 09:33:01 -04001008 case TUNNEL_PROTOCOL:
Jon Paul Maloyc637c102015-02-05 08:36:41 -05001009 case MSG_FRAGMENTER:
1010 case BCAST_PROTOCOL:
1011 return false;
1012 default:
1013 pr_warn("Dropping received illegal msg type\n");
1014 kfree_skb(skb);
1015 return false;
1016 };
1017}
1018
1019/* tipc_link_input - process packet that has passed link protocol check
1020 *
1021 * Consumes buffer
Jon Paul Maloyc637c102015-02-05 08:36:41 -05001022 */
Jon Paul Maloy9073fb82015-07-30 18:24:25 -04001023static int tipc_link_input(struct tipc_link *l, struct sk_buff *skb,
1024 struct sk_buff_head *inputq)
Jon Paul Maloyc637c102015-02-05 08:36:41 -05001025{
Jon Paul Maloy6e498152015-07-30 18:24:19 -04001026 struct tipc_node *node = l->owner;
1027 struct tipc_msg *hdr = buf_msg(skb);
1028 struct sk_buff **reasm_skb = &l->reasm_buf;
Jon Paul Maloyc637c102015-02-05 08:36:41 -05001029 struct sk_buff *iskb;
Jon Paul Maloy9945e802015-10-15 14:52:40 -04001030 struct sk_buff_head tmpq;
Jon Paul Maloy6e498152015-07-30 18:24:19 -04001031 int usr = msg_user(hdr);
Jon Paul Maloy6144a992015-07-30 18:24:16 -04001032 int rc = 0;
Jon Paul Maloy6e498152015-07-30 18:24:19 -04001033 int pos = 0;
1034 int ipos = 0;
Jon Paul Maloyc637c102015-02-05 08:36:41 -05001035
Jon Paul Maloy6e498152015-07-30 18:24:19 -04001036 if (unlikely(usr == TUNNEL_PROTOCOL)) {
1037 if (msg_type(hdr) == SYNCH_MSG) {
1038 __skb_queue_purge(&l->deferdq);
1039 goto drop;
Jon Paul Maloy8b4ed862015-03-25 12:07:26 -04001040 }
Jon Paul Maloy6e498152015-07-30 18:24:19 -04001041 if (!tipc_msg_extract(skb, &iskb, &ipos))
1042 return rc;
1043 kfree_skb(skb);
1044 skb = iskb;
1045 hdr = buf_msg(skb);
1046 if (less(msg_seqno(hdr), l->drop_point))
1047 goto drop;
Jon Paul Maloy9073fb82015-07-30 18:24:25 -04001048 if (tipc_data_input(l, skb, inputq))
Jon Paul Maloy6e498152015-07-30 18:24:19 -04001049 return rc;
1050 usr = msg_user(hdr);
1051 reasm_skb = &l->failover_reasm_skb;
1052 }
Jon Paul Maloyc637c102015-02-05 08:36:41 -05001053
Jon Paul Maloy6e498152015-07-30 18:24:19 -04001054 if (usr == MSG_BUNDLER) {
Jon Paul Maloy9945e802015-10-15 14:52:40 -04001055 skb_queue_head_init(&tmpq);
Jon Paul Maloy6e498152015-07-30 18:24:19 -04001056 l->stats.recv_bundles++;
1057 l->stats.recv_bundled += msg_msgcnt(hdr);
Jon Paul Maloyc637c102015-02-05 08:36:41 -05001058 while (tipc_msg_extract(skb, &iskb, &pos))
Jon Paul Maloy9945e802015-10-15 14:52:40 -04001059 tipc_data_input(l, iskb, &tmpq);
1060 tipc_skb_queue_splice_tail(&tmpq, inputq);
Jon Paul Maloy662921c2015-07-30 18:24:21 -04001061 return 0;
Jon Paul Maloy6e498152015-07-30 18:24:19 -04001062 } else if (usr == MSG_FRAGMENTER) {
1063 l->stats.recv_fragments++;
1064 if (tipc_buf_append(reasm_skb, &skb)) {
1065 l->stats.recv_fragmented++;
Jon Paul Maloy9073fb82015-07-30 18:24:25 -04001066 tipc_data_input(l, skb, inputq);
Jon Paul Maloy6e498152015-07-30 18:24:19 -04001067 } else if (!*reasm_skb) {
Jon Paul Maloy662921c2015-07-30 18:24:21 -04001068 return tipc_link_fsm_evt(l, LINK_FAILURE_EVT);
Jon Paul Maloyc637c102015-02-05 08:36:41 -05001069 }
Jon Paul Maloy662921c2015-07-30 18:24:21 -04001070 return 0;
Jon Paul Maloy6e498152015-07-30 18:24:19 -04001071 } else if (usr == BCAST_PROTOCOL) {
Jon Paul Maloyc637c102015-02-05 08:36:41 -05001072 tipc_link_sync_rcv(node, skb);
Jon Paul Maloy662921c2015-07-30 18:24:21 -04001073 return 0;
Jon Paul Maloy6e498152015-07-30 18:24:19 -04001074 }
1075drop:
1076 kfree_skb(skb);
Jon Paul Maloy662921c2015-07-30 18:24:21 -04001077 return 0;
Erik Hugne7ae934b2014-07-01 10:22:40 +02001078}
1079
Jon Paul Maloyd9992972015-07-16 16:54:31 -04001080static bool tipc_link_release_pkts(struct tipc_link *l, u16 acked)
1081{
1082 bool released = false;
1083 struct sk_buff *skb, *tmp;
1084
1085 skb_queue_walk_safe(&l->transmq, skb, tmp) {
1086 if (more(buf_seqno(skb), acked))
1087 break;
1088 __skb_unlink(skb, &l->transmq);
1089 kfree_skb(skb);
1090 released = true;
1091 }
1092 return released;
1093}
1094
Jon Paul Maloyf9aa3582015-10-15 14:52:41 -04001095/* tipc_link_build_ack_msg: prepare link acknowledge message for transmission
1096 */
1097void tipc_link_build_ack_msg(struct tipc_link *l, struct sk_buff_head *xmitq)
1098{
1099 l->rcv_unacked = 0;
1100 l->stats.sent_acks++;
1101 tipc_link_build_proto_msg(l, STATE_MSG, 0, 0, 0, 0, xmitq);
1102}
1103
Jon Paul Maloy282b3a02015-10-15 14:52:45 -04001104/* tipc_link_build_reset_msg: prepare link RESET or ACTIVATE message
1105 */
1106void tipc_link_build_reset_msg(struct tipc_link *l, struct sk_buff_head *xmitq)
1107{
1108 int mtyp = RESET_MSG;
1109
1110 if (l->state == LINK_ESTABLISHING)
1111 mtyp = ACTIVATE_MSG;
1112
1113 tipc_link_build_proto_msg(l, mtyp, 0, 0, 0, 0, xmitq);
1114}
1115
Jon Paul Maloyf9aa3582015-10-15 14:52:41 -04001116/* tipc_link_build_nack_msg: prepare link nack message for transmission
1117 */
1118static void tipc_link_build_nack_msg(struct tipc_link *l,
1119 struct sk_buff_head *xmitq)
1120{
1121 u32 def_cnt = ++l->stats.deferred_recv;
1122
1123 if ((skb_queue_len(&l->deferdq) == 1) || !(def_cnt % TIPC_NACK_INTV))
1124 tipc_link_build_proto_msg(l, STATE_MSG, 0, 0, 0, 0, xmitq);
1125}
1126
Jon Paul Maloyd9992972015-07-16 16:54:31 -04001127/* tipc_link_rcv - process TIPC packets/messages arriving from off-node
Jon Paul Maloyf9aa3582015-10-15 14:52:41 -04001128 * @l: the link that should handle the message
Jon Paul Maloyd9992972015-07-16 16:54:31 -04001129 * @skb: TIPC packet
1130 * @xmitq: queue to place packets to be sent after this call
1131 */
1132int tipc_link_rcv(struct tipc_link *l, struct sk_buff *skb,
1133 struct sk_buff_head *xmitq)
1134{
Jon Paul Maloyf9aa3582015-10-15 14:52:41 -04001135 struct sk_buff_head *defq = &l->deferdq;
Jon Paul Maloyd9992972015-07-16 16:54:31 -04001136 struct tipc_msg *hdr;
Jon Paul Maloy81204c42015-10-15 14:52:42 -04001137 u16 seqno, rcv_nxt, win_lim;
Jon Paul Maloyd9992972015-07-16 16:54:31 -04001138 int rc = 0;
1139
Jon Paul Maloyf9aa3582015-10-15 14:52:41 -04001140 do {
Jon Paul Maloyd9992972015-07-16 16:54:31 -04001141 hdr = buf_msg(skb);
Jon Paul Maloyf9aa3582015-10-15 14:52:41 -04001142 seqno = msg_seqno(hdr);
1143 rcv_nxt = l->rcv_nxt;
Jon Paul Maloy81204c42015-10-15 14:52:42 -04001144 win_lim = rcv_nxt + TIPC_MAX_LINK_WIN;
Jon Paul Maloyd9992972015-07-16 16:54:31 -04001145
1146 /* Verify and update link state */
Jon Paul Maloyf9aa3582015-10-15 14:52:41 -04001147 if (unlikely(msg_user(hdr) == LINK_PROTOCOL))
1148 return tipc_link_proto_rcv(l, skb, xmitq);
Jon Paul Maloyd9992972015-07-16 16:54:31 -04001149
Jon Paul Maloy662921c2015-07-30 18:24:21 -04001150 if (unlikely(!link_is_up(l))) {
Jon Paul Maloy73f646c2015-10-15 14:52:44 -04001151 if (l->state == LINK_ESTABLISHING)
1152 rc = TIPC_LINK_UP_EVT;
1153 goto drop;
Jon Paul Maloyd9992972015-07-16 16:54:31 -04001154 }
1155
Jon Paul Maloyf9aa3582015-10-15 14:52:41 -04001156 /* Don't send probe at next timeout expiration */
Jon Paul Maloyd9992972015-07-16 16:54:31 -04001157 l->silent_intv_cnt = 0;
1158
Jon Paul Maloy81204c42015-10-15 14:52:42 -04001159 /* Drop if outside receive window */
1160 if (unlikely(less(seqno, rcv_nxt) || more(seqno, win_lim))) {
1161 l->stats.duplicates++;
1162 goto drop;
1163 }
1164
Jon Paul Maloyd9992972015-07-16 16:54:31 -04001165 /* Forward queues and wake up waiting users */
1166 if (likely(tipc_link_release_pkts(l, msg_ack(hdr)))) {
1167 tipc_link_advance_backlog(l, xmitq);
1168 if (unlikely(!skb_queue_empty(&l->wakeupq)))
1169 link_prepare_wakeup(l);
1170 }
1171
Jon Paul Maloy81204c42015-10-15 14:52:42 -04001172 /* Defer delivery if sequence gap */
1173 if (unlikely(seqno != rcv_nxt)) {
Jon Paul Maloy8306f992015-10-15 14:52:43 -04001174 __tipc_skb_queue_sorted(defq, seqno, skb);
Jon Paul Maloyf9aa3582015-10-15 14:52:41 -04001175 tipc_link_build_nack_msg(l, xmitq);
1176 break;
Jon Paul Maloyd9992972015-07-16 16:54:31 -04001177 }
1178
Jon Paul Maloy81204c42015-10-15 14:52:42 -04001179 /* Deliver packet */
Jon Paul Maloyd9992972015-07-16 16:54:31 -04001180 l->rcv_nxt++;
1181 l->stats.recv_info++;
Jon Paul Maloyf9aa3582015-10-15 14:52:41 -04001182 if (!tipc_data_input(l, skb, l->inputq))
Jon Paul Maloy9945e802015-10-15 14:52:40 -04001183 rc = tipc_link_input(l, skb, l->inputq);
Jon Paul Maloy81204c42015-10-15 14:52:42 -04001184 if (unlikely(rc))
Jon Paul Maloyf9aa3582015-10-15 14:52:41 -04001185 break;
Jon Paul Maloyf9aa3582015-10-15 14:52:41 -04001186 if (unlikely(++l->rcv_unacked >= TIPC_MIN_LINK_WIN))
1187 tipc_link_build_ack_msg(l, xmitq);
1188
1189 } while ((skb = __skb_dequeue(defq)));
1190
1191 return rc;
1192drop:
1193 kfree_skb(skb);
Jon Paul Maloyd9992972015-07-16 16:54:31 -04001194 return rc;
1195}
1196
Erik Hugne7ae934b2014-07-01 10:22:40 +02001197/**
Allan Stephens8809b252011-10-25 10:44:35 -04001198 * tipc_link_defer_pkt - Add out-of-sequence message to deferred reception queue
1199 *
1200 * Returns increase in queue length (i.e. 0 or 1)
Per Lidenb97bf3f2006-01-02 19:04:38 +01001201 */
Ying Xuebc6fecd2014-11-26 11:41:53 +08001202u32 tipc_link_defer_pkt(struct sk_buff_head *list, struct sk_buff *skb)
Per Lidenb97bf3f2006-01-02 19:04:38 +01001203{
Ying Xuebc6fecd2014-11-26 11:41:53 +08001204 struct sk_buff *skb1;
Jon Paul Maloye4bf4f72015-05-14 10:46:14 -04001205 u16 seq_no = buf_seqno(skb);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001206
1207 /* Empty queue ? */
Ying Xuebc6fecd2014-11-26 11:41:53 +08001208 if (skb_queue_empty(list)) {
1209 __skb_queue_tail(list, skb);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001210 return 1;
1211 }
1212
1213 /* Last ? */
Ying Xuebc6fecd2014-11-26 11:41:53 +08001214 if (less(buf_seqno(skb_peek_tail(list)), seq_no)) {
1215 __skb_queue_tail(list, skb);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001216 return 1;
1217 }
1218
Allan Stephens8809b252011-10-25 10:44:35 -04001219 /* Locate insertion point in queue, then insert; discard if duplicate */
Ying Xuebc6fecd2014-11-26 11:41:53 +08001220 skb_queue_walk(list, skb1) {
Jon Paul Maloye4bf4f72015-05-14 10:46:14 -04001221 u16 curr_seqno = buf_seqno(skb1);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001222
Allan Stephens8809b252011-10-25 10:44:35 -04001223 if (seq_no == curr_seqno) {
Ying Xuebc6fecd2014-11-26 11:41:53 +08001224 kfree_skb(skb);
Allan Stephens8809b252011-10-25 10:44:35 -04001225 return 0;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001226 }
Allan Stephens8809b252011-10-25 10:44:35 -04001227
1228 if (less(seq_no, curr_seqno))
Per Lidenb97bf3f2006-01-02 19:04:38 +01001229 break;
Allan Stephens8809b252011-10-25 10:44:35 -04001230 }
Per Lidenb97bf3f2006-01-02 19:04:38 +01001231
Ying Xuebc6fecd2014-11-26 11:41:53 +08001232 __skb_queue_before(list, skb1, skb);
Allan Stephens8809b252011-10-25 10:44:35 -04001233 return 1;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001234}
1235
Allan Stephens8809b252011-10-25 10:44:35 -04001236/*
Per Lidenb97bf3f2006-01-02 19:04:38 +01001237 * Send protocol message to the other endpoint.
1238 */
Jon Paul Maloy426cc2b2015-07-16 16:54:26 -04001239void tipc_link_proto_xmit(struct tipc_link *l, u32 msg_typ, int probe_msg,
Jon Paul Maloyed193ec2015-04-02 09:33:02 -04001240 u32 gap, u32 tolerance, u32 priority)
Per Lidenb97bf3f2006-01-02 19:04:38 +01001241{
Jon Paul Maloy426cc2b2015-07-16 16:54:26 -04001242 struct sk_buff *skb = NULL;
1243 struct sk_buff_head xmitq;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001244
Jon Paul Maloy426cc2b2015-07-16 16:54:26 -04001245 __skb_queue_head_init(&xmitq);
1246 tipc_link_build_proto_msg(l, msg_typ, probe_msg, gap,
1247 tolerance, priority, &xmitq);
1248 skb = __skb_dequeue(&xmitq);
1249 if (!skb)
Per Lidenb97bf3f2006-01-02 19:04:38 +01001250 return;
Jon Paul Maloy440d8962015-07-30 18:24:26 -04001251 tipc_bearer_send(l->owner->net, l->bearer_id, skb, l->media_addr);
Jon Paul Maloy426cc2b2015-07-16 16:54:26 -04001252 l->rcv_unacked = 0;
1253 kfree_skb(skb);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001254}
1255
Jon Paul Maloy426cc2b2015-07-16 16:54:26 -04001256/* tipc_link_build_proto_msg: prepare link protocol message for transmission
1257 */
1258static void tipc_link_build_proto_msg(struct tipc_link *l, int mtyp, bool probe,
1259 u16 rcvgap, int tolerance, int priority,
1260 struct sk_buff_head *xmitq)
1261{
1262 struct sk_buff *skb = NULL;
1263 struct tipc_msg *hdr = l->pmsg;
1264 u16 snd_nxt = l->snd_nxt;
1265 u16 rcv_nxt = l->rcv_nxt;
1266 u16 rcv_last = rcv_nxt - 1;
1267 int node_up = l->owner->bclink.recv_permitted;
1268
1269 /* Don't send protocol message during reset or link failover */
Jon Paul Maloy662921c2015-07-30 18:24:21 -04001270 if (tipc_link_is_blocked(l))
Jon Paul Maloy426cc2b2015-07-16 16:54:26 -04001271 return;
1272
Jon Paul Maloy426cc2b2015-07-16 16:54:26 -04001273 msg_set_type(hdr, mtyp);
1274 msg_set_net_plane(hdr, l->net_plane);
1275 msg_set_bcast_ack(hdr, l->owner->bclink.last_in);
1276 msg_set_last_bcast(hdr, tipc_bclink_get_last_sent(l->owner->net));
1277 msg_set_link_tolerance(hdr, tolerance);
1278 msg_set_linkprio(hdr, priority);
1279 msg_set_redundant_link(hdr, node_up);
1280 msg_set_seq_gap(hdr, 0);
1281
1282 /* Compatibility: created msg must not be in sequence with pkt flow */
1283 msg_set_seqno(hdr, snd_nxt + U16_MAX / 2);
1284
1285 if (mtyp == STATE_MSG) {
1286 if (!tipc_link_is_up(l))
1287 return;
1288 msg_set_next_sent(hdr, snd_nxt);
1289
1290 /* Override rcvgap if there are packets in deferred queue */
1291 if (!skb_queue_empty(&l->deferdq))
1292 rcvgap = buf_seqno(skb_peek(&l->deferdq)) - rcv_nxt;
1293 if (rcvgap) {
1294 msg_set_seq_gap(hdr, rcvgap);
1295 l->stats.sent_nacks++;
1296 }
1297 msg_set_ack(hdr, rcv_last);
1298 msg_set_probe(hdr, probe);
1299 if (probe)
1300 l->stats.sent_probes++;
1301 l->stats.sent_states++;
1302 } else {
1303 /* RESET_MSG or ACTIVATE_MSG */
1304 msg_set_max_pkt(hdr, l->advertised_mtu);
Jon Paul Maloy6e498152015-07-30 18:24:19 -04001305 msg_set_ack(hdr, l->rcv_nxt - 1);
Jon Paul Maloy426cc2b2015-07-16 16:54:26 -04001306 msg_set_next_sent(hdr, 1);
1307 }
1308 skb = tipc_buf_acquire(msg_size(hdr));
1309 if (!skb)
1310 return;
1311 skb_copy_to_linear_data(skb, hdr, msg_size(hdr));
1312 skb->priority = TC_PRIO_CONTROL;
Jon Paul Maloy6e498152015-07-30 18:24:19 -04001313 __skb_queue_tail(xmitq, skb);
Jon Paul Maloy426cc2b2015-07-16 16:54:26 -04001314}
Per Lidenb97bf3f2006-01-02 19:04:38 +01001315
Jon Paul Maloy6e498152015-07-30 18:24:19 -04001316/* tipc_link_tnl_prepare(): prepare and return a list of tunnel packets
Jon Paul Maloyf9aa3582015-10-15 14:52:41 -04001317 * with contents of the link's transmit and backlog queues.
Per Lidenb97bf3f2006-01-02 19:04:38 +01001318 */
Jon Paul Maloy6e498152015-07-30 18:24:19 -04001319void tipc_link_tnl_prepare(struct tipc_link *l, struct tipc_link *tnl,
1320 int mtyp, struct sk_buff_head *xmitq)
Per Lidenb97bf3f2006-01-02 19:04:38 +01001321{
Jon Paul Maloy6e498152015-07-30 18:24:19 -04001322 struct sk_buff *skb, *tnlskb;
1323 struct tipc_msg *hdr, tnlhdr;
1324 struct sk_buff_head *queue = &l->transmq;
1325 struct sk_buff_head tmpxq, tnlq;
1326 u16 pktlen, pktcnt, seqno = l->snd_nxt;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001327
Jon Paul Maloy6e498152015-07-30 18:24:19 -04001328 if (!tnl)
Per Lidenb97bf3f2006-01-02 19:04:38 +01001329 return;
Jon Paul Maloy6e498152015-07-30 18:24:19 -04001330
1331 skb_queue_head_init(&tnlq);
1332 skb_queue_head_init(&tmpxq);
1333
1334 /* At least one packet required for safe algorithm => add dummy */
1335 skb = tipc_msg_create(TIPC_LOW_IMPORTANCE, TIPC_DIRECT_MSG,
1336 BASIC_H_SIZE, 0, l->addr, link_own_addr(l),
1337 0, 0, TIPC_ERR_NO_PORT);
Ying Xuea6ca1092014-11-26 11:41:55 +08001338 if (!skb) {
Jon Paul Maloy6e498152015-07-30 18:24:19 -04001339 pr_warn("%sunable to create tunnel packet\n", link_co_err);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001340 return;
Allan Stephens5392d642006-06-25 23:52:50 -07001341 }
Jon Paul Maloy6e498152015-07-30 18:24:19 -04001342 skb_queue_tail(&tnlq, skb);
1343 tipc_link_xmit(l, &tnlq, &tmpxq);
1344 __skb_queue_purge(&tmpxq);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001345
Jon Paul Maloy6e498152015-07-30 18:24:19 -04001346 /* Initialize reusable tunnel packet header */
1347 tipc_msg_init(link_own_addr(l), &tnlhdr, TUNNEL_PROTOCOL,
1348 mtyp, INT_H_SIZE, l->addr);
1349 pktcnt = skb_queue_len(&l->transmq) + skb_queue_len(&l->backlogq);
1350 msg_set_msgcnt(&tnlhdr, pktcnt);
1351 msg_set_bearer_id(&tnlhdr, l->peer_bearer_id);
1352tnl:
1353 /* Wrap each packet into a tunnel packet */
Jon Paul Maloy05dcc5a2015-03-13 16:08:10 -04001354 skb_queue_walk(queue, skb) {
Jon Paul Maloy6e498152015-07-30 18:24:19 -04001355 hdr = buf_msg(skb);
1356 if (queue == &l->backlogq)
1357 msg_set_seqno(hdr, seqno++);
1358 pktlen = msg_size(hdr);
1359 msg_set_size(&tnlhdr, pktlen + INT_H_SIZE);
1360 tnlskb = tipc_buf_acquire(pktlen + INT_H_SIZE);
1361 if (!tnlskb) {
1362 pr_warn("%sunable to send packet\n", link_co_err);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001363 return;
1364 }
Jon Paul Maloy6e498152015-07-30 18:24:19 -04001365 skb_copy_to_linear_data(tnlskb, &tnlhdr, INT_H_SIZE);
1366 skb_copy_to_linear_data_offset(tnlskb, INT_H_SIZE, hdr, pktlen);
1367 __skb_queue_tail(&tnlq, tnlskb);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001368 }
Jon Paul Maloy6e498152015-07-30 18:24:19 -04001369 if (queue != &l->backlogq) {
1370 queue = &l->backlogq;
1371 goto tnl;
Jon Paul Maloydd3f9e72015-05-14 10:46:18 -04001372 }
Per Lidenb97bf3f2006-01-02 19:04:38 +01001373
Jon Paul Maloy6e498152015-07-30 18:24:19 -04001374 tipc_link_xmit(tnl, &tnlq, xmitq);
Jon Paul Maloyf006c9c2014-02-13 17:29:11 -05001375
Jon Paul Maloy6e498152015-07-30 18:24:19 -04001376 if (mtyp == FAILOVER_MSG) {
1377 tnl->drop_point = l->rcv_nxt;
1378 tnl->failover_reasm_skb = l->reasm_buf;
1379 l->reasm_buf = NULL;
Jon Paul Maloyf006c9c2014-02-13 17:29:11 -05001380 }
Per Lidenb97bf3f2006-01-02 19:04:38 +01001381}
1382
Jon Paul Maloyd9992972015-07-16 16:54:31 -04001383/* tipc_link_proto_rcv(): receive link level protocol message :
1384 * Note that network plane id propagates through the network, and may
1385 * change at any time. The node with lowest numerical id determines
1386 * network plane
1387 */
1388static int tipc_link_proto_rcv(struct tipc_link *l, struct sk_buff *skb,
1389 struct sk_buff_head *xmitq)
1390{
1391 struct tipc_msg *hdr = buf_msg(skb);
1392 u16 rcvgap = 0;
1393 u16 nacked_gap = msg_seq_gap(hdr);
1394 u16 peers_snd_nxt = msg_next_sent(hdr);
1395 u16 peers_tol = msg_link_tolerance(hdr);
1396 u16 peers_prio = msg_linkprio(hdr);
Jon Paul Maloy2be80c22015-08-20 02:12:56 -04001397 u16 rcv_nxt = l->rcv_nxt;
Jon Paul Maloy73f646c2015-10-15 14:52:44 -04001398 int mtyp = msg_type(hdr);
Jon Paul Maloyd9992972015-07-16 16:54:31 -04001399 char *if_name;
1400 int rc = 0;
1401
Jon Paul Maloy662921c2015-07-30 18:24:21 -04001402 if (tipc_link_is_blocked(l))
Jon Paul Maloyd9992972015-07-16 16:54:31 -04001403 goto exit;
1404
1405 if (link_own_addr(l) > msg_prevnode(hdr))
1406 l->net_plane = msg_net_plane(hdr);
1407
Jon Paul Maloy73f646c2015-10-15 14:52:44 -04001408 switch (mtyp) {
Jon Paul Maloyd9992972015-07-16 16:54:31 -04001409 case RESET_MSG:
1410
1411 /* Ignore duplicate RESET with old session number */
1412 if ((less_eq(msg_session(hdr), l->peer_session)) &&
1413 (l->peer_session != WILDCARD_SESSION))
1414 break;
1415 /* fall thru' */
Jon Paul Maloy662921c2015-07-30 18:24:21 -04001416
Jon Paul Maloyd9992972015-07-16 16:54:31 -04001417 case ACTIVATE_MSG:
1418
1419 /* Complete own link name with peer's interface name */
1420 if_name = strrchr(l->name, ':') + 1;
1421 if (sizeof(l->name) - (if_name - l->name) <= TIPC_MAX_IF_NAME)
1422 break;
1423 if (msg_data_sz(hdr) < TIPC_MAX_IF_NAME)
1424 break;
1425 strncpy(if_name, msg_data(hdr), TIPC_MAX_IF_NAME);
1426
1427 /* Update own tolerance if peer indicates a non-zero value */
1428 if (in_range(peers_tol, TIPC_MIN_LINK_TOL, TIPC_MAX_LINK_TOL))
1429 l->tolerance = peers_tol;
1430
1431 /* Update own priority if peer's priority is higher */
1432 if (in_range(peers_prio, l->priority + 1, TIPC_MAX_LINK_PRI))
1433 l->priority = peers_prio;
1434
Jon Paul Maloy73f646c2015-10-15 14:52:44 -04001435 /* ACTIVATE_MSG serves as PEER_RESET if link is already down */
1436 if ((mtyp == RESET_MSG) || !link_is_up(l))
1437 rc = tipc_link_fsm_evt(l, LINK_PEER_RESET_EVT);
1438
1439 /* ACTIVATE_MSG takes up link if it was already locally reset */
1440 if ((mtyp == ACTIVATE_MSG) && (l->state == LINK_ESTABLISHING))
1441 rc = TIPC_LINK_UP_EVT;
1442
Jon Paul Maloyd9992972015-07-16 16:54:31 -04001443 l->peer_session = msg_session(hdr);
1444 l->peer_bearer_id = msg_bearer_id(hdr);
Jon Paul Maloyd9992972015-07-16 16:54:31 -04001445 if (l->mtu > msg_max_pkt(hdr))
1446 l->mtu = msg_max_pkt(hdr);
1447 break;
Jon Paul Maloy662921c2015-07-30 18:24:21 -04001448
Jon Paul Maloyd9992972015-07-16 16:54:31 -04001449 case STATE_MSG:
Jon Paul Maloy662921c2015-07-30 18:24:21 -04001450
Jon Paul Maloyd9992972015-07-16 16:54:31 -04001451 /* Update own tolerance if peer indicates a non-zero value */
1452 if (in_range(peers_tol, TIPC_MIN_LINK_TOL, TIPC_MAX_LINK_TOL))
1453 l->tolerance = peers_tol;
1454
1455 l->silent_intv_cnt = 0;
1456 l->stats.recv_states++;
1457 if (msg_probe(hdr))
1458 l->stats.recv_probes++;
Jon Paul Maloy73f646c2015-10-15 14:52:44 -04001459
1460 if (!link_is_up(l)) {
1461 if (l->state == LINK_ESTABLISHING)
1462 rc = TIPC_LINK_UP_EVT;
Jon Paul Maloyd9992972015-07-16 16:54:31 -04001463 break;
Jon Paul Maloy73f646c2015-10-15 14:52:44 -04001464 }
Jon Paul Maloyd9992972015-07-16 16:54:31 -04001465
Jon Paul Maloy662921c2015-07-30 18:24:21 -04001466 /* Send NACK if peer has sent pkts we haven't received yet */
Jon Paul Maloy2be80c22015-08-20 02:12:56 -04001467 if (more(peers_snd_nxt, rcv_nxt) && !tipc_link_is_synching(l))
Jon Paul Maloyd9992972015-07-16 16:54:31 -04001468 rcvgap = peers_snd_nxt - l->rcv_nxt;
1469 if (rcvgap || (msg_probe(hdr)))
1470 tipc_link_build_proto_msg(l, STATE_MSG, 0, rcvgap,
Jon Paul Maloy16040892015-07-21 06:42:28 -04001471 0, 0, xmitq);
Jon Paul Maloyd9992972015-07-16 16:54:31 -04001472 tipc_link_release_pkts(l, msg_ack(hdr));
1473
1474 /* If NACK, retransmit will now start at right position */
1475 if (nacked_gap) {
Jon Paul Maloy6e498152015-07-30 18:24:19 -04001476 rc = tipc_link_retransm(l, nacked_gap, xmitq);
Jon Paul Maloyd9992972015-07-16 16:54:31 -04001477 l->stats.recv_nacks++;
1478 }
Jon Paul Maloy662921c2015-07-30 18:24:21 -04001479
Jon Paul Maloyd9992972015-07-16 16:54:31 -04001480 tipc_link_advance_backlog(l, xmitq);
1481 if (unlikely(!skb_queue_empty(&l->wakeupq)))
1482 link_prepare_wakeup(l);
1483 }
1484exit:
1485 kfree_skb(skb);
1486 return rc;
1487}
1488
Jon Paul Maloye3eea1e2015-03-13 16:08:11 -04001489void tipc_link_set_queue_limits(struct tipc_link *l, u32 win)
Per Lidenb97bf3f2006-01-02 19:04:38 +01001490{
Jon Paul Maloyed193ec2015-04-02 09:33:02 -04001491 int max_bulk = TIPC_MAX_PUBLICATIONS / (l->mtu / ITEM_SIZE);
Jon Paul Maloy05dcc5a2015-03-13 16:08:10 -04001492
Jon Paul Maloye3eea1e2015-03-13 16:08:11 -04001493 l->window = win;
Jon Paul Maloy1f66d162015-03-25 12:07:24 -04001494 l->backlog[TIPC_LOW_IMPORTANCE].limit = win / 2;
1495 l->backlog[TIPC_MEDIUM_IMPORTANCE].limit = win;
1496 l->backlog[TIPC_HIGH_IMPORTANCE].limit = win / 2 * 3;
1497 l->backlog[TIPC_CRITICAL_IMPORTANCE].limit = win * 2;
1498 l->backlog[TIPC_SYSTEM_IMPORTANCE].limit = max_bulk;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001499}
1500
Jon Paul Maloye099e862014-02-13 17:29:18 -05001501/* tipc_link_find_owner - locate owner node of link by link's name
Ying Xuef2f98002015-01-09 15:27:05 +08001502 * @net: the applicable net namespace
Jon Paul Maloye099e862014-02-13 17:29:18 -05001503 * @name: pointer to link name string
1504 * @bearer_id: pointer to index in 'node->links' array where the link was found.
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09001505 *
Jon Paul Maloye099e862014-02-13 17:29:18 -05001506 * Returns pointer to node owning the link, or 0 if no matching link is found.
Per Lidenb97bf3f2006-01-02 19:04:38 +01001507 */
Ying Xuef2f98002015-01-09 15:27:05 +08001508static struct tipc_node *tipc_link_find_owner(struct net *net,
1509 const char *link_name,
Jon Paul Maloye099e862014-02-13 17:29:18 -05001510 unsigned int *bearer_id)
Per Lidenb97bf3f2006-01-02 19:04:38 +01001511{
Ying Xuef2f98002015-01-09 15:27:05 +08001512 struct tipc_net *tn = net_generic(net, tipc_net_id);
Paul Gortmakera18c4bc2011-12-29 20:58:42 -05001513 struct tipc_link *l_ptr;
Erik Hugnebbfbe472013-10-18 07:23:21 +02001514 struct tipc_node *n_ptr;
Fabian Frederick886eaa12014-12-25 12:05:50 +01001515 struct tipc_node *found_node = NULL;
Erik Hugnebbfbe472013-10-18 07:23:21 +02001516 int i;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001517
Jon Paul Maloye099e862014-02-13 17:29:18 -05001518 *bearer_id = 0;
Ying Xue6c7a7622014-03-27 12:54:37 +08001519 rcu_read_lock();
Ying Xuef2f98002015-01-09 15:27:05 +08001520 list_for_each_entry_rcu(n_ptr, &tn->node_list, list) {
Jon Paul Maloya11607f2014-02-14 16:40:44 -05001521 tipc_node_lock(n_ptr);
Erik Hugnebbfbe472013-10-18 07:23:21 +02001522 for (i = 0; i < MAX_BEARERS; i++) {
Jon Paul Maloy9d13ec62015-07-16 16:54:19 -04001523 l_ptr = n_ptr->links[i].link;
Jon Paul Maloye099e862014-02-13 17:29:18 -05001524 if (l_ptr && !strcmp(l_ptr->name, link_name)) {
1525 *bearer_id = i;
1526 found_node = n_ptr;
1527 break;
1528 }
Erik Hugnebbfbe472013-10-18 07:23:21 +02001529 }
Jon Paul Maloya11607f2014-02-14 16:40:44 -05001530 tipc_node_unlock(n_ptr);
Jon Paul Maloye099e862014-02-13 17:29:18 -05001531 if (found_node)
1532 break;
Erik Hugnebbfbe472013-10-18 07:23:21 +02001533 }
Ying Xue6c7a7622014-03-27 12:54:37 +08001534 rcu_read_unlock();
1535
Jon Paul Maloye099e862014-02-13 17:29:18 -05001536 return found_node;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001537}
1538
Allan Stephens5c216e12011-10-18 11:34:29 -04001539/**
Per Lidenb97bf3f2006-01-02 19:04:38 +01001540 * link_reset_statistics - reset link statistics
1541 * @l_ptr: pointer to link
1542 */
Paul Gortmakera18c4bc2011-12-29 20:58:42 -05001543static void link_reset_statistics(struct tipc_link *l_ptr)
Per Lidenb97bf3f2006-01-02 19:04:38 +01001544{
1545 memset(&l_ptr->stats, 0, sizeof(l_ptr->stats));
Jon Paul Maloya97b9d32015-05-14 10:46:15 -04001546 l_ptr->stats.sent_info = l_ptr->snd_nxt;
1547 l_ptr->stats.recv_info = l_ptr->rcv_nxt;
Per Lidenb97bf3f2006-01-02 19:04:38 +01001548}
1549
Jon Paul Maloy1a20cc22015-07-16 16:54:30 -04001550static void link_print(struct tipc_link *l, const char *str)
Per Lidenb97bf3f2006-01-02 19:04:38 +01001551{
Jon Paul Maloy1a20cc22015-07-16 16:54:30 -04001552 struct sk_buff *hskb = skb_peek(&l->transmq);
1553 u16 head = hskb ? msg_seqno(buf_msg(hskb)) : l->snd_nxt;
1554 u16 tail = l->snd_nxt - 1;
Ying Xue7a2f7d12014-04-21 10:55:46 +08001555
Jon Paul Maloy662921c2015-07-30 18:24:21 -04001556 pr_info("%s Link <%s> state %x\n", str, l->name, l->state);
Jon Paul Maloy1a20cc22015-07-16 16:54:30 -04001557 pr_info("XMTQ: %u [%u-%u], BKLGQ: %u, SNDNX: %u, RCVNX: %u\n",
1558 skb_queue_len(&l->transmq), head, tail,
1559 skb_queue_len(&l->backlogq), l->snd_nxt, l->rcv_nxt);
Per Lidenb97bf3f2006-01-02 19:04:38 +01001560}
Richard Alpe0655f6a2014-11-20 10:29:07 +01001561
1562/* Parse and validate nested (link) properties valid for media, bearer and link
1563 */
1564int tipc_nl_parse_link_prop(struct nlattr *prop, struct nlattr *props[])
1565{
1566 int err;
1567
1568 err = nla_parse_nested(props, TIPC_NLA_PROP_MAX, prop,
1569 tipc_nl_prop_policy);
1570 if (err)
1571 return err;
1572
1573 if (props[TIPC_NLA_PROP_PRIO]) {
1574 u32 prio;
1575
1576 prio = nla_get_u32(props[TIPC_NLA_PROP_PRIO]);
1577 if (prio > TIPC_MAX_LINK_PRI)
1578 return -EINVAL;
1579 }
1580
1581 if (props[TIPC_NLA_PROP_TOL]) {
1582 u32 tol;
1583
1584 tol = nla_get_u32(props[TIPC_NLA_PROP_TOL]);
1585 if ((tol < TIPC_MIN_LINK_TOL) || (tol > TIPC_MAX_LINK_TOL))
1586 return -EINVAL;
1587 }
1588
1589 if (props[TIPC_NLA_PROP_WIN]) {
1590 u32 win;
1591
1592 win = nla_get_u32(props[TIPC_NLA_PROP_WIN]);
1593 if ((win < TIPC_MIN_LINK_WIN) || (win > TIPC_MAX_LINK_WIN))
1594 return -EINVAL;
1595 }
1596
1597 return 0;
1598}
Richard Alpe7be57fc2014-11-20 10:29:12 +01001599
Richard Alpef96ce7a2014-11-20 10:29:13 +01001600int tipc_nl_link_set(struct sk_buff *skb, struct genl_info *info)
1601{
1602 int err;
1603 int res = 0;
1604 int bearer_id;
1605 char *name;
1606 struct tipc_link *link;
1607 struct tipc_node *node;
1608 struct nlattr *attrs[TIPC_NLA_LINK_MAX + 1];
Richard Alpe37e2d482015-02-09 09:50:08 +01001609 struct net *net = sock_net(skb->sk);
Richard Alpef96ce7a2014-11-20 10:29:13 +01001610
1611 if (!info->attrs[TIPC_NLA_LINK])
1612 return -EINVAL;
1613
1614 err = nla_parse_nested(attrs, TIPC_NLA_LINK_MAX,
1615 info->attrs[TIPC_NLA_LINK],
1616 tipc_nl_link_policy);
1617 if (err)
1618 return err;
1619
1620 if (!attrs[TIPC_NLA_LINK_NAME])
1621 return -EINVAL;
1622
1623 name = nla_data(attrs[TIPC_NLA_LINK_NAME]);
1624
Richard Alpe670f4f82015-05-06 13:58:55 +02001625 if (strcmp(name, tipc_bclink_name) == 0)
1626 return tipc_nl_bc_link_set(net, attrs);
1627
Ying Xuef2f98002015-01-09 15:27:05 +08001628 node = tipc_link_find_owner(net, name, &bearer_id);
Richard Alpef96ce7a2014-11-20 10:29:13 +01001629 if (!node)
1630 return -EINVAL;
1631
1632 tipc_node_lock(node);
1633
Jon Paul Maloy9d13ec62015-07-16 16:54:19 -04001634 link = node->links[bearer_id].link;
Richard Alpef96ce7a2014-11-20 10:29:13 +01001635 if (!link) {
1636 res = -EINVAL;
1637 goto out;
1638 }
1639
1640 if (attrs[TIPC_NLA_LINK_PROP]) {
1641 struct nlattr *props[TIPC_NLA_PROP_MAX + 1];
1642
1643 err = tipc_nl_parse_link_prop(attrs[TIPC_NLA_LINK_PROP],
1644 props);
1645 if (err) {
1646 res = err;
1647 goto out;
1648 }
1649
1650 if (props[TIPC_NLA_PROP_TOL]) {
1651 u32 tol;
1652
1653 tol = nla_get_u32(props[TIPC_NLA_PROP_TOL]);
Jon Paul Maloy8a1577c2015-07-16 16:54:29 -04001654 link->tolerance = tol;
Jon Paul Maloyed193ec2015-04-02 09:33:02 -04001655 tipc_link_proto_xmit(link, STATE_MSG, 0, 0, tol, 0);
Richard Alpef96ce7a2014-11-20 10:29:13 +01001656 }
1657 if (props[TIPC_NLA_PROP_PRIO]) {
1658 u32 prio;
1659
1660 prio = nla_get_u32(props[TIPC_NLA_PROP_PRIO]);
1661 link->priority = prio;
Jon Paul Maloyed193ec2015-04-02 09:33:02 -04001662 tipc_link_proto_xmit(link, STATE_MSG, 0, 0, 0, prio);
Richard Alpef96ce7a2014-11-20 10:29:13 +01001663 }
1664 if (props[TIPC_NLA_PROP_WIN]) {
1665 u32 win;
1666
1667 win = nla_get_u32(props[TIPC_NLA_PROP_WIN]);
1668 tipc_link_set_queue_limits(link, win);
1669 }
1670 }
1671
1672out:
1673 tipc_node_unlock(node);
1674
1675 return res;
1676}
Richard Alped8182802014-11-24 11:10:29 +01001677
1678static int __tipc_nl_add_stats(struct sk_buff *skb, struct tipc_stats *s)
Richard Alpe7be57fc2014-11-20 10:29:12 +01001679{
1680 int i;
1681 struct nlattr *stats;
1682
1683 struct nla_map {
1684 u32 key;
1685 u32 val;
1686 };
1687
1688 struct nla_map map[] = {
1689 {TIPC_NLA_STATS_RX_INFO, s->recv_info},
1690 {TIPC_NLA_STATS_RX_FRAGMENTS, s->recv_fragments},
1691 {TIPC_NLA_STATS_RX_FRAGMENTED, s->recv_fragmented},
1692 {TIPC_NLA_STATS_RX_BUNDLES, s->recv_bundles},
1693 {TIPC_NLA_STATS_RX_BUNDLED, s->recv_bundled},
1694 {TIPC_NLA_STATS_TX_INFO, s->sent_info},
1695 {TIPC_NLA_STATS_TX_FRAGMENTS, s->sent_fragments},
1696 {TIPC_NLA_STATS_TX_FRAGMENTED, s->sent_fragmented},
1697 {TIPC_NLA_STATS_TX_BUNDLES, s->sent_bundles},
1698 {TIPC_NLA_STATS_TX_BUNDLED, s->sent_bundled},
1699 {TIPC_NLA_STATS_MSG_PROF_TOT, (s->msg_length_counts) ?
1700 s->msg_length_counts : 1},
1701 {TIPC_NLA_STATS_MSG_LEN_CNT, s->msg_length_counts},
1702 {TIPC_NLA_STATS_MSG_LEN_TOT, s->msg_lengths_total},
1703 {TIPC_NLA_STATS_MSG_LEN_P0, s->msg_length_profile[0]},
1704 {TIPC_NLA_STATS_MSG_LEN_P1, s->msg_length_profile[1]},
1705 {TIPC_NLA_STATS_MSG_LEN_P2, s->msg_length_profile[2]},
1706 {TIPC_NLA_STATS_MSG_LEN_P3, s->msg_length_profile[3]},
1707 {TIPC_NLA_STATS_MSG_LEN_P4, s->msg_length_profile[4]},
1708 {TIPC_NLA_STATS_MSG_LEN_P5, s->msg_length_profile[5]},
1709 {TIPC_NLA_STATS_MSG_LEN_P6, s->msg_length_profile[6]},
1710 {TIPC_NLA_STATS_RX_STATES, s->recv_states},
1711 {TIPC_NLA_STATS_RX_PROBES, s->recv_probes},
1712 {TIPC_NLA_STATS_RX_NACKS, s->recv_nacks},
1713 {TIPC_NLA_STATS_RX_DEFERRED, s->deferred_recv},
1714 {TIPC_NLA_STATS_TX_STATES, s->sent_states},
1715 {TIPC_NLA_STATS_TX_PROBES, s->sent_probes},
1716 {TIPC_NLA_STATS_TX_NACKS, s->sent_nacks},
1717 {TIPC_NLA_STATS_TX_ACKS, s->sent_acks},
1718 {TIPC_NLA_STATS_RETRANSMITTED, s->retransmitted},
1719 {TIPC_NLA_STATS_DUPLICATES, s->duplicates},
1720 {TIPC_NLA_STATS_LINK_CONGS, s->link_congs},
1721 {TIPC_NLA_STATS_MAX_QUEUE, s->max_queue_sz},
1722 {TIPC_NLA_STATS_AVG_QUEUE, s->queue_sz_counts ?
1723 (s->accu_queue_sz / s->queue_sz_counts) : 0}
1724 };
1725
1726 stats = nla_nest_start(skb, TIPC_NLA_LINK_STATS);
1727 if (!stats)
1728 return -EMSGSIZE;
1729
1730 for (i = 0; i < ARRAY_SIZE(map); i++)
1731 if (nla_put_u32(skb, map[i].key, map[i].val))
1732 goto msg_full;
1733
1734 nla_nest_end(skb, stats);
1735
1736 return 0;
1737msg_full:
1738 nla_nest_cancel(skb, stats);
1739
1740 return -EMSGSIZE;
1741}
1742
1743/* Caller should hold appropriate locks to protect the link */
Ying Xue34747532015-01-09 15:27:10 +08001744static int __tipc_nl_add_link(struct net *net, struct tipc_nl_msg *msg,
Nicolas Dichtelf2f67392015-04-28 18:33:50 +02001745 struct tipc_link *link, int nlflags)
Richard Alpe7be57fc2014-11-20 10:29:12 +01001746{
1747 int err;
1748 void *hdr;
1749 struct nlattr *attrs;
1750 struct nlattr *prop;
Ying Xue34747532015-01-09 15:27:10 +08001751 struct tipc_net *tn = net_generic(net, tipc_net_id);
Richard Alpe7be57fc2014-11-20 10:29:12 +01001752
Richard Alpebfb3e5d2015-02-09 09:50:03 +01001753 hdr = genlmsg_put(msg->skb, msg->portid, msg->seq, &tipc_genl_family,
Nicolas Dichtelf2f67392015-04-28 18:33:50 +02001754 nlflags, TIPC_NL_LINK_GET);
Richard Alpe7be57fc2014-11-20 10:29:12 +01001755 if (!hdr)
1756 return -EMSGSIZE;
1757
1758 attrs = nla_nest_start(msg->skb, TIPC_NLA_LINK);
1759 if (!attrs)
1760 goto msg_full;
1761
1762 if (nla_put_string(msg->skb, TIPC_NLA_LINK_NAME, link->name))
1763 goto attr_msg_full;
1764 if (nla_put_u32(msg->skb, TIPC_NLA_LINK_DEST,
Ying Xue34747532015-01-09 15:27:10 +08001765 tipc_cluster_mask(tn->own_addr)))
Richard Alpe7be57fc2014-11-20 10:29:12 +01001766 goto attr_msg_full;
Jon Paul Maloyed193ec2015-04-02 09:33:02 -04001767 if (nla_put_u32(msg->skb, TIPC_NLA_LINK_MTU, link->mtu))
Richard Alpe7be57fc2014-11-20 10:29:12 +01001768 goto attr_msg_full;
Jon Paul Maloya97b9d32015-05-14 10:46:15 -04001769 if (nla_put_u32(msg->skb, TIPC_NLA_LINK_RX, link->rcv_nxt))
Richard Alpe7be57fc2014-11-20 10:29:12 +01001770 goto attr_msg_full;
Jon Paul Maloya97b9d32015-05-14 10:46:15 -04001771 if (nla_put_u32(msg->skb, TIPC_NLA_LINK_TX, link->snd_nxt))
Richard Alpe7be57fc2014-11-20 10:29:12 +01001772 goto attr_msg_full;
1773
1774 if (tipc_link_is_up(link))
1775 if (nla_put_flag(msg->skb, TIPC_NLA_LINK_UP))
1776 goto attr_msg_full;
1777 if (tipc_link_is_active(link))
1778 if (nla_put_flag(msg->skb, TIPC_NLA_LINK_ACTIVE))
1779 goto attr_msg_full;
1780
1781 prop = nla_nest_start(msg->skb, TIPC_NLA_LINK_PROP);
1782 if (!prop)
1783 goto attr_msg_full;
1784 if (nla_put_u32(msg->skb, TIPC_NLA_PROP_PRIO, link->priority))
1785 goto prop_msg_full;
1786 if (nla_put_u32(msg->skb, TIPC_NLA_PROP_TOL, link->tolerance))
1787 goto prop_msg_full;
1788 if (nla_put_u32(msg->skb, TIPC_NLA_PROP_WIN,
Jon Paul Maloy1f66d162015-03-25 12:07:24 -04001789 link->window))
Richard Alpe7be57fc2014-11-20 10:29:12 +01001790 goto prop_msg_full;
1791 if (nla_put_u32(msg->skb, TIPC_NLA_PROP_PRIO, link->priority))
1792 goto prop_msg_full;
1793 nla_nest_end(msg->skb, prop);
1794
1795 err = __tipc_nl_add_stats(msg->skb, &link->stats);
1796 if (err)
1797 goto attr_msg_full;
1798
1799 nla_nest_end(msg->skb, attrs);
1800 genlmsg_end(msg->skb, hdr);
1801
1802 return 0;
1803
1804prop_msg_full:
1805 nla_nest_cancel(msg->skb, prop);
1806attr_msg_full:
1807 nla_nest_cancel(msg->skb, attrs);
1808msg_full:
1809 genlmsg_cancel(msg->skb, hdr);
1810
1811 return -EMSGSIZE;
1812}
1813
1814/* Caller should hold node lock */
Ying Xue34747532015-01-09 15:27:10 +08001815static int __tipc_nl_add_node_links(struct net *net, struct tipc_nl_msg *msg,
1816 struct tipc_node *node, u32 *prev_link)
Richard Alpe7be57fc2014-11-20 10:29:12 +01001817{
1818 u32 i;
1819 int err;
1820
1821 for (i = *prev_link; i < MAX_BEARERS; i++) {
1822 *prev_link = i;
1823
Jon Paul Maloy9d13ec62015-07-16 16:54:19 -04001824 if (!node->links[i].link)
Richard Alpe7be57fc2014-11-20 10:29:12 +01001825 continue;
1826
Jon Paul Maloy9d13ec62015-07-16 16:54:19 -04001827 err = __tipc_nl_add_link(net, msg,
1828 node->links[i].link, NLM_F_MULTI);
Richard Alpe7be57fc2014-11-20 10:29:12 +01001829 if (err)
1830 return err;
1831 }
1832 *prev_link = 0;
1833
1834 return 0;
1835}
1836
1837int tipc_nl_link_dump(struct sk_buff *skb, struct netlink_callback *cb)
1838{
Ying Xuef2f98002015-01-09 15:27:05 +08001839 struct net *net = sock_net(skb->sk);
1840 struct tipc_net *tn = net_generic(net, tipc_net_id);
Richard Alpe7be57fc2014-11-20 10:29:12 +01001841 struct tipc_node *node;
1842 struct tipc_nl_msg msg;
1843 u32 prev_node = cb->args[0];
1844 u32 prev_link = cb->args[1];
1845 int done = cb->args[2];
1846 int err;
1847
1848 if (done)
1849 return 0;
1850
1851 msg.skb = skb;
1852 msg.portid = NETLINK_CB(cb->skb).portid;
1853 msg.seq = cb->nlh->nlmsg_seq;
1854
1855 rcu_read_lock();
Richard Alpe7be57fc2014-11-20 10:29:12 +01001856 if (prev_node) {
Ying Xuef2f98002015-01-09 15:27:05 +08001857 node = tipc_node_find(net, prev_node);
Richard Alpe7be57fc2014-11-20 10:29:12 +01001858 if (!node) {
1859 /* We never set seq or call nl_dump_check_consistent()
1860 * this means that setting prev_seq here will cause the
1861 * consistence check to fail in the netlink callback
1862 * handler. Resulting in the last NLMSG_DONE message
1863 * having the NLM_F_DUMP_INTR flag set.
1864 */
1865 cb->prev_seq = 1;
1866 goto out;
1867 }
Ying Xue8a0f6eb2015-03-26 18:10:24 +08001868 tipc_node_put(node);
Richard Alpe7be57fc2014-11-20 10:29:12 +01001869
Ying Xuef2f98002015-01-09 15:27:05 +08001870 list_for_each_entry_continue_rcu(node, &tn->node_list,
1871 list) {
Richard Alpe7be57fc2014-11-20 10:29:12 +01001872 tipc_node_lock(node);
Ying Xue34747532015-01-09 15:27:10 +08001873 err = __tipc_nl_add_node_links(net, &msg, node,
1874 &prev_link);
Richard Alpe7be57fc2014-11-20 10:29:12 +01001875 tipc_node_unlock(node);
1876 if (err)
1877 goto out;
1878
1879 prev_node = node->addr;
1880 }
1881 } else {
Ying Xue1da46562015-01-09 15:27:07 +08001882 err = tipc_nl_add_bc_link(net, &msg);
Richard Alpe7be57fc2014-11-20 10:29:12 +01001883 if (err)
1884 goto out;
1885
Ying Xuef2f98002015-01-09 15:27:05 +08001886 list_for_each_entry_rcu(node, &tn->node_list, list) {
Richard Alpe7be57fc2014-11-20 10:29:12 +01001887 tipc_node_lock(node);
Ying Xue34747532015-01-09 15:27:10 +08001888 err = __tipc_nl_add_node_links(net, &msg, node,
1889 &prev_link);
Richard Alpe7be57fc2014-11-20 10:29:12 +01001890 tipc_node_unlock(node);
1891 if (err)
1892 goto out;
1893
1894 prev_node = node->addr;
1895 }
1896 }
1897 done = 1;
1898out:
1899 rcu_read_unlock();
1900
1901 cb->args[0] = prev_node;
1902 cb->args[1] = prev_link;
1903 cb->args[2] = done;
1904
1905 return skb->len;
1906}
1907
1908int tipc_nl_link_get(struct sk_buff *skb, struct genl_info *info)
1909{
Ying Xuef2f98002015-01-09 15:27:05 +08001910 struct net *net = genl_info_net(info);
Richard Alpe7be57fc2014-11-20 10:29:12 +01001911 struct tipc_nl_msg msg;
Richard Alpe7be57fc2014-11-20 10:29:12 +01001912 char *name;
Richard Alpe7be57fc2014-11-20 10:29:12 +01001913 int err;
1914
Richard Alpe7be57fc2014-11-20 10:29:12 +01001915 msg.portid = info->snd_portid;
1916 msg.seq = info->snd_seq;
1917
Richard Alpe670f4f82015-05-06 13:58:55 +02001918 if (!info->attrs[TIPC_NLA_LINK_NAME])
1919 return -EINVAL;
1920 name = nla_data(info->attrs[TIPC_NLA_LINK_NAME]);
1921
1922 msg.skb = nlmsg_new(NLMSG_GOODSIZE, GFP_KERNEL);
1923 if (!msg.skb)
1924 return -ENOMEM;
1925
1926 if (strcmp(name, tipc_bclink_name) == 0) {
1927 err = tipc_nl_add_bc_link(net, &msg);
1928 if (err) {
1929 nlmsg_free(msg.skb);
1930 return err;
1931 }
1932 } else {
1933 int bearer_id;
1934 struct tipc_node *node;
1935 struct tipc_link *link;
1936
1937 node = tipc_link_find_owner(net, name, &bearer_id);
1938 if (!node)
1939 return -EINVAL;
1940
1941 tipc_node_lock(node);
Jon Paul Maloy9d13ec62015-07-16 16:54:19 -04001942 link = node->links[bearer_id].link;
Richard Alpe670f4f82015-05-06 13:58:55 +02001943 if (!link) {
1944 tipc_node_unlock(node);
1945 nlmsg_free(msg.skb);
1946 return -EINVAL;
1947 }
1948
1949 err = __tipc_nl_add_link(net, &msg, link, 0);
1950 tipc_node_unlock(node);
1951 if (err) {
1952 nlmsg_free(msg.skb);
1953 return err;
1954 }
Richard Alpe7be57fc2014-11-20 10:29:12 +01001955 }
1956
Richard Alpe670f4f82015-05-06 13:58:55 +02001957 return genlmsg_reply(msg.skb, info);
Richard Alpe7be57fc2014-11-20 10:29:12 +01001958}
Richard Alpeae363422014-11-20 10:29:14 +01001959
1960int tipc_nl_link_reset_stats(struct sk_buff *skb, struct genl_info *info)
1961{
1962 int err;
1963 char *link_name;
1964 unsigned int bearer_id;
1965 struct tipc_link *link;
1966 struct tipc_node *node;
1967 struct nlattr *attrs[TIPC_NLA_LINK_MAX + 1];
Richard Alpe18178772015-02-09 09:50:09 +01001968 struct net *net = sock_net(skb->sk);
Richard Alpeae363422014-11-20 10:29:14 +01001969
1970 if (!info->attrs[TIPC_NLA_LINK])
1971 return -EINVAL;
1972
1973 err = nla_parse_nested(attrs, TIPC_NLA_LINK_MAX,
1974 info->attrs[TIPC_NLA_LINK],
1975 tipc_nl_link_policy);
1976 if (err)
1977 return err;
1978
1979 if (!attrs[TIPC_NLA_LINK_NAME])
1980 return -EINVAL;
1981
1982 link_name = nla_data(attrs[TIPC_NLA_LINK_NAME]);
1983
1984 if (strcmp(link_name, tipc_bclink_name) == 0) {
Ying Xue1da46562015-01-09 15:27:07 +08001985 err = tipc_bclink_reset_stats(net);
Richard Alpeae363422014-11-20 10:29:14 +01001986 if (err)
1987 return err;
1988 return 0;
1989 }
1990
Ying Xuef2f98002015-01-09 15:27:05 +08001991 node = tipc_link_find_owner(net, link_name, &bearer_id);
Richard Alpeae363422014-11-20 10:29:14 +01001992 if (!node)
1993 return -EINVAL;
1994
1995 tipc_node_lock(node);
1996
Jon Paul Maloy9d13ec62015-07-16 16:54:19 -04001997 link = node->links[bearer_id].link;
Richard Alpeae363422014-11-20 10:29:14 +01001998 if (!link) {
1999 tipc_node_unlock(node);
2000 return -EINVAL;
2001 }
2002
2003 link_reset_statistics(link);
2004
2005 tipc_node_unlock(node);
2006
2007 return 0;
2008}