Home
last modified time | relevance | path

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

/linux-4.4.14/net/sctp/
Dsocket.c3092 val = params.assoc_value; in sctp_setsockopt_maxseg()
3233 asoc->default_rcv_context = params.assoc_value; in sctp_setsockopt_context()
3235 sp->default_rcv_context = params.assoc_value; in sctp_setsockopt_context()
3352 val = params.assoc_value; in sctp_setsockopt_maxburst()
5360 params.assoc_value = asoc->default_rcv_context; in sctp_getsockopt_context()
5362 params.assoc_value = sp->default_rcv_context; in sctp_getsockopt_context()
5425 params.assoc_value = asoc->frag_point; in sctp_getsockopt_maxseg()
5427 params.assoc_value = sctp_sk(sk)->user_frag; in sctp_getsockopt_maxseg()
5432 if (copy_to_user(optval, &params.assoc_value, len)) in sctp_getsockopt_maxseg()
5521 params.assoc_value = asoc->max_burst; in sctp_getsockopt_maxburst()
[all …]
/linux-4.4.14/include/uapi/linux/
Dsctp.h727 uint32_t assoc_value; member