]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sys/netinet/tcp_timewait.c
MFC r264321, r264342, r264351, r264356, r273850, r274629:
[FreeBSD/stable/10.git] / sys / netinet / tcp_timewait.c
1 /*-
2  * Copyright (c) 1982, 1986, 1988, 1990, 1993, 1995
3  *      The Regents of the University of California.  All rights reserved.
4  *
5  * Redistribution and use in source and binary forms, with or without
6  * modification, are permitted provided that the following conditions
7  * are met:
8  * 1. Redistributions of source code must retain the above copyright
9  *    notice, this list of conditions and the following disclaimer.
10  * 2. Redistributions in binary form must reproduce the above copyright
11  *    notice, this list of conditions and the following disclaimer in the
12  *    documentation and/or other materials provided with the distribution.
13  * 4. Neither the name of the University nor the names of its contributors
14  *    may be used to endorse or promote products derived from this software
15  *    without specific prior written permission.
16  *
17  * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
18  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
19  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
20  * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
21  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
22  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
23  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
26  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27  * SUCH DAMAGE.
28  *
29  *      @(#)tcp_subr.c  8.2 (Berkeley) 5/24/95
30  */
31
32 #include <sys/cdefs.h>
33 __FBSDID("$FreeBSD$");
34
35 #include "opt_inet.h"
36 #include "opt_inet6.h"
37 #include "opt_tcpdebug.h"
38
39 #include <sys/param.h>
40 #include <sys/systm.h>
41 #include <sys/callout.h>
42 #include <sys/kernel.h>
43 #include <sys/sysctl.h>
44 #include <sys/malloc.h>
45 #include <sys/mbuf.h>
46 #include <sys/priv.h>
47 #include <sys/proc.h>
48 #include <sys/socket.h>
49 #include <sys/socketvar.h>
50 #include <sys/protosw.h>
51 #include <sys/random.h>
52
53 #include <vm/uma.h>
54
55 #include <net/route.h>
56 #include <net/if.h>
57 #include <net/vnet.h>
58
59 #include <netinet/in.h>
60 #include <netinet/in_pcb.h>
61 #include <netinet/in_systm.h>
62 #include <netinet/in_var.h>
63 #include <netinet/ip.h>
64 #include <netinet/ip_icmp.h>
65 #include <netinet/ip_var.h>
66 #ifdef INET6
67 #include <netinet/ip6.h>
68 #include <netinet6/in6_pcb.h>
69 #include <netinet6/ip6_var.h>
70 #include <netinet6/scope6_var.h>
71 #include <netinet6/nd6.h>
72 #endif
73 #include <netinet/tcp.h>
74 #include <netinet/tcp_fsm.h>
75 #include <netinet/tcp_seq.h>
76 #include <netinet/tcp_timer.h>
77 #include <netinet/tcp_var.h>
78 #ifdef INET6
79 #include <netinet6/tcp6_var.h>
80 #endif
81 #include <netinet/tcpip.h>
82 #ifdef TCPDEBUG
83 #include <netinet/tcp_debug.h>
84 #endif
85 #ifdef INET6
86 #include <netinet6/ip6protosw.h>
87 #endif
88
89 #include <machine/in_cksum.h>
90
91 #include <security/mac/mac_framework.h>
92
93 static VNET_DEFINE(uma_zone_t, tcptw_zone);
94 #define V_tcptw_zone            VNET(tcptw_zone)
95 static int      maxtcptw;
96
97 /*
98  * The timed wait queue contains references to each of the TCP sessions
99  * currently in the TIME_WAIT state.  The queue pointers, including the
100  * queue pointers in each tcptw structure, are protected using the global
101  * timewait lock, which must be held over queue iteration and modification.
102  *
103  * Rules on tcptw usage:
104  *  - a inpcb is always freed _after_ its tcptw
105  *  - a tcptw relies on its inpcb reference counting for memory stability
106  *  - a tcptw is dereferenceable only while its inpcb is locked
107  */
108 static VNET_DEFINE(TAILQ_HEAD(, tcptw), twq_2msl);
109 #define V_twq_2msl              VNET(twq_2msl)
110
111 /* Global timewait lock */
112 static VNET_DEFINE(struct rwlock, tw_lock);
113 #define V_tw_lock               VNET(tw_lock)
114
115 #define TW_LOCK_INIT(tw, d)     rw_init_flags(&(tw), (d), 0)
116 #define TW_LOCK_DESTROY(tw)     rw_destroy(&(tw))
117 #define TW_RLOCK(tw)            rw_rlock(&(tw))
118 #define TW_WLOCK(tw)            rw_wlock(&(tw))
119 #define TW_RUNLOCK(tw)          rw_runlock(&(tw))
120 #define TW_WUNLOCK(tw)          rw_wunlock(&(tw))
121 #define TW_LOCK_ASSERT(tw)      rw_assert(&(tw), RA_LOCKED)
122 #define TW_RLOCK_ASSERT(tw)     rw_assert(&(tw), RA_RLOCKED)
123 #define TW_WLOCK_ASSERT(tw)     rw_assert(&(tw), RA_WLOCKED)
124 #define TW_UNLOCK_ASSERT(tw)    rw_assert(&(tw), RA_UNLOCKED)
125
126 static void     tcp_tw_2msl_reset(struct tcptw *, int);
127 static void     tcp_tw_2msl_stop(struct tcptw *, int);
128 static int      tcp_twrespond(struct tcptw *, int);
129
130 static int
131 tcptw_auto_size(void)
132 {
133         int halfrange;
134
135         /*
136          * Max out at half the ephemeral port range so that TIME_WAIT
137          * sockets don't tie up too many ephemeral ports.
138          */
139         if (V_ipport_lastauto > V_ipport_firstauto)
140                 halfrange = (V_ipport_lastauto - V_ipport_firstauto) / 2;
141         else
142                 halfrange = (V_ipport_firstauto - V_ipport_lastauto) / 2;
143         /* Protect against goofy port ranges smaller than 32. */
144         return (imin(imax(halfrange, 32), maxsockets / 5));
145 }
146
147 static int
148 sysctl_maxtcptw(SYSCTL_HANDLER_ARGS)
149 {
150         int error, new;
151
152         if (maxtcptw == 0)
153                 new = tcptw_auto_size();
154         else
155                 new = maxtcptw;
156         error = sysctl_handle_int(oidp, &new, 0, req);
157         if (error == 0 && req->newptr)
158                 if (new >= 32) {
159                         maxtcptw = new;
160                         uma_zone_set_max(V_tcptw_zone, maxtcptw);
161                 }
162         return (error);
163 }
164
165 SYSCTL_PROC(_net_inet_tcp, OID_AUTO, maxtcptw, CTLTYPE_INT|CTLFLAG_RW,
166     &maxtcptw, 0, sysctl_maxtcptw, "IU",
167     "Maximum number of compressed TCP TIME_WAIT entries");
168
169 VNET_DEFINE(int, nolocaltimewait) = 0;
170 #define V_nolocaltimewait       VNET(nolocaltimewait)
171 SYSCTL_VNET_INT(_net_inet_tcp, OID_AUTO, nolocaltimewait, CTLFLAG_RW,
172     &VNET_NAME(nolocaltimewait), 0,
173     "Do not create compressed TCP TIME_WAIT entries for local connections");
174
175 void
176 tcp_tw_zone_change(void)
177 {
178
179         if (maxtcptw == 0)
180                 uma_zone_set_max(V_tcptw_zone, tcptw_auto_size());
181 }
182
183 void
184 tcp_tw_init(void)
185 {
186
187         V_tcptw_zone = uma_zcreate("tcptw", sizeof(struct tcptw),
188             NULL, NULL, NULL, NULL, UMA_ALIGN_PTR, UMA_ZONE_NOFREE);
189         TUNABLE_INT_FETCH("net.inet.tcp.maxtcptw", &maxtcptw);
190         if (maxtcptw == 0)
191                 uma_zone_set_max(V_tcptw_zone, tcptw_auto_size());
192         else
193                 uma_zone_set_max(V_tcptw_zone, maxtcptw);
194         TAILQ_INIT(&V_twq_2msl);
195         TW_LOCK_INIT(V_tw_lock, "tcptw");
196 }
197
198 #ifdef VIMAGE
199 void
200 tcp_tw_destroy(void)
201 {
202         struct tcptw *tw;
203
204         INP_INFO_WLOCK(&V_tcbinfo);
205         while ((tw = TAILQ_FIRST(&V_twq_2msl)) != NULL)
206                 tcp_twclose(tw, 0);
207         INP_INFO_WUNLOCK(&V_tcbinfo);
208
209         TW_LOCK_DESTROY(V_tw_lock);
210         uma_zdestroy(V_tcptw_zone);
211 }
212 #endif
213
214 /*
215  * Move a TCP connection into TIME_WAIT state.
216  *    tcbinfo is locked.
217  *    inp is locked, and is unlocked before returning.
218  */
219 void
220 tcp_twstart(struct tcpcb *tp)
221 {
222         struct tcptw *tw;
223         struct inpcb *inp = tp->t_inpcb;
224         int acknow;
225         struct socket *so;
226 #ifdef INET6
227         int isipv6 = inp->inp_inc.inc_flags & INC_ISIPV6;
228 #endif
229
230         INP_INFO_WLOCK_ASSERT(&V_tcbinfo);
231         INP_WLOCK_ASSERT(inp);
232
233         if (V_nolocaltimewait) {
234                 int error = 0;
235 #ifdef INET6
236                 if (isipv6)
237                         error = in6_localaddr(&inp->in6p_faddr);
238 #endif
239 #if defined(INET6) && defined(INET)
240                 else
241 #endif
242 #ifdef INET
243                         error = in_localip(inp->inp_faddr);
244 #endif
245                 if (error) {
246                         tp = tcp_close(tp);
247                         if (tp != NULL)
248                                 INP_WUNLOCK(inp);
249                         return;
250                 }
251         }
252
253         tw = uma_zalloc(V_tcptw_zone, M_NOWAIT);
254         if (tw == NULL) {
255                 /*
256                  * Reached limit on total number of TIMEWAIT connections
257                  * allowed. Remove a connection from TIMEWAIT queue in LRU
258                  * fashion to make room for this connection.
259                  *
260                  * pcbinfo lock is needed here to prevent deadlock as
261                  * two inpcb locks can be acquired simultaneously.
262                  */
263                 tw = tcp_tw_2msl_scan(1);
264                 if (tw == NULL) {
265                         tp = tcp_close(tp);
266                         if (tp != NULL)
267                                 INP_WUNLOCK(inp);
268                         return;
269                 }
270         }
271         /*
272          * The tcptw will hold a reference on its inpcb until tcp_twclose
273          * is called
274          */
275         tw->tw_inpcb = inp;
276         in_pcbref(inp); /* Reference from tw */
277
278         /*
279          * Recover last window size sent.
280          */
281         if (SEQ_GT(tp->rcv_adv, tp->rcv_nxt))
282                 tw->last_win = (tp->rcv_adv - tp->rcv_nxt) >> tp->rcv_scale;
283         else
284                 tw->last_win = 0;
285
286         /*
287          * Set t_recent if timestamps are used on the connection.
288          */
289         if ((tp->t_flags & (TF_REQ_TSTMP|TF_RCVD_TSTMP|TF_NOOPT)) ==
290             (TF_REQ_TSTMP|TF_RCVD_TSTMP)) {
291                 tw->t_recent = tp->ts_recent;
292                 tw->ts_offset = tp->ts_offset;
293         } else {
294                 tw->t_recent = 0;
295                 tw->ts_offset = 0;
296         }
297
298         tw->snd_nxt = tp->snd_nxt;
299         tw->rcv_nxt = tp->rcv_nxt;
300         tw->iss     = tp->iss;
301         tw->irs     = tp->irs;
302         tw->t_starttime = tp->t_starttime;
303         tw->tw_time = 0;
304
305 /* XXX
306  * If this code will
307  * be used for fin-wait-2 state also, then we may need
308  * a ts_recent from the last segment.
309  */
310         acknow = tp->t_flags & TF_ACKNOW;
311
312         /*
313          * First, discard tcpcb state, which includes stopping its timers and
314          * freeing it.  tcp_discardcb() used to also release the inpcb, but
315          * that work is now done in the caller.
316          *
317          * Note: soisdisconnected() call used to be made in tcp_discardcb(),
318          * and might not be needed here any longer.
319          */
320         tcp_discardcb(tp);
321         so = inp->inp_socket;
322         soisdisconnected(so);
323         tw->tw_cred = crhold(so->so_cred);
324         SOCK_LOCK(so);
325         tw->tw_so_options = so->so_options;
326         SOCK_UNLOCK(so);
327         if (acknow)
328                 tcp_twrespond(tw, TH_ACK);
329         inp->inp_ppcb = tw;
330         inp->inp_flags |= INP_TIMEWAIT;
331         tcp_tw_2msl_reset(tw, 0);
332
333         /*
334          * If the inpcb owns the sole reference to the socket, then we can
335          * detach and free the socket as it is not needed in time wait.
336          */
337         if (inp->inp_flags & INP_SOCKREF) {
338                 KASSERT(so->so_state & SS_PROTOREF,
339                     ("tcp_twstart: !SS_PROTOREF"));
340                 inp->inp_flags &= ~INP_SOCKREF;
341                 INP_WUNLOCK(inp);
342                 ACCEPT_LOCK();
343                 SOCK_LOCK(so);
344                 so->so_state &= ~SS_PROTOREF;
345                 sofree(so);
346         } else
347                 INP_WUNLOCK(inp);
348 }
349
350 #if 0
351 /*
352  * The appromixate rate of ISN increase of Microsoft TCP stacks;
353  * the actual rate is slightly higher due to the addition of
354  * random positive increments.
355  *
356  * Most other new OSes use semi-randomized ISN values, so we
357  * do not need to worry about them.
358  */
359 #define MS_ISN_BYTES_PER_SECOND         250000
360
361 /*
362  * Determine if the ISN we will generate has advanced beyond the last
363  * sequence number used by the previous connection.  If so, indicate
364  * that it is safe to recycle this tw socket by returning 1.
365  */
366 int
367 tcp_twrecycleable(struct tcptw *tw)
368 {
369         tcp_seq new_iss = tw->iss;
370         tcp_seq new_irs = tw->irs;
371
372         INP_INFO_WLOCK_ASSERT(&V_tcbinfo);
373         new_iss += (ticks - tw->t_starttime) * (ISN_BYTES_PER_SECOND / hz);
374         new_irs += (ticks - tw->t_starttime) * (MS_ISN_BYTES_PER_SECOND / hz);
375
376         if (SEQ_GT(new_iss, tw->snd_nxt) && SEQ_GT(new_irs, tw->rcv_nxt))
377                 return (1);
378         else
379                 return (0);
380 }
381 #endif
382
383 /*
384  * Returns 1 if the TIME_WAIT state was killed and we should start over,
385  * looking for a pcb in the listen state.  Returns 0 otherwise.
386  */
387 int
388 tcp_twcheck(struct inpcb *inp, struct tcpopt *to __unused, struct tcphdr *th,
389     struct mbuf *m, int tlen)
390 {
391         struct tcptw *tw;
392         int thflags;
393         tcp_seq seq;
394
395         INP_INFO_WLOCK_ASSERT(&V_tcbinfo);
396         INP_WLOCK_ASSERT(inp);
397
398         /*
399          * XXXRW: Time wait state for inpcb has been recycled, but inpcb is
400          * still present.  This is undesirable, but temporarily necessary
401          * until we work out how to handle inpcb's who's timewait state has
402          * been removed.
403          */
404         tw = intotw(inp);
405         if (tw == NULL)
406                 goto drop;
407
408         thflags = th->th_flags;
409
410         /*
411          * NOTE: for FIN_WAIT_2 (to be added later),
412          * must validate sequence number before accepting RST
413          */
414
415         /*
416          * If the segment contains RST:
417          *      Drop the segment - see Stevens, vol. 2, p. 964 and
418          *      RFC 1337.
419          */
420         if (thflags & TH_RST)
421                 goto drop;
422
423 #if 0
424 /* PAWS not needed at the moment */
425         /*
426          * RFC 1323 PAWS: If we have a timestamp reply on this segment
427          * and it's less than ts_recent, drop it.
428          */
429         if ((to.to_flags & TOF_TS) != 0 && tp->ts_recent &&
430             TSTMP_LT(to.to_tsval, tp->ts_recent)) {
431                 if ((thflags & TH_ACK) == 0)
432                         goto drop;
433                 goto ack;
434         }
435         /*
436          * ts_recent is never updated because we never accept new segments.
437          */
438 #endif
439
440         /*
441          * If a new connection request is received
442          * while in TIME_WAIT, drop the old connection
443          * and start over if the sequence numbers
444          * are above the previous ones.
445          */
446         if ((thflags & TH_SYN) && SEQ_GT(th->th_seq, tw->rcv_nxt)) {
447                 tcp_twclose(tw, 0);
448                 return (1);
449         }
450
451         /*
452          * Drop the segment if it does not contain an ACK.
453          */
454         if ((thflags & TH_ACK) == 0)
455                 goto drop;
456
457         /*
458          * Reset the 2MSL timer if this is a duplicate FIN.
459          */
460         if (thflags & TH_FIN) {
461                 seq = th->th_seq + tlen + (thflags & TH_SYN ? 1 : 0);
462                 if (seq + 1 == tw->rcv_nxt)
463                         tcp_tw_2msl_reset(tw, 1);
464         }
465
466         /*
467          * Acknowledge the segment if it has data or is not a duplicate ACK.
468          */
469         if (thflags != TH_ACK || tlen != 0 ||
470             th->th_seq != tw->rcv_nxt || th->th_ack != tw->snd_nxt)
471                 tcp_twrespond(tw, TH_ACK);
472 drop:
473         INP_WUNLOCK(inp);
474         m_freem(m);
475         return (0);
476 }
477
478 void
479 tcp_twclose(struct tcptw *tw, int reuse)
480 {
481         struct socket *so;
482         struct inpcb *inp;
483
484         /*
485          * At this point, we are in one of two situations:
486          *
487          * (1) We have no socket, just an inpcb<->twtcp pair.  We can free
488          *     all state.
489          *
490          * (2) We have a socket -- if we own a reference, release it and
491          *     notify the socket layer.
492          */
493         inp = tw->tw_inpcb;
494         KASSERT((inp->inp_flags & INP_TIMEWAIT), ("tcp_twclose: !timewait"));
495         KASSERT(intotw(inp) == tw, ("tcp_twclose: inp_ppcb != tw"));
496         INP_INFO_WLOCK_ASSERT(&V_tcbinfo);      /* in_pcbfree() */
497         INP_WLOCK_ASSERT(inp);
498
499         tcp_tw_2msl_stop(tw, reuse);
500         inp->inp_ppcb = NULL;
501         in_pcbdrop(inp);
502
503         so = inp->inp_socket;
504         if (so != NULL) {
505                 /*
506                  * If there's a socket, handle two cases: first, we own a
507                  * strong reference, which we will now release, or we don't
508                  * in which case another reference exists (XXXRW: think
509                  * about this more), and we don't need to take action.
510                  */
511                 if (inp->inp_flags & INP_SOCKREF) {
512                         inp->inp_flags &= ~INP_SOCKREF;
513                         INP_WUNLOCK(inp);
514                         ACCEPT_LOCK();
515                         SOCK_LOCK(so);
516                         KASSERT(so->so_state & SS_PROTOREF,
517                             ("tcp_twclose: INP_SOCKREF && !SS_PROTOREF"));
518                         so->so_state &= ~SS_PROTOREF;
519                         sofree(so);
520                 } else {
521                         /*
522                          * If we don't own the only reference, the socket and
523                          * inpcb need to be left around to be handled by
524                          * tcp_usr_detach() later.
525                          */
526                         INP_WUNLOCK(inp);
527                 }
528         } else {
529                 /*
530                  * The socket has been already cleaned-up for us, only free the
531                  * inpcb.
532                  */
533                 in_pcbfree(inp);
534         }
535         TCPSTAT_INC(tcps_closed);
536 }
537
538 static int
539 tcp_twrespond(struct tcptw *tw, int flags)
540 {
541         struct inpcb *inp = tw->tw_inpcb;
542 #if defined(INET6) || defined(INET)
543         struct tcphdr *th = NULL;
544 #endif
545         struct mbuf *m;
546 #ifdef INET
547         struct ip *ip = NULL;
548 #endif
549         u_int hdrlen, optlen;
550         int error = 0;                  /* Keep compiler happy */
551         struct tcpopt to;
552 #ifdef INET6
553         struct ip6_hdr *ip6 = NULL;
554         int isipv6 = inp->inp_inc.inc_flags & INC_ISIPV6;
555 #endif
556         hdrlen = 0;                     /* Keep compiler happy */
557
558         INP_WLOCK_ASSERT(inp);
559
560         m = m_gethdr(M_NOWAIT, MT_DATA);
561         if (m == NULL)
562                 return (ENOBUFS);
563         m->m_data += max_linkhdr;
564
565 #ifdef MAC
566         mac_inpcb_create_mbuf(inp, m);
567 #endif
568
569 #ifdef INET6
570         if (isipv6) {
571                 hdrlen = sizeof(struct ip6_hdr) + sizeof(struct tcphdr);
572                 ip6 = mtod(m, struct ip6_hdr *);
573                 th = (struct tcphdr *)(ip6 + 1);
574                 tcpip_fillheaders(inp, ip6, th);
575         }
576 #endif
577 #if defined(INET6) && defined(INET)
578         else
579 #endif
580 #ifdef INET
581         {
582                 hdrlen = sizeof(struct tcpiphdr);
583                 ip = mtod(m, struct ip *);
584                 th = (struct tcphdr *)(ip + 1);
585                 tcpip_fillheaders(inp, ip, th);
586         }
587 #endif
588         to.to_flags = 0;
589
590         /*
591          * Send a timestamp and echo-reply if both our side and our peer
592          * have sent timestamps in our SYN's and this is not a RST.
593          */
594         if (tw->t_recent && flags == TH_ACK) {
595                 to.to_flags |= TOF_TS;
596                 to.to_tsval = tcp_ts_getticks() + tw->ts_offset;
597                 to.to_tsecr = tw->t_recent;
598         }
599         optlen = tcp_addoptions(&to, (u_char *)(th + 1));
600
601         m->m_len = hdrlen + optlen;
602         m->m_pkthdr.len = m->m_len;
603
604         KASSERT(max_linkhdr + m->m_len <= MHLEN, ("tcptw: mbuf too small"));
605
606         th->th_seq = htonl(tw->snd_nxt);
607         th->th_ack = htonl(tw->rcv_nxt);
608         th->th_off = (sizeof(struct tcphdr) + optlen) >> 2;
609         th->th_flags = flags;
610         th->th_win = htons(tw->last_win);
611
612         m->m_pkthdr.csum_data = offsetof(struct tcphdr, th_sum);
613 #ifdef INET6
614         if (isipv6) {
615                 m->m_pkthdr.csum_flags = CSUM_TCP_IPV6;
616                 th->th_sum = in6_cksum_pseudo(ip6,
617                     sizeof(struct tcphdr) + optlen, IPPROTO_TCP, 0);
618                 ip6->ip6_hlim = in6_selecthlim(inp, NULL);
619                 error = ip6_output(m, inp->in6p_outputopts, NULL,
620                     (tw->tw_so_options & SO_DONTROUTE), NULL, NULL, inp);
621         }
622 #endif
623 #if defined(INET6) && defined(INET)
624         else
625 #endif
626 #ifdef INET
627         {
628                 m->m_pkthdr.csum_flags = CSUM_TCP;
629                 th->th_sum = in_pseudo(ip->ip_src.s_addr, ip->ip_dst.s_addr,
630                     htons(sizeof(struct tcphdr) + optlen + IPPROTO_TCP));
631                 ip->ip_len = htons(m->m_pkthdr.len);
632                 if (V_path_mtu_discovery)
633                         ip->ip_off |= htons(IP_DF);
634                 error = ip_output(m, inp->inp_options, NULL,
635                     ((tw->tw_so_options & SO_DONTROUTE) ? IP_ROUTETOIF : 0),
636                     NULL, inp);
637         }
638 #endif
639         if (flags & TH_ACK)
640                 TCPSTAT_INC(tcps_sndacks);
641         else
642                 TCPSTAT_INC(tcps_sndctrl);
643         TCPSTAT_INC(tcps_sndtotal);
644         return (error);
645 }
646
647 static void
648 tcp_tw_2msl_reset(struct tcptw *tw, int rearm)
649 {
650
651         INP_INFO_WLOCK_ASSERT(&V_tcbinfo);
652         INP_WLOCK_ASSERT(tw->tw_inpcb);
653
654         TW_WLOCK(V_tw_lock);
655         if (rearm)
656                 TAILQ_REMOVE(&V_twq_2msl, tw, tw_2msl);
657         tw->tw_time = ticks + 2 * tcp_msl;
658         TAILQ_INSERT_TAIL(&V_twq_2msl, tw, tw_2msl);
659         TW_WUNLOCK(V_tw_lock);
660 }
661
662 static void
663 tcp_tw_2msl_stop(struct tcptw *tw, int reuse)
664 {
665         struct ucred *cred;
666         struct inpcb *inp;
667         int released;
668
669         INP_INFO_WLOCK_ASSERT(&V_tcbinfo);
670
671         TW_WLOCK(V_tw_lock);
672         inp = tw->tw_inpcb;
673         tw->tw_inpcb = NULL;
674
675         TAILQ_REMOVE(&V_twq_2msl, tw, tw_2msl);
676         cred = tw->tw_cred;
677         tw->tw_cred = NULL;
678         TW_WUNLOCK(V_tw_lock);
679
680         if (cred != NULL)
681                 crfree(cred);
682
683         released = in_pcbrele_wlocked(inp);
684         KASSERT(!released, ("%s: inp should not be released here", __func__));
685
686         if (!reuse)
687                 uma_zfree(V_tcptw_zone, tw);
688 }
689
690 struct tcptw *
691 tcp_tw_2msl_scan(int reuse)
692 {
693         struct tcptw *tw;
694         struct inpcb *inp;
695
696 #ifdef INVARIANTS
697         if (reuse) {
698                 /*
699                  * pcbinfo lock is needed in reuse case to prevent deadlock
700                  * as two inpcb locks can be acquired simultaneously:
701                  *  - the inpcb transitioning to TIME_WAIT state in
702                  *    tcp_tw_start(),
703                  *  - the inpcb closed by tcp_twclose().
704                  */
705                 INP_INFO_WLOCK_ASSERT(&V_tcbinfo);
706         }
707 #endif
708
709         for (;;) {
710                 TW_RLOCK(V_tw_lock);
711                 tw = TAILQ_FIRST(&V_twq_2msl);
712                 if (tw == NULL || (!reuse && (tw->tw_time - ticks) > 0)) {
713                         TW_RUNLOCK(V_tw_lock);
714                         break;
715                 }
716                 KASSERT(tw->tw_inpcb != NULL, ("%s: tw->tw_inpcb == NULL",
717                     __func__));
718
719                 inp = tw->tw_inpcb;
720                 in_pcbref(inp);
721                 TW_RUNLOCK(V_tw_lock);
722
723                 if (INP_INFO_TRY_WLOCK(&V_tcbinfo)) {
724
725                         INP_WLOCK(inp);
726                         tw = intotw(inp);
727                         if (in_pcbrele_wlocked(inp)) {
728                                 KASSERT(tw == NULL, ("%s: held last inp "
729                                     "reference but tw not NULL", __func__));
730                                 INP_INFO_WUNLOCK(&V_tcbinfo);
731                                 continue;
732                         }
733
734                         if (tw == NULL) {
735                                 /* tcp_twclose() has already been called */
736                                 INP_WUNLOCK(inp);
737                                 INP_INFO_WUNLOCK(&V_tcbinfo);
738                                 continue;
739                         }
740
741                         tcp_twclose(tw, reuse);
742                         INP_INFO_WUNLOCK(&V_tcbinfo);
743                         if (reuse)
744                             return tw;
745                 } else {
746                         /* INP_INFO lock is busy, continue later. */
747                         INP_WLOCK(inp);
748                         if (!in_pcbrele_wlocked(inp))
749                                 INP_WUNLOCK(inp);
750                         break;
751                 }
752         }
753
754         return NULL;
755 }