Searched refs:sctp_globals (Results 1 – 2 of 2) sorted by relevance
60 struct sctp_globals;105 extern struct sctp_globals { struct129 } sctp_globals; argument131 #define sctp_max_instreams (sctp_globals.max_instreams)132 #define sctp_max_outstreams (sctp_globals.max_outstreams)133 #define sctp_address_families (sctp_globals.address_families)134 #define sctp_ep_hashsize (sctp_globals.ep_hashsize)135 #define sctp_ep_hashtable (sctp_globals.ep_hashtable)136 #define sctp_port_hashsize (sctp_globals.port_hashsize)137 #define sctp_port_hashtable (sctp_globals.port_hashtable)[all …]
51 struct sctp_globals sctp_globals __read_mostly;