Home
last modified time | relevance | path

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

/linux-4.1.27/net/sctp/
Dsocket.c3105 val = params.assoc_value; in sctp_setsockopt_maxseg()
3246 asoc->default_rcv_context = params.assoc_value; in sctp_setsockopt_context()
3248 sp->default_rcv_context = params.assoc_value; in sctp_setsockopt_context()
3365 val = params.assoc_value; in sctp_setsockopt_maxburst()
5373 params.assoc_value = asoc->default_rcv_context; in sctp_getsockopt_context()
5375 params.assoc_value = sp->default_rcv_context; in sctp_getsockopt_context()
5438 params.assoc_value = asoc->frag_point; in sctp_getsockopt_maxseg()
5440 params.assoc_value = sctp_sk(sk)->user_frag; in sctp_getsockopt_maxseg()
5445 if (copy_to_user(optval, &params.assoc_value, len)) in sctp_getsockopt_maxseg()
5534 params.assoc_value = asoc->max_burst; in sctp_getsockopt_maxburst()
[all …]
/linux-4.1.27/include/uapi/linux/
Dsctp.h727 uint32_t assoc_value; member