blob: 88a46db277e1e24787aa6f059152f6b18c687f13 [file] [log] [blame]
Ed Warnickecb9cada2015-12-08 15:45:58 -07001/*
Florin Corasc5df8c72019-04-08 07:42:30 -07002 * Copyright (c) 2017-2019 Cisco and/or its affiliates.
Ed Warnickecb9cada2015-12-08 15:45:58 -07003 * Licensed under the Apache License, Version 2.0 (the "License");
4 * you may not use this file except in compliance with the License.
5 * You may obtain a copy of the License at:
6 *
7 * http://www.apache.org/licenses/LICENSE-2.0
8 *
9 * Unless required by applicable law or agreed to in writing, software
10 * distributed under the License is distributed on an "AS IS" BASIS,
11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 * See the License for the specific language governing permissions and
13 * limitations under the License.
14 */
Dave Barach68b0fb02017-02-28 15:15:56 -050015#ifndef __included_udp_h__
16#define __included_udp_h__
Ed Warnickecb9cada2015-12-08 15:45:58 -070017
18#include <vnet/vnet.h>
Dave Barach68b0fb02017-02-28 15:15:56 -050019#include <vnet/udp/udp_packet.h>
Ed Warnickecb9cada2015-12-08 15:45:58 -070020#include <vnet/ip/ip.h>
21#include <vnet/ip/ip4.h>
22#include <vnet/ip/ip4_packet.h>
23#include <vnet/pg/pg.h>
24#include <vnet/ip/format.h>
25
Dave Barach68b0fb02017-02-28 15:15:56 -050026#include <vnet/ip/ip.h>
27#include <vnet/session/transport.h>
28
Dave Barachd7cb1b52016-12-09 09:52:16 -050029typedef enum
30{
Ed Warnickecb9cada2015-12-08 15:45:58 -070031#define udp_error(n,s) UDP_ERROR_##n,
Dave Barach68b0fb02017-02-28 15:15:56 -050032#include <vnet/udp/udp_error.def>
Ed Warnickecb9cada2015-12-08 15:45:58 -070033#undef udp_error
34 UDP_N_ERROR,
35} udp_error_t;
36
Florin Corasc7542392019-07-22 08:08:43 -070037typedef enum
38{
39 UDP_CONN_F_CONNECTED, /**< connected mode */
40 UDP_CONN_F_OWNS_PORT, /**< port belong to conn (UDPC) */
41 UDP_CONN_F_CLOSING, /**< conn closed with data */
42} udp_conn_flags_t;
43
Florin Coras3cbc04b2017-10-02 00:18:51 -070044typedef struct
45{
Dave Baracheb987d32018-05-03 08:26:39 -040046 /** Required for pool_get_aligned */
47 CLIB_CACHE_LINE_ALIGN_MARK (cacheline0);
Florin Coras7fb0fe12018-04-09 09:24:52 -070048 transport_connection_t connection; /**< must be first */
49 clib_spinlock_t rx_lock; /**< rx fifo lock */
Florin Corasc7542392019-07-22 08:08:43 -070050 u8 flags; /**< connection flags */
Florin Coras3cbc04b2017-10-02 00:18:51 -070051} udp_connection_t;
52
Ed Warnickecb9cada2015-12-08 15:45:58 -070053#define foreach_udp4_dst_port \
Dave Barach65457162017-10-10 17:53:14 -040054_ (53, dns) \
Ed Warnickecb9cada2015-12-08 15:45:58 -070055_ (67, dhcp_to_server) \
56_ (68, dhcp_to_client) \
57_ (500, ikev2) \
Hongjun Nief486b12017-04-12 19:21:16 +080058_ (2152, GTPU) \
Klement Sekeraaeeac3b2017-02-14 07:11:52 +010059_ (3784, bfd4) \
60_ (3785, bfd_echo4) \
Ed Warnickecb9cada2015-12-08 15:45:58 -070061_ (4341, lisp_gpe) \
Florin Corase127a7e2016-02-18 22:20:01 +010062_ (4342, lisp_cp) \
Klement Sekera4b089f22018-04-17 18:04:57 +020063_ (4500, ipsec) \
Ed Warnickecb9cada2015-12-08 15:45:58 -070064_ (4739, ipfix) \
65_ (4789, vxlan) \
Chris Luke99cb3352016-04-26 10:49:53 -040066_ (4789, vxlan6) \
Mohsin Kazmi61b94c62018-08-20 18:32:39 +020067_ (48879, vxlan_gbp) \
Hongjun Ni8a0a0ae2017-05-27 20:23:09 +080068_ (4790, VXLAN_GPE) \
Marco Varleseb598f1d2017-09-19 14:25:28 +020069_ (6633, vpath_3) \
Dave Barach65457162017-10-10 17:53:14 -040070_ (6081, geneve) \
71_ (53053, dns_reply)
Ed Warnickecb9cada2015-12-08 15:45:58 -070072
73
74#define foreach_udp6_dst_port \
Dave Barach65457162017-10-10 17:53:14 -040075_ (53, dns6) \
Ed Warnickecb9cada2015-12-08 15:45:58 -070076_ (547, dhcpv6_to_server) \
77_ (546, dhcpv6_to_client) \
Hongjun Nief486b12017-04-12 19:21:16 +080078_ (2152, GTPU6) \
Klement Sekeraaeeac3b2017-02-14 07:11:52 +010079_ (3784, bfd6) \
80_ (3785, bfd_echo6) \
Florin Coras02655bd2016-04-26 00:17:24 +020081_ (4341, lisp_gpe6) \
Florin Corase127a7e2016-02-18 22:20:01 +010082_ (4342, lisp_cp6) \
Mohsin Kazmi61b94c62018-08-20 18:32:39 +020083_ (48879, vxlan6_gbp) \
Hongjun Ni8a0a0ae2017-05-27 20:23:09 +080084_ (4790, VXLAN6_GPE) \
Marco Varleseb598f1d2017-09-19 14:25:28 +020085_ (6633, vpath6_3) \
Dave Barach65457162017-10-10 17:53:14 -040086_ (6081, geneve6) \
Neale Ranns91286372017-12-05 13:24:04 -080087_ (8138, BIER) \
Dave Barach65457162017-10-10 17:53:14 -040088_ (53053, dns_reply6)
Ed Warnickecb9cada2015-12-08 15:45:58 -070089
Dave Barachd7cb1b52016-12-09 09:52:16 -050090typedef enum
91{
Ed Warnickecb9cada2015-12-08 15:45:58 -070092#define _(n,f) UDP_DST_PORT_##f = n,
Dave Barachd7cb1b52016-12-09 09:52:16 -050093 foreach_udp4_dst_port foreach_udp6_dst_port
Ed Warnickecb9cada2015-12-08 15:45:58 -070094#undef _
95} udp_dst_port_t;
96
Dave Barachd7cb1b52016-12-09 09:52:16 -050097typedef enum
98{
Ed Warnickecb9cada2015-12-08 15:45:58 -070099#define _(n,f) UDP6_DST_PORT_##f = n,
100 foreach_udp6_dst_port
101#undef _
102} udp6_dst_port_t;
103
Dave Barachd7cb1b52016-12-09 09:52:16 -0500104typedef struct
105{
Ed Warnickecb9cada2015-12-08 15:45:58 -0700106 /* Name (a c string). */
Dave Barachd7cb1b52016-12-09 09:52:16 -0500107 char *name;
Ed Warnickecb9cada2015-12-08 15:45:58 -0700108
109 /* GRE protocol type in host byte order. */
110 udp_dst_port_t dst_port;
111
112 /* Node which handles this type. */
113 u32 node_index;
114
115 /* Next index for this type. */
116 u32 next_index;
Kingwel Xie4af47092018-10-26 23:42:15 -0400117
118 /* Parser for packet generator edits for this protocol */
119 unformat_function_t *unformat_pg_edit;
Ed Warnickecb9cada2015-12-08 15:45:58 -0700120} udp_dst_port_info_t;
121
Dave Barachd7cb1b52016-12-09 09:52:16 -0500122typedef enum
123{
Ed Warnickecb9cada2015-12-08 15:45:58 -0700124 UDP_IP6 = 0,
Dave Barachd7cb1b52016-12-09 09:52:16 -0500125 UDP_IP4, /* the code is full of is_ip4... */
Ed Warnickecb9cada2015-12-08 15:45:58 -0700126 N_UDP_AF,
127} udp_af_t;
128
Dave Barachd7cb1b52016-12-09 09:52:16 -0500129typedef struct
130{
131 udp_dst_port_info_t *dst_port_infos[N_UDP_AF];
Ed Warnickecb9cada2015-12-08 15:45:58 -0700132
133 /* Hash tables mapping name/protocol to protocol info index. */
Dave Barachd7cb1b52016-12-09 09:52:16 -0500134 uword *dst_port_info_by_name[N_UDP_AF];
135 uword *dst_port_info_by_dst_port[N_UDP_AF];
Ed Warnickecb9cada2015-12-08 15:45:58 -0700136
Damjan Marion615fc612017-04-03 14:56:08 +0200137 /* Sparse vector mapping udp dst_port in network byte order
138 to next index. */
139 u16 *next_by_dst_port4;
140 u16 *next_by_dst_port6;
141 u8 punt_unknown4;
142 u8 punt_unknown6;
143
Florin Coras3cbc04b2017-10-02 00:18:51 -0700144 /*
145 * Per-worker thread udp connection pools used with session layer
146 */
147 udp_connection_t **connections;
148 u32 *connection_peekers;
149 clib_spinlock_t *peekers_readers_locks;
150 clib_spinlock_t *peekers_write_locks;
151 udp_connection_t *listener_pool;
152
Ed Warnickecb9cada2015-12-08 15:45:58 -0700153} udp_main_t;
154
Florin Coras3cbc04b2017-10-02 00:18:51 -0700155extern udp_main_t udp_main;
156extern vlib_node_registration_t udp4_input_node;
157extern vlib_node_registration_t udp6_input_node;
Filip Tehlar2c49ffe2019-03-06 07:16:08 -0800158extern vlib_node_registration_t udp4_local_node;
159extern vlib_node_registration_t udp6_local_node;
Florin Coras3cbc04b2017-10-02 00:18:51 -0700160
161always_inline udp_connection_t *
162udp_connection_get (u32 conn_index, u32 thread_index)
163{
164 if (pool_is_free_index (udp_main.connections[thread_index], conn_index))
165 return 0;
166 return pool_elt_at_index (udp_main.connections[thread_index], conn_index);
167}
168
169always_inline udp_connection_t *
170udp_listener_get (u32 conn_index)
171{
172 return pool_elt_at_index (udp_main.listener_pool, conn_index);
173}
174
175always_inline udp_main_t *
176vnet_get_udp_main ()
177{
178 return &udp_main;
179}
180
181always_inline udp_connection_t *
182udp_get_connection_from_transport (transport_connection_t * tc)
183{
184 return ((udp_connection_t *) tc);
185}
186
187always_inline u32
188udp_connection_index (udp_connection_t * uc)
189{
190 return (uc - udp_main.connections[uc->c_thread_index]);
191}
192
193udp_connection_t *udp_connection_alloc (u32 thread_index);
194
195/**
196 * Acquires a lock that blocks a connection pool from expanding.
197 */
198always_inline void
199udp_pool_add_peeker (u32 thread_index)
200{
201 if (thread_index != vlib_get_thread_index ())
202 return;
203 clib_spinlock_lock_if_init (&udp_main.peekers_readers_locks[thread_index]);
204 udp_main.connection_peekers[thread_index] += 1;
205 if (udp_main.connection_peekers[thread_index] == 1)
206 clib_spinlock_lock_if_init (&udp_main.peekers_write_locks[thread_index]);
207 clib_spinlock_unlock_if_init (&udp_main.peekers_readers_locks
208 [thread_index]);
209}
210
211always_inline void
212udp_pool_remove_peeker (u32 thread_index)
213{
214 if (thread_index != vlib_get_thread_index ())
215 return;
216 ASSERT (udp_main.connection_peekers[thread_index] > 0);
217 clib_spinlock_lock_if_init (&udp_main.peekers_readers_locks[thread_index]);
218 udp_main.connection_peekers[thread_index] -= 1;
219 if (udp_main.connection_peekers[thread_index] == 0)
220 clib_spinlock_unlock_if_init (&udp_main.peekers_write_locks
221 [thread_index]);
222 clib_spinlock_unlock_if_init (&udp_main.peekers_readers_locks
223 [thread_index]);
224}
225
226always_inline udp_connection_t *
Florin Coras7fb0fe12018-04-09 09:24:52 -0700227udp_connection_clone_safe (u32 connection_index, u32 thread_index)
Florin Coras3cbc04b2017-10-02 00:18:51 -0700228{
229 udp_connection_t *old_c, *new_c;
230 u32 current_thread_index = vlib_get_thread_index ();
231 new_c = udp_connection_alloc (current_thread_index);
232
233 /* If during the memcpy pool is reallocated AND the memory allocator
234 * decides to give the old chunk of memory to somebody in a hurry to
235 * scribble something on it, we have a problem. So add this thread as
236 * a session pool peeker.
237 */
238 udp_pool_add_peeker (thread_index);
239 old_c = udp_main.connections[thread_index] + connection_index;
Dave Barach178cf492018-11-13 16:34:13 -0500240 clib_memcpy_fast (new_c, old_c, sizeof (*new_c));
Florin Coras3cbc04b2017-10-02 00:18:51 -0700241 udp_pool_remove_peeker (thread_index);
242 new_c->c_thread_index = current_thread_index;
243 new_c->c_c_index = udp_connection_index (new_c);
Nathan Skrzypczak161638f2019-05-13 16:25:50 +0200244 new_c->c_fib_index = old_c->c_fib_index;
Florin Coras3cbc04b2017-10-02 00:18:51 -0700245 return new_c;
246}
247
248
Ed Warnickecb9cada2015-12-08 15:45:58 -0700249always_inline udp_dst_port_info_t *
250udp_get_dst_port_info (udp_main_t * um, udp_dst_port_t dst_port, u8 is_ip4)
251{
Dave Barachd7cb1b52016-12-09 09:52:16 -0500252 uword *p = hash_get (um->dst_port_info_by_dst_port[is_ip4], dst_port);
Ed Warnickecb9cada2015-12-08 15:45:58 -0700253 return p ? vec_elt_at_index (um->dst_port_infos[is_ip4], p[0]) : 0;
254}
255
256format_function_t format_udp_header;
257format_function_t format_udp_rx_trace;
Ed Warnickecb9cada2015-12-08 15:45:58 -0700258unformat_function_t unformat_udp_header;
259
260void udp_register_dst_port (vlib_main_t * vm,
Dave Barachd7cb1b52016-12-09 09:52:16 -0500261 udp_dst_port_t dst_port,
262 u32 node_index, u8 is_ip4);
Florin Coras3cbc04b2017-10-02 00:18:51 -0700263void udp_unregister_dst_port (vlib_main_t * vm,
264 udp_dst_port_t dst_port, u8 is_ip4);
Pavel Kotuceke88865d2018-11-28 07:42:11 +0100265bool udp_is_valid_dst_port (udp_dst_port_t dst_port, u8 is_ip4);
Dave Barach68b0fb02017-02-28 15:15:56 -0500266
Dave Barachd7cb1b52016-12-09 09:52:16 -0500267void udp_punt_unknown (vlib_main_t * vm, u8 is_ip4, u8 is_add);
Alexander Popovsky (apopovsk)740bcdb2016-11-15 15:36:23 -0800268
Florin Coras3cbc04b2017-10-02 00:18:51 -0700269always_inline void *
270vlib_buffer_push_udp (vlib_buffer_t * b, u16 sp, u16 dp, u8 offload_csum)
271{
272 udp_header_t *uh;
shubing guo45478932018-08-30 11:09:49 +0800273 u16 udp_len = sizeof (udp_header_t) + b->current_length;
274 if (PREDICT_FALSE (b->flags & VLIB_BUFFER_TOTAL_LENGTH_VALID))
275 udp_len += b->total_length_not_including_first_buffer;
Florin Coras3cbc04b2017-10-02 00:18:51 -0700276
277 uh = vlib_buffer_push_uninit (b, sizeof (udp_header_t));
278 uh->src_port = sp;
279 uh->dst_port = dp;
280 uh->checksum = 0;
shubing guo45478932018-08-30 11:09:49 +0800281 uh->length = clib_host_to_net_u16 (udp_len);
Florin Coras3cbc04b2017-10-02 00:18:51 -0700282 if (offload_csum)
283 {
284 b->flags |= VNET_BUFFER_F_OFFLOAD_UDP_CKSUM;
285 vnet_buffer (b)->l4_hdr_offset = (u8 *) uh - b->data;
286 }
287 return uh;
288}
289
Florin Corase127a7e2016-02-18 22:20:01 +0100290always_inline void
Dave Barachd7cb1b52016-12-09 09:52:16 -0500291ip_udp_fixup_one (vlib_main_t * vm, vlib_buffer_t * b0, u8 is_ip4)
Florin Corase127a7e2016-02-18 22:20:01 +0100292{
Florin Corase127a7e2016-02-18 22:20:01 +0100293 u16 new_l0;
Dave Barachd7cb1b52016-12-09 09:52:16 -0500294 udp_header_t *udp0;
Ed Warnickecb9cada2015-12-08 15:45:58 -0700295
Florin Coras02655bd2016-04-26 00:17:24 +0200296 if (is_ip4)
297 {
Dave Barachd7cb1b52016-12-09 09:52:16 -0500298 ip4_header_t *ip0;
Florin Coras02655bd2016-04-26 00:17:24 +0200299 ip_csum_t sum0;
300 u16 old_l0 = 0;
Florin Corase127a7e2016-02-18 22:20:01 +0100301
Dave Barachd7cb1b52016-12-09 09:52:16 -0500302 ip0 = vlib_buffer_get_current (b0);
Florin Corase127a7e2016-02-18 22:20:01 +0100303
Florin Coras02655bd2016-04-26 00:17:24 +0200304 /* fix the <bleep>ing outer-IP checksum */
305 sum0 = ip0->checksum;
306 /* old_l0 always 0, see the rewrite setup */
307 new_l0 = clib_host_to_net_u16 (vlib_buffer_length_in_chain (vm, b0));
Florin Corase127a7e2016-02-18 22:20:01 +0100308
Dave Barachd7cb1b52016-12-09 09:52:16 -0500309 sum0 = ip_csum_update (sum0, old_l0, new_l0, ip4_header_t,
310 length /* changed member */ );
Florin Coras02655bd2016-04-26 00:17:24 +0200311 ip0->checksum = ip_csum_fold (sum0);
312 ip0->length = new_l0;
313
314 /* Fix UDP length */
Dave Barachd7cb1b52016-12-09 09:52:16 -0500315 udp0 = (udp_header_t *) (ip0 + 1);
Florin Coras02655bd2016-04-26 00:17:24 +0200316 new_l0 = clib_host_to_net_u16 (vlib_buffer_length_in_chain (vm, b0)
Dave Barachd7cb1b52016-12-09 09:52:16 -0500317 - sizeof (*ip0));
Florin Coras02655bd2016-04-26 00:17:24 +0200318 udp0->length = new_l0;
319 }
320 else
321 {
Dave Barachd7cb1b52016-12-09 09:52:16 -0500322 ip6_header_t *ip0;
Florin Coras210bfc82016-04-29 16:04:33 +0200323 int bogus0;
324
Dave Barachd7cb1b52016-12-09 09:52:16 -0500325 ip0 = vlib_buffer_get_current (b0);
Florin Coras02655bd2016-04-26 00:17:24 +0200326
Florin Coras02655bd2016-04-26 00:17:24 +0200327 new_l0 = clib_host_to_net_u16 (vlib_buffer_length_in_chain (vm, b0)
Dave Barachd7cb1b52016-12-09 09:52:16 -0500328 - sizeof (*ip0));
Florin Coras02655bd2016-04-26 00:17:24 +0200329 ip0->payload_length = new_l0;
330
331 /* Fix UDP length */
Dave Barachd7cb1b52016-12-09 09:52:16 -0500332 udp0 = (udp_header_t *) (ip0 + 1);
Florin Coras02655bd2016-04-26 00:17:24 +0200333 udp0->length = new_l0;
Florin Coras210bfc82016-04-29 16:04:33 +0200334
Dave Barachd7cb1b52016-12-09 09:52:16 -0500335 udp0->checksum =
336 ip6_tcp_udp_icmp_compute_checksum (vm, b0, ip0, &bogus0);
337 ASSERT (bogus0 == 0);
Florin Coras210bfc82016-04-29 16:04:33 +0200338
339 if (udp0->checksum == 0)
Dave Barachd7cb1b52016-12-09 09:52:16 -0500340 udp0->checksum = 0xffff;
Florin Coras02655bd2016-04-26 00:17:24 +0200341 }
Florin Corase127a7e2016-02-18 22:20:01 +0100342}
Dave Barachd7cb1b52016-12-09 09:52:16 -0500343
Neale Ranns0bfe5d82016-08-25 15:29:12 +0100344always_inline void
345ip_udp_encap_one (vlib_main_t * vm, vlib_buffer_t * b0, u8 * ec0, word ec_len,
Dave Barachd7cb1b52016-12-09 09:52:16 -0500346 u8 is_ip4)
Neale Ranns0bfe5d82016-08-25 15:29:12 +0100347{
Dave Barachd7cb1b52016-12-09 09:52:16 -0500348 vlib_buffer_advance (b0, -ec_len);
Neale Ranns0bfe5d82016-08-25 15:29:12 +0100349
350 if (is_ip4)
351 {
Dave Barachd7cb1b52016-12-09 09:52:16 -0500352 ip4_header_t *ip0;
Neale Ranns0bfe5d82016-08-25 15:29:12 +0100353
Dave Barachd7cb1b52016-12-09 09:52:16 -0500354 ip0 = vlib_buffer_get_current (b0);
Neale Ranns0bfe5d82016-08-25 15:29:12 +0100355
356 /* Apply the encap string. */
Dave Barach178cf492018-11-13 16:34:13 -0500357 clib_memcpy_fast (ip0, ec0, ec_len);
Dave Barachd7cb1b52016-12-09 09:52:16 -0500358 ip_udp_fixup_one (vm, b0, 1);
Neale Ranns0bfe5d82016-08-25 15:29:12 +0100359 }
360 else
361 {
Dave Barachd7cb1b52016-12-09 09:52:16 -0500362 ip6_header_t *ip0;
Neale Ranns0bfe5d82016-08-25 15:29:12 +0100363
Dave Barachd7cb1b52016-12-09 09:52:16 -0500364 ip0 = vlib_buffer_get_current (b0);
Neale Ranns0bfe5d82016-08-25 15:29:12 +0100365
366 /* Apply the encap string. */
Dave Barach178cf492018-11-13 16:34:13 -0500367 clib_memcpy_fast (ip0, ec0, ec_len);
Dave Barachd7cb1b52016-12-09 09:52:16 -0500368 ip_udp_fixup_one (vm, b0, 0);
Neale Ranns0bfe5d82016-08-25 15:29:12 +0100369 }
370}
Florin Corase127a7e2016-02-18 22:20:01 +0100371
372always_inline void
Florin Coras02655bd2016-04-26 00:17:24 +0200373ip_udp_encap_two (vlib_main_t * vm, vlib_buffer_t * b0, vlib_buffer_t * b1,
Dave Barachd7cb1b52016-12-09 09:52:16 -0500374 u8 * ec0, u8 * ec1, word ec_len, u8 is_v4)
Florin Corase127a7e2016-02-18 22:20:01 +0100375{
Florin Corase127a7e2016-02-18 22:20:01 +0100376 u16 new_l0, new_l1;
Dave Barachd7cb1b52016-12-09 09:52:16 -0500377 udp_header_t *udp0, *udp1;
Florin Corase127a7e2016-02-18 22:20:01 +0100378
Dave Barachd7cb1b52016-12-09 09:52:16 -0500379 ASSERT (_vec_len (ec0) == _vec_len (ec1));
Florin Corase127a7e2016-02-18 22:20:01 +0100380
381 vlib_buffer_advance (b0, -ec_len);
382 vlib_buffer_advance (b1, -ec_len);
383
Florin Coras02655bd2016-04-26 00:17:24 +0200384 if (is_v4)
385 {
Dave Barachd7cb1b52016-12-09 09:52:16 -0500386 ip4_header_t *ip0, *ip1;
Florin Coras02655bd2016-04-26 00:17:24 +0200387 ip_csum_t sum0, sum1;
388 u16 old_l0 = 0, old_l1 = 0;
Florin Corase127a7e2016-02-18 22:20:01 +0100389
Florin Coras02655bd2016-04-26 00:17:24 +0200390 ip0 = vlib_buffer_get_current (b0);
391 ip1 = vlib_buffer_get_current (b1);
Florin Corase127a7e2016-02-18 22:20:01 +0100392
Florin Coras02655bd2016-04-26 00:17:24 +0200393 /* Apply the encap string */
Dave Barach178cf492018-11-13 16:34:13 -0500394 clib_memcpy_fast (ip0, ec0, ec_len);
395 clib_memcpy_fast (ip1, ec1, ec_len);
Florin Corase127a7e2016-02-18 22:20:01 +0100396
Florin Coras02655bd2016-04-26 00:17:24 +0200397 /* fix the <bleep>ing outer-IP checksum */
398 sum0 = ip0->checksum;
399 sum1 = ip1->checksum;
Florin Corase127a7e2016-02-18 22:20:01 +0100400
Florin Coras02655bd2016-04-26 00:17:24 +0200401 /* old_l0 always 0, see the rewrite setup */
402 new_l0 = clib_host_to_net_u16 (vlib_buffer_length_in_chain (vm, b0));
403 new_l1 = clib_host_to_net_u16 (vlib_buffer_length_in_chain (vm, b1));
Florin Corase127a7e2016-02-18 22:20:01 +0100404
Dave Barachd7cb1b52016-12-09 09:52:16 -0500405 sum0 = ip_csum_update (sum0, old_l0, new_l0, ip4_header_t,
406 length /* changed member */ );
407 sum1 = ip_csum_update (sum1, old_l1, new_l1, ip4_header_t,
408 length /* changed member */ );
Florin Corase127a7e2016-02-18 22:20:01 +0100409
Florin Coras02655bd2016-04-26 00:17:24 +0200410 ip0->checksum = ip_csum_fold (sum0);
411 ip1->checksum = ip_csum_fold (sum1);
Florin Corase127a7e2016-02-18 22:20:01 +0100412
Florin Coras02655bd2016-04-26 00:17:24 +0200413 ip0->length = new_l0;
414 ip1->length = new_l1;
Florin Corase127a7e2016-02-18 22:20:01 +0100415
Florin Coras02655bd2016-04-26 00:17:24 +0200416 /* Fix UDP length */
417 udp0 = (udp_header_t *) (ip0 + 1);
418 udp1 = (udp_header_t *) (ip1 + 1);
419
Dave Barachd7cb1b52016-12-09 09:52:16 -0500420 new_l0 =
421 clib_host_to_net_u16 (vlib_buffer_length_in_chain (vm, b0) -
422 sizeof (*ip0));
423 new_l1 =
424 clib_host_to_net_u16 (vlib_buffer_length_in_chain (vm, b1) -
425 sizeof (*ip1));
Florin Coras02655bd2016-04-26 00:17:24 +0200426 udp0->length = new_l0;
427 udp1->length = new_l1;
428 }
429 else
430 {
Dave Barachd7cb1b52016-12-09 09:52:16 -0500431 ip6_header_t *ip0, *ip1;
Florin Coras210bfc82016-04-29 16:04:33 +0200432 int bogus0, bogus1;
433
Dave Barachd7cb1b52016-12-09 09:52:16 -0500434 ip0 = vlib_buffer_get_current (b0);
435 ip1 = vlib_buffer_get_current (b1);
Florin Coras02655bd2016-04-26 00:17:24 +0200436
437 /* Apply the encap string. */
Dave Barach178cf492018-11-13 16:34:13 -0500438 clib_memcpy_fast (ip0, ec0, ec_len);
439 clib_memcpy_fast (ip1, ec1, ec_len);
Florin Coras02655bd2016-04-26 00:17:24 +0200440
441 new_l0 = clib_host_to_net_u16 (vlib_buffer_length_in_chain (vm, b0)
Dave Barachd7cb1b52016-12-09 09:52:16 -0500442 - sizeof (*ip0));
Florin Coras02655bd2016-04-26 00:17:24 +0200443 new_l1 = clib_host_to_net_u16 (vlib_buffer_length_in_chain (vm, b1)
Dave Barachd7cb1b52016-12-09 09:52:16 -0500444 - sizeof (*ip1));
Florin Coras02655bd2016-04-26 00:17:24 +0200445 ip0->payload_length = new_l0;
446 ip1->payload_length = new_l1;
447
448 /* Fix UDP length */
Dave Barachd7cb1b52016-12-09 09:52:16 -0500449 udp0 = (udp_header_t *) (ip0 + 1);
450 udp1 = (udp_header_t *) (ip1 + 1);
Florin Coras02655bd2016-04-26 00:17:24 +0200451
452 udp0->length = new_l0;
453 udp1->length = new_l1;
Florin Coras210bfc82016-04-29 16:04:33 +0200454
Dave Barachd7cb1b52016-12-09 09:52:16 -0500455 udp0->checksum =
456 ip6_tcp_udp_icmp_compute_checksum (vm, b0, ip0, &bogus0);
457 udp1->checksum =
458 ip6_tcp_udp_icmp_compute_checksum (vm, b1, ip1, &bogus1);
459 ASSERT (bogus0 == 0);
460 ASSERT (bogus1 == 0);
Florin Coras210bfc82016-04-29 16:04:33 +0200461
462 if (udp0->checksum == 0)
Dave Barachd7cb1b52016-12-09 09:52:16 -0500463 udp0->checksum = 0xffff;
Florin Coras210bfc82016-04-29 16:04:33 +0200464 if (udp1->checksum == 0)
Dave Barachd7cb1b52016-12-09 09:52:16 -0500465 udp1->checksum = 0xffff;
Florin Coras02655bd2016-04-26 00:17:24 +0200466 }
Florin Corase127a7e2016-02-18 22:20:01 +0100467}
468
Dave Barachd7cb1b52016-12-09 09:52:16 -0500469/*
470 * fd.io coding-style-patch-verification: ON
471 *
472 * Local Variables:
473 * eval: (c-set-style "gnu")
474 * End:
475 */
Dave Barach68b0fb02017-02-28 15:15:56 -0500476
477#endif /* __included_udp_h__ */