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()
1533 spin_lock_bh(&net->sctp.addr_wq_lock); in sctp_close()
1543 spin_unlock_bh(&net->sctp.addr_wq_lock); in sctp_close()
2260 if (sp->autoclose > net->sctp.max_autoclose) in sctp_setsockopt_autoclose()
2261 sp->autoclose = net->sctp.max_autoclose; in sctp_setsockopt_autoclose()
3154 if (!net->sctp.addip_enable) in sctp_setsockopt_peer_primary_addr()
3584 spin_lock_bh(&sock_net(sk)->sctp.addr_wq_lock); in sctp_setsockopt_auto_asconf()
3590 &sock_net(sk)->sctp.auto_asconf_splist); in sctp_setsockopt_auto_asconf()
3593 spin_unlock_bh(&sock_net(sk)->sctp.addr_wq_lock); in sctp_setsockopt_auto_asconf()
4031 sp->max_burst = net->sctp.max_burst; in sctp_init_sock()
4033 sp->sctp_hmac_alg = net->sctp.sctp_hmac_alg; in sctp_init_sock()
4041 sp->initmsg.sinit_max_attempts = net->sctp.max_retrans_init; in sctp_init_sock()
4042 sp->initmsg.sinit_max_init_timeo = net->sctp.rto_max; in sctp_init_sock()
4047 sp->rtoinfo.srto_initial = net->sctp.rto_initial; in sctp_init_sock()
4048 sp->rtoinfo.srto_max = net->sctp.rto_max; in sctp_init_sock()
4049 sp->rtoinfo.srto_min = net->sctp.rto_min; in sctp_init_sock()
4054 sp->assocparams.sasoc_asocmaxrxt = net->sctp.max_retrans_association; in sctp_init_sock()
4058 sp->assocparams.sasoc_cookie_life = net->sctp.valid_cookie_life; in sctp_init_sock()
4068 sp->hbinterval = net->sctp.hb_interval; in sctp_init_sock()
4069 sp->pathmaxrxt = net->sctp.max_retrans_path; in sctp_init_sock()
4071 sp->sackdelay = net->sctp.sack_timeout; in sctp_init_sock()
4131 if (net->sctp.default_auto_asconf) { in sctp_init_sock()
4132 spin_lock(&sock_net(sk)->sctp.addr_wq_lock); in sctp_init_sock()
4134 &net->sctp.auto_asconf_splist); in sctp_init_sock()
4136 spin_unlock(&sock_net(sk)->sctp.addr_wq_lock); in sctp_init_sock()
4865 list_for_each_entry_rcu(addr, &net->sctp.local_addr_list, list) { in sctp_copy_laddrs()