From: Pavel Emelyanov Date: Fri, 9 Dec 2011 06:23:18 +0000 (+0000) Subject: inet_diag: Generalize inet_diag dump and get_exact calls X-Git-Tag: v3.3-rc1~182^2~272 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1942c518ca017f376b267a7c5e78c15d37202442;p=pandora-kernel.git inet_diag: Generalize inet_diag dump and get_exact calls Introduce two callbacks in inet_diag_handler -- one for dumping all sockets (with filters) and the other one for dumping a single sk. Replace direct calls to icsk handlers with indirect calls to callbacks provided by handlers. Make existing TCP and DCCP handlers use provided helpers for icsk-s. The UDP diag module will provide its own. Signed-off-by: Pavel Emelyanov Signed-off-by: David S. Miller --- Reading git-diff-tree failed