Lines Matching refs:sctp_globals
75 struct sctp_globals;
118 extern struct sctp_globals { struct
142 } sctp_globals; argument
144 #define sctp_max_instreams (sctp_globals.max_instreams)
145 #define sctp_max_outstreams (sctp_globals.max_outstreams)
146 #define sctp_address_families (sctp_globals.address_families)
147 #define sctp_ep_hashsize (sctp_globals.ep_hashsize)
148 #define sctp_ep_hashtable (sctp_globals.ep_hashtable)
149 #define sctp_port_hashsize (sctp_globals.port_hashsize)
150 #define sctp_port_hashtable (sctp_globals.port_hashtable)
151 #define sctp_transport_hashtable (sctp_globals.transport_hashtable)
152 #define sctp_checksum_disable (sctp_globals.checksum_disable)