net/rds/af_rds.c
926
rds_info_register_func(RDS_INFO_SOCKETS, rds_sock_info);
net/rds/af_rds.c
927
rds_info_register_func(RDS_INFO_RECV_MESSAGES, rds_sock_inc_info);
net/rds/af_rds.c
929
rds_info_register_func(RDS6_INFO_SOCKETS, rds6_sock_info);
net/rds/af_rds.c
930
rds_info_register_func(RDS6_INFO_RECV_MESSAGES, rds6_sock_inc_info);
net/rds/connection.c
868
rds_info_register_func(RDS_INFO_CONNECTIONS, rds_conn_info);
net/rds/connection.c
869
rds_info_register_func(RDS_INFO_SEND_MESSAGES,
net/rds/connection.c
871
rds_info_register_func(RDS_INFO_RETRANS_MESSAGES,
net/rds/connection.c
874
rds_info_register_func(RDS6_INFO_CONNECTIONS, rds6_conn_info);
net/rds/connection.c
875
rds_info_register_func(RDS6_INFO_SEND_MESSAGES,
net/rds/connection.c
877
rds_info_register_func(RDS6_INFO_RETRANS_MESSAGES,
net/rds/ib.c
588
rds_info_register_func(RDS_INFO_IB_CONNECTIONS, rds_ib_ic_info);
net/rds/ib.c
590
rds_info_register_func(RDS6_INFO_IB_CONNECTIONS, rds6_ib_ic_info);
net/rds/info.c
84
EXPORT_SYMBOL_GPL(rds_info_register_func);
net/rds/info.h
22
void rds_info_register_func(int optname, rds_info_func func);
net/rds/stats.c
153
rds_info_register_func(RDS_INFO_COUNTERS, rds_stats_info);
net/rds/tcp.c
761
rds_info_register_func(RDS_INFO_TCP_SOCKETS, rds_tcp_tc_info);
net/rds/tcp.c
763
rds_info_register_func(RDS6_INFO_TCP_SOCKETS, rds6_tcp_tc_info);