Re: [PATCH net-next 2/3] tcp: add a helper for setting EOR on tail skb
From: Willem de Bruijn <willemdebruijn.kernel@gmail.com>
Date: 2024-06-02 01:35:06
Also in:
mptcp
From: Willem de Bruijn <willemdebruijn.kernel@gmail.com>
Date: 2024-06-02 01:35:06
Also in:
mptcp
Jakub Kicinski wrote:
On Fri, 31 May 2024 09:41:30 -0400 Willem de Bruijn wrote:quoted
quoted
+static inline void tcp_write_collapse_fence(struct sock *sk) +{const struct ptr?Maybe just me, but feels kinda weird for the sole input to be const if the function does modify the object it operates on.
Ok. I can see that.