Searched refs:assoc_value (Results 1 – 2 of 2) sorted by relevance
2833 p.sack_delay = v->assoc_value; in sctp_setsockopt_delayed_ack()2834 p.sack_freq = v->assoc_value ? 0 : 1; in sctp_setsockopt_delayed_ack()3258 val = params->assoc_value; in sctp_setsockopt_maxseg()3512 u32 assoc_value; in sctp_setsockopt_maxburst() local3521 assoc_value = *((int *)params); in sctp_setsockopt_maxburst()3524 assoc_value = params->assoc_value; in sctp_setsockopt_maxburst()3533 asoc->max_burst = assoc_value; in sctp_setsockopt_maxburst()3542 sp->max_burst = assoc_value; in sctp_setsockopt_maxburst()3546 asoc->max_burst = assoc_value; in sctp_setsockopt_maxburst()4171 params->assoc_value); in sctp_setsockopt_scheduler()[all …]
903 uint32_t assoc_value; member
Completed in 20 milliseconds