Lines Matching refs:assoc_value
3092 val = params.assoc_value; in sctp_setsockopt_maxseg()
3233 asoc->default_rcv_context = params.assoc_value; in sctp_setsockopt_context()
3235 sp->default_rcv_context = params.assoc_value; in sctp_setsockopt_context()
3352 val = params.assoc_value; in sctp_setsockopt_maxburst()
5360 params.assoc_value = asoc->default_rcv_context; in sctp_getsockopt_context()
5362 params.assoc_value = sp->default_rcv_context; in sctp_getsockopt_context()
5425 params.assoc_value = asoc->frag_point; in sctp_getsockopt_maxseg()
5427 params.assoc_value = sctp_sk(sk)->user_frag; in sctp_getsockopt_maxseg()
5432 if (copy_to_user(optval, ¶ms.assoc_value, len)) in sctp_getsockopt_maxseg()
5521 params.assoc_value = asoc->max_burst; in sctp_getsockopt_maxburst()
5523 params.assoc_value = sp->max_burst; in sctp_getsockopt_maxburst()
5526 if (copy_to_user(optval, ¶ms.assoc_value, len)) in sctp_getsockopt_maxburst()