All of lore.kernel.org
 help / color / mirror / Atom feed
* [MPTCP] Re: [PATCH v2 6/12] Squash-to: "mptcp: allow dumping subflow context to userspace"
@ 2020-03-11 20:02 Matthieu Baerts
  0 siblings, 0 replies; only message in thread
From: Matthieu Baerts @ 2020-03-11 20:02 UTC (permalink / raw)
  To: mptcp

[-- Attachment #1: Type: text/plain, Size: 946 bytes --]

Hi Davide,

On 05/03/2020 15:46, Paolo Abeni wrote:
> fix after field name change.
> 
> Additionally rename the exposed uAPI flags to be more consistent

[...]

> diff --git a/net/mptcp/diag.c b/net/mptcp/diag.c
> index 4b6d9f7e418f..a536586742f2 100644
> --- a/net/mptcp/diag.c
> +++ b/net/mptcp/diag.c
> @@ -43,8 +43,8 @@ static int subflow_get_info(const struct sock *sk, struct sk_buff *skb)
>   		flags |= MPTCP_SUBFLOW_FLAG_BKUP_REM;
>   	if (sf->request_bkup)
>   		flags |= MPTCP_SUBFLOW_FLAG_BKUP_LOC;
> -	if (sf->fourth_ack)
> -		flags |= MPTCP_SUBFLOW_FLAG_4THACK;
> +	if (sf->fully_established)
> +		flags |= MPTCP_SUBFLOW_FLAG_FULLY_ESTABLISHED;

I guess you will have to do some changes on your side in ss code ;)

Cheers,
Matt
-- 
Matthieu Baerts | R&D Engineer
matthieu.baerts(a)tessares.net
Tessares SA | Hybrid Access Solutions
www.tessares.net
1 Avenue Jean Monnet, 1348 Louvain-la-Neuve, Belgium

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

only message in thread, other threads:[~2020-03-11 20:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-11 20:02 [MPTCP] Re: [PATCH v2 6/12] Squash-to: "mptcp: allow dumping subflow context to userspace" Matthieu Baerts

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.