tcp_output.c revision 1.128.2.3 1 /* $NetBSD: tcp_output.c,v 1.128.2.3 2005/05/11 18:10:07 tron Exp $ */
2
3 /*
4 * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
5 * All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions
9 * are met:
10 * 1. Redistributions of source code must retain the above copyright
11 * notice, this list of conditions and the following disclaimer.
12 * 2. Redistributions in binary form must reproduce the above copyright
13 * notice, this list of conditions and the following disclaimer in the
14 * documentation and/or other materials provided with the distribution.
15 * 3. Neither the name of the project nor the names of its contributors
16 * may be used to endorse or promote products derived from this software
17 * without specific prior written permission.
18 *
19 * THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND
20 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
21 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
22 * ARE DISCLAIMED. IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE
23 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
24 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
25 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
26 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
27 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
28 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
29 * SUCH DAMAGE.
30 */
31
32 /*
33 * @(#)COPYRIGHT 1.1 (NRL) 17 January 1995
34 *
35 * NRL grants permission for redistribution and use in source and binary
36 * forms, with or without modification, of the software and documentation
37 * created at NRL provided that the following conditions are met:
38 *
39 * 1. Redistributions of source code must retain the above copyright
40 * notice, this list of conditions and the following disclaimer.
41 * 2. Redistributions in binary form must reproduce the above copyright
42 * notice, this list of conditions and the following disclaimer in the
43 * documentation and/or other materials provided with the distribution.
44 * 3. All advertising materials mentioning features or use of this software
45 * must display the following acknowledgements:
46 * This product includes software developed by the University of
47 * California, Berkeley and its contributors.
48 * This product includes software developed at the Information
49 * Technology Division, US Naval Research Laboratory.
50 * 4. Neither the name of the NRL nor the names of its contributors
51 * may be used to endorse or promote products derived from this software
52 * without specific prior written permission.
53 *
54 * THE SOFTWARE PROVIDED BY NRL IS PROVIDED BY NRL AND CONTRIBUTORS ``AS
55 * IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
56 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
57 * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL NRL OR
58 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
59 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
60 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
61 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
62 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
63 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
64 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
65 *
66 * The views and conclusions contained in the software and documentation
67 * are those of the authors and should not be interpreted as representing
68 * official policies, either expressed or implied, of the US Naval
69 * Research Laboratory (NRL).
70 */
71
72 /*-
73 * Copyright (c) 1997, 1998, 2001, 2005 The NetBSD Foundation, Inc.
74 * All rights reserved.
75 *
76 * This code is derived from software contributed to The NetBSD Foundation
77 * by Jason R. Thorpe and Kevin M. Lahey of the Numerical Aerospace Simulation
78 * Facility, NASA Ames Research Center.
79 * This code is derived from software contributed to The NetBSD Foundation
80 * by Charles M. Hannum.
81 *
82 * Redistribution and use in source and binary forms, with or without
83 * modification, are permitted provided that the following conditions
84 * are met:
85 * 1. Redistributions of source code must retain the above copyright
86 * notice, this list of conditions and the following disclaimer.
87 * 2. Redistributions in binary form must reproduce the above copyright
88 * notice, this list of conditions and the following disclaimer in the
89 * documentation and/or other materials provided with the distribution.
90 * 3. All advertising materials mentioning features or use of this software
91 * must display the following acknowledgement:
92 * This product includes software developed by the NetBSD
93 * Foundation, Inc. and its contributors.
94 * 4. Neither the name of The NetBSD Foundation nor the names of its
95 * contributors may be used to endorse or promote products derived
96 * from this software without specific prior written permission.
97 *
98 * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
99 * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
100 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
101 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
102 * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
103 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
104 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
105 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
106 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
107 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
108 * POSSIBILITY OF SUCH DAMAGE.
109 */
110
111 /*
112 * Copyright (c) 1982, 1986, 1988, 1990, 1993, 1995
113 * The Regents of the University of California. All rights reserved.
114 *
115 * Redistribution and use in source and binary forms, with or without
116 * modification, are permitted provided that the following conditions
117 * are met:
118 * 1. Redistributions of source code must retain the above copyright
119 * notice, this list of conditions and the following disclaimer.
120 * 2. Redistributions in binary form must reproduce the above copyright
121 * notice, this list of conditions and the following disclaimer in the
122 * documentation and/or other materials provided with the distribution.
123 * 3. Neither the name of the University nor the names of its contributors
124 * may be used to endorse or promote products derived from this software
125 * without specific prior written permission.
126 *
127 * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
128 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
129 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
130 * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
131 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
132 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
133 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
134 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
135 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
136 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
137 * SUCH DAMAGE.
138 *
139 * @(#)tcp_output.c 8.4 (Berkeley) 5/24/95
140 */
141
142 #include <sys/cdefs.h>
143 __KERNEL_RCSID(0, "$NetBSD: tcp_output.c,v 1.128.2.3 2005/05/11 18:10:07 tron Exp $");
144
145 #include "opt_inet.h"
146 #include "opt_ipsec.h"
147 #include "opt_tcp_debug.h"
148
149 #include <sys/param.h>
150 #include <sys/systm.h>
151 #include <sys/malloc.h>
152 #include <sys/mbuf.h>
153 #include <sys/protosw.h>
154 #include <sys/socket.h>
155 #include <sys/socketvar.h>
156 #include <sys/errno.h>
157 #include <sys/domain.h>
158 #include <sys/kernel.h>
159 #ifdef TCP_SIGNATURE
160 #include <sys/md5.h>
161 #endif
162
163 #include <net/if.h>
164 #include <net/route.h>
165
166 #include <netinet/in.h>
167 #include <netinet/in_systm.h>
168 #include <netinet/ip.h>
169 #include <netinet/in_pcb.h>
170 #include <netinet/ip_var.h>
171
172 #ifdef INET6
173 #ifndef INET
174 #include <netinet/in.h>
175 #endif
176 #include <netinet/ip6.h>
177 #include <netinet6/in6_var.h>
178 #include <netinet6/ip6_var.h>
179 #include <netinet6/in6_pcb.h>
180 #include <netinet6/nd6.h>
181 #endif
182
183 #ifdef FAST_IPSEC
184 #include <netipsec/ipsec.h>
185 #include <netipsec/key.h>
186 #endif /* FAST_IPSEC*/
187 #ifdef IPSEC
188 #include <netinet6/ipsec.h>
189 #endif
190
191 #include <netinet/tcp.h>
192 #define TCPOUTFLAGS
193 #include <netinet/tcp_fsm.h>
194 #include <netinet/tcp_seq.h>
195 #include <netinet/tcp_timer.h>
196 #include <netinet/tcp_var.h>
197 #include <netinet/tcpip.h>
198 #include <netinet/tcp_debug.h>
199
200 #ifdef IPSEC
201 #include <netkey/key.h>
202 #endif
203
204 #ifdef notyet
205 extern struct mbuf *m_copypack();
206 #endif
207
208 /*
209 * Knob to enable Congestion Window Monitoring, and control the
210 * the burst size it allows. Default burst is 4 packets, per
211 * the Internet draft.
212 */
213 int tcp_cwm = 0;
214 int tcp_cwm_burstsize = 4;
215
216 #ifdef TCP_OUTPUT_COUNTERS
217 #include <sys/device.h>
218
219 extern struct evcnt tcp_output_bigheader;
220 extern struct evcnt tcp_output_predict_hit;
221 extern struct evcnt tcp_output_predict_miss;
222 extern struct evcnt tcp_output_copysmall;
223 extern struct evcnt tcp_output_copybig;
224 extern struct evcnt tcp_output_refbig;
225
226 #define TCP_OUTPUT_COUNTER_INCR(ev) (ev)->ev_count++
227 #else
228
229 #define TCP_OUTPUT_COUNTER_INCR(ev) /* nothing */
230
231 #endif /* TCP_OUTPUT_COUNTERS */
232
233 static
234 #ifndef GPROF
235 __inline
236 #endif
237 int
238 tcp_segsize(struct tcpcb *tp, int *txsegsizep, int *rxsegsizep)
239 {
240 #ifdef INET
241 struct inpcb *inp = tp->t_inpcb;
242 #endif
243 #ifdef INET6
244 struct in6pcb *in6p = tp->t_in6pcb;
245 #endif
246 struct socket *so = NULL;
247 struct rtentry *rt;
248 struct ifnet *ifp;
249 int size;
250 int iphlen;
251 int optlen;
252
253 #ifdef DIAGNOSTIC
254 if (tp->t_inpcb && tp->t_in6pcb)
255 panic("tcp_segsize: both t_inpcb and t_in6pcb are set");
256 #endif
257 switch (tp->t_family) {
258 #ifdef INET
259 case AF_INET:
260 iphlen = sizeof(struct ip);
261 break;
262 #endif
263 #ifdef INET6
264 case AF_INET6:
265 iphlen = sizeof(struct ip6_hdr);
266 break;
267 #endif
268 default:
269 size = tcp_mssdflt;
270 goto out;
271 }
272
273 rt = NULL;
274 #ifdef INET
275 if (inp) {
276 rt = in_pcbrtentry(inp);
277 so = inp->inp_socket;
278 }
279 #endif
280 #ifdef INET6
281 if (in6p) {
282 rt = in6_pcbrtentry(in6p);
283 so = in6p->in6p_socket;
284 }
285 #endif
286 if (rt == NULL) {
287 size = tcp_mssdflt;
288 goto out;
289 }
290
291 ifp = rt->rt_ifp;
292
293 size = tcp_mssdflt;
294 if (tp->t_mtudisc && rt->rt_rmx.rmx_mtu != 0) {
295 #ifdef INET6
296 if (in6p && rt->rt_rmx.rmx_mtu < IPV6_MMTU) {
297 /*
298 * RFC2460 section 5, last paragraph: if path MTU is
299 * smaller than 1280, use 1280 as packet size and
300 * attach fragment header.
301 */
302 size = IPV6_MMTU - iphlen - sizeof(struct ip6_frag) -
303 sizeof(struct tcphdr);
304 } else
305 size = rt->rt_rmx.rmx_mtu - iphlen -
306 sizeof(struct tcphdr);
307 #else
308 size = rt->rt_rmx.rmx_mtu - iphlen - sizeof(struct tcphdr);
309 #endif
310 } else if (ifp->if_flags & IFF_LOOPBACK)
311 size = ifp->if_mtu - iphlen - sizeof(struct tcphdr);
312 #ifdef INET
313 else if (inp && tp->t_mtudisc)
314 size = ifp->if_mtu - iphlen - sizeof(struct tcphdr);
315 else if (inp && in_localaddr(inp->inp_faddr))
316 size = ifp->if_mtu - iphlen - sizeof(struct tcphdr);
317 #endif
318 #ifdef INET6
319 else if (in6p) {
320 #ifdef INET
321 if (IN6_IS_ADDR_V4MAPPED(&in6p->in6p_faddr)) {
322 /* mapped addr case */
323 struct in_addr d;
324 bcopy(&in6p->in6p_faddr.s6_addr32[3], &d, sizeof(d));
325 if (tp->t_mtudisc || in_localaddr(d))
326 size = ifp->if_mtu - iphlen - sizeof(struct tcphdr);
327 } else
328 #endif
329 {
330 /*
331 * for IPv6, path MTU discovery is always turned on,
332 * or the node must use packet size <= 1280.
333 */
334 size = tp->t_mtudisc ? IN6_LINKMTU(ifp) : IPV6_MMTU;
335 size -= (iphlen + sizeof(struct tcphdr));
336 }
337 }
338 #endif
339 out:
340 /*
341 * Now we must make room for whatever extra TCP/IP options are in
342 * the packet.
343 */
344 optlen = tcp_optlen(tp);
345
346 /*
347 * XXX tp->t_ourmss should have the right size, but without this code
348 * fragmentation will occur... need more investigation
349 */
350 #ifdef INET
351 if (inp) {
352 #if defined(IPSEC) || defined(FAST_IPSEC)
353 if (! IPSEC_PCB_SKIP_IPSEC(inp->inp_sp, IPSEC_DIR_OUTBOUND))
354 optlen += ipsec4_hdrsiz_tcp(tp);
355 #endif
356 optlen += ip_optlen(inp);
357 }
358 #endif
359 #ifdef INET6
360 #ifdef INET
361 if (in6p && tp->t_family == AF_INET) {
362 #if defined(IPSEC) || defined(FAST_IPSEC)
363 if (! IPSEC_PCB_SKIP_IPSEC(in6p->in6p_sp, IPSEC_DIR_OUTBOUND))
364 optlen += ipsec4_hdrsiz_tcp(tp);
365 #endif
366 /* XXX size -= ip_optlen(in6p); */
367 } else
368 #endif
369 if (in6p && tp->t_family == AF_INET6) {
370 #ifdef IPSEC
371 if (! IPSEC_PCB_SKIP_IPSEC(in6p->in6p_sp, IPSEC_DIR_OUTBOUND))
372 optlen += ipsec6_hdrsiz_tcp(tp);
373 #endif
374 optlen += ip6_optlen(in6p);
375 }
376 #endif
377 size -= optlen;
378
379 /* there may not be any room for data if mtu is too small */
380 if (size < 0)
381 return (EMSGSIZE);
382
383 /*
384 * *rxsegsizep holds *estimated* inbound segment size (estimation
385 * assumes that path MTU is the same for both ways). this is only
386 * for silly window avoidance, do not use the value for other purposes.
387 *
388 * ipseclen is subtracted from both sides, this may not be right.
389 * I'm not quite sure about this (could someone comment).
390 */
391 *txsegsizep = min(tp->t_peermss - optlen, size);
392 /*
393 * Never send more than half a buffer full. This insures that we can
394 * always keep 2 packets on the wire, no matter what SO_SNDBUF is, and
395 * therefore acks will never be delayed unless we run out of data to
396 * transmit.
397 */
398 if (so)
399 *txsegsizep = min(so->so_snd.sb_hiwat >> 1, *txsegsizep);
400 *rxsegsizep = min(tp->t_ourmss - optlen, size);
401
402 if (*txsegsizep != tp->t_segsz) {
403 /*
404 * If the new segment size is larger, we don't want to
405 * mess up the congestion window, but if it is smaller
406 * we'll have to reduce the congestion window to ensure
407 * that we don't get into trouble with initial windows
408 * and the rest. In any case, if the segment size
409 * has changed, chances are the path has, too, and
410 * our congestion window will be different.
411 */
412 if (*txsegsizep < tp->t_segsz) {
413 tp->snd_cwnd = max((tp->snd_cwnd / tp->t_segsz)
414 * *txsegsizep, *txsegsizep);
415 tp->snd_ssthresh = max((tp->snd_ssthresh / tp->t_segsz)
416 * *txsegsizep, *txsegsizep);
417 }
418 tp->t_segsz = *txsegsizep;
419 }
420
421 return (0);
422 }
423
424 static
425 #ifndef GPROF
426 __inline
427 #endif
428 int
429 tcp_build_datapkt(struct tcpcb *tp, struct socket *so, int off,
430 long len, int hdrlen, struct mbuf **mp)
431 {
432 struct mbuf *m, *m0;
433
434 if (tp->t_force && len == 1)
435 tcpstat.tcps_sndprobe++;
436 else if (SEQ_LT(tp->snd_nxt, tp->snd_max)) {
437 tcpstat.tcps_sndrexmitpack++;
438 tcpstat.tcps_sndrexmitbyte += len;
439 } else {
440 tcpstat.tcps_sndpack++;
441 tcpstat.tcps_sndbyte += len;
442 }
443 #ifdef notyet
444 if ((m = m_copypack(so->so_snd.sb_mb, off,
445 (int)len, max_linkhdr + hdrlen)) == 0)
446 return (ENOBUFS);
447 /*
448 * m_copypack left space for our hdr; use it.
449 */
450 m->m_len += hdrlen;
451 m->m_data -= hdrlen;
452 #else
453 MGETHDR(m, M_DONTWAIT, MT_HEADER);
454 if (__predict_false(m == NULL))
455 return (ENOBUFS);
456 MCLAIM(m, &tcp_tx_mowner);
457
458 /*
459 * XXX Because other code assumes headers will fit in
460 * XXX one header mbuf.
461 *
462 * (This code should almost *never* be run.)
463 */
464 if (__predict_false((max_linkhdr + hdrlen) > MHLEN)) {
465 TCP_OUTPUT_COUNTER_INCR(&tcp_output_bigheader);
466 MCLGET(m, M_DONTWAIT);
467 if ((m->m_flags & M_EXT) == 0) {
468 m_freem(m);
469 return (ENOBUFS);
470 }
471 }
472
473 m->m_data += max_linkhdr;
474 m->m_len = hdrlen;
475
476 /*
477 * To avoid traversing the whole sb_mb chain for correct
478 * data to send, remember last sent mbuf, its offset and
479 * the sent size. When called the next time, see if the
480 * data to send is directly following the previous transfer.
481 * This is important for large TCP windows.
482 */
483 if (off == 0 || tp->t_lastm == NULL ||
484 (tp->t_lastoff + tp->t_lastlen) != off) {
485 TCP_OUTPUT_COUNTER_INCR(&tcp_output_predict_miss);
486 /*
487 * Either a new packet or a retransmit.
488 * Start from the beginning.
489 */
490 tp->t_lastm = so->so_snd.sb_mb;
491 tp->t_inoff = off;
492 } else {
493 TCP_OUTPUT_COUNTER_INCR(&tcp_output_predict_hit);
494 tp->t_inoff += tp->t_lastlen;
495 }
496
497 /* Traverse forward to next packet */
498 while (tp->t_inoff > 0) {
499 if (tp->t_lastm == NULL)
500 panic("tp->t_lastm == NULL");
501 if (tp->t_inoff < tp->t_lastm->m_len)
502 break;
503 tp->t_inoff -= tp->t_lastm->m_len;
504 tp->t_lastm = tp->t_lastm->m_next;
505 }
506
507 tp->t_lastoff = off;
508 tp->t_lastlen = len;
509 m0 = tp->t_lastm;
510 off = tp->t_inoff;
511
512 if (len <= M_TRAILINGSPACE(m)) {
513 m_copydata(m0, off, (int) len, mtod(m, caddr_t) + hdrlen);
514 m->m_len += len;
515 TCP_OUTPUT_COUNTER_INCR(&tcp_output_copysmall);
516 } else {
517 m->m_next = m_copy(m0, off, (int) len);
518 if (m->m_next == NULL) {
519 m_freem(m);
520 return (ENOBUFS);
521 }
522 #ifdef TCP_OUTPUT_COUNTERS
523 if (m->m_next->m_flags & M_EXT)
524 TCP_OUTPUT_COUNTER_INCR(&tcp_output_refbig);
525 else
526 TCP_OUTPUT_COUNTER_INCR(&tcp_output_copybig);
527 #endif /* TCP_OUTPUT_COUNTERS */
528 }
529 #endif
530
531 *mp = m;
532 return (0);
533 }
534
535 /*
536 * Tcp output routine: figure out what should be sent and send it.
537 */
538 int
539 tcp_output(struct tcpcb *tp)
540 {
541 struct socket *so;
542 struct route *ro;
543 long len, win;
544 int off, flags, error;
545 struct mbuf *m;
546 struct ip *ip;
547 #ifdef INET6
548 struct ip6_hdr *ip6;
549 #endif
550 struct tcphdr *th;
551 u_char opt[MAX_TCPOPTLEN];
552 unsigned optlen, hdrlen;
553 unsigned int sack_numblks;
554 int idle, sendalot, txsegsize, rxsegsize;
555 int txsegsize_nosack;
556 int maxburst = TCP_MAXBURST;
557 int af; /* address family on the wire */
558 int iphdrlen;
559 int has_tso, use_tso;
560 int sack_rxmit;
561 int sack_bytes_rxmt;
562 struct sackhole *p;
563 #ifdef TCP_SIGNATURE
564 int sigoff = 0;
565 #endif
566
567 #ifdef DIAGNOSTIC
568 if (tp->t_inpcb && tp->t_in6pcb)
569 panic("tcp_output: both t_inpcb and t_in6pcb are set");
570 #endif
571 so = NULL;
572 ro = NULL;
573 if (tp->t_inpcb) {
574 so = tp->t_inpcb->inp_socket;
575 ro = &tp->t_inpcb->inp_route;
576 }
577 #ifdef INET6
578 else if (tp->t_in6pcb) {
579 so = tp->t_in6pcb->in6p_socket;
580 ro = (struct route *)&tp->t_in6pcb->in6p_route;
581 }
582 #endif
583
584 switch (af = tp->t_family) {
585 #ifdef INET
586 case AF_INET:
587 if (tp->t_inpcb)
588 break;
589 #ifdef INET6
590 /* mapped addr case */
591 if (tp->t_in6pcb)
592 break;
593 #endif
594 return (EINVAL);
595 #endif
596 #ifdef INET6
597 case AF_INET6:
598 if (tp->t_in6pcb)
599 break;
600 return (EINVAL);
601 #endif
602 default:
603 return (EAFNOSUPPORT);
604 }
605
606 if (tcp_segsize(tp, &txsegsize, &rxsegsize))
607 return (EMSGSIZE);
608
609 idle = (tp->snd_max == tp->snd_una);
610
611 /*
612 * Determine if we can use TCP segmentation offload:
613 * - If we're using IPv4
614 * - If there is not an IPsec policy that prevents it
615 * - If the interface can do it
616 */
617 has_tso = tp->t_inpcb != NULL &&
618 #if defined(IPSEC) || defined(FAST_IPSEC)
619 IPSEC_PCB_SKIP_IPSEC(tp->t_inpcb->inp_sp,
620 IPSEC_DIR_OUTBOUND) &&
621 #endif
622 tp->t_inpcb->inp_route.ro_rt != NULL &&
623 (tp->t_inpcb->inp_route.ro_rt->rt_ifp->if_capenable &
624 IFCAP_TSOv4) != 0;
625
626 /*
627 * Restart Window computation. From draft-floyd-incr-init-win-03:
628 *
629 * Optionally, a TCP MAY set the restart window to the
630 * minimum of the value used for the initial window and
631 * the current value of cwnd (in other words, using a
632 * larger value for the restart window should never increase
633 * the size of cwnd).
634 */
635 if (tcp_cwm) {
636 /*
637 * Hughes/Touch/Heidemann Congestion Window Monitoring.
638 * Count the number of packets currently pending
639 * acknowledgement, and limit our congestion window
640 * to a pre-determined allowed burst size plus that count.
641 * This prevents bursting once all pending packets have
642 * been acknowledged (i.e. transmission is idle).
643 *
644 * XXX Link this to Initial Window?
645 */
646 tp->snd_cwnd = min(tp->snd_cwnd,
647 (tcp_cwm_burstsize * txsegsize) +
648 (tp->snd_nxt - tp->snd_una));
649 } else {
650 if (idle && (tcp_now - tp->t_rcvtime) >= tp->t_rxtcur) {
651 /*
652 * We have been idle for "a while" and no acks are
653 * expected to clock out any data we send --
654 * slow start to get ack "clock" running again.
655 */
656 int ss = tcp_init_win;
657 #ifdef INET
658 if (tp->t_inpcb &&
659 in_localaddr(tp->t_inpcb->inp_faddr))
660 ss = tcp_init_win_local;
661 #endif
662 #ifdef INET6
663 if (tp->t_in6pcb &&
664 in6_localaddr(&tp->t_in6pcb->in6p_faddr))
665 ss = tcp_init_win_local;
666 #endif
667 tp->snd_cwnd = min(tp->snd_cwnd,
668 TCP_INITIAL_WINDOW(ss, txsegsize));
669 }
670 }
671
672 txsegsize_nosack = txsegsize;
673 again:
674 use_tso = has_tso;
675 TCP_REASS_LOCK(tp);
676 sack_numblks = tcp_sack_numblks(tp);
677 if (sack_numblks) {
678 if ((tp->rcv_sack_flags & TCPSACK_HAVED) != 0) {
679 /* don't duplicate D-SACK. */
680 use_tso = 0;
681 }
682 txsegsize = txsegsize_nosack - TCP_SACK_OPTLEN(sack_numblks);
683 } else {
684 txsegsize = txsegsize_nosack;
685 }
686
687 /*
688 * Determine length of data that should be transmitted, and
689 * flags that should be used. If there is some data or critical
690 * controls (SYN, RST) to send, then transmit; otherwise,
691 * investigate further.
692 *
693 * Readjust SACK information to avoid resending duplicate data.
694 */
695 if (TCP_SACK_ENABLED(tp) && SEQ_LT(tp->snd_nxt, tp->snd_max))
696 tcp_sack_adjust(tp);
697 sendalot = 0;
698 off = tp->snd_nxt - tp->snd_una;
699 win = min(tp->snd_wnd, tp->snd_cwnd);
700
701 flags = tcp_outflags[tp->t_state];
702
703 /*
704 * Send any SACK-generated retransmissions. If we're explicitly trying
705 * to send out new data (when sendalot is 1), bypass this function.
706 * If we retransmit in fast recovery mode, decrement snd_cwnd, since
707 * we're replacing a (future) new transmission with a retransmission
708 * now, and we previously incremented snd_cwnd in tcp_input().
709 */
710 /*
711 * Still in sack recovery , reset rxmit flag to zero.
712 */
713 sack_rxmit = 0;
714 sack_bytes_rxmt = 0;
715 len = 0;
716 p = NULL;
717 do {
718 long cwin;
719 if (!TCP_SACK_ENABLED(tp))
720 break;
721 if (tp->t_partialacks < 0)
722 break;
723 p = tcp_sack_output(tp, &sack_bytes_rxmt);
724 if (p == NULL)
725 break;
726
727 cwin = min(tp->snd_wnd, tp->snd_cwnd) - sack_bytes_rxmt;
728 if (cwin < 0)
729 cwin = 0;
730 /* Do not retransmit SACK segments beyond snd_recover */
731 if (SEQ_GT(p->end, tp->snd_recover)) {
732 /*
733 * (At least) part of sack hole extends beyond
734 * snd_recover. Check to see if we can rexmit data
735 * for this hole.
736 */
737 if (SEQ_GEQ(p->rxmit, tp->snd_recover)) {
738 /*
739 * Can't rexmit any more data for this hole.
740 * That data will be rexmitted in the next
741 * sack recovery episode, when snd_recover
742 * moves past p->rxmit.
743 */
744 p = NULL;
745 break;
746 }
747 /* Can rexmit part of the current hole */
748 len = ((long)ulmin(cwin, tp->snd_recover - p->rxmit));
749 } else
750 len = ((long)ulmin(cwin, p->end - p->rxmit));
751 off = p->rxmit - tp->snd_una;
752 if (len > 0) {
753 sack_rxmit = 1;
754 sendalot = 1;
755 }
756 } while (/*CONSTCOND*/0);
757
758 /*
759 * If in persist timeout with window of 0, send 1 byte.
760 * Otherwise, if window is small but nonzero
761 * and timer expired, we will send what we can
762 * and go to transmit state.
763 */
764 if (tp->t_force) {
765 if (win == 0) {
766 /*
767 * If we still have some data to send, then
768 * clear the FIN bit. Usually this would
769 * happen below when it realizes that we
770 * aren't sending all the data. However,
771 * if we have exactly 1 byte of unset data,
772 * then it won't clear the FIN bit below,
773 * and if we are in persist state, we wind
774 * up sending the packet without recording
775 * that we sent the FIN bit.
776 *
777 * We can't just blindly clear the FIN bit,
778 * because if we don't have any more data
779 * to send then the probe will be the FIN
780 * itself.
781 */
782 if (off < so->so_snd.sb_cc)
783 flags &= ~TH_FIN;
784 win = 1;
785 } else {
786 TCP_TIMER_DISARM(tp, TCPT_PERSIST);
787 tp->t_rxtshift = 0;
788 }
789 }
790
791 if (!TCP_SACK_ENABLED(tp)) {
792 if (win < so->so_snd.sb_cc) {
793 len = win - off;
794 flags &= ~TH_FIN;
795 } else
796 len = so->so_snd.sb_cc - off;
797 } else if (sack_rxmit == 0) {
798 if (sack_bytes_rxmt != 0) {
799 long cwin;
800
801 /*
802 * We are inside of a SACK recovery episode and are
803 * sending new data, having retransmitted all the
804 * data possible in the scoreboard.
805 */
806 if (tp->snd_wnd < so->so_snd.sb_cc) {
807 len = tp->snd_wnd - off;
808 flags &= ~TH_FIN;
809 } else {
810 len = so->so_snd.sb_cc - off;
811 }
812
813 /*
814 * From FreeBSD:
815 * Don't remove this (len > 0) check !
816 * We explicitly check for len > 0 here (although it
817 * isn't really necessary), to work around a gcc
818 * optimization issue - to force gcc to compute
819 * len above. Without this check, the computation
820 * of len is bungled by the optimizer.
821 */
822 if (len > 0) {
823 cwin = tp->snd_cwnd -
824 (tp->snd_nxt - tp->sack_newdata) -
825 sack_bytes_rxmt;
826 if (cwin < 0)
827 cwin = 0;
828 if (cwin < len) {
829 len = cwin;
830 flags &= ~TH_FIN;
831 }
832 }
833 } else if (win < so->so_snd.sb_cc) {
834 len = win - off;
835 flags &= ~TH_FIN;
836 } else
837 len = so->so_snd.sb_cc - off;
838 }
839
840 if (len < 0) {
841 /*
842 * If FIN has been sent but not acked,
843 * but we haven't been called to retransmit,
844 * len will be -1. Otherwise, window shrank
845 * after we sent into it. If window shrank to 0,
846 * cancel pending retransmit, pull snd_nxt back
847 * to (closed) window, and set the persist timer
848 * if it isn't already going. If the window didn't
849 * close completely, just wait for an ACK.
850 *
851 * If we have a pending FIN, either it has already been
852 * transmitted or it is outside the window, so drop it.
853 * If the FIN has been transmitted, but this is not a
854 * retransmission, then len must be -1. Therefore we also
855 * prevent here the sending of `gratuitous FINs'. This
856 * eliminates the need to check for that case below (e.g.
857 * to back up snd_nxt before the FIN so that the sequence
858 * number is correct).
859 */
860 len = 0;
861 flags &= ~TH_FIN;
862 if (win == 0) {
863 TCP_TIMER_DISARM(tp, TCPT_REXMT);
864 tp->t_rxtshift = 0;
865 tp->snd_nxt = tp->snd_una;
866 if (TCP_TIMER_ISARMED(tp, TCPT_PERSIST) == 0)
867 tcp_setpersist(tp);
868 }
869 }
870 if (len > txsegsize) {
871 if (use_tso) {
872 /*
873 * Truncate TSO transfers to IP_MAXPACKET, and make
874 * sure that we send equal size transfers down the
875 * stack (rather than big-small-big-small-...).
876 */
877 len = (min(len, IP_MAXPACKET) / txsegsize) * txsegsize;
878 if (len <= txsegsize) {
879 use_tso = 0;
880 }
881 } else
882 len = txsegsize;
883 flags &= ~TH_FIN;
884 sendalot = 1;
885 } else
886 use_tso = 0;
887 if (sack_rxmit) {
888 if (SEQ_LT(p->rxmit + len, tp->snd_una + so->so_snd.sb_cc))
889 flags &= ~TH_FIN;
890 }
891
892 win = sbspace(&so->so_rcv);
893
894 /*
895 * Sender silly window avoidance. If connection is idle
896 * and can send all data, a maximum segment,
897 * at least a maximum default-size segment do it,
898 * or are forced, do it; otherwise don't bother.
899 * If peer's buffer is tiny, then send
900 * when window is at least half open.
901 * If retransmitting (possibly after persist timer forced us
902 * to send into a small window), then must resend.
903 */
904 if (len) {
905 if (len >= txsegsize)
906 goto send;
907 if ((so->so_state & SS_MORETOCOME) == 0 &&
908 ((idle || tp->t_flags & TF_NODELAY) &&
909 len + off >= so->so_snd.sb_cc))
910 goto send;
911 if (tp->t_force)
912 goto send;
913 if (len >= tp->max_sndwnd / 2)
914 goto send;
915 if (SEQ_LT(tp->snd_nxt, tp->snd_max))
916 goto send;
917 if (sack_rxmit)
918 goto send;
919 }
920
921 /*
922 * Compare available window to amount of window known to peer
923 * (as advertised window less next expected input). If the
924 * difference is at least twice the size of the largest segment
925 * we expect to receive (i.e. two segments) or at least 50% of
926 * the maximum possible window, then want to send a window update
927 * to peer.
928 */
929 if (win > 0) {
930 /*
931 * "adv" is the amount we can increase the window,
932 * taking into account that we are limited by
933 * TCP_MAXWIN << tp->rcv_scale.
934 */
935 long adv = min(win, (long)TCP_MAXWIN << tp->rcv_scale) -
936 (tp->rcv_adv - tp->rcv_nxt);
937
938 if (adv >= (long) (2 * rxsegsize))
939 goto send;
940 if (2 * adv >= (long) so->so_rcv.sb_hiwat)
941 goto send;
942 }
943
944 /*
945 * Send if we owe peer an ACK.
946 */
947 if (tp->t_flags & TF_ACKNOW)
948 goto send;
949 if (flags & (TH_SYN|TH_FIN|TH_RST))
950 goto send;
951 if (SEQ_GT(tp->snd_up, tp->snd_una))
952 goto send;
953 /*
954 * In SACK, it is possible for tcp_output to fail to send a segment
955 * after the retransmission timer has been turned off. Make sure
956 * that the retransmission timer is set.
957 */
958 if (TCP_SACK_ENABLED(tp) && SEQ_GT(tp->snd_max, tp->snd_una) &&
959 !TCP_TIMER_ISARMED(tp, TCPT_REXMT) &&
960 !TCP_TIMER_ISARMED(tp, TCPT_PERSIST)) {
961 TCP_TIMER_ARM(tp, TCPT_REXMT, tp->t_rxtcur);
962 goto just_return;
963 }
964
965 /*
966 * TCP window updates are not reliable, rather a polling protocol
967 * using ``persist'' packets is used to insure receipt of window
968 * updates. The three ``states'' for the output side are:
969 * idle not doing retransmits or persists
970 * persisting to move a small or zero window
971 * (re)transmitting and thereby not persisting
972 *
973 * tp->t_timer[TCPT_PERSIST]
974 * is set when we are in persist state.
975 * tp->t_force
976 * is set when we are called to send a persist packet.
977 * tp->t_timer[TCPT_REXMT]
978 * is set when we are retransmitting
979 * The output side is idle when both timers are zero.
980 *
981 * If send window is too small, there is data to transmit, and no
982 * retransmit or persist is pending, then go to persist state.
983 * If nothing happens soon, send when timer expires:
984 * if window is nonzero, transmit what we can,
985 * otherwise force out a byte.
986 */
987 if (so->so_snd.sb_cc && TCP_TIMER_ISARMED(tp, TCPT_REXMT) == 0 &&
988 TCP_TIMER_ISARMED(tp, TCPT_PERSIST) == 0) {
989 tp->t_rxtshift = 0;
990 tcp_setpersist(tp);
991 }
992
993 /*
994 * No reason to send a segment, just return.
995 */
996 just_return:
997 TCP_REASS_UNLOCK(tp);
998 return (0);
999
1000 send:
1001 /*
1002 * Before ESTABLISHED, force sending of initial options
1003 * unless TCP set not to do any options.
1004 * NOTE: we assume that the IP/TCP header plus TCP options
1005 * always fit in a single mbuf, leaving room for a maximum
1006 * link header, i.e.
1007 * max_linkhdr + sizeof (struct tcpiphdr) + optlen <= MCLBYTES
1008 */
1009 optlen = 0;
1010 switch (af) {
1011 #ifdef INET
1012 case AF_INET:
1013 iphdrlen = sizeof(struct ip) + sizeof(struct tcphdr);
1014 break;
1015 #endif
1016 #ifdef INET6
1017 case AF_INET6:
1018 iphdrlen = sizeof(struct ip6_hdr) + sizeof(struct tcphdr);
1019 break;
1020 #endif
1021 default: /*pacify gcc*/
1022 iphdrlen = 0;
1023 break;
1024 }
1025 hdrlen = iphdrlen;
1026 if (flags & TH_SYN) {
1027 struct rtentry *rt;
1028
1029 rt = NULL;
1030 #ifdef INET
1031 if (tp->t_inpcb)
1032 rt = in_pcbrtentry(tp->t_inpcb);
1033 #endif
1034 #ifdef INET6
1035 if (tp->t_in6pcb)
1036 rt = in6_pcbrtentry(tp->t_in6pcb);
1037 #endif
1038
1039 tp->snd_nxt = tp->iss;
1040 tp->t_ourmss = tcp_mss_to_advertise(rt != NULL ?
1041 rt->rt_ifp : NULL, af);
1042 if ((tp->t_flags & TF_NOOPT) == 0) {
1043 opt[0] = TCPOPT_MAXSEG;
1044 opt[1] = 4;
1045 opt[2] = (tp->t_ourmss >> 8) & 0xff;
1046 opt[3] = tp->t_ourmss & 0xff;
1047 optlen = 4;
1048
1049 if ((tp->t_flags & TF_REQ_SCALE) &&
1050 ((flags & TH_ACK) == 0 ||
1051 (tp->t_flags & TF_RCVD_SCALE))) {
1052 *((u_int32_t *) (opt + optlen)) = htonl(
1053 TCPOPT_NOP << 24 |
1054 TCPOPT_WINDOW << 16 |
1055 TCPOLEN_WINDOW << 8 |
1056 tp->request_r_scale);
1057 optlen += 4;
1058 }
1059 if (tcp_do_sack) {
1060 u_int8_t *p = (u_int8_t *)(opt + optlen);
1061
1062 p[0] = TCPOPT_SACK_PERMITTED;
1063 p[1] = 2;
1064 p[2] = TCPOPT_NOP;
1065 p[3] = TCPOPT_NOP;
1066 optlen += 4;
1067 }
1068 }
1069 }
1070
1071 /*
1072 * Send a timestamp and echo-reply if this is a SYN and our side
1073 * wants to use timestamps (TF_REQ_TSTMP is set) or both our side
1074 * and our peer have sent timestamps in our SYN's.
1075 */
1076 if ((tp->t_flags & (TF_REQ_TSTMP|TF_NOOPT)) == TF_REQ_TSTMP &&
1077 (flags & TH_RST) == 0 &&
1078 ((flags & (TH_SYN|TH_ACK)) == TH_SYN ||
1079 (tp->t_flags & TF_RCVD_TSTMP))) {
1080 u_int32_t *lp = (u_int32_t *)(opt + optlen);
1081
1082 /* Form timestamp option as shown in appendix A of RFC 1323. */
1083 *lp++ = htonl(TCPOPT_TSTAMP_HDR);
1084 *lp++ = htonl(TCP_TIMESTAMP(tp));
1085 *lp = htonl(tp->ts_recent);
1086 optlen += TCPOLEN_TSTAMP_APPA;
1087 }
1088
1089 /*
1090 * Tack on the SACK block if it is necessary.
1091 */
1092 if (sack_numblks) {
1093 int sack_len;
1094 u_char *bp = (u_char *)(opt + optlen);
1095 u_int32_t *lp = (u_int32_t *)(bp + 4);
1096 struct ipqent *tiqe;
1097
1098 sack_len = sack_numblks * 8 + 2;
1099 bp[0] = TCPOPT_NOP;
1100 bp[1] = TCPOPT_NOP;
1101 bp[2] = TCPOPT_SACK;
1102 bp[3] = sack_len;
1103 if ((tp->rcv_sack_flags & TCPSACK_HAVED) != 0) {
1104 sack_numblks--;
1105 *lp++ = htonl(tp->rcv_dsack_block.left);
1106 *lp++ = htonl(tp->rcv_dsack_block.right);
1107 tp->rcv_sack_flags &= ~TCPSACK_HAVED;
1108 }
1109 for (tiqe = TAILQ_FIRST(&tp->timeq);
1110 sack_numblks > 0; tiqe = TAILQ_NEXT(tiqe, ipqe_timeq)) {
1111 KASSERT(tiqe != NULL);
1112 sack_numblks--;
1113 *lp++ = htonl(tiqe->ipqe_seq);
1114 *lp++ = htonl(tiqe->ipqe_seq + tiqe->ipqe_len);
1115 }
1116 optlen += sack_len + 2;
1117 }
1118 TCP_REASS_UNLOCK(tp);
1119
1120 #ifdef TCP_SIGNATURE
1121 #if defined(INET6) && defined(FAST_IPSEC)
1122 if (tp->t_family == AF_INET)
1123 #endif
1124 if (tp->t_flags & TF_SIGNATURE) {
1125 u_char *bp;
1126 /*
1127 * Initialize TCP-MD5 option (RFC2385)
1128 */
1129 bp = (u_char *)opt + optlen;
1130 *bp++ = TCPOPT_SIGNATURE;
1131 *bp++ = TCPOLEN_SIGNATURE;
1132 sigoff = optlen + 2;
1133 bzero(bp, TCP_SIGLEN);
1134 bp += TCP_SIGLEN;
1135 optlen += TCPOLEN_SIGNATURE;
1136 /*
1137 * Terminate options list and maintain 32-bit alignment.
1138 */
1139 *bp++ = TCPOPT_NOP;
1140 *bp++ = TCPOPT_EOL;
1141 optlen += 2;
1142 }
1143 #endif /* TCP_SIGNATURE */
1144
1145 hdrlen += optlen;
1146
1147 #ifdef DIAGNOSTIC
1148 if (!use_tso && len > txsegsize)
1149 panic("tcp data to be sent is larger than segment");
1150 else if (use_tso && len > IP_MAXPACKET)
1151 panic("tcp data to be sent is larger than max TSO size");
1152 if (max_linkhdr + hdrlen > MCLBYTES)
1153 panic("tcphdr too big");
1154 #endif
1155
1156 /*
1157 * Grab a header mbuf, attaching a copy of data to
1158 * be transmitted, and initialize the header from
1159 * the template for sends on this connection.
1160 */
1161 if (len) {
1162 error = tcp_build_datapkt(tp, so, off, len, hdrlen, &m);
1163 if (error)
1164 goto out;
1165 /*
1166 * If we're sending everything we've got, set PUSH.
1167 * (This will keep happy those implementations which only
1168 * give data to the user when a buffer fills or
1169 * a PUSH comes in.)
1170 */
1171 if (off + len == so->so_snd.sb_cc)
1172 flags |= TH_PUSH;
1173 } else {
1174 if (tp->t_flags & TF_ACKNOW)
1175 tcpstat.tcps_sndacks++;
1176 else if (flags & (TH_SYN|TH_FIN|TH_RST))
1177 tcpstat.tcps_sndctrl++;
1178 else if (SEQ_GT(tp->snd_up, tp->snd_una))
1179 tcpstat.tcps_sndurg++;
1180 else
1181 tcpstat.tcps_sndwinup++;
1182
1183 MGETHDR(m, M_DONTWAIT, MT_HEADER);
1184 if (m != NULL && max_linkhdr + hdrlen > MHLEN) {
1185 MCLGET(m, M_DONTWAIT);
1186 if ((m->m_flags & M_EXT) == 0) {
1187 m_freem(m);
1188 m = NULL;
1189 }
1190 }
1191 if (m == NULL) {
1192 error = ENOBUFS;
1193 goto out;
1194 }
1195 MCLAIM(m, &tcp_tx_mowner);
1196 m->m_data += max_linkhdr;
1197 m->m_len = hdrlen;
1198 }
1199 m->m_pkthdr.rcvif = (struct ifnet *)0;
1200 switch (af) {
1201 #ifdef INET
1202 case AF_INET:
1203 ip = mtod(m, struct ip *);
1204 #ifdef INET6
1205 ip6 = NULL;
1206 #endif
1207 th = (struct tcphdr *)(ip + 1);
1208 break;
1209 #endif
1210 #ifdef INET6
1211 case AF_INET6:
1212 ip = NULL;
1213 ip6 = mtod(m, struct ip6_hdr *);
1214 th = (struct tcphdr *)(ip6 + 1);
1215 break;
1216 #endif
1217 default: /*pacify gcc*/
1218 ip = NULL;
1219 #ifdef INET6
1220 ip6 = NULL;
1221 #endif
1222 th = NULL;
1223 break;
1224 }
1225 if (tp->t_template == 0)
1226 panic("tcp_output");
1227 if (tp->t_template->m_len < iphdrlen)
1228 panic("tcp_output");
1229 bcopy(mtod(tp->t_template, caddr_t), mtod(m, caddr_t), iphdrlen);
1230
1231 /*
1232 * If we are doing retransmissions, then snd_nxt will
1233 * not reflect the first unsent octet. For ACK only
1234 * packets, we do not want the sequence number of the
1235 * retransmitted packet, we want the sequence number
1236 * of the next unsent octet. So, if there is no data
1237 * (and no SYN or FIN), use snd_max instead of snd_nxt
1238 * when filling in ti_seq. But if we are in persist
1239 * state, snd_max might reflect one byte beyond the
1240 * right edge of the window, so use snd_nxt in that
1241 * case, since we know we aren't doing a retransmission.
1242 * (retransmit and persist are mutually exclusive...)
1243 */
1244 if (TCP_SACK_ENABLED(tp) && sack_rxmit) {
1245 th->th_seq = htonl(p->rxmit);
1246 p->rxmit += len;
1247 } else {
1248 if (len || (flags & (TH_SYN|TH_FIN)) ||
1249 TCP_TIMER_ISARMED(tp, TCPT_PERSIST))
1250 th->th_seq = htonl(tp->snd_nxt);
1251 else
1252 th->th_seq = htonl(tp->snd_max);
1253 }
1254 th->th_ack = htonl(tp->rcv_nxt);
1255 if (optlen) {
1256 bcopy((caddr_t)opt, (caddr_t)(th + 1), optlen);
1257 th->th_off = (sizeof (struct tcphdr) + optlen) >> 2;
1258 }
1259 th->th_flags = flags;
1260 /*
1261 * Calculate receive window. Don't shrink window,
1262 * but avoid silly window syndrome.
1263 */
1264 if (win < (long)(so->so_rcv.sb_hiwat / 4) && win < (long)rxsegsize)
1265 win = 0;
1266 if (win > (long)TCP_MAXWIN << tp->rcv_scale)
1267 win = (long)TCP_MAXWIN << tp->rcv_scale;
1268 if (win < (long)(int32_t)(tp->rcv_adv - tp->rcv_nxt))
1269 win = (long)(int32_t)(tp->rcv_adv - tp->rcv_nxt);
1270 th->th_win = htons((u_int16_t) (win>>tp->rcv_scale));
1271 if (SEQ_GT(tp->snd_up, tp->snd_nxt)) {
1272 u_int32_t urp = tp->snd_up - tp->snd_nxt;
1273 if (urp > IP_MAXPACKET)
1274 urp = IP_MAXPACKET;
1275 th->th_urp = htons((u_int16_t)urp);
1276 th->th_flags |= TH_URG;
1277 } else
1278 /*
1279 * If no urgent pointer to send, then we pull
1280 * the urgent pointer to the left edge of the send window
1281 * so that it doesn't drift into the send window on sequence
1282 * number wraparound.
1283 */
1284 tp->snd_up = tp->snd_una; /* drag it along */
1285
1286 #ifdef TCP_SIGNATURE
1287 #if defined(INET6) && defined(FAST_IPSEC)
1288 if (tp->t_family == AF_INET) /* XXX */
1289 #endif
1290 if (sigoff && (tp->t_flags & TF_SIGNATURE)) {
1291 struct secasvar *sav;
1292 u_int8_t *sigp;
1293
1294 sav = tcp_signature_getsav(m, th);
1295
1296 if (sav == NULL) {
1297 if (m)
1298 m_freem(m);
1299 return (EPERM);
1300 }
1301
1302 m->m_pkthdr.len = hdrlen + len;
1303 sigp = (caddr_t)th + sizeof(*th) + sigoff;
1304 tcp_signature(m, th, (caddr_t)th - mtod(m, caddr_t), sav, sigp);
1305
1306 key_sa_recordxfer(sav, m);
1307 #ifdef FAST_IPSEC
1308 KEY_FREESAV(&sav);
1309 #else
1310 key_freesav(sav);
1311 #endif
1312 }
1313 #endif
1314
1315 /*
1316 * Set ourselves up to be checksummed just before the packet
1317 * hits the wire.
1318 */
1319 switch (af) {
1320 #ifdef INET
1321 case AF_INET:
1322 m->m_pkthdr.csum_data = offsetof(struct tcphdr, th_sum);
1323 if (use_tso) {
1324 m->m_pkthdr.segsz = txsegsize;
1325 m->m_pkthdr.csum_flags = M_CSUM_TSOv4;
1326 } else {
1327 m->m_pkthdr.csum_flags = M_CSUM_TCPv4;
1328 if (len + optlen) {
1329 /* Fixup the pseudo-header checksum. */
1330 /* XXXJRT Not IP Jumbogram safe. */
1331 th->th_sum = in_cksum_addword(th->th_sum,
1332 htons((u_int16_t) (len + optlen)));
1333 }
1334 }
1335 break;
1336 #endif
1337 #ifdef INET6
1338 case AF_INET6:
1339 /*
1340 * XXX Actually delaying the checksum is Hard
1341 * XXX (well, maybe not for Itojun, but it is
1342 * XXX for me), but we can still take advantage
1343 * XXX of the cached pseudo-header checksum.
1344 */
1345 /* equals to hdrlen + len */
1346 m->m_pkthdr.len = sizeof(struct ip6_hdr)
1347 + sizeof(struct tcphdr) + optlen + len;
1348 #ifdef notyet
1349 m->m_pkthdr.csum_flags = M_CSUM_TCPv6;
1350 m->m_pkthdr.csum_data = offsetof(struct tcphdr, th_sum);
1351 #endif
1352 if (len + optlen) {
1353 /* Fixup the pseudo-header checksum. */
1354 /* XXXJRT: Not IPv6 Jumbogram safe. */
1355 th->th_sum = in_cksum_addword(th->th_sum,
1356 htons((u_int16_t) (len + optlen)));
1357 }
1358 th->th_sum = in6_cksum(m, 0, sizeof(struct ip6_hdr),
1359 sizeof(struct tcphdr) + optlen + len);
1360 break;
1361 #endif
1362 }
1363
1364 /*
1365 * In transmit state, time the transmission and arrange for
1366 * the retransmit. In persist state, just set snd_max.
1367 */
1368 if (tp->t_force == 0 || TCP_TIMER_ISARMED(tp, TCPT_PERSIST) == 0) {
1369 tcp_seq startseq = tp->snd_nxt;
1370
1371 /*
1372 * Advance snd_nxt over sequence space of this segment.
1373 * There are no states in which we send both a SYN and a FIN,
1374 * so we collapse the tests for these flags.
1375 */
1376 if (flags & (TH_SYN|TH_FIN))
1377 tp->snd_nxt++;
1378 if (sack_rxmit)
1379 goto timer;
1380 tp->snd_nxt += len;
1381 if (SEQ_GT(tp->snd_nxt, tp->snd_max)) {
1382 tp->snd_max = tp->snd_nxt;
1383 /*
1384 * Time this transmission if not a retransmission and
1385 * not currently timing anything.
1386 */
1387 if (tp->t_rtttime == 0) {
1388 tp->t_rtttime = tcp_now;
1389 tp->t_rtseq = startseq;
1390 tcpstat.tcps_segstimed++;
1391 }
1392 }
1393
1394 /*
1395 * Set retransmit timer if not currently set,
1396 * and not doing an ack or a keep-alive probe.
1397 * Initial value for retransmit timer is smoothed
1398 * round-trip time + 2 * round-trip time variance.
1399 * Initialize shift counter which is used for backoff
1400 * of retransmit time.
1401 */
1402 timer:
1403 if (TCP_TIMER_ISARMED(tp, TCPT_REXMT) == 0 &&
1404 ((sack_rxmit && tp->snd_nxt != tp->snd_max) ||
1405 tp->snd_nxt != tp->snd_una)) {
1406 if (TCP_TIMER_ISARMED(tp, TCPT_PERSIST)) {
1407 TCP_TIMER_DISARM(tp, TCPT_PERSIST);
1408 tp->t_rxtshift = 0;
1409 }
1410 TCP_TIMER_ARM(tp, TCPT_REXMT, tp->t_rxtcur);
1411 }
1412 } else
1413 if (SEQ_GT(tp->snd_nxt + len, tp->snd_max))
1414 tp->snd_max = tp->snd_nxt + len;
1415
1416 #ifdef TCP_DEBUG
1417 /*
1418 * Trace.
1419 */
1420 if (so->so_options & SO_DEBUG)
1421 tcp_trace(TA_OUTPUT, tp->t_state, tp, m, 0);
1422 #endif
1423
1424 /*
1425 * Fill in IP length and desired time to live and
1426 * send to IP level. There should be a better way
1427 * to handle ttl and tos; we could keep them in
1428 * the template, but need a way to checksum without them.
1429 */
1430 m->m_pkthdr.len = hdrlen + len;
1431
1432 switch (af) {
1433 #ifdef INET
1434 case AF_INET:
1435 ip->ip_len = htons(m->m_pkthdr.len);
1436 if (tp->t_inpcb) {
1437 ip->ip_ttl = tp->t_inpcb->inp_ip.ip_ttl;
1438 ip->ip_tos = tp->t_inpcb->inp_ip.ip_tos;
1439 }
1440 #ifdef INET6
1441 else if (tp->t_in6pcb) {
1442 ip->ip_ttl = in6_selecthlim(tp->t_in6pcb, NULL); /*XXX*/
1443 ip->ip_tos = 0; /*XXX*/
1444 }
1445 #endif
1446 break;
1447 #endif
1448 #ifdef INET6
1449 case AF_INET6:
1450 ip6->ip6_nxt = IPPROTO_TCP;
1451 if (tp->t_in6pcb) {
1452 /*
1453 * we separately set hoplimit for every segment, since
1454 * the user might want to change the value via
1455 * setsockopt. Also, desired default hop limit might
1456 * be changed via Neighbor Discovery.
1457 */
1458 ip6->ip6_hlim = in6_selecthlim(tp->t_in6pcb,
1459 ro->ro_rt ? ro->ro_rt->rt_ifp : NULL);
1460 }
1461 /* ip6->ip6_flow = ??? */
1462 /* ip6_plen will be filled in ip6_output(). */
1463 break;
1464 #endif
1465 }
1466
1467 switch (af) {
1468 #ifdef INET
1469 case AF_INET:
1470 {
1471 struct mbuf *opts;
1472
1473 if (tp->t_inpcb)
1474 opts = tp->t_inpcb->inp_options;
1475 else
1476 opts = NULL;
1477 error = ip_output(m, opts, ro,
1478 (tp->t_mtudisc ? IP_MTUDISC : 0) |
1479 (so->so_options & SO_DONTROUTE),
1480 (struct ip_moptions *)0, so);
1481 break;
1482 }
1483 #endif
1484 #ifdef INET6
1485 case AF_INET6:
1486 {
1487 struct ip6_pktopts *opts;
1488
1489 if (tp->t_in6pcb)
1490 opts = tp->t_in6pcb->in6p_outputopts;
1491 else
1492 opts = NULL;
1493 error = ip6_output(m, opts, (struct route_in6 *)ro,
1494 so->so_options & SO_DONTROUTE,
1495 (struct ip6_moptions *)0, so, NULL);
1496 break;
1497 }
1498 #endif
1499 default:
1500 error = EAFNOSUPPORT;
1501 break;
1502 }
1503 if (error) {
1504 out:
1505 if (error == ENOBUFS) {
1506 tcpstat.tcps_selfquench++;
1507 #ifdef INET
1508 if (tp->t_inpcb)
1509 tcp_quench(tp->t_inpcb, 0);
1510 #endif
1511 #ifdef INET6
1512 if (tp->t_in6pcb)
1513 tcp6_quench(tp->t_in6pcb, 0);
1514 #endif
1515 error = 0;
1516 } else if ((error == EHOSTUNREACH || error == ENETDOWN) &&
1517 TCPS_HAVERCVDSYN(tp->t_state)) {
1518 tp->t_softerror = error;
1519 error = 0;
1520 }
1521
1522 /* Back out the seqence number advance. */
1523 if (sack_rxmit)
1524 p->rxmit -= len;
1525
1526 /* Restart the delayed ACK timer, if necessary. */
1527 if (tp->t_flags & TF_DELACK)
1528 TCP_RESTART_DELACK(tp);
1529
1530 return (error);
1531 }
1532 tcpstat.tcps_sndtotal++;
1533 if (tp->t_flags & TF_DELACK)
1534 tcpstat.tcps_delack++;
1535
1536 /*
1537 * Data sent (as far as we can tell).
1538 * If this advertises a larger window than any other segment,
1539 * then remember the size of the advertised window.
1540 * Any pending ACK has now been sent.
1541 */
1542 if (win > 0 && SEQ_GT(tp->rcv_nxt+win, tp->rcv_adv))
1543 tp->rcv_adv = tp->rcv_nxt + win;
1544 tp->last_ack_sent = tp->rcv_nxt;
1545 tp->t_flags &= ~TF_ACKNOW;
1546 TCP_CLEAR_DELACK(tp);
1547 #ifdef DIAGNOSTIC
1548 if (maxburst < 0)
1549 printf("tcp_output: maxburst exceeded by %d\n", -maxburst);
1550 #endif
1551 if (sendalot && (!tcp_do_newreno || --maxburst))
1552 goto again;
1553 return (0);
1554 }
1555
1556 void
1557 tcp_setpersist(struct tcpcb *tp)
1558 {
1559 int t = ((tp->t_srtt >> 2) + tp->t_rttvar) >> (1 + 2);
1560 int nticks;
1561
1562 if (TCP_TIMER_ISARMED(tp, TCPT_REXMT))
1563 panic("tcp_output REXMT");
1564 /*
1565 * Start/restart persistance timer.
1566 */
1567 if (t < tp->t_rttmin)
1568 t = tp->t_rttmin;
1569 TCPT_RANGESET(nticks, t * tcp_backoff[tp->t_rxtshift],
1570 TCPTV_PERSMIN, TCPTV_PERSMAX);
1571 TCP_TIMER_ARM(tp, TCPT_PERSIST, nticks);
1572 if (tp->t_rxtshift < TCP_MAXRXTSHIFT)
1573 tp->t_rxtshift++;
1574 }
1575