bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Alexei Starovoitov <alexei.starovoitov@gmail.com>
To: Dmitry Yakunin <zeil@yandex-team.ru>
Cc: "David S. Miller" <davem@davemloft.net>,
	Lawrence Brakmo <brakmo@fb.com>,
	Eric Dumazet <eric.dumazet@gmail.com>,
	Martin KaFai Lau <kafai@fb.com>, bpf <bpf@vger.kernel.org>,
	Network Development <netdev@vger.kernel.org>
Subject: Re: [PATCH bpf-next v3 2/3] tcp: expose tcp_sock_set_keepidle_locked
Date: Tue, 2 Jun 2020 11:38:23 -0700	[thread overview]
Message-ID: <CAADnVQ+3gMoO1ws8n63PPJjOQHh_B0jFaf6=-R0Cs+k6NpjxxQ@mail.gmail.com> (raw)
In-Reply-To: <20200602092648.50440-2-zeil@yandex-team.ru>

On Tue, Jun 2, 2020 at 2:27 AM Dmitry Yakunin <zeil@yandex-team.ru> wrote:
>
> -static int __tcp_sock_set_keepidle(struct sock *sk, int val)
> +int tcp_sock_set_keepidle_locked(struct sock *sk, int val)
>  {
>         struct tcp_sock *tp = tcp_sk(sk);
>
> @@ -2922,13 +2922,14 @@ static int __tcp_sock_set_keepidle(struct sock *sk, int val)
>
>         return 0;
>  }
> +EXPORT_SYMBOL(tcp_sock_set_keepidle_locked);

why export it?

  reply	other threads:[~2020-06-02 18:38 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-02  9:26 [PATCH bpf-next v3 1/3] sock: move sock_valbool_flag to header Dmitry Yakunin
2020-06-02  9:26 ` [PATCH bpf-next v3 2/3] tcp: expose tcp_sock_set_keepidle_locked Dmitry Yakunin
2020-06-02 18:38   ` Alexei Starovoitov [this message]
2020-06-02  9:26 ` [PATCH bpf-next v3 3/3] bpf: add SO_KEEPALIVE and related options to bpf_setsockopt Dmitry Yakunin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAADnVQ+3gMoO1ws8n63PPJjOQHh_B0jFaf6=-R0Cs+k6NpjxxQ@mail.gmail.com' \
    --to=alexei.starovoitov@gmail.com \
    --cc=bpf@vger.kernel.org \
    --cc=brakmo@fb.com \
    --cc=davem@davemloft.net \
    --cc=eric.dumazet@gmail.com \
    --cc=kafai@fb.com \
    --cc=netdev@vger.kernel.org \
    --cc=zeil@yandex-team.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).