Arnaldo Carvalho de Melo
d83d8461f9
[IP_SOCKGLUE]: Remove most of the tcp specific calls
...
As DCCP needs to be called in the same spots.
Now we have a member in inet_sock (is_icsk), set at sock creation time from
struct inet_protosw->flags (if INET_PROTOSW_ICSK is set, like for TCP and
DCCP) to see if a struct sock instance is a inet_connection_sock for places
like the ones in ip_sockglue.c (v4 and v6) where we previously were looking if
sk_type was SOCK_STREAM, that is insufficient because we now use the same code
for DCCP, that has sk_type SOCK_DCCP.
Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2006-01-03 13:10:58 -08:00
..
2006-01-03 13:10:43 -08:00
2006-01-03 13:10:29 -08:00
2006-01-03 13:10:58 -08:00
2005-09-01 17:44:29 -07:00
2005-10-03 14:35:55 -07:00
2005-08-29 16:01:32 -07:00
2005-11-22 14:47:37 -08:00
2005-10-10 21:11:34 -07:00
2005-12-01 14:30:00 -08:00
2005-11-29 16:21:38 -08:00
2005-08-29 16:08:31 -07:00
2005-06-18 22:54:12 -07:00
2005-11-29 16:21:38 -08:00
2005-11-20 21:09:00 -08:00
2005-11-29 16:21:38 -08:00
2005-12-02 20:32:59 -08:00
2006-01-03 13:10:39 -08:00
2006-01-03 13:10:47 -08:00
2006-01-03 13:10:55 -08:00
2006-01-03 13:10:54 -08:00
2006-01-03 13:10:31 -08:00
2005-08-29 16:03:06 -07:00
2006-01-03 13:10:31 -08:00
2005-12-14 12:55:24 -08:00
2005-08-29 16:11:18 -07:00
2005-11-08 09:41:34 -08:00
2006-01-03 13:10:31 -08:00
2006-01-03 13:10:58 -08:00
2005-09-01 17:44:29 -07:00
2005-09-12 14:15:34 -07:00
2005-07-30 17:46:44 -07:00
2005-10-03 14:35:55 -07:00
2006-01-03 13:10:28 -08:00
2006-01-03 13:10:28 -08:00
2005-08-29 15:33:20 -07:00
2005-06-13 14:29:06 -07:00
2005-06-13 14:29:06 -07:00
2005-11-08 09:41:34 -08:00
2005-04-16 15:20:36 -07:00
2005-08-29 15:36:19 -07:00
2005-11-29 16:21:38 -08:00
2005-08-29 15:41:54 -07:00
2005-09-19 18:45:42 -07:00
2005-11-29 16:21:38 -08:00
2006-01-03 13:10:38 -08:00
2006-01-03 13:10:31 -08:00
2006-01-03 13:10:27 -08:00
2005-11-10 17:09:53 -08:00
2006-01-03 13:10:28 -08:00
2005-08-29 15:57:54 -07:00
2005-11-17 14:11:18 -08:00
2005-11-10 17:07:24 -08:00
2005-11-10 16:53:30 -08:00
2006-01-03 13:10:58 -08:00
2006-01-03 13:10:58 -08:00
2006-01-03 13:10:47 -08:00
2006-01-03 13:10:58 -08:00
2005-11-10 17:07:24 -08:00
2005-11-10 17:13:47 -08:00
2005-12-06 16:17:11 -08:00
2005-08-29 15:57:48 -07:00
2006-01-03 13:10:58 -08:00
2006-01-03 13:10:42 -08:00
2005-04-16 15:20:36 -07:00
2005-06-20 13:21:43 -07:00
2005-12-19 14:03:46 -08:00
2005-08-29 15:33:20 -07:00
2005-07-19 14:03:34 -07:00