• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/sctp/

Lines Matching defs:sctp_globals

79 struct sctp_globals;
120 extern struct sctp_globals {
239 } sctp_globals;
241 #define sctp_rto_initial (sctp_globals.rto_initial)
242 #define sctp_rto_min (sctp_globals.rto_min)
243 #define sctp_rto_max (sctp_globals.rto_max)
244 #define sctp_rto_alpha (sctp_globals.rto_alpha)
245 #define sctp_rto_beta (sctp_globals.rto_beta)
246 #define sctp_max_burst (sctp_globals.max_burst)
247 #define sctp_valid_cookie_life (sctp_globals.valid_cookie_life)
248 #define sctp_cookie_preserve_enable (sctp_globals.cookie_preserve_enable)
249 #define sctp_max_retrans_association (sctp_globals.max_retrans_association)
250 #define sctp_sndbuf_policy (sctp_globals.sndbuf_policy)
251 #define sctp_rcvbuf_policy (sctp_globals.rcvbuf_policy)
252 #define sctp_max_retrans_path (sctp_globals.max_retrans_path)
253 #define sctp_max_retrans_init (sctp_globals.max_retrans_init)
254 #define sctp_sack_timeout (sctp_globals.sack_timeout)
255 #define sctp_hb_interval (sctp_globals.hb_interval)
256 #define sctp_max_instreams (sctp_globals.max_instreams)
257 #define sctp_max_outstreams (sctp_globals.max_outstreams)
258 #define sctp_address_families (sctp_globals.address_families)
259 #define sctp_ep_hashsize (sctp_globals.ep_hashsize)
260 #define sctp_ep_hashtable (sctp_globals.ep_hashtable)
261 #define sctp_assoc_hashsize (sctp_globals.assoc_hashsize)
262 #define sctp_assoc_hashtable (sctp_globals.assoc_hashtable)
263 #define sctp_port_hashsize (sctp_globals.port_hashsize)
264 #define sctp_port_rover (sctp_globals.port_rover)
265 #define sctp_port_alloc_lock (sctp_globals.port_alloc_lock)
266 #define sctp_port_hashtable (sctp_globals.port_hashtable)
267 #define sctp_local_addr_list (sctp_globals.local_addr_list)
268 #define sctp_local_addr_lock (sctp_globals.addr_list_lock)
269 #define sctp_scope_policy (sctp_globals.ipv4_scope_policy)
270 #define sctp_addip_enable (sctp_globals.addip_enable)
271 #define sctp_addip_noauth (sctp_globals.addip_noauth_enable)
272 #define sctp_prsctp_enable (sctp_globals.prsctp_enable)
273 #define sctp_auth_enable (sctp_globals.auth_enable)
274 #define sctp_checksum_disable (sctp_globals.checksum_disable)
275 #define sctp_rwnd_upd_shift (sctp_globals.rwnd_update_shift)