Lines Matching refs:sctp

1530 	spin_lock_bh(&net->sctp.addr_wq_lock);  in sctp_close()
1540 spin_unlock_bh(&net->sctp.addr_wq_lock); in sctp_close()
2276 if (sp->autoclose > net->sctp.max_autoclose) in sctp_setsockopt_autoclose()
2277 sp->autoclose = net->sctp.max_autoclose; in sctp_setsockopt_autoclose()
3924 spin_lock_bh(&sock_net(sk)->sctp.addr_wq_lock); in sctp_setsockopt_auto_asconf()
3930 &sock_net(sk)->sctp.auto_asconf_splist); in sctp_setsockopt_auto_asconf()
3933 spin_unlock_bh(&sock_net(sk)->sctp.addr_wq_lock); in sctp_setsockopt_auto_asconf()
4384 if (!sock_net(sk)->sctp.intl_enable || !sp->frag_interleave) { in sctp_setsockopt_interleaving_supported()
5004 sp->max_burst = net->sctp.max_burst; in sctp_init_sock()
5006 sp->sctp_hmac_alg = net->sctp.sctp_hmac_alg; in sctp_init_sock()
5014 sp->initmsg.sinit_max_attempts = net->sctp.max_retrans_init; in sctp_init_sock()
5015 sp->initmsg.sinit_max_init_timeo = net->sctp.rto_max; in sctp_init_sock()
5020 sp->rtoinfo.srto_initial = net->sctp.rto_initial; in sctp_init_sock()
5021 sp->rtoinfo.srto_max = net->sctp.rto_max; in sctp_init_sock()
5022 sp->rtoinfo.srto_min = net->sctp.rto_min; in sctp_init_sock()
5027 sp->assocparams.sasoc_asocmaxrxt = net->sctp.max_retrans_association; in sctp_init_sock()
5031 sp->assocparams.sasoc_cookie_life = net->sctp.valid_cookie_life; in sctp_init_sock()
5041 sp->hbinterval = net->sctp.hb_interval; in sctp_init_sock()
5042 sp->pathmaxrxt = net->sctp.max_retrans_path; in sctp_init_sock()
5043 sp->pf_retrans = net->sctp.pf_retrans; in sctp_init_sock()
5045 sp->sackdelay = net->sctp.sack_timeout; in sctp_init_sock()
5106 if (net->sctp.default_auto_asconf) { in sctp_init_sock()
5107 spin_lock(&sock_net(sk)->sctp.addr_wq_lock); in sctp_init_sock()
5109 &net->sctp.auto_asconf_splist); in sctp_init_sock()
5111 spin_unlock(&sock_net(sk)->sctp.addr_wq_lock); in sctp_init_sock()
6208 list_for_each_entry_rcu(addr, &net->sctp.local_addr_list, list) { in sctp_copy_laddrs()
9547 .useroffset = offsetof(struct sctp6_sock, sctp.subscribe),
9548 .usersize = offsetof(struct sctp6_sock, sctp.initmsg) -
9549 offsetof(struct sctp6_sock, sctp.subscribe) +
9550 sizeof_field(struct sctp6_sock, sctp.initmsg),