diff options
Diffstat (limited to 'net/ipv4/tcp_output.c')
-rw-r--r-- | net/ipv4/tcp_output.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/ipv4/tcp_output.c b/net/ipv4/tcp_output.c index b171ac65ccab..8f83ab432705 100644 --- a/net/ipv4/tcp_output.c +++ b/net/ipv4/tcp_output.c | |||
@@ -605,7 +605,6 @@ static int tcp_transmit_skb(struct sock *sk, struct sk_buff *skb, int clone_it, | |||
605 | md5, | 605 | md5, |
606 | sk, NULL, NULL, | 606 | sk, NULL, NULL, |
607 | tcp_hdr(skb), | 607 | tcp_hdr(skb), |
608 | sk->sk_protocol, | ||
609 | skb->len); | 608 | skb->len); |
610 | } | 609 | } |
611 | #endif | 610 | #endif |
@@ -2264,7 +2263,7 @@ struct sk_buff *tcp_make_synack(struct sock *sk, struct dst_entry *dst, | |||
2264 | tp->af_specific->calc_md5_hash(md5_hash_location, | 2263 | tp->af_specific->calc_md5_hash(md5_hash_location, |
2265 | md5, | 2264 | md5, |
2266 | NULL, dst, req, | 2265 | NULL, dst, req, |
2267 | tcp_hdr(skb), sk->sk_protocol, | 2266 | tcp_hdr(skb), |
2268 | skb->len); | 2267 | skb->len); |
2269 | } | 2268 | } |
2270 | #endif | 2269 | #endif |