diff options
author | Tonghao Zhang <xiangxia.m.yue@gmail.com> | 2017-08-21 23:33:49 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-08-22 14:16:12 -0700 |
commit | 111993692741a7044e6c01b428cecf1071de3d0b (patch) | |
tree | 9c688c1737a7919579bad72cd2a620f793d3558e /include/net/tcp.h | |
parent | 49c71586a6a94de168a26ec454eb8ea282ddd827 (diff) | |
download | talos-obmc-linux-111993692741a7044e6c01b428cecf1071de3d0b.tar.gz talos-obmc-linux-111993692741a7044e6c01b428cecf1071de3d0b.zip |
tcp: Remove the unused parameter for tcp_try_fastopen.
Signed-off-by: Tonghao Zhang <xiangxia.m.yue@gmail.com>
Acked-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/tcp.h')
-rw-r--r-- | include/net/tcp.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/net/tcp.h b/include/net/tcp.h index afdab3781425..a995004ae946 100644 --- a/include/net/tcp.h +++ b/include/net/tcp.h @@ -1533,8 +1533,7 @@ int tcp_fastopen_reset_cipher(void *key, unsigned int len); void tcp_fastopen_add_skb(struct sock *sk, struct sk_buff *skb); struct sock *tcp_try_fastopen(struct sock *sk, struct sk_buff *skb, struct request_sock *req, - struct tcp_fastopen_cookie *foc, - struct dst_entry *dst); + struct tcp_fastopen_cookie *foc); void tcp_fastopen_init_key_once(bool publish); bool tcp_fastopen_cookie_check(struct sock *sk, u16 *mss, struct tcp_fastopen_cookie *cookie); |