From: Florian Westphal <fw at strlen.de>
To: mptcp at lists.01.org
Subject: [MPTCP] Re: [RFC PATCH 09/12] mptcp: move address attribute into mptcp_addr_info
Date: Sun, 02 Aug 2020 01:22:22 +0200 [thread overview]
Message-ID: <20200801232222.GH29169@breakpoint.cc> (raw)
In-Reply-To: 0bcf53173f0d86cd035f94e51226cc1a27998ac2.1596216310.git.pabeni@redhat.com
[-- Attachment #1: Type: text/plain, Size: 408 bytes --]
Paolo Abeni <pabeni(a)redhat.com> wrote:
> diff --git a/net/mptcp/protocol.h b/net/mptcp/protocol.h
> index dfcd7eab35ad..5467eb1adebd 100644
> --- a/net/mptcp/protocol.h
> +++ b/net/mptcp/protocol.h
> @@ -140,6 +140,8 @@ struct mptcp_addr_info {
> sa_family_t family;
> __be16 port;
> u8 id;
> + unsigned int flags;
> + int ifindex;
Nit: u8 flags? There are only 3 so far AFAICS.
reply other threads:[~2020-08-01 23:22 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20200801232222.GH29169@breakpoint.cc \
--to=unknown@example.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.