git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2021492
)
udp_diag: implement idiag_get_info for udp/udplite to get queue information
author
Shan Wei
<davidshan@tencent.com>
Tue, 24 Apr 2012 18:15:41 +0000
(18:15 +0000)
committer
David S. Miller
<davem@davemloft.net>
Thu, 26 Apr 2012 00:43:01 +0000
(20:43 -0400)
When we use netlink to monitor queue information for udp socket,
idiag_rqueue and idiag_wqueue of inet_diag_msg are returned with 0.
Keep consistent with netstat, just return back allocated rmem/wmem size.
Signed-off-by: Shan Wei <davidshan@tencent.com>
Acked-by: Pavel Emelyanov <xemul@parallels.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found