Lines Matching refs:sctp_globals
72 struct sctp_globals;
114 extern struct sctp_globals { struct
139 } sctp_globals; argument
141 #define sctp_max_instreams (sctp_globals.max_instreams)
142 #define sctp_max_outstreams (sctp_globals.max_outstreams)
143 #define sctp_address_families (sctp_globals.address_families)
144 #define sctp_ep_hashsize (sctp_globals.ep_hashsize)
145 #define sctp_ep_hashtable (sctp_globals.ep_hashtable)
146 #define sctp_assoc_hashsize (sctp_globals.assoc_hashsize)
147 #define sctp_assoc_hashtable (sctp_globals.assoc_hashtable)
148 #define sctp_port_hashsize (sctp_globals.port_hashsize)
149 #define sctp_port_hashtable (sctp_globals.port_hashtable)
150 #define sctp_checksum_disable (sctp_globals.checksum_disable)