Deleted Added
full compact
tcp_usrreq.c (190948) tcp_usrreq.c (193941)
1/*-
2 * Copyright (c) 1982, 1986, 1988, 1993
3 * The Regents of the University of California.
4 * Copyright (c) 2006-2007 Robert N. M. Watson
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

--- 18 unchanged lines hidden (view full) ---

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 * From: @(#)tcp_usrreq.c 8.2 (Berkeley) 1/3/94
32 */
33
34#include <sys/cdefs.h>
1/*-
2 * Copyright (c) 1982, 1986, 1988, 1993
3 * The Regents of the University of California.
4 * Copyright (c) 2006-2007 Robert N. M. Watson
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

--- 18 unchanged lines hidden (view full) ---

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 * From: @(#)tcp_usrreq.c 8.2 (Berkeley) 1/3/94
32 */
33
34#include <sys/cdefs.h>
35__FBSDID("$FreeBSD: head/sys/netinet/tcp_usrreq.c 190948 2009-04-11 22:07:19Z rwatson $");
35__FBSDID("$FreeBSD: head/sys/netinet/tcp_usrreq.c 193941 2009-06-10 18:27:15Z jhb $");
36
37#include "opt_ddb.h"
38#include "opt_inet.h"
39#include "opt_inet6.h"
40#include "opt_tcpdebug.h"
41
42#include <sys/param.h>
43#include <sys/systm.h>

--- 1774 unchanged lines hidden (view full) ---

1818 tp->snd_wnd, tp->snd_cwnd, tp->snd_bwnd);
1819
1820 db_print_indent(indent);
1821 db_printf("snd_ssthresh: %lu snd_bandwidth: %lu snd_recover: "
1822 "0x%08x\n", tp->snd_ssthresh, tp->snd_bandwidth,
1823 tp->snd_recover);
1824
1825 db_print_indent(indent);
36
37#include "opt_ddb.h"
38#include "opt_inet.h"
39#include "opt_inet6.h"
40#include "opt_tcpdebug.h"
41
42#include <sys/param.h>
43#include <sys/systm.h>

--- 1774 unchanged lines hidden (view full) ---

1818 tp->snd_wnd, tp->snd_cwnd, tp->snd_bwnd);
1819
1820 db_print_indent(indent);
1821 db_printf("snd_ssthresh: %lu snd_bandwidth: %lu snd_recover: "
1822 "0x%08x\n", tp->snd_ssthresh, tp->snd_bandwidth,
1823 tp->snd_recover);
1824
1825 db_print_indent(indent);
1826 db_printf("t_maxopd: %u t_rcvtime: %lu t_startime: %lu\n",
1826 db_printf("t_maxopd: %u t_rcvtime: %u t_startime: %u\n",
1827 tp->t_maxopd, tp->t_rcvtime, tp->t_starttime);
1828
1829 db_print_indent(indent);
1830 db_printf("t_rttime: %d t_rtsq: 0x%08x t_bw_rtttime: %d\n",
1831 tp->t_rtttime, tp->t_rtseq, tp->t_bw_rtttime);
1832
1833 db_print_indent(indent);
1834 db_printf("t_bw_rtseq: 0x%08x t_rxtcur: %d t_maxseg: %u "

--- 14 unchanged lines hidden (view full) ---

1849 db_print_toobflags(tp->t_oobflags);
1850 db_printf(") t_iobc: 0x%02x\n", tp->t_iobc);
1851
1852 db_print_indent(indent);
1853 db_printf("snd_scale: %u rcv_scale: %u request_r_scale: %u\n",
1854 tp->snd_scale, tp->rcv_scale, tp->request_r_scale);
1855
1856 db_print_indent(indent);
1827 tp->t_maxopd, tp->t_rcvtime, tp->t_starttime);
1828
1829 db_print_indent(indent);
1830 db_printf("t_rttime: %d t_rtsq: 0x%08x t_bw_rtttime: %d\n",
1831 tp->t_rtttime, tp->t_rtseq, tp->t_bw_rtttime);
1832
1833 db_print_indent(indent);
1834 db_printf("t_bw_rtseq: 0x%08x t_rxtcur: %d t_maxseg: %u "

--- 14 unchanged lines hidden (view full) ---

1849 db_print_toobflags(tp->t_oobflags);
1850 db_printf(") t_iobc: 0x%02x\n", tp->t_iobc);
1851
1852 db_print_indent(indent);
1853 db_printf("snd_scale: %u rcv_scale: %u request_r_scale: %u\n",
1854 tp->snd_scale, tp->rcv_scale, tp->request_r_scale);
1855
1856 db_print_indent(indent);
1857 db_printf("ts_recent: %u ts_recent_age: %lu\n",
1857 db_printf("ts_recent: %u ts_recent_age: %u\n",
1858 tp->ts_recent, tp->ts_recent_age);
1859
1860 db_print_indent(indent);
1861 db_printf("ts_offset: %u last_ack_sent: 0x%08x snd_cwnd_prev: "
1862 "%lu\n", tp->ts_offset, tp->last_ack_sent, tp->snd_cwnd_prev);
1863
1864 db_print_indent(indent);
1865 db_printf("snd_ssthresh_prev: %lu snd_recover_prev: 0x%08x "
1858 tp->ts_recent, tp->ts_recent_age);
1859
1860 db_print_indent(indent);
1861 db_printf("ts_offset: %u last_ack_sent: 0x%08x snd_cwnd_prev: "
1862 "%lu\n", tp->ts_offset, tp->last_ack_sent, tp->snd_cwnd_prev);
1863
1864 db_print_indent(indent);
1865 db_printf("snd_ssthresh_prev: %lu snd_recover_prev: 0x%08x "
1866 "t_badrxtwin: %lu\n", tp->snd_ssthresh_prev,
1866 "t_badrxtwin: %u\n", tp->snd_ssthresh_prev,
1867 tp->snd_recover_prev, tp->t_badrxtwin);
1868
1869 db_print_indent(indent);
1870 db_printf("snd_numholes: %d snd_holes first: %p\n",
1871 tp->snd_numholes, TAILQ_FIRST(&tp->snd_holes));
1872
1873 db_print_indent(indent);
1874 db_printf("snd_fack: 0x%08x rcv_numsacks: %d sack_newdata: "

--- 22 unchanged lines hidden ---
1867 tp->snd_recover_prev, tp->t_badrxtwin);
1868
1869 db_print_indent(indent);
1870 db_printf("snd_numholes: %d snd_holes first: %p\n",
1871 tp->snd_numholes, TAILQ_FIRST(&tp->snd_holes));
1872
1873 db_print_indent(indent);
1874 db_printf("snd_fack: 0x%08x rcv_numsacks: %d sack_newdata: "

--- 22 unchanged lines hidden ---