Lines Matching refs:sctp_globals

77 struct sctp_globals;
120 extern struct sctp_globals { struct
200 } sctp_globals; argument
202 #define sctp_rto_initial (sctp_globals.rto_initial)
203 #define sctp_rto_min (sctp_globals.rto_min)
204 #define sctp_rto_max (sctp_globals.rto_max)
205 #define sctp_rto_alpha (sctp_globals.rto_alpha)
206 #define sctp_rto_beta (sctp_globals.rto_beta)
207 #define sctp_max_burst (sctp_globals.max_burst)
208 #define sctp_valid_cookie_life (sctp_globals.valid_cookie_life)
209 #define sctp_cookie_preserve_enable (sctp_globals.cookie_preserve_enable)
210 #define sctp_max_retrans_association (sctp_globals.max_retrans_association)
211 #define sctp_max_retrans_path (sctp_globals.max_retrans_path)
212 #define sctp_max_retrans_init (sctp_globals.max_retrans_init)
213 #define sctp_hb_interval (sctp_globals.hb_interval)
214 #define sctp_max_instreams (sctp_globals.max_instreams)
215 #define sctp_max_outstreams (sctp_globals.max_outstreams)
216 #define sctp_address_families (sctp_globals.address_families)
217 #define sctp_ep_hashsize (sctp_globals.ep_hashsize)
218 #define sctp_ep_hashtable (sctp_globals.ep_hashtable)
219 #define sctp_assoc_hashsize (sctp_globals.assoc_hashsize)
220 #define sctp_assoc_hashtable (sctp_globals.assoc_hashtable)
221 #define sctp_port_hashsize (sctp_globals.port_hashsize)
222 #define sctp_port_rover (sctp_globals.port_rover)
223 #define sctp_port_alloc_lock (sctp_globals.port_alloc_lock)
224 #define sctp_port_hashtable (sctp_globals.port_hashtable)
225 #define sctp_local_addr_list (sctp_globals.local_addr_list)
226 #define sctp_local_addr_lock (sctp_globals.local_addr_lock)
227 #define sctp_addip_enable (sctp_globals.addip_enable)
228 #define sctp_prsctp_enable (sctp_globals.prsctp_enable)