Home
last modified time | relevance | path

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

/linux/net/sctp/
A Dsocket.c2835 p.sack_delay = v->assoc_value; in sctp_setsockopt_delayed_ack()
2836 p.sack_freq = v->assoc_value ? 0 : 1; in sctp_setsockopt_delayed_ack()
3260 val = params->assoc_value; in sctp_setsockopt_maxseg()
3514 u32 assoc_value; in sctp_setsockopt_maxburst() local
3523 assoc_value = *((int *)params); in sctp_setsockopt_maxburst()
3526 assoc_value = params->assoc_value; in sctp_setsockopt_maxburst()
3535 asoc->max_burst = assoc_value; in sctp_setsockopt_maxburst()
3544 sp->max_burst = assoc_value; in sctp_setsockopt_maxburst()
3548 asoc->max_burst = assoc_value; in sctp_setsockopt_maxburst()
4173 params->assoc_value); in sctp_setsockopt_scheduler()
[all …]
/linux/include/uapi/linux/
A Dsctp.h903 uint32_t assoc_value; member

Completed in 22 milliseconds