Home
last modified time | relevance | path

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

/linux/net/sctp/
H A Dsocket.c2843 if (optlen == sizeof(struct sctp_assoc_value)) { in sctp_setsockopt_delayed_ack()
2844 struct sctp_assoc_value *v = (struct sctp_assoc_value *)params; in sctp_setsockopt_delayed_ack()
2849 "Use of struct sctp_assoc_value in delayed_ack socket option.\n" in sctp_setsockopt_delayed_ack()
3248 * struct sctp_assoc_value {
3261 struct sctp_assoc_value *params, in sctp_setsockopt_maxseg()
3273 "Use struct sctp_assoc_value instead\n", in sctp_setsockopt_maxseg()
3277 } else if (optlen == sizeof(struct sctp_assoc_value)) { in sctp_setsockopt_maxseg()
3408 struct sctp_assoc_value *params, in sctp_setsockopt_context()
3414 if (optlen != sizeof(struct sctp_assoc_value)) in sctp_setsockopt_context()
[all...]
/linux/include/uapi/linux/
H A Dsctp.h901 struct sctp_assoc_value { struct