Home | History | Annotate | Line # | Download | only in netinet
tcp_usrreq.c revision 1.1.1.2
      1      1.1      cgd /*
      2  1.1.1.2  thorpej  * Copyright (c) 1982, 1986, 1988, 1993
      3  1.1.1.2  thorpej  *	The Regents of the University of California.  All rights reserved.
      4      1.1      cgd  *
      5      1.1      cgd  * Redistribution and use in source and binary forms, with or without
      6      1.1      cgd  * modification, are permitted provided that the following conditions
      7      1.1      cgd  * are met:
      8      1.1      cgd  * 1. Redistributions of source code must retain the above copyright
      9      1.1      cgd  *    notice, this list of conditions and the following disclaimer.
     10      1.1      cgd  * 2. Redistributions in binary form must reproduce the above copyright
     11      1.1      cgd  *    notice, this list of conditions and the following disclaimer in the
     12      1.1      cgd  *    documentation and/or other materials provided with the distribution.
     13      1.1      cgd  * 3. All advertising materials mentioning features or use of this software
     14      1.1      cgd  *    must display the following acknowledgement:
     15      1.1      cgd  *	This product includes software developed by the University of
     16      1.1      cgd  *	California, Berkeley and its contributors.
     17      1.1      cgd  * 4. Neither the name of the University nor the names of its contributors
     18      1.1      cgd  *    may be used to endorse or promote products derived from this software
     19      1.1      cgd  *    without specific prior written permission.
     20      1.1      cgd  *
     21      1.1      cgd  * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
     22      1.1      cgd  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
     23      1.1      cgd  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
     24      1.1      cgd  * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
     25      1.1      cgd  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
     26      1.1      cgd  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
     27      1.1      cgd  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
     28      1.1      cgd  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
     29      1.1      cgd  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
     30      1.1      cgd  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
     31      1.1      cgd  * SUCH DAMAGE.
     32      1.1      cgd  *
     33  1.1.1.2  thorpej  *	@(#)tcp_usrreq.c	8.2 (Berkeley) 1/3/94
     34      1.1      cgd  */
     35      1.1      cgd 
     36  1.1.1.2  thorpej #include <sys/param.h>
     37  1.1.1.2  thorpej #include <sys/systm.h>
     38  1.1.1.2  thorpej #include <sys/malloc.h>
     39  1.1.1.2  thorpej #include <sys/mbuf.h>
     40  1.1.1.2  thorpej #include <sys/socket.h>
     41  1.1.1.2  thorpej #include <sys/socketvar.h>
     42  1.1.1.2  thorpej #include <sys/protosw.h>
     43  1.1.1.2  thorpej #include <sys/errno.h>
     44  1.1.1.2  thorpej #include <sys/stat.h>
     45  1.1.1.2  thorpej 
     46  1.1.1.2  thorpej #include <net/if.h>
     47  1.1.1.2  thorpej #include <net/route.h>
     48  1.1.1.2  thorpej 
     49  1.1.1.2  thorpej #include <netinet/in.h>
     50  1.1.1.2  thorpej #include <netinet/in_systm.h>
     51  1.1.1.2  thorpej #include <netinet/ip.h>
     52  1.1.1.2  thorpej #include <netinet/in_pcb.h>
     53  1.1.1.2  thorpej #include <netinet/ip_var.h>
     54  1.1.1.2  thorpej #include <netinet/tcp.h>
     55  1.1.1.2  thorpej #include <netinet/tcp_fsm.h>
     56  1.1.1.2  thorpej #include <netinet/tcp_seq.h>
     57  1.1.1.2  thorpej #include <netinet/tcp_timer.h>
     58  1.1.1.2  thorpej #include <netinet/tcp_var.h>
     59  1.1.1.2  thorpej #include <netinet/tcpip.h>
     60  1.1.1.2  thorpej #include <netinet/tcp_debug.h>
     61      1.1      cgd 
     62      1.1      cgd /*
     63      1.1      cgd  * TCP protocol interface to socket abstraction.
     64      1.1      cgd  */
     65      1.1      cgd extern	char *tcpstates[];
     66      1.1      cgd 
     67      1.1      cgd /*
     68      1.1      cgd  * Process a TCP user request for TCP tb.  If this is a send request
     69      1.1      cgd  * then m is the mbuf chain of send data.  If this is a timer expiration
     70      1.1      cgd  * (called from the software clock routine), then timertype tells which timer.
     71      1.1      cgd  */
     72      1.1      cgd /*ARGSUSED*/
     73  1.1.1.2  thorpej int
     74      1.1      cgd tcp_usrreq(so, req, m, nam, control)
     75      1.1      cgd 	struct socket *so;
     76      1.1      cgd 	int req;
     77      1.1      cgd 	struct mbuf *m, *nam, *control;
     78      1.1      cgd {
     79      1.1      cgd 	register struct inpcb *inp;
     80      1.1      cgd 	register struct tcpcb *tp;
     81      1.1      cgd 	int s;
     82      1.1      cgd 	int error = 0;
     83      1.1      cgd 	int ostate;
     84      1.1      cgd 
     85      1.1      cgd 	if (req == PRU_CONTROL)
     86      1.1      cgd 		return (in_control(so, (int)m, (caddr_t)nam,
     87      1.1      cgd 			(struct ifnet *)control));
     88      1.1      cgd 	if (control && control->m_len) {
     89      1.1      cgd 		m_freem(control);
     90      1.1      cgd 		if (m)
     91      1.1      cgd 			m_freem(m);
     92      1.1      cgd 		return (EINVAL);
     93      1.1      cgd 	}
     94      1.1      cgd 
     95      1.1      cgd 	s = splnet();
     96      1.1      cgd 	inp = sotoinpcb(so);
     97      1.1      cgd 	/*
     98      1.1      cgd 	 * When a TCP is attached to a socket, then there will be
     99      1.1      cgd 	 * a (struct inpcb) pointed at by the socket, and this
    100      1.1      cgd 	 * structure will point at a subsidary (struct tcpcb).
    101      1.1      cgd 	 */
    102      1.1      cgd 	if (inp == 0 && req != PRU_ATTACH) {
    103      1.1      cgd 		splx(s);
    104      1.1      cgd 		return (EINVAL);		/* XXX */
    105      1.1      cgd 	}
    106      1.1      cgd 	if (inp) {
    107      1.1      cgd 		tp = intotcpcb(inp);
    108      1.1      cgd 		/* WHAT IF TP IS 0? */
    109      1.1      cgd #ifdef KPROF
    110      1.1      cgd 		tcp_acounts[tp->t_state][req]++;
    111      1.1      cgd #endif
    112      1.1      cgd 		ostate = tp->t_state;
    113      1.1      cgd 	} else
    114      1.1      cgd 		ostate = 0;
    115      1.1      cgd 	switch (req) {
    116      1.1      cgd 
    117      1.1      cgd 	/*
    118      1.1      cgd 	 * TCP attaches to socket via PRU_ATTACH, reserving space,
    119      1.1      cgd 	 * and an internet control block.
    120      1.1      cgd 	 */
    121      1.1      cgd 	case PRU_ATTACH:
    122      1.1      cgd 		if (inp) {
    123      1.1      cgd 			error = EISCONN;
    124      1.1      cgd 			break;
    125      1.1      cgd 		}
    126      1.1      cgd 		error = tcp_attach(so);
    127      1.1      cgd 		if (error)
    128      1.1      cgd 			break;
    129      1.1      cgd 		if ((so->so_options & SO_LINGER) && so->so_linger == 0)
    130      1.1      cgd 			so->so_linger = TCP_LINGERTIME;
    131      1.1      cgd 		tp = sototcpcb(so);
    132      1.1      cgd 		break;
    133      1.1      cgd 
    134      1.1      cgd 	/*
    135      1.1      cgd 	 * PRU_DETACH detaches the TCP protocol from the socket.
    136      1.1      cgd 	 * If the protocol state is non-embryonic, then can't
    137      1.1      cgd 	 * do this directly: have to initiate a PRU_DISCONNECT,
    138      1.1      cgd 	 * which may finish later; embryonic TCB's can just
    139      1.1      cgd 	 * be discarded here.
    140      1.1      cgd 	 */
    141      1.1      cgd 	case PRU_DETACH:
    142      1.1      cgd 		if (tp->t_state > TCPS_LISTEN)
    143      1.1      cgd 			tp = tcp_disconnect(tp);
    144      1.1      cgd 		else
    145      1.1      cgd 			tp = tcp_close(tp);
    146      1.1      cgd 		break;
    147      1.1      cgd 
    148      1.1      cgd 	/*
    149      1.1      cgd 	 * Give the socket an address.
    150      1.1      cgd 	 */
    151      1.1      cgd 	case PRU_BIND:
    152      1.1      cgd 		error = in_pcbbind(inp, nam);
    153      1.1      cgd 		if (error)
    154      1.1      cgd 			break;
    155      1.1      cgd 		break;
    156      1.1      cgd 
    157      1.1      cgd 	/*
    158      1.1      cgd 	 * Prepare to accept connections.
    159      1.1      cgd 	 */
    160      1.1      cgd 	case PRU_LISTEN:
    161      1.1      cgd 		if (inp->inp_lport == 0)
    162      1.1      cgd 			error = in_pcbbind(inp, (struct mbuf *)0);
    163      1.1      cgd 		if (error == 0)
    164      1.1      cgd 			tp->t_state = TCPS_LISTEN;
    165      1.1      cgd 		break;
    166      1.1      cgd 
    167      1.1      cgd 	/*
    168      1.1      cgd 	 * Initiate connection to peer.
    169      1.1      cgd 	 * Create a template for use in transmissions on this connection.
    170      1.1      cgd 	 * Enter SYN_SENT state, and mark socket as connecting.
    171      1.1      cgd 	 * Start keep-alive timer, and seed output sequence space.
    172      1.1      cgd 	 * Send initial segment on connection.
    173      1.1      cgd 	 */
    174      1.1      cgd 	case PRU_CONNECT:
    175      1.1      cgd 		if (inp->inp_lport == 0) {
    176      1.1      cgd 			error = in_pcbbind(inp, (struct mbuf *)0);
    177      1.1      cgd 			if (error)
    178      1.1      cgd 				break;
    179      1.1      cgd 		}
    180      1.1      cgd 		error = in_pcbconnect(inp, nam);
    181      1.1      cgd 		if (error)
    182      1.1      cgd 			break;
    183      1.1      cgd 		tp->t_template = tcp_template(tp);
    184      1.1      cgd 		if (tp->t_template == 0) {
    185      1.1      cgd 			in_pcbdisconnect(inp);
    186      1.1      cgd 			error = ENOBUFS;
    187      1.1      cgd 			break;
    188      1.1      cgd 		}
    189  1.1.1.2  thorpej 		/* Compute window scaling to request.  */
    190  1.1.1.2  thorpej 		while (tp->request_r_scale < TCP_MAX_WINSHIFT &&
    191  1.1.1.2  thorpej 		    (TCP_MAXWIN << tp->request_r_scale) < so->so_rcv.sb_hiwat)
    192  1.1.1.2  thorpej 			tp->request_r_scale++;
    193      1.1      cgd 		soisconnecting(so);
    194      1.1      cgd 		tcpstat.tcps_connattempt++;
    195      1.1      cgd 		tp->t_state = TCPS_SYN_SENT;
    196      1.1      cgd 		tp->t_timer[TCPT_KEEP] = TCPTV_KEEP_INIT;
    197      1.1      cgd 		tp->iss = tcp_iss; tcp_iss += TCP_ISSINCR/2;
    198      1.1      cgd 		tcp_sendseqinit(tp);
    199      1.1      cgd 		error = tcp_output(tp);
    200      1.1      cgd 		break;
    201      1.1      cgd 
    202      1.1      cgd 	/*
    203      1.1      cgd 	 * Create a TCP connection between two sockets.
    204      1.1      cgd 	 */
    205      1.1      cgd 	case PRU_CONNECT2:
    206      1.1      cgd 		error = EOPNOTSUPP;
    207      1.1      cgd 		break;
    208      1.1      cgd 
    209      1.1      cgd 	/*
    210      1.1      cgd 	 * Initiate disconnect from peer.
    211      1.1      cgd 	 * If connection never passed embryonic stage, just drop;
    212      1.1      cgd 	 * else if don't need to let data drain, then can just drop anyways,
    213      1.1      cgd 	 * else have to begin TCP shutdown process: mark socket disconnecting,
    214      1.1      cgd 	 * drain unread data, state switch to reflect user close, and
    215      1.1      cgd 	 * send segment (e.g. FIN) to peer.  Socket will be really disconnected
    216      1.1      cgd 	 * when peer sends FIN and acks ours.
    217      1.1      cgd 	 *
    218      1.1      cgd 	 * SHOULD IMPLEMENT LATER PRU_CONNECT VIA REALLOC TCPCB.
    219      1.1      cgd 	 */
    220      1.1      cgd 	case PRU_DISCONNECT:
    221      1.1      cgd 		tp = tcp_disconnect(tp);
    222      1.1      cgd 		break;
    223      1.1      cgd 
    224      1.1      cgd 	/*
    225      1.1      cgd 	 * Accept a connection.  Essentially all the work is
    226      1.1      cgd 	 * done at higher levels; just return the address
    227      1.1      cgd 	 * of the peer, storing through addr.
    228      1.1      cgd 	 */
    229  1.1.1.2  thorpej 	case PRU_ACCEPT:
    230  1.1.1.2  thorpej 		in_setpeeraddr(inp, nam);
    231      1.1      cgd 		break;
    232      1.1      cgd 
    233      1.1      cgd 	/*
    234      1.1      cgd 	 * Mark the connection as being incapable of further output.
    235      1.1      cgd 	 */
    236      1.1      cgd 	case PRU_SHUTDOWN:
    237      1.1      cgd 		socantsendmore(so);
    238      1.1      cgd 		tp = tcp_usrclosed(tp);
    239      1.1      cgd 		if (tp)
    240      1.1      cgd 			error = tcp_output(tp);
    241      1.1      cgd 		break;
    242      1.1      cgd 
    243      1.1      cgd 	/*
    244      1.1      cgd 	 * After a receive, possibly send window update to peer.
    245      1.1      cgd 	 */
    246      1.1      cgd 	case PRU_RCVD:
    247      1.1      cgd 		(void) tcp_output(tp);
    248      1.1      cgd 		break;
    249      1.1      cgd 
    250      1.1      cgd 	/*
    251      1.1      cgd 	 * Do a send by putting data in output queue and updating urgent
    252      1.1      cgd 	 * marker if URG set.  Possibly send more data.
    253      1.1      cgd 	 */
    254      1.1      cgd 	case PRU_SEND:
    255      1.1      cgd 		sbappend(&so->so_snd, m);
    256      1.1      cgd 		error = tcp_output(tp);
    257      1.1      cgd 		break;
    258      1.1      cgd 
    259      1.1      cgd 	/*
    260      1.1      cgd 	 * Abort the TCP.
    261      1.1      cgd 	 */
    262      1.1      cgd 	case PRU_ABORT:
    263      1.1      cgd 		tp = tcp_drop(tp, ECONNABORTED);
    264      1.1      cgd 		break;
    265      1.1      cgd 
    266      1.1      cgd 	case PRU_SENSE:
    267      1.1      cgd 		((struct stat *) m)->st_blksize = so->so_snd.sb_hiwat;
    268      1.1      cgd 		(void) splx(s);
    269      1.1      cgd 		return (0);
    270      1.1      cgd 
    271      1.1      cgd 	case PRU_RCVOOB:
    272      1.1      cgd 		if ((so->so_oobmark == 0 &&
    273      1.1      cgd 		    (so->so_state & SS_RCVATMARK) == 0) ||
    274      1.1      cgd 		    so->so_options & SO_OOBINLINE ||
    275      1.1      cgd 		    tp->t_oobflags & TCPOOB_HADDATA) {
    276      1.1      cgd 			error = EINVAL;
    277      1.1      cgd 			break;
    278      1.1      cgd 		}
    279      1.1      cgd 		if ((tp->t_oobflags & TCPOOB_HAVEDATA) == 0) {
    280      1.1      cgd 			error = EWOULDBLOCK;
    281      1.1      cgd 			break;
    282      1.1      cgd 		}
    283      1.1      cgd 		m->m_len = 1;
    284      1.1      cgd 		*mtod(m, caddr_t) = tp->t_iobc;
    285      1.1      cgd 		if (((int)nam & MSG_PEEK) == 0)
    286      1.1      cgd 			tp->t_oobflags ^= (TCPOOB_HAVEDATA | TCPOOB_HADDATA);
    287      1.1      cgd 		break;
    288      1.1      cgd 
    289      1.1      cgd 	case PRU_SENDOOB:
    290      1.1      cgd 		if (sbspace(&so->so_snd) < -512) {
    291      1.1      cgd 			m_freem(m);
    292      1.1      cgd 			error = ENOBUFS;
    293      1.1      cgd 			break;
    294      1.1      cgd 		}
    295      1.1      cgd 		/*
    296      1.1      cgd 		 * According to RFC961 (Assigned Protocols),
    297      1.1      cgd 		 * the urgent pointer points to the last octet
    298      1.1      cgd 		 * of urgent data.  We continue, however,
    299      1.1      cgd 		 * to consider it to indicate the first octet
    300      1.1      cgd 		 * of data past the urgent section.
    301      1.1      cgd 		 * Otherwise, snd_up should be one lower.
    302      1.1      cgd 		 */
    303      1.1      cgd 		sbappend(&so->so_snd, m);
    304      1.1      cgd 		tp->snd_up = tp->snd_una + so->so_snd.sb_cc;
    305      1.1      cgd 		tp->t_force = 1;
    306      1.1      cgd 		error = tcp_output(tp);
    307      1.1      cgd 		tp->t_force = 0;
    308      1.1      cgd 		break;
    309      1.1      cgd 
    310      1.1      cgd 	case PRU_SOCKADDR:
    311      1.1      cgd 		in_setsockaddr(inp, nam);
    312      1.1      cgd 		break;
    313      1.1      cgd 
    314      1.1      cgd 	case PRU_PEERADDR:
    315      1.1      cgd 		in_setpeeraddr(inp, nam);
    316      1.1      cgd 		break;
    317      1.1      cgd 
    318      1.1      cgd 	/*
    319      1.1      cgd 	 * TCP slow timer went off; going through this
    320      1.1      cgd 	 * routine for tracing's sake.
    321      1.1      cgd 	 */
    322      1.1      cgd 	case PRU_SLOWTIMO:
    323      1.1      cgd 		tp = tcp_timers(tp, (int)nam);
    324      1.1      cgd 		req |= (int)nam << 8;		/* for debug's sake */
    325      1.1      cgd 		break;
    326      1.1      cgd 
    327      1.1      cgd 	default:
    328      1.1      cgd 		panic("tcp_usrreq");
    329      1.1      cgd 	}
    330      1.1      cgd 	if (tp && (so->so_options & SO_DEBUG))
    331      1.1      cgd 		tcp_trace(TA_USER, ostate, tp, (struct tcpiphdr *)0, req);
    332      1.1      cgd 	splx(s);
    333      1.1      cgd 	return (error);
    334      1.1      cgd }
    335      1.1      cgd 
    336  1.1.1.2  thorpej int
    337      1.1      cgd tcp_ctloutput(op, so, level, optname, mp)
    338      1.1      cgd 	int op;
    339      1.1      cgd 	struct socket *so;
    340      1.1      cgd 	int level, optname;
    341      1.1      cgd 	struct mbuf **mp;
    342      1.1      cgd {
    343  1.1.1.2  thorpej 	int error = 0, s;
    344  1.1.1.2  thorpej 	struct inpcb *inp;
    345  1.1.1.2  thorpej 	register struct tcpcb *tp;
    346      1.1      cgd 	register struct mbuf *m;
    347  1.1.1.2  thorpej 	register int i;
    348      1.1      cgd 
    349  1.1.1.2  thorpej 	s = splnet();
    350  1.1.1.2  thorpej 	inp = sotoinpcb(so);
    351  1.1.1.2  thorpej 	if (inp == NULL) {
    352  1.1.1.2  thorpej 		splx(s);
    353  1.1.1.2  thorpej 		if (op == PRCO_SETOPT && *mp)
    354  1.1.1.2  thorpej 			(void) m_free(*mp);
    355  1.1.1.2  thorpej 		return (ECONNRESET);
    356  1.1.1.2  thorpej 	}
    357  1.1.1.2  thorpej 	if (level != IPPROTO_TCP) {
    358  1.1.1.2  thorpej 		error = ip_ctloutput(op, so, level, optname, mp);
    359  1.1.1.2  thorpej 		splx(s);
    360  1.1.1.2  thorpej 		return (error);
    361  1.1.1.2  thorpej 	}
    362  1.1.1.2  thorpej 	tp = intotcpcb(inp);
    363      1.1      cgd 
    364      1.1      cgd 	switch (op) {
    365      1.1      cgd 
    366      1.1      cgd 	case PRCO_SETOPT:
    367      1.1      cgd 		m = *mp;
    368      1.1      cgd 		switch (optname) {
    369      1.1      cgd 
    370      1.1      cgd 		case TCP_NODELAY:
    371      1.1      cgd 			if (m == NULL || m->m_len < sizeof (int))
    372      1.1      cgd 				error = EINVAL;
    373      1.1      cgd 			else if (*mtod(m, int *))
    374      1.1      cgd 				tp->t_flags |= TF_NODELAY;
    375      1.1      cgd 			else
    376      1.1      cgd 				tp->t_flags &= ~TF_NODELAY;
    377      1.1      cgd 			break;
    378      1.1      cgd 
    379  1.1.1.2  thorpej 		case TCP_MAXSEG:
    380  1.1.1.2  thorpej 			if (m && (i = *mtod(m, int *)) > 0 && i <= tp->t_maxseg)
    381  1.1.1.2  thorpej 				tp->t_maxseg = i;
    382  1.1.1.2  thorpej 			else
    383  1.1.1.2  thorpej 				error = EINVAL;
    384  1.1.1.2  thorpej 			break;
    385  1.1.1.2  thorpej 
    386      1.1      cgd 		default:
    387  1.1.1.2  thorpej 			error = ENOPROTOOPT;
    388      1.1      cgd 			break;
    389      1.1      cgd 		}
    390      1.1      cgd 		if (m)
    391      1.1      cgd 			(void) m_free(m);
    392      1.1      cgd 		break;
    393      1.1      cgd 
    394      1.1      cgd 	case PRCO_GETOPT:
    395      1.1      cgd 		*mp = m = m_get(M_WAIT, MT_SOOPTS);
    396      1.1      cgd 		m->m_len = sizeof(int);
    397      1.1      cgd 
    398      1.1      cgd 		switch (optname) {
    399      1.1      cgd 		case TCP_NODELAY:
    400      1.1      cgd 			*mtod(m, int *) = tp->t_flags & TF_NODELAY;
    401      1.1      cgd 			break;
    402      1.1      cgd 		case TCP_MAXSEG:
    403      1.1      cgd 			*mtod(m, int *) = tp->t_maxseg;
    404      1.1      cgd 			break;
    405      1.1      cgd 		default:
    406  1.1.1.2  thorpej 			error = ENOPROTOOPT;
    407      1.1      cgd 			break;
    408      1.1      cgd 		}
    409      1.1      cgd 		break;
    410      1.1      cgd 	}
    411  1.1.1.2  thorpej 	splx(s);
    412      1.1      cgd 	return (error);
    413      1.1      cgd }
    414      1.1      cgd 
    415  1.1.1.2  thorpej u_long	tcp_sendspace = 1024*8;
    416  1.1.1.2  thorpej u_long	tcp_recvspace = 1024*8;
    417      1.1      cgd 
    418      1.1      cgd /*
    419      1.1      cgd  * Attach TCP protocol to socket, allocating
    420      1.1      cgd  * internet protocol control block, tcp control block,
    421      1.1      cgd  * bufer space, and entering LISTEN state if to accept connections.
    422      1.1      cgd  */
    423  1.1.1.2  thorpej int
    424      1.1      cgd tcp_attach(so)
    425      1.1      cgd 	struct socket *so;
    426      1.1      cgd {
    427      1.1      cgd 	register struct tcpcb *tp;
    428      1.1      cgd 	struct inpcb *inp;
    429      1.1      cgd 	int error;
    430      1.1      cgd 
    431      1.1      cgd 	if (so->so_snd.sb_hiwat == 0 || so->so_rcv.sb_hiwat == 0) {
    432      1.1      cgd 		error = soreserve(so, tcp_sendspace, tcp_recvspace);
    433      1.1      cgd 		if (error)
    434      1.1      cgd 			return (error);
    435      1.1      cgd 	}
    436      1.1      cgd 	error = in_pcballoc(so, &tcb);
    437      1.1      cgd 	if (error)
    438      1.1      cgd 		return (error);
    439      1.1      cgd 	inp = sotoinpcb(so);
    440      1.1      cgd 	tp = tcp_newtcpcb(inp);
    441      1.1      cgd 	if (tp == 0) {
    442      1.1      cgd 		int nofd = so->so_state & SS_NOFDREF;	/* XXX */
    443      1.1      cgd 
    444      1.1      cgd 		so->so_state &= ~SS_NOFDREF;	/* don't free the socket yet */
    445      1.1      cgd 		in_pcbdetach(inp);
    446      1.1      cgd 		so->so_state |= nofd;
    447      1.1      cgd 		return (ENOBUFS);
    448      1.1      cgd 	}
    449      1.1      cgd 	tp->t_state = TCPS_CLOSED;
    450      1.1      cgd 	return (0);
    451      1.1      cgd }
    452      1.1      cgd 
    453      1.1      cgd /*
    454      1.1      cgd  * Initiate (or continue) disconnect.
    455      1.1      cgd  * If embryonic state, just send reset (once).
    456      1.1      cgd  * If in ``let data drain'' option and linger null, just drop.
    457      1.1      cgd  * Otherwise (hard), mark socket disconnecting and drop
    458      1.1      cgd  * current input data; switch states based on user close, and
    459      1.1      cgd  * send segment to peer (with FIN).
    460      1.1      cgd  */
    461      1.1      cgd struct tcpcb *
    462      1.1      cgd tcp_disconnect(tp)
    463      1.1      cgd 	register struct tcpcb *tp;
    464      1.1      cgd {
    465      1.1      cgd 	struct socket *so = tp->t_inpcb->inp_socket;
    466      1.1      cgd 
    467      1.1      cgd 	if (tp->t_state < TCPS_ESTABLISHED)
    468      1.1      cgd 		tp = tcp_close(tp);
    469      1.1      cgd 	else if ((so->so_options & SO_LINGER) && so->so_linger == 0)
    470      1.1      cgd 		tp = tcp_drop(tp, 0);
    471      1.1      cgd 	else {
    472      1.1      cgd 		soisdisconnecting(so);
    473      1.1      cgd 		sbflush(&so->so_rcv);
    474      1.1      cgd 		tp = tcp_usrclosed(tp);
    475      1.1      cgd 		if (tp)
    476      1.1      cgd 			(void) tcp_output(tp);
    477      1.1      cgd 	}
    478      1.1      cgd 	return (tp);
    479      1.1      cgd }
    480      1.1      cgd 
    481      1.1      cgd /*
    482      1.1      cgd  * User issued close, and wish to trail through shutdown states:
    483      1.1      cgd  * if never received SYN, just forget it.  If got a SYN from peer,
    484      1.1      cgd  * but haven't sent FIN, then go to FIN_WAIT_1 state to send peer a FIN.
    485      1.1      cgd  * If already got a FIN from peer, then almost done; go to LAST_ACK
    486      1.1      cgd  * state.  In all other cases, have already sent FIN to peer (e.g.
    487      1.1      cgd  * after PRU_SHUTDOWN), and just have to play tedious game waiting
    488      1.1      cgd  * for peer to send FIN or not respond to keep-alives, etc.
    489      1.1      cgd  * We can let the user exit from the close as soon as the FIN is acked.
    490      1.1      cgd  */
    491      1.1      cgd struct tcpcb *
    492      1.1      cgd tcp_usrclosed(tp)
    493      1.1      cgd 	register struct tcpcb *tp;
    494      1.1      cgd {
    495      1.1      cgd 
    496      1.1      cgd 	switch (tp->t_state) {
    497      1.1      cgd 
    498      1.1      cgd 	case TCPS_CLOSED:
    499      1.1      cgd 	case TCPS_LISTEN:
    500      1.1      cgd 	case TCPS_SYN_SENT:
    501      1.1      cgd 		tp->t_state = TCPS_CLOSED;
    502      1.1      cgd 		tp = tcp_close(tp);
    503      1.1      cgd 		break;
    504      1.1      cgd 
    505      1.1      cgd 	case TCPS_SYN_RECEIVED:
    506      1.1      cgd 	case TCPS_ESTABLISHED:
    507      1.1      cgd 		tp->t_state = TCPS_FIN_WAIT_1;
    508      1.1      cgd 		break;
    509      1.1      cgd 
    510      1.1      cgd 	case TCPS_CLOSE_WAIT:
    511      1.1      cgd 		tp->t_state = TCPS_LAST_ACK;
    512      1.1      cgd 		break;
    513      1.1      cgd 	}
    514      1.1      cgd 	if (tp && tp->t_state >= TCPS_FIN_WAIT_2)
    515      1.1      cgd 		soisdisconnected(tp->t_inpcb->inp_socket);
    516      1.1      cgd 	return (tp);
    517      1.1      cgd }
    518