andre acede79cba 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
2007-03-23 20:16:50 +00:00
..
2007-03-21 07:49:56 +00:00
2007-03-21 03:42:51 +00:00
2007-03-22 15:42:13 +00:00
2007-03-22 19:08:39 +00:00
2007-03-10 03:10:34 +00:00