commit | b6d640c2286d16b15a21a4475c896cdce6a0bbe0 | [log] [tgz] |
---|---|---|
author | Pavel Emelyanov <xemul@parallels.com> | Fri Dec 09 06:24:21 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri Dec 09 14:15:00 2011 -0500 |
tree | 01f55007bfb8c680a4689d6e6f312f22f28adec3 | |
parent | a925aa00a55e3b72bd38bfdd3d6f97c0d900c949 [diff] |
udp_diag: Implement the dump-all functionality Do the same as TCP does -- iterate the given udp_table, filter sockets with bytecode and dump sockets into reply message. The same filtering as for TCP applies, though only some of the state bits really matter. Signed-off-by: Pavel Emelyanov <xemul@parallels.com> Signed-off-by: David S. Miller <davem@davemloft.net>