Lines Matching refs:assoc_value
3105 val = params.assoc_value; in sctp_setsockopt_maxseg()
3246 asoc->default_rcv_context = params.assoc_value; in sctp_setsockopt_context()
3248 sp->default_rcv_context = params.assoc_value; in sctp_setsockopt_context()
3365 val = params.assoc_value; in sctp_setsockopt_maxburst()
5373 params.assoc_value = asoc->default_rcv_context; in sctp_getsockopt_context()
5375 params.assoc_value = sp->default_rcv_context; in sctp_getsockopt_context()
5438 params.assoc_value = asoc->frag_point; in sctp_getsockopt_maxseg()
5440 params.assoc_value = sctp_sk(sk)->user_frag; in sctp_getsockopt_maxseg()
5445 if (copy_to_user(optval, ¶ms.assoc_value, len)) in sctp_getsockopt_maxseg()
5534 params.assoc_value = asoc->max_burst; in sctp_getsockopt_maxburst()
5536 params.assoc_value = sp->max_burst; in sctp_getsockopt_maxburst()
5539 if (copy_to_user(optval, ¶ms.assoc_value, len)) in sctp_getsockopt_maxburst()