aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_output.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv4/tcp_output.c')
-rw-r--r--net/ipv4/tcp_output.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/ipv4/tcp_output.c b/net/ipv4/tcp_output.c
index ad993ecb4810..f3ffd674edde 100644
--- a/net/ipv4/tcp_output.c
+++ b/net/ipv4/tcp_output.c
@@ -607,7 +607,6 @@ static int tcp_transmit_skb(struct sock *sk, struct sk_buff *skb, int clone_it,
607 md5, 607 md5,
608 sk, NULL, NULL, 608 sk, NULL, NULL,
609 tcp_hdr(skb), 609 tcp_hdr(skb),
610 sk->sk_protocol,
611 skb->len); 610 skb->len);
612 } 611 }
613#endif 612#endif
@@ -2266,7 +2265,7 @@ struct sk_buff *tcp_make_synack(struct sock *sk, struct dst_entry *dst,
2266 tp->af_specific->calc_md5_hash(md5_hash_location, 2265 tp->af_specific->calc_md5_hash(md5_hash_location,
2267 md5, 2266 md5,
2268 NULL, dst, req, 2267 NULL, dst, req,
2269 tcp_hdr(skb), sk->sk_protocol, 2268 tcp_hdr(skb),
2270 skb->len); 2269 skb->len);
2271 } 2270 }
2272#endif 2271#endif