Home
last modified time | relevance | path

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

/linux-6.6.21/net/sctp/
Dsocket.c2845 p.sack_delay = v->assoc_value; in sctp_setsockopt_delayed_ack()
2846 p.sack_freq = v->assoc_value ? 0 : 1; in sctp_setsockopt_delayed_ack()
3270 val = params->assoc_value; in sctp_setsockopt_maxseg()
3414 asoc->default_rcv_context = params->assoc_value; in sctp_setsockopt_context()
3424 sp->default_rcv_context = params->assoc_value; in sctp_setsockopt_context()
3429 asoc->default_rcv_context = params->assoc_value; in sctp_setsockopt_context()
3524 u32 assoc_value; in sctp_setsockopt_maxburst() local
3533 assoc_value = *((int *)params); in sctp_setsockopt_maxburst()
3536 assoc_value = params->assoc_value; in sctp_setsockopt_maxburst()
3545 asoc->max_burst = assoc_value; in sctp_setsockopt_maxburst()
[all …]
/linux-6.6.21/include/uapi/linux/
Dsctp.h903 uint32_t assoc_value; member