From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Dumazet Subject: Re: [PATCH net-next 5/5] tcp: TFO - cleanup code duplication Date: Sun, 16 Dec 2018 22:33:52 -0800 Message-ID: <768a630a-f907-b904-adb4-0066a170d3a2@gmail.com> References: <20181214224007.54813-1-cpaasch@apple.com> <20181214224007.54813-6-cpaasch@apple.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: Eric Dumazet , Yuchung Cheng , David Miller To: Christoph Paasch , netdev@vger.kernel.org Return-path: Received: from mail-wr1-f65.google.com ([209.85.221.65]:46307 "EHLO mail-wr1-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726455AbeLQGd4 (ORCPT ); Mon, 17 Dec 2018 01:33:56 -0500 Received: by mail-wr1-f65.google.com with SMTP id l9so10982163wrt.13 for ; Sun, 16 Dec 2018 22:33:55 -0800 (PST) In-Reply-To: <20181214224007.54813-6-cpaasch@apple.com> Content-Language: en-US Sender: netdev-owner@vger.kernel.org List-ID: On 12/14/2018 02:40 PM, Christoph Paasch wrote: > We can actually easily reuse __tcp_fastopen_cookie_gen_with_ctx to > generate the cookie based on a give TFO-context. > s/give/given/