Home
last modified time | relevance | path

Searched refs:assoc_value (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/net/sctp/
H A Dsocket.c2847 p.sack_delay = v->assoc_value; in sctp_setsockopt_delayed_ack()
2848 p.sack_freq = v->assoc_value ? 0 : 1; in sctp_setsockopt_delayed_ack()
3272 val = params->assoc_value; in sctp_setsockopt_maxseg()
3526 u32 assoc_value; in sctp_setsockopt_maxburst() local
3535 assoc_value = *((int *)params); in sctp_setsockopt_maxburst()
3538 assoc_value = params->assoc_value; in sctp_setsockopt_maxburst()
3547 asoc->max_burst = assoc_value; in sctp_setsockopt_maxburst()
3556 sp->max_burst = assoc_value; in sctp_setsockopt_maxburst()
3560 asoc->max_burst = assoc_value; in sctp_setsockopt_maxburst()
4185 params->assoc_value); in sctp_setsockopt_scheduler()
[all …]
/linux-6.15/include/uapi/linux/
H A Dsctp.h903 uint32_t assoc_value; member