net/rds/af_rds.c
885
rds_info_deregister_func(RDS_INFO_SOCKETS, rds_sock_info);
net/rds/af_rds.c
886
rds_info_deregister_func(RDS_INFO_RECV_MESSAGES, rds_sock_inc_info);
net/rds/af_rds.c
888
rds_info_deregister_func(RDS6_INFO_SOCKETS, rds6_sock_info);
net/rds/af_rds.c
889
rds_info_deregister_func(RDS6_INFO_RECV_MESSAGES, rds6_sock_inc_info);
net/rds/connection.c
892
rds_info_deregister_func(RDS_INFO_CONNECTIONS, rds_conn_info);
net/rds/connection.c
893
rds_info_deregister_func(RDS_INFO_SEND_MESSAGES,
net/rds/connection.c
895
rds_info_deregister_func(RDS_INFO_RETRANS_MESSAGES,
net/rds/connection.c
898
rds_info_deregister_func(RDS6_INFO_CONNECTIONS, rds6_conn_info);
net/rds/connection.c
899
rds_info_deregister_func(RDS6_INFO_SEND_MESSAGES,
net/rds/connection.c
901
rds_info_deregister_func(RDS6_INFO_RETRANS_MESSAGES,
net/rds/ib.c
514
rds_info_deregister_func(RDS_INFO_IB_CONNECTIONS, rds_ib_ic_info);
net/rds/ib.c
516
rds_info_deregister_func(RDS6_INFO_IB_CONNECTIONS, rds6_ib_ic_info);
net/rds/info.c
97
EXPORT_SYMBOL_GPL(rds_info_deregister_func);
net/rds/info.h
23
void rds_info_deregister_func(int optname, rds_info_func func);
net/rds/stats.c
148
rds_info_deregister_func(RDS_INFO_COUNTERS, rds_stats_info);
net/rds/tcp.c
729
rds_info_deregister_func(RDS_INFO_TCP_SOCKETS, rds_tcp_tc_info);
net/rds/tcp.c
731
rds_info_deregister_func(RDS6_INFO_TCP_SOCKETS, rds6_tcp_tc_info);