All of lore.kernel.org
 help / color / mirror / Atom feed
* [MPTCP] Re: [RFC PATCH 09/12] mptcp: move address attribute into mptcp_addr_info
@ 2020-08-01 23:22 Florian Westphal
  0 siblings, 0 replies; only message in thread
From: Florian Westphal @ 2020-08-01 23:22 UTC (permalink / raw)
  To: mptcp

[-- 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.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-08-01 23:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-01 23:22 [MPTCP] Re: [RFC PATCH 09/12] mptcp: move address attribute into mptcp_addr_info Florian Westphal

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.