Home
last modified time | relevance | path

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

/linux/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()
3243 * uint32_t assoc_value;
3251 * assoc_value: This parameter specifies the maximum size in bytes.
3272 val = params->assoc_value; in sctp_setsockopt_maxseg()
3416 asoc->default_rcv_context = params->assoc_value; in sctp_setsockopt_context()
3426 sp->default_rcv_context = params->assoc_value; in sctp_setsockopt_context()
3431 asoc->default_rcv_context = params->assoc_value; in sctp_setsockopt_context()
3526 u32 assoc_value; in sctp_setsockopt_maxburst() local
3535 assoc_value in sctp_setsockopt_maxburst()
[all...]
/linux/include/uapi/linux/
H A Dsctp.h903 uint32_t assoc_value; member