commit | b613f56ec9baf30edf5d9d607b822532a273dad7 | [log] [tgz] |
---|---|---|
author | Lorenzo Colitti <lorenzo@google.com> | Wed Dec 16 12:30:02 2015 +0900 |
committer | David S. Miller <davem@davemloft.net> | Tue Dec 15 23:26:51 2015 -0500 |
tree | d3b094e516eac4620aceec10b7316f3e0e8bf74b | |
parent | fec65bd4e855c417b8408ed87824f9234fd0d795 [diff] |
net: diag: split inet_diag_dump_one_icsk into two Currently, inet_diag_dump_one_icsk finds a socket and then dumps its information to userspace. Split it into a part that finds the socket and a part that dumps the information. Signed-off-by: Lorenzo Colitti <lorenzo@google.com> Acked-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>