Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Feb 2007 11:00:00 +0000 (GMT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        current@FreeBSD.org
Subject:   More DDB show commands for the network stack (cvs commit: src/sys/netinet in_pcb.c in_pcb.h tcp_usrreq.c (fwd))
Message-ID:  <20070218105831.D49018@fledge.watson.org>

next in thread | raw e-mail | index | archive | help

FYI -- I've added two more DDB commands to help in debugging network stack 
problems.  "show inpcb <addr>" can be used on the so_pcb field of TCP/IP 
("internet") sockets.  "show tcpcb <addr>" can be used on the inp_ppcb field 
of the inpcb associated with a TCP connection.

Robert N M Watson
Computer Laboratory
University of Cambridge

---------- Forwarded message ----------
Date: Sat, 17 Feb 2007 21:02:39 +0000 (UTC)
From: Robert Watson <rwatson@FreeBSD.org>
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/netinet in_pcb.c in_pcb.h tcp_usrreq.c

rwatson     2007-02-17 21:02:39 UTC

   FreeBSD src repository

   Modified files:
     sys/netinet          in_pcb.c in_pcb.h tcp_usrreq.c
   Log:
   Add "show inpcb", "show tcpcb" DDB commands, which should come in handy
   for debugging sblock and other network panics.

   Revision  Changes    Path
   1.186     +251 -1    src/sys/netinet/in_pcb.c
   1.92      +6 -0      src/sys/netinet/in_pcb.h
   1.146     +321 -1    src/sys/netinet/tcp_usrreq.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070218105831.D49018>