Searched refs:assoc_value (Results 1 – 2 of 2) sorted by relevance
3288 val = params.assoc_value; in sctp_setsockopt_maxseg()3440 asoc->default_rcv_context = params.assoc_value; in sctp_setsockopt_context()3450 sp->default_rcv_context = params.assoc_value; in sctp_setsockopt_context()3455 asoc->default_rcv_context = params.assoc_value; in sctp_setsockopt_context()3567 if (copy_from_user(¶ms.assoc_value, optval, optlen)) in sctp_setsockopt_maxburst()3582 asoc->max_burst = params.assoc_value; in sctp_setsockopt_maxburst()3592 sp->max_burst = params.assoc_value; in sctp_setsockopt_maxburst()3597 asoc->max_burst = params.assoc_value; in sctp_setsockopt_maxburst()4048 sctp_sk(sk)->ep->prsctp_enable = !!params.assoc_value; in sctp_setsockopt_pr_supported()4131 sctp_sk(sk)->ep->reconf_enable = !!params.assoc_value; in sctp_setsockopt_reconfig_supported()[all …]
882 uint32_t assoc_value; member