Richard Sailer
749c08f820
net: dccp: Add SIOCOUTQ IOCTL support (send buffer fill)
...
This adds support for the SIOCOUTQ IOCTL to get the send buffer fill
of a DCCP socket, like UDP and TCP sockets already have.
Regarding the used data field: DCCP uses per packet sequence numbers,
not per byte, so sequence numbers can't be used like in TCP. sk_wmem_queued
is not used by DCCP and always 0, even in test on highly congested paths.
Therefore this uses sk_wmem_alloc like in UDP.
Signed-off-by: Richard Sailer <richard_siegfried@systemli.org >
Signed-off-by: David S. Miller <davem@davemloft.net >
2020-07-22 17:00:37 -07:00
..
2020-06-14 01:57:21 +09:00
2020-07-13 17:20:39 -07:00
2020-06-28 21:37:23 -07:00
2020-07-19 18:16:41 -07:00
2020-07-19 18:16:40 -07:00
2020-07-13 12:34:06 -07:00
2020-06-26 10:37:11 +02:00
2020-07-19 18:16:41 -07:00
2020-06-30 22:21:29 +02:00
2020-07-14 12:37:06 -07:00
2020-07-19 18:16:40 -07:00
2020-07-19 18:16:41 -07:00
2020-07-19 18:16:41 -07:00
2020-06-16 16:02:08 +02:00
2020-07-22 13:01:10 -07:00
2020-06-23 20:27:09 -07:00
2020-07-22 17:00:37 -07:00
2020-07-17 12:56:11 -07:00
2020-04-28 14:39:46 -07:00
2020-07-22 16:56:43 -07:00
2020-05-23 16:56:17 -07:00
2020-07-11 00:46:00 -07:00
2020-07-20 18:33:32 -07:00
2020-07-19 18:16:40 -07:00
2020-07-22 12:35:33 -07:00
2020-07-22 12:35:33 -07:00
2020-05-19 12:50:14 -07:00
2020-06-14 01:57:21 +09:00
2020-07-19 18:16:41 -07:00
2020-07-19 18:16:41 -07:00
2020-06-20 17:22:22 -07:00
2020-06-14 01:57:21 +09:00
2020-07-13 17:20:39 -07:00
2020-07-13 17:20:39 -07:00
2020-06-14 01:57:21 +09:00
2020-06-14 01:57:21 +09:00
2020-07-21 16:22:18 -07:00
2020-06-14 01:57:21 +09:00
2020-07-19 18:16:40 -07:00
2020-07-13 17:20:40 -07:00
2020-07-21 13:26:26 -07:00
2020-06-09 12:59:45 -07:00
2020-07-19 18:16:41 -07:00
2020-06-14 01:57:21 +09:00
2020-07-17 10:36:50 -07:00
2020-07-19 18:16:41 -07:00
2020-07-19 18:16:41 -07:00
2020-05-23 16:36:05 -07:00
2020-07-19 18:16:41 -07:00
2020-07-19 18:14:51 -07:00
2020-06-09 12:59:45 -07:00
2020-07-13 17:20:40 -07:00
2020-07-20 17:00:02 -07:00
2020-07-19 18:26:44 -07:00
2020-07-19 18:16:41 -07:00
2020-07-02 20:35:33 -07:00
2020-07-13 17:20:40 -07:00
2020-07-13 17:20:40 -07:00
2020-06-27 14:00:22 -07:00
2020-07-19 18:16:41 -07:00
2020-07-19 18:16:41 -07:00
2020-07-13 17:20:40 -07:00
2020-07-13 17:20:40 -07:00
2020-07-13 18:04:05 -07:00
2020-07-11 00:46:00 -07:00
2020-07-19 18:16:40 -07:00
2020-06-30 15:57:34 -07:00
2020-07-07 15:41:05 -07:00
2020-05-23 16:56:17 -07:00
2020-07-19 18:16:41 -07:00