udp_diag: implement idiag_get_info for udp/udplite to get queue information
authorShan Wei <davidshan@tencent.com>
Tue, 24 Apr 2012 18:15:41 +0000 (18:15 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 26 Apr 2012 00:43:01 +0000 (20:43 -0400)
commit62ad6fcd743792bf294f2a7ba26ab8f462065150
tree6c8a4302149d69c5cd3933bbf09a7da5b148780e
parent202149265770426f0965557ffa0b500fbbd701dd
udp_diag: implement idiag_get_info for udp/udplite to get queue information

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>
net/ipv4/inet_diag.c
net/ipv4/udp_diag.c