sctp: export some apis or variables for sctp_diag and reuse some for proc
authorXin Long <lucien.xin@gmail.com>
Thu, 14 Apr 2016 07:35:31 +0000 (15:35 +0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 15 Apr 2016 21:29:36 +0000 (17:29 -0400)
commit626d16f50f39bb9c44f98fd256cae2b864900a01
tree6855fdeabf704f43f1905ce81d25835bdfe838a6
parent52c52a61a39fb319c14a582f8631619e5d5f55bf
sctp: export some apis or variables for sctp_diag and reuse some for proc

For some main variables in sctp.ko, we couldn't export it to other modules,
so we have to define some api to access them.

It will include sctp transport and endpoint's traversal.

There are some transport traversal functions for sctp_diag, we can also
use it for sctp_proc. cause they have the similar situation to traversal
transport.

v2->v3:
- rhashtable_walk_init need the parameter gfp, because of recent upstrem
  update

Signed-off-by: Xin Long <lucien.xin@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/sctp/sctp.h
net/sctp/proc.c
net/sctp/socket.c