sctp_statistics    11 include/net/netns/sctp.h 	DEFINE_SNMP_STAT(struct sctp_mib, sctp_statistics);
sctp_statistics   209 include/net/sctp/sctp.h #define SCTP_INC_STATS(net, field)	SNMP_INC_STATS((net)->sctp.sctp_statistics, field)
sctp_statistics   210 include/net/sctp/sctp.h #define __SCTP_INC_STATS(net, field)	__SNMP_INC_STATS((net)->sctp.sctp_statistics, field)
sctp_statistics   211 include/net/sctp/sctp.h #define SCTP_DEC_STATS(net, field)	SNMP_DEC_STATS((net)->sctp.sctp_statistics, field)
sctp_statistics    68 net/sctp/proc.c 				 net->sctp.sctp_statistics);
sctp_statistics  1135 net/sctp/protocol.c 	net->sctp.sctp_statistics = alloc_percpu(struct sctp_mib);
sctp_statistics  1136 net/sctp/protocol.c 	if (!net->sctp.sctp_statistics)
sctp_statistics  1143 net/sctp/protocol.c 	free_percpu(net->sctp.sctp_statistics);