commit | 644807e3e4629b3fbb99032401f57a0f7e06f506 | [log] [tgz] |
---|---|---|
author | Florian Westphal <fw@strlen.de> | Fri Dec 03 14:35:34 2021 -0800 |
committer | Jakub Kicinski <kuba@kernel.org> | Tue Dec 07 11:36:29 2021 -0800 |
tree | c140ca4456cec862ffb2a3a21edbe0388057aca2 | |
parent | 5cbd886ce2a9f4627ff9cdab1bc97a401a24b309 [diff] |
mptcp: add SIOCINQ, OUTQ and OUTQNSD ioctls Allows to query in-sequence data ready for read(), total bytes in write queue and total bytes in write queue that have not yet been sent. v2: remove unneeded READ_ONCE() (Paolo Abeni) v3: check for new data unconditionally in SIOCINQ ioctl (Mat Martineau) Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: Mat Martineau <mathew.j.martineau@linux.intel.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>