Date: Fri, 23 Mar 2007 20:16:50 +0000 (UTC) From: Andre Oppermann <andre@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet tcp_input.c Message-ID: <200703232016.l2NKGojt063012@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
andre 2007-03-23 20:16:50 UTC FreeBSD src repository Modified files: sys/netinet tcp_input.c Log: Split tcp_input() into its two functional parts: o tcp_input() now handles TCP segment sanity checks and preparations including the INPCB lookup and syncache. o tcp_do_segment() handles all data and ACK processing and is IPv4/v6 agnostic. Change all KASSERT() messages to ("%s: ", __func__). The changes in this commit are primarily of mechanical nature and no functional changes besides the function split are made. Discussed with: rwatson Revision Changes Path 1.328 +208 -132 src/sys/netinet/tcp_input.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200703232016.l2NKGojt063012>