Lines Matching refs:sctp

517 	if (!net->sctp.addip_enable)  in sctp_send_asconf_add_ip()
721 if (!net->sctp.addip_enable) in sctp_send_asconf_del_ip()
1536 spin_lock_bh(&net->sctp.addr_wq_lock); in sctp_close()
1546 spin_unlock_bh(&net->sctp.addr_wq_lock); in sctp_close()
2247 if (sp->autoclose > net->sctp.max_autoclose) in sctp_setsockopt_autoclose()
2248 sp->autoclose = net->sctp.max_autoclose; in sctp_setsockopt_autoclose()
3141 if (!net->sctp.addip_enable) in sctp_setsockopt_peer_primary_addr()
3571 spin_lock_bh(&sock_net(sk)->sctp.addr_wq_lock); in sctp_setsockopt_auto_asconf()
3577 &sock_net(sk)->sctp.auto_asconf_splist); in sctp_setsockopt_auto_asconf()
3580 spin_unlock_bh(&sock_net(sk)->sctp.addr_wq_lock); in sctp_setsockopt_auto_asconf()
4018 sp->max_burst = net->sctp.max_burst; in sctp_init_sock()
4020 sp->sctp_hmac_alg = net->sctp.sctp_hmac_alg; in sctp_init_sock()
4028 sp->initmsg.sinit_max_attempts = net->sctp.max_retrans_init; in sctp_init_sock()
4029 sp->initmsg.sinit_max_init_timeo = net->sctp.rto_max; in sctp_init_sock()
4034 sp->rtoinfo.srto_initial = net->sctp.rto_initial; in sctp_init_sock()
4035 sp->rtoinfo.srto_max = net->sctp.rto_max; in sctp_init_sock()
4036 sp->rtoinfo.srto_min = net->sctp.rto_min; in sctp_init_sock()
4041 sp->assocparams.sasoc_asocmaxrxt = net->sctp.max_retrans_association; in sctp_init_sock()
4045 sp->assocparams.sasoc_cookie_life = net->sctp.valid_cookie_life; in sctp_init_sock()
4055 sp->hbinterval = net->sctp.hb_interval; in sctp_init_sock()
4056 sp->pathmaxrxt = net->sctp.max_retrans_path; in sctp_init_sock()
4058 sp->sackdelay = net->sctp.sack_timeout; in sctp_init_sock()
4118 if (net->sctp.default_auto_asconf) { in sctp_init_sock()
4119 spin_lock(&sock_net(sk)->sctp.addr_wq_lock); in sctp_init_sock()
4121 &net->sctp.auto_asconf_splist); in sctp_init_sock()
4123 spin_unlock(&sock_net(sk)->sctp.addr_wq_lock); in sctp_init_sock()
4852 list_for_each_entry_rcu(addr, &net->sctp.local_addr_list, list) { in sctp_copy_laddrs()