sctp_globals       60 include/net/sctp/structs.h struct sctp_globals;
sctp_globals      129 include/net/sctp/structs.h } sctp_globals;
sctp_globals      131 include/net/sctp/structs.h #define sctp_max_instreams		(sctp_globals.max_instreams)
sctp_globals      132 include/net/sctp/structs.h #define sctp_max_outstreams		(sctp_globals.max_outstreams)
sctp_globals      133 include/net/sctp/structs.h #define sctp_address_families		(sctp_globals.address_families)
sctp_globals      134 include/net/sctp/structs.h #define sctp_ep_hashsize		(sctp_globals.ep_hashsize)
sctp_globals      135 include/net/sctp/structs.h #define sctp_ep_hashtable		(sctp_globals.ep_hashtable)
sctp_globals      136 include/net/sctp/structs.h #define sctp_port_hashsize		(sctp_globals.port_hashsize)
sctp_globals      137 include/net/sctp/structs.h #define sctp_port_hashtable		(sctp_globals.port_hashtable)
sctp_globals      138 include/net/sctp/structs.h #define sctp_transport_hashtable	(sctp_globals.transport_hashtable)
sctp_globals      139 include/net/sctp/structs.h #define sctp_checksum_disable		(sctp_globals.checksum_disable)
sctp_globals       51 net/sctp/protocol.c struct sctp_globals sctp_globals __read_mostly;