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
..
2006-12-15 12:50:06 +00:00
2005-10-21 16:23:01 +00:00
2005-08-26 15:27:18 +00:00
2006-12-04 00:41:48 +00:00
2006-01-21 10:44:34 +00:00
2007-03-19 19:00:51 +00:00
2006-07-06 13:25:01 +00:00
2007-03-23 09:43:36 +00:00
2007-03-15 11:27:14 +00:00
2007-03-15 11:27:14 +00:00
2007-03-15 11:27:14 +00:00
2007-03-15 11:27:14 +00:00
2007-02-12 23:24:31 +00:00
2007-03-15 11:27:14 +00:00
2007-03-15 11:27:14 +00:00
2007-03-15 11:27:14 +00:00
2007-03-15 11:27:14 +00:00
2007-03-15 11:27:14 +00:00
2007-03-15 11:27:14 +00:00
2007-03-15 11:27:14 +00:00
2007-03-08 15:26:54 +00:00