Gerrit Renker a94f723d59 [TCP]: Remove dead code in init_sequence
This removes two redundancies:

1) The test (skb->protocol == htons(ETH_P_IPV6) in tcp_v6_init_sequence()
   is always true, due to
	* tcp_v6_conn_request() is the only function calling this one
	* tcp_v6_conn_request() redirects all skb's with ETH_P_IP protocol to
	  tcp_v4_conn_request() [ cf. top of tcp_v6_conn_request()]

2) The first argument, `struct sock *sk' of tcp_v{4,6}_init_sequence() is
   never used.

Signed-off-by: Gerrit Renker  <gerrit@erg.abdn.ac.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
2006-12-02 21:22:10 -08:00
..
2006-12-02 21:21:38 -08:00
2006-12-02 21:21:17 -08:00
2006-10-03 23:01:26 +02:00
2006-09-28 18:01:05 -07:00
2006-12-02 21:21:17 -08:00
2006-09-28 18:02:23 -07:00
2006-09-28 18:02:02 -07:00
2006-09-28 18:02:29 -07:00
2006-12-02 21:21:17 -08:00
2006-10-04 00:31:09 -07:00
2006-12-02 21:21:17 -08:00
2006-09-28 18:02:22 -07:00
2006-10-04 00:31:09 -07:00
2005-04-16 15:20:36 -07:00
2006-10-30 15:24:41 -08:00
2006-09-22 15:18:04 -07:00
2006-10-25 23:04:12 -07:00
2006-10-25 23:05:52 -07:00
2006-09-28 18:03:07 -07:00
2006-10-04 00:31:09 -07:00
2006-12-02 21:21:11 -08:00