From: Gerrit Renker <[EMAIL PROTECTED]>
Date: Fri, 10 Nov 2006 12:04:31 +
> 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
> *
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_co